Taille: 1089
Commentaire:
|
← Version 8 à la date du 2012-04-09 03:35:33 ⇥
Taille: 3321
Commentaire: au bon endroit...
|
Texte supprimé. | Texte ajouté. |
Ligne 1: | Ligne 1: |
'''En cours de rédaction ''' |
## page was renamed from Paris/Activites/OpeenMeetings = OpeenMeetings 1.9 = |
Ligne 6: | Ligne 6: |
=== Reste à faire === * Mettre la fenêtre de login en Francais * Mettre un FQDN présentable style : webconference.fr.auf.org = Installation et configuration = |
|
Ligne 8: | Ligne 15: |
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 19: |
Installation de SWFTools | === Installation de SWFTools === |
Ligne 12: | Ligne 21: |
''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 30: |
{{{ # 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 }}} Il y a aura une ou deux extensions a installer en plus (php) |
|
Ligne 18: | Ligne 48: |
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 50: |
* 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 52: |
Répertoire de stockage des vidéos : | 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 ==== |
Ligne 34: | Ligne 78: |
=== Automatiser le démarrage des services Openmeetings et OpenOffice === | |
Ligne 35: | Ligne 80: |
{{{ # 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 }}} |
|
Ligne 36: | Ligne 94: |
http://www.guillaume-p.net/installation-et-configuration-serveur-visioconference-openmeeting-sur-ubuntu-lts-10-04/ |
Réf : http://www.guillaume-p.net/installation-et-configuration-serveur-visioconference-openmeeting-sur-ubuntu-lts-10-04/ |
OpeenMeetings 1.9
http://incubator.apache.org/openmeetings/installation.html
Reste à faire
- Mettre la fenêtre de login en Francais
- Mettre un FQDN présentable style : webconference.fr.auf.org
Installation et configuration
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
Il y a aura une ou deux extensions a installer en plus (php)
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