Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with ServerClientDetection, Error FMS to Red5 #424

Closed
GoogleCodeExporter opened this issue Mar 15, 2015 · 3 comments
Closed

Problem with ServerClientDetection, Error FMS to Red5 #424

GoogleCodeExporter opened this issue Mar 15, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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

@mondain
Copy link
Owner

mondain commented Mar 18, 2015

This issue was moved to Red5/red5-server#64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants