You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
tehst...@gmail.com
on 20 Aug 2011 at 6:59The text was updated successfully, but these errors were encountered: