Archive for the ‘Red5’ Category
Red5 on Ubuntu 9.04 – Thanks to BigBlueButton!
Found the BigBlueButton project (http://bigbluebutton.org/) the other day – very interesting!
Not at least that they have solved the tricky red5 installation very in a way that hopefully will find it’s way back to red5.org very soon… Their full installation uses nginx web server (http://nginx.net) instead of Apache, but here’s a way to pick the red5 raisin out of the big blue cookie:
- wget http://archive.bigbluebutton.org/bigbluebutton.asc
- sudo apt-key add bigbluebutton.asc
- echo “deb http://archive.bigbluebutton.org/ bigbluebutton main” | sudo tee /etc/apt/sources.list.d/bigbluebutton.list
- sudo apt-get update
- sudo apt-get install red5
Thank you, Fred and others at BigBlueButton!
Now, let’s find out if this works on a Debian Lenny too…
Comments (1)