Skip to content

Instantly share code, notes, and snippets.

@eugenehp
Created November 21, 2012 23:08
Show Gist options
  • Save eugenehp/4128434 to your computer and use it in GitHub Desktop.
Save eugenehp/4128434 to your computer and use it in GitHub Desktop.
Red5 on Ubuntu 12.10
#!/bin/sh
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install unzip default-jdk default-jre htop
cd ~
wget http://red5.org/downloads/red5/1_0/red5-1.0.0-RC2.zip
unzip red5-1.0.0-RC2.zip
chmod +x ./red5.sh
./red5.sh
@eugenehp
Copy link
Author

then launch http://aaa.bbb.ccc.ddd:5080
where aaa.bbb.ccc.ddd is address of your ubuntu box (you can use NAT to get the LAN IP address)
and go to
http://aaa.bbb.ccc.ddd:5080/installer and install all available applications like oflaDemo
then go back to the server' console and restart the server like:
Ctrl-C
./red5.sh

@sw-tt-tarunvarma
Copy link

I run my local server like this http://aaa.bbb.ccc.ddd:5080

I have still got error like HTTP Status 404 - /vod/index.html in my page.

So can anyone please help me ?

Thanks in advance

@MurderousOne
Copy link

no need for all this anymore.

Run!

sudo apt-get install red5-server

will auto install right thru the package manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment