OpenMeetings

eero
Site Admin
Viestit: 329
Liittynyt: 07 Marras 2007 20:17

OpenMeetings

Viesti Kirjoittaja eero »

Tähän tulee eka asennuksesta...

Jos asennuksessa jäi lisäajurit asentamatta niin tässä ohje:
https://ffmpeg.org/trac/ffmpeg/wiki/Ubu ... ationGuide
Poistetaan vanha asennus varmuuden vuoksi (kaikki):
apt-get remove ffmpeg x264 libav-tools libvpx-dev libx264-dev

Jos työpöytä:
apt-get update
apt-get -y install build-essential checkinstall git libfaac-dev libgpac-dev libjack-jackd2-dev libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev libsdl1.2-dev libtheora-dev libva-dev libvdpau-dev libvorbis-dev libx11-dev libxfixes-dev texi2html yasm zlib1g-dev

Jos palvelin:
apt-get update
apt-get -y install build-essential checkinstall git libfaac-dev libgpac-dev libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev libtheora-dev libvorbis-dev texi2html yasm zlib1g-dev libgpac-dev

Asennetaan x264 H.264 video encoder
cd
git clone git://git.videolan.org/x264
./configure --enable-static
make
sudo checkinstall --pkgname=x264 --pkgversion="3:$(./version.sh | awk -F'[" ]' '/POINT/{print $4"+git"$5}')" --backup=no --deldoc=yes --fstrans=no --default


Asennetaan libvpx VP8 video encoder and decoder
cd
git clone http://git.chromium.org/webm/libvpx.git
cd libvpx
./configure
make
sudo checkinstall --pkgname=libvpx --pkgversion="1:$(date +%Y%m%d%H%M)-git" --backup=no --deldoc=yes --fstrans=no --default


Asennetaan FFmpeg

cd
git clone --depth 1 git://source.ffmpeg.org/ffmpeg
cd ffmpeg
./configure --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-version3 --enable-x11grab
make
sudo checkinstall --pkgname=ffmpeg --pkgversion="5:$(date +%Y%m%d%H%M)-git" --backup=no --deldoc=yes --fstrans=no --default hash x264 ffmpeg ffplay ffprobe


Sitten havaittuja juttuja.

Asennustiedosto: /usr/lib/red5/webapps/openmeetings/config.xml
  • Saa muutettua sivun nimen
    • <currentappname>Pöytyän kunnan videoneuvottelu</currentappname>
    Polun (jos kosket niin muista muuttaa serverin polku myös)
    • <httpRootKey>/openmeetings/</httpRootKey>
    Nimen (jos kosket niin muista muuttaa serverin polku myös)
    • <webAppRootKey>openmeetings</webAppRootKey>
    Nauhoituspainike (oletus hidden)
    • <showRecording>visible</showRecording>
    Kalenterin aloityspäivä (oletus 0, su)
    • <firstdayinweek>1</firstdayinweek>
    Kameran resoluutiota (oletus <resolution type="4:3 (~20 KByte/sec)" width="120" height="90" isDefault="false" />)
    • <availableCameraResolutions>
      <resolution type="4:3 (~6 KByte/sec)" width="40" height="30" isDefault="false" />
      <resolution type="4:3 (~12 KByte/sec)" width="80" height="60" isDefault="false" />
      <resolution type="4:3 (~20 KByte/sec)" width="120" height="90" isDefault="false" />
      <resolution type="QQVGA 4:3 (~36 KByte/sec)" width="160" height="120" isDefault="false" />
      <resolution type="4:3 (~40 KByte/sec)" width="240" height="180" isDefault="false" />
      <resolution type="HVGA 4:3 (~56 KByte/sec)" width="320" height="240" isDefault="true" />
      <resolution type="4:3 (~60 KByte/sec)" width="480" height="360" isDefault="false" />
      <resolution type="4:3 (~68 KByte/sec)" width="640" height="480" isDefault="false" />
      <resolution type="XGA 4:3" width="1024" height="768" isDefault="false" />
      <resolution type="16:9" width="256" height="150" isDefault="false" />
      <resolution type="WQVGA 9:5" width="432" height="240" isDefault="false" />
      <resolution type="pseudo 16:9" width="480" height="234" isDefault="false" />
      <resolution type="16:9" width="512" height="300" isDefault="false" />
      <resolution type="nHD 16:9" width="640" height="360" isDefault="false" />
      <resolution type="16:9" width="1024" height="600" isDefault="false" />
      </availableCameraResolutions>
    Ja paljon muuta
finnish.xml.txt
Valmis kielitiedosto
(152.45 KiB) Tiedosto ladattu 879 kertaa
eero
Site Admin
Viestit: 329
Liittynyt: 07 Marras 2007 20:17

Uudellenohjaus

Viesti Kirjoittaja eero »

Muuttaksesi juurisivua portissa 5080 muokkaa tiedostoa
/usr/lib/red5/webapps/root ja sieltä index.html

Siellä on määritelty uudelleenohjaus oikealla sivulle
eero
Site Admin
Viestit: 329
Liittynyt: 07 Marras 2007 20:17

Oletuskieli

Viesti Kirjoittaja eero »

Ylläpito -> Asetukset -> default_lang_id Muuta 24
Vastaa Viestiin