xajist / aacdecoder-android

GNU Lesser General Public License v3.0
0 stars 0 forks source link

start() frame decode fatal error #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1) I run the radio with this url http://159.253.145.180:7020/

2) After a few seconds my application closes

The server does not send the data when it is busy.

+ + + + + + +
curl http://159.253.145.180:7020/

ICY 400 Server Full
icy-notice1: <BR> SHOUTcast Distributed Network Audio Server / Linux v1.9.8 <BR>
icy-notice2: This server has reached its user limit <BR>
+ + + + +

The audio stream is not present and the decoder is in error:

06-24 15:51:29.365: ERROR / Decoder [OpenCORE-MP3] (19239): start () frame 
decode error = 11
06-24 15:51:29.365: ERROR / Decoder [OpenCORE-MP3] (19239): start () first 
frame can not be decoded - trying to sync again

How can I fix the problem?

Original issue reported on code.google.com by fabri8bit on 24 Jun 2013 at 2:04

GoogleCodeExporter commented 8 years ago
Fast fix work. ;)

Original comment by fabri8bit on 24 Jun 2013 at 2:58

Attachments:

GoogleCodeExporter commented 8 years ago
revision 39 - added check for the response code - both HTTP and shoutcast.

Original comment by vbarta...@gmail.com on 10 Jan 2014 at 7:49

GoogleCodeExporter commented 8 years ago

Original comment by vbarta...@gmail.com on 10 Jan 2014 at 7:52

GoogleCodeExporter commented 8 years ago
included in version 0.8

Original comment by vbarta...@gmail.com on 12 Jan 2014 at 8:17