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

AACPlayer not disconnecting properly #8

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

AACPlayer not disconnecting properly #8

GoogleCodeExporter opened this issue Mar 18, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Use the AAC Music Player sample application to connect to an AAC stream 
through a simple passthrough proxy server
2. Press play, let it stream for a bit, then press stop

What is the expected output? What do you see instead?
The player socket is not closed as you'd expect, it's left open until it 
naturally times out


What version of the product are you using? On which device ?
The latest release version (0.5.1)


Please provide any additional information below.
I think this problem would be solved with a simple call to socket.close() at 
the end of the loop in the run() method of AACPlayer
I can provide source code for a simple pass-through proxy server if it would 
help testing.

Original issue reported on code.google.com by tehst...@gmail.com on 20 Aug 2011 at 6:59

@GoogleCodeExporter
Copy link
Author

Still exists in 0.6.1!

Original comment by arvid.ge...@gmail.com on 2 Sep 2012 at 7:22

@GoogleCodeExporter
Copy link
Author

Your solution doesn't work, you can't call Socket.close() at this point. I'am 
investigating where the error is produced, do you have any others idea? 

Original comment by arvid.ge...@gmail.com on 17 Oct 2012 at 10:00

@GoogleCodeExporter
Copy link
Author

Commited bugfix as revision#21.

Original comment by vbarta...@gmail.com on 11 Jan 2013 at 8:05

  • Changed state: Fixed
  • Added labels: Component-Java

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