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 #64

Closed
mondain opened this issue Mar 18, 2015 · 2 comments
Closed

Problem with ServerClientDetection, Error FMS to Red5 #64

mondain opened this issue Mar 18, 2015 · 2 comments

Comments

@mondain
Copy link
Member

mondain commented Mar 18, 2015

From @GoogleCodeExporter on March 15, 2015 17:1

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

Copied from original issue: mondain/red5#424

@mondain
Copy link
Member Author

mondain commented Mar 18, 2015

From @GoogleCodeExporter on March 15, 2015 17:1

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

@mondain
Copy link
Member Author

mondain commented Mar 18, 2015

From @GoogleCodeExporter on March 15, 2015 17:1

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

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

1 participant