install red5 demos via installer or within war file manually
Posted
by
dursunturan
on Server Fault
See other posts from Server Fault
or by dursunturan
Published on 2010-12-24T21:41:01Z
Indexed on
2010/12/24
21:55 UTC
Read the original article
Hit count: 298
deployment
|red5
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.
© Server Fault or respective owner