I have a RED5 application, which works under Red5 0.8.0 (although it drops the connection on RTMPT after couple seconds). I've checked out the latest revision (which is 4441) and made some changes to the app. Now I cannot connect to the application. I get everytime - NetConnection.Connect.Rejected.
In the logs I see:
[INFO] [http-0.0.0.0-80-exec-3] org.red5.server.net.rtmp.codec.RTMPProtocolDecoder - Action connect
[WARN] [Red5_Scheduler_Worker-3] org.red5.server.net.rtmp.RTMPConnection - Closing RTMPMinaConnection from 0:0:0:0:0:0:0:1%0 : 52966 to localhost (in: 3458 out: 3262), with id 1 due to long handshake
The handshake time is set to 15 seconds, so it must be enough. In the logs I am not even getting any attempts to try to connect. I have a log with the method name in start, connect, disconnect methods, however these won't be shown.
Can anyone help?