This is an old revision of the document!


Home tmade.de

tmade.de logout

Home Wiki

BBB

Download:

http://code.google.com/p/bigbluebutton/wiki/BigBlueButtonVM

To install BBB manually:

sudo apt-get update
sudo apt-get install bigbluebutton 
sudo bbb-conf --clean
sudo bbb-conf --check

Check:

dpkg -l | grep bbb

Upgrade:

sudo apt-get update
sudo apt-get dist-upgrade

Set Static IP:

sudo vi /etc/network/interfaces

# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.3.90
gateway 192.168.3.1
netmask 255.255.255.0
network 192.168.3.0
broadcast 192.168.3.255

sudo /etc/init.d/networking restart

Ports:

BigBlueButton uses 3 TCP ports:

port 80 for the obvious web interface
port 9123 for desktop sharing
port 1935 for Adobe Flash Media Server (RTMP?) 

If the ports above are opened/ forwarded (firewall/ router) you have to execute the following command (on bbb) to make it reachable from external:

sudo bbb-conf --setip your.domainname.com

Switching between Asterisk and FreeSWITCH

The BigBlueButton packages let you switch back and forth between using Asterisk and FreeSWITCH.

To switch from Asterisk to FreeSWTICH, do

sudo apt-get purge bbb-voice-conference 
sudo apt-get purge asterisk 
sudo apt-get install bbb-freeswitch-config 
sudo bbb-conf --clean 

To switch from FreeSWITCH to asterisk, do

 sudo apt-get purge bbb-freeswitch-config 
 sudo apt-get purge freeswitch 
 sudo apt-get install bbb-voice-conference 
 sudo bbb-conf --clean 

http://code.google.com/p/bigbluebutton/wiki/FAQ

bbb/bbb.1290371078.txt.gz · Last modified: 2017/12/09 01:08 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki