i tried to make this opensource RED5 project work for many days but without success - http://www.camrumble.com/source/opensource_chatroulette_5.jsp . Iam using RED5 1.0 RC1. I have done everything according to the tutorial, I start debugging my red5 server under eclipse, then I run my flex project in flash builder, it opens up a browser with the chat window, but it just says that:
Initialize connection
NetConnection.Connect.Rejected
Connection error, please refresh the page.
When I look then to Console in Eclipse theres just this:
[INFO] [NioProcessor-1] org.red5.server.net.rtmp.codec.RTMPProtocolDecoder - Action connect
[INFO] [NioProcessor-1] org.red5.server.net.rtmp.RTMPHandler - Scope rtmpclient not found on localhost
[WARN] [Red5_Scheduler_Worker-2] org.red5.server.net.rtmp.RTMPConnection - Closing RTMPMinaConnection from 127.0.0.1 : 55783 to localhost (in: 3337 out 3217 ), with id 1 due to long handshake
Where could be the problem? It looks like to me, it cant find those files? But they are in the webapps directory of the RED5 server so i dont know...