Created
November 21, 2012 23:08
-
-
Save eugenehp/4128434 to your computer and use it in GitHub Desktop.
Red5 on Ubuntu 12.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
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
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
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