Shun87 / aacplayer-android

Automatically exported from code.google.com/p/aacplayer-android
GNU General Public License v3.0
0 stars 0 forks source link

PlayerCallback on MMS streams not working. #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
When I use mms:// streams if the server is offline or if I disable my wifi 
connection the logs returns "next() waiting...." in ArrayBufferReader.

But when you try to reconnect the stream without internet connection the player 
exits without any error return on the logs. 

There's no problem with the AAC's player. They return errors as expected.

What is the expected output? What do you see instead?
It should return playerException error. I see the player force close. 

What version of the product are you using? On what operating system?
Version r25. Android ver 4.3, 2.3.6, 2.3.3

Please provide any additional information below.
I don't know how to fix this, I'm newbie to android. I hope the future release 
of this project with MP3 support.

Original issue reported on code.google.com by tested0...@gmail.com on 24 Jan 2014 at 6:33