« Return to Thread: Red5 on windows :HELP REQUIRED

Re: Red5 on windows :HELP REQUIRED

by ddprasad :: Rate this Message:

| View in Thread

What is this?
"I installed JDK and Jre then red5 Placed in the folder of jdk (as some tutorial suggests)"

Download any of these and try the proceedure:-
http://www.red5.org/downloads/0_8/setup-Red5-0.8.0.exe
http://www.red5.org/downloads/0_9/setup-Red5-0.9.RC1.exe
Both are based on (tomcat and red5)

But install Java 1.6 first ok?

God bless you!!


what is the difference between different types of installations
> tomcat and red5
>apache ant, and red 5
>red5 and jdk (currently i am experimenting)
 and other installations

do i need to set any Java variables ?
 do i need to install apache ant or something like that

"I installed JDK and Jre
then red5 Placed in the folder of jdk (as some tutorial suggests)"

lots of different techniques to install , thinking might be my installation procedure is wrong  

ddprasad wrote:
Good.
One last thing,
Check for your firewall setting. Is it blocking RTMP. Just try disabling it and then restart the Red5 server.
If it doesnt work,

STEP ONE
Change your port settings of red5 to 80
How?

Answer: In the conf directory of your red5 folder, there is a file red5.properties
Make the following changes
# HTTP
http.host=0.0.0.0      ---> Leave as it is
http.port=5080         --->  Change 5080 to 80
https.port=8443        --->  Change 8443 to 443

STEP TWO
There is a file in webapps/installer/WEB-INF/red5-web.properties
Open it using a NotePad/Write

Change this line
application.repository.url=http://localhost:5080/applns/ 
to
application.repository.url=http://localhost/applns/

Before that, ensure that your machine does have any other webserver running on 80 PORT
Now Restart your Red5.

 « Return to Thread: Red5 on windows :HELP REQUIRED