Amina
Points:260
Posts:11
3/1/2010 6:01:25 AM
Title:
Failed connection
Hi
could someone explain what are the reasons for the red 5 does not connect, I explain the code refers netconnection.connection.failed connection while the server is started sometimes the connection completes successfully sometimes failed I can not understand why
3/1/2010 6:27:19 AM
When red5 server and web server like IIS are installed on the same machine port conflict occurs. Both the servers RED5 and IIS will try to bind to port 80 by default. To overcome this you should either change binding fo RED5 or IIS to different port.
The problem occurs when you restart the system, The service started first will gain control over the port 80. SO sometimes you will be able to connect and sometime it will fail.
Amina
Points: 260
Posts:11
3/1/2010 6:34:35 AM
ahhh ok thank you it's clear now :D