Modifications entre les versions 3 et 6 (s'étendant sur 3 versions)
Version 3 à la date du 2012-02-16 09:00:06
Taille: 1089
Éditeur: AlexandreDomont
Commentaire:
Version 6 à la date du 2012-02-22 10:49:14
Taille: 3100
É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
}}}

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 41:
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 43:
 * 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 45:
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 71:
=== Automatiser le démarrage des services Openmeetings et OpenOffice ===
Ligne 35: Ligne 73:
{{{
# 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 87:

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/

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

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

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é)