google-code-export / red5

Automatically exported from code.google.com/p/red5
0 stars 0 forks source link

Problem with ServerClientDetection, Error FMS to Red5 #424

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In org.red5.server.Client this:

ServerClientDetection detection = new ServerClientDetection();
detection.checkBandwidth(Red5.getConnectionLocal());

But it's execute before the NetConnection.Connect.Success receive by FMS and 
the FMS close the connection.

I think this call must be pending and make after de 
NetConnection.Connect.Success is sent.

What do you think?

Original issue reported on code.google.com by sebastie...@gmail.com on 13 Aug 2013 at 6:46

GoogleCodeExporter commented 9 years ago
I'm not sure, test it and let us know; if it works, I'll change the code.

Original comment by mondain on 15 Aug 2013 at 4:58

GoogleCodeExporter commented 9 years ago
Sorry for the response delay!! 

But i confirm the ServerClientDetection must be do later, after 
FlashMediaServer receive the NetConnection.Connect.Success

Original comment by sebastie...@gmail.com on 13 Feb 2014 at 6:19