install red5 demos via installer or within war file manually
- by dursunturan
I'm using Ubuntu 10.10 and installed the red5-server package.
I've also downloaded oflaDemo.war file from that address.
First I tried to install the oflaDemo via installer, but I couldnt reach the goal. I see the .war file under the /tmp directory, I got stuck with this message: "This may take a couple minutes, please wait".
After that, I put the downloaded war file into the /webapps directory and wait 10 minutes as mentioned in red5-common.xml. Unfortunately, nothing changed ...
So I decided to extract war file manually. I did this: jar -xvf oflaDemo.war
Ok, I see all of the unzipped content under the webapps directory, but how can I preview the demo via a web browser?
I really need to make live stream via Red5. Please help me.