*https://pad.constantvzw.org/p/bbb.agenda


What happens to recordings?

How to discover a room? (only if you have the 'secret' link'?)
Rooms are individual -- I cannot share the room access/i am the only one to start it ...

Password reminder? (PW sent email to Denis)


q to Denis:
- multiple usages at the same?
- should we open this up to others or not



WE HAD BBB INSTALLED IN 2014, THE 


2014 notes!

1/ Modifier Message de bienvenue

/var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties

defaultWelcomeMessage=coucou

2/   The source code for demos

https://github.com/bigbluebutton/bigbluebutton/tree/master/bbb-api-demo/src/main/webapp/

3/ Modifier le sample.pdf par défaut

Remplacer /var/lib/tomcat6/webapps/demo/pdfs/sample.pdf

relancer bbb: 

bbb-clean


-------------------------------------
*Stream Audio

*Butt +++

wget http://sourceforge.net/projects/butt/files/butt/butt-0.1.12/butt-0.1.12-linux-bin.tar.bz2bunzip2 butt-0.1.12-linux-bin.tar.bz2
tar -xvf butt-0.1.12-linux-bin.tar
cd butt-0.1.12-linux-bin/
sudo ./install.sh

*Gstreamer ++

!!!! il faut arriver à trouver l'entrée micro uniquement. Ici mon device alsa_input.pci-0000_00_14.2.analog-stereo prend tout les sons de l'ordi !!!

gst-launch pulsesrc device=alsa_input.pci-0000_00_14.2.analog-stereo ! audioconvert ! vorbisenc bitrate=32000 ! oggmux ! shout2send ip=constantvzw.org port=8000 password=jonctions mount=test.ogg

*gnome-sound-recorder +
*
1/ install oggfwd
2/ Launch gnome-sound-recorder, record. The file is /tmp/gsr-recordXXX
3/ cat gsr-record-XXX |oggfwd constantvzw.org 8000 jonctions test32.ogg


*Stream Audio + Video

*1/ gstreamer +++

apt-get install gstreamer-tools

 gst-launch v4l2src ! queue ! ffmpegcolorspace ! videoscale ! video/x-raw-yuv,width=320,height=240  ! theoraenc quality=16 ! queue ! oggmux name=mux alsasrc  ! queue !  audioconvert ! vorbisenc ! queue   ! mux. mux. ! queue ! shout2send ip=constantvzw.org port=8000 password=jonctions mount=/test.ogg

Idem + enregistrement local

gst-launch v4l2src ! queue ! ffmpegcolorspace ! videoscale ! video/x-raw-yuv,width=320,height=240  ! tee name=tscreen ! queue ! autovideosink tscreen. ! queue ! videorate ! video/x-raw-yuv,framerate=25/2  !  queue ! theoraenc quality=16 ! queue ! oggmux name=mux alsasrc ! queue ! audioconvert ! vorbisenc quality=0.2  ! queue ! queue ! mux. mux. ! queue ! tee name=tfile ! queue ! filesink location=test.ogg tfile. ! queue \
 ! shout2send ip=constantvzw.org port=8000 mount=test.ogg password=jonctions

2/ webcamstudio

Installer le paquet, lancement depuis le menu.
http://www.ws4gl.org/

3/ theorastreamer (Kaputt)