Modifications entre les versions 2 et 5 (s'étendant sur 3 versions)
Version 2 à la date du 2012-02-14 17:52:39
Taille: 1006
Éditeur: AlexandreDomont
Commentaire:
Version 5 à la date du 2012-02-21 16:06:56
Taille: 3034
Éditeur: AlexandreDomont
Commentaire:
Texte supprimé. Texte ajouté.
Ligne 8: Ligne 8:
aptitude install unzip mysql-server imagemagick ghostscript openoffice.org-headless openoffice.org-base openoffice.org-writer openoffice.org-calc openoffice.org-impress openoffice.org-draw openoffice.org-math openoffice.org-filter-mobiledev openoffice.org-filter-binfilter msttcorefonts pstoedit libpaper-utils ttf-dejavu ffmpeg {{{
#
aptitude install unzip mysql-server imagemagick ghostscript openoffice.org-headless openoffice.org-base openoffice.org-writer openoffice.org-calc openoffice.org-impress openoffice.org-draw openoffice.org-math openoffice.org-filter-mobiledev openoffice.org-filter-binfilter msttcorefonts pstoedit libpaper-utils ttf-dejavu ffmpeg
}}}
Ligne 10: Ligne 12:
Installation de SWFTools === Installation de SWFTools ===
Ligne 12: Ligne 14:
''SWFTools is a collection of utilities for working with Adobe Flash files (SWF files). The tool collection includes programs for reading SWF files, combining them, and creating them from other content (like images, sound files, videos or sourcecode). SWFTools is released under the GPL.''

{{{
# wget http://launchpadlibrarian.net/27270374/swftools_0.9.0-0ubuntu1_amd64.deb
# dpkg -i swftools_0.9.0-0ubuntu1_amd64.deb
}}}
Ligne 15: Ligne 23:
{{{
# wget http://openmeetings.googlecode.com/files/openmeetings_1_9_1_r4707.zip
# unzip openmeetings_1_9_1_r4707.zip
# mv red5/ /opt/red5
# cd /opt/red5
# sh ./red5.sh
}}}
Ligne 16: Ligne 31:
Pour la suite, il faut faire la conf sur

{{{
http://ip.de.votre.serveur:5080/openmeetings/install
}}}
Ligne 18: Ligne 38:
http://code.google.com/p/openmeetings/issues/detail?id=1140 Pour l’enregistrement , nous avons besoin de sox et de ffmpeg compilé avec l'option libmp3lame
Ligne 20: Ligne 40:
 * apt-get install sox
 * apt-get install libmp3lame-dev libmp3lame0
 * apt-get install subversion
 * apt-get build-dep ffmpeg
 * svn co svn://svn.ffmpeg.org/ffmpeg/trunk/
 * cd ffmpeg
 * ./configure --enable-libmp3lame
 * make
 * make install
''SoX is a cross-platform (Windows, Linux, MacOS X, etc.) command line utility that can convert various formats of computer audio files in to other formats. It can also apply various effects to these sound files, and, as an added bonus, SoX can play and record audio files on most platforms. ''
Ligne 30: Ligne 42:
Pour récupérer libmp3lame-dev libmp3lame0, il faut passer par les squeeze-backports
Ligne 31: Ligne 44:
{{{
 deb http://backports.debian.org/debian-backports squeeze-backports main
}}}
Ligne 32: Ligne 48:
{{{
# apt-get install sox
# apt-get install libmp3lame-dev libmp3lame0
# apt-get install subversion
# apt-get build-dep ffmpeg
# svn co svn://svn.ffmpeg.org/ffmpeg/trunk/
# cd ffmpeg
# ./configure --enable-libmp3lame
# make
# make install
}}}
Ligne 33: Ligne 60:
http://www.guillaume-p.net/installation-et-configuration-serveur-visioconference-openmeeting-sur-ubuntu-lts-10-04/ /!\ penser à désactiver les squeeze-backports

Réf : http://code.google.com/p/openmeetings/issues/detail?id=1140

==== Répertoire de stockage des vidéos ====

webapps/openmeetings/streams/hibernate

=== Automatiser le démarrage des services Openmeetings et OpenOffice ===

{{{
# wget http://kwlug.org/sites/kwlug.org/files/openmeetings-startup.tgz
# tar -xvzf openmeetings-startup.tgz
# cp red5 /etc/init.d/red5
# cp soffice-headless /etc/init.d/soffice-headless
# cp soffice-headless.sh /usr/lib/openoffice/program/soffice-headless.sh
# chmod 755 /opt/red5/red5.sh \
# /etc/init.d/red5 \
# /etc/init.d/soffice-headless \
# /usr/lib/openoffice/program/soffice-headless.sh
# update-rc.d red5 defaults
# update-rc.d soffice-headless defaults
}}}

Réf : http://www.guillaume-p.net/installation-et-configuration-serveur-visioconference-openmeeting-sur-ubuntu-lts-10-04/

En cours de rédaction

http://incubator.apache.org/openmeetings/installation.html

Installation des dépendances

# aptitude install unzip mysql-server  imagemagick ghostscript openoffice.org-headless openoffice.org-base openoffice.org-writer openoffice.org-calc openoffice.org-impress openoffice.org-draw openoffice.org-math openoffice.org-filter-mobiledev openoffice.org-filter-binfilter msttcorefonts pstoedit libpaper-utils ttf-dejavu ffmpeg

Installation de SWFTools

SWFTools is a collection of utilities for working with Adobe Flash files (SWF files). The tool collection includes programs for reading SWF files, combining them, and creating them from other content (like images, sound files, videos or sourcecode). SWFTools is released under the GPL.

# wget http://launchpadlibrarian.net/27270374/swftools_0.9.0-0ubuntu1_amd64.deb
# dpkg -i swftools_0.9.0-0ubuntu1_amd64.deb 

Installation OpenMeetings

# wget http://openmeetings.googlecode.com/files/openmeetings_1_9_1_r4707.zip
# unzip openmeetings_1_9_1_r4707.zip
# mv red5/ /opt/red5
# cd /opt/red5
# sh ./red5.sh

Pour la suite, il faut faire la conf sur

http://ip.de.votre.serveur:5080/openmeetings/install

Enregistrement

Pour l’enregistrement , nous avons besoin de sox et de ffmpeg compilé avec l'option libmp3lame

SoX is a cross-platform (Windows, Linux, MacOS X, etc.) command line utility that can convert various formats of computer audio files in to other formats. It can also apply various effects to these sound files, and, as an added bonus, SoX can play and record audio files on most platforms.

Pour récupérer libmp3lame-dev libmp3lame0, il faut passer par les squeeze-backports

 deb http://backports.debian.org/debian-backports squeeze-backports main

# apt-get install sox
# apt-get install libmp3lame-dev libmp3lame0
# apt-get install subversion
# apt-get build-dep ffmpeg
# svn co svn://svn.ffmpeg.org/ffmpeg/trunk/
# cd ffmpeg
# ./configure --enable-libmp3lame
# make
# make install

/!\ penser à désactiver les squeeze-backports

Réf : http://code.google.com/p/openmeetings/issues/detail?id=1140

Répertoire de stockage des vidéos

webapps/openmeetings/streams/hibernate

Automatiser le démarrage des services Openmeetings et OpenOffice

# wget http://kwlug.org/sites/kwlug.org/files/openmeetings-startup.tgz
# tar -xvzf openmeetings-startup.tgz
# cp red5 /etc/init.d/red5
# cp soffice-headless /etc/init.d/soffice-headless
# cp soffice-headless.sh /usr/lib/openoffice/program/soffice-headless.sh
# chmod 755 /opt/red5/red5.sh \
# /etc/init.d/red5 \
# /etc/init.d/soffice-headless \
# /usr/lib/openoffice/program/soffice-headless.sh
# update-rc.d red5 defaults
# update-rc.d soffice-headless defaults

Réf : http://www.guillaume-p.net/installation-et-configuration-serveur-visioconference-openmeeting-sur-ubuntu-lts-10-04/

ZEO/Paris/OpenMeetings (dernière édition le 2012-04-09 03:35:33 par JeanChristopheAndré)