Open GoogleCodeExporter opened 9 years ago
Is this a duplicate of issue 23?
Original comment by bj...@xowave.com
on 1 Nov 2012 at 9:01
I've committed patch #22 (trunk) which fixes the way how the error is handled
in MP3 decoder wrapper. So since now it does not hang up, but it throws an
exception to the Java part.
Unfortunately it seems the root cause of the problem is somewhere in the
underlying MP3 decoder: the error UNSUPPORTED_FREE_BITRATE is returned from it.
Original comment by vbarta...@gmail.com
on 29 May 2013 at 2:08
This is related to issue 23, but I'd like to keep open both as this issue is
about stream with bitrate > 128kbs, but issue 23 is about "decoder not starting
time to time for 128kbs streams".
Original comment by vbarta...@gmail.com
on 29 May 2013 at 2:10
I've committed revision 26 (see also issue 23).
Now trying 192 kbps stream at http://78.24.9.110:10778/ and it is working
Original comment by vbarta...@gmail.com
on 30 May 2013 at 9:26
Original comment by vbarta...@gmail.com
on 30 May 2013 at 9:26
Play http URL works, but when I play local file like /sdcard/example.mp3,
nothing happens. The log shows:
BufferReader next() waiting...
BufferReader run() started...
BufferReader next() awaken
BufferReader run() stopped.
Then no any further log output.
Original comment by Liu.Bin....@gmail.com
on 8 Jul 2013 at 10:49
Original issue reported on code.google.com by
supp...@vercoop.com
on 28 Sep 2012 at 7:58