Skip to content

Instantly share code, notes, and snippets.

@AppWerft
Last active September 4, 2015 08:41
Show Gist options
  • Save AppWerft/b2a3c99f8544403b3390 to your computer and use it in GitHub Desktop.
Save AppWerft/b2a3c99f8544403b3390 to your computer and use it in GitHub Desktop.
START:
[INFO] : MultiPlayer: Setting MP3 decoder for content type audio/mpeg
[INFO] : AACPlayer: The dynamic metainfo is sent every 16000 bytes
[INFO] : Decoder: start() starting native decoder - OpenCORE-MP3
[ERROR] : E/Decoder[OpenCORE-MP3]: start() frame decode error=2
[ERROR] : E/Decoder[OpenCORE-MP3]: start() first frame cannot be decoded - trying to sync again
[ERROR] : E/Decoder[OpenCORE-MP3]: start() cannot re-sync the stream after next 1024 bytes, status=12
[ERROR] : E/Decoder[OpenCORE-MP3]: start() frame decode error=2
[ERROR] : E/Decoder[OpenCORE-MP3]: start() first frame cannot be decoded - trying to sync again
[ERROR] : E/Decoder[OpenCORE-MP3]: start() cannot re-sync the stream after next 1024 bytes, status=12
[ERROR] : E/Decoder[OpenCORE-MP3]: start() frame decode error=2
[ERROR] : E/Decoder[OpenCORE-MP3]: start() first frame cannot be decoded - trying to sync again
[ERROR] : E/Decoder[OpenCORE-MP3]: start() cannot re-sync the stream after next 1024 bytes, status=12
[ERROR] : E/Decoder[OpenCORE-MP3]: start() frame decode error=2
[ERROR] : E/Decoder[OpenCORE-MP3]: start() first frame cannot be decoded - trying to sync again
[ERROR] : E/Decoder[OpenCORE-MP3]: start() cannot re-sync the stream after next 1024 bytes, status=12
[ERROR] : E/Decoder[OpenCORE-MP3]: start() frame decode error=2
[ERROR] : E/Decoder[OpenCORE-MP3]: start() first frame cannot be decoded - trying to sync again
[INFO] : I/Decoder[OpenCORE-MP3]: start() sync was successful - used bytes=5146
[ERROR] : E/Decoder[OpenCORE-MP3]: decode() bytesleft=5584, status=2
[WARN] : Decoder: decode() failed to decode a frame
[ERROR] : E/Decoder[OpenCORE-MP3]: decode() bytesleft=4560, status=1
[WARN] : Decoder: decode() failed to decode a frame
[ERROR] : E/Decoder[OpenCORE-MP3]: decode() bytesleft=4488, status=2
[WARN] : Decoder: decode() failed to decode a frame
[ERROR] : E/Decoder[OpenCORE-MP3]: decode() bytesleft=3464, status=2
[WARN] : Decoder: decode() failed to decode a frame
[ERROR] : E/Decoder[OpenCORE-MP3]: decode() bytesleft=2440, status=2
[WARN] : Decoder: decode() failed to decode a frame
[ERROR] : E/Decoder[OpenCORE-MP3]: decode() bytesleft=1416, status=2
[WARN] : Decoder: decode() failed to decode a frame
STOP:
[INFO] : Decoder: stop() stopping native decoder
[INFO] : AACPlayer: play(): average decoding time: 50 ms
[INFO] : AACPlayer: play(): average rate (samples/sec): audio=88200, decoding=1180947, audio/decoding= 1238 % (the higher, the better; negative means that decoding is slower than needed by audio)
RESTART:
[INFO] : Info: AudioStreamerplayer will play with http://stream.dradio.de/7/249/142684/v1/gnl.akacast.akamaistream.net/dradio_mp3_dlf_m
[INFO] : MultiPlayer: Setting MP3 decoder for content type audio/mpeg
[INFO] : AACPlayer: The dynamic metainfo is sent every 16000 bytes
[INFO] : Decoder: start() starting native decoder - OpenCORE-MP3
[ERROR] : E/Decoder[OpenCORE-MP3]: start() frame decode error=2
[ERROR] : E/Decoder[OpenCORE-MP3]: start() first frame cannot be decoded - trying to sync again
[INFO] : I/Decoder[OpenCORE-MP3]: start() sync was successful - used bytes=1038
[ERROR] : E/Decoder[OpenCORE-MP3]: decode() bytesleft=9716, status=2
[WARN] : Decoder: decode() failed to decode a frame
[ERROR] : E/Decoder[OpenCORE-MP3]: decode() bytesleft=8692, status=2
[WARN] : Decoder: decode() failed to decode a frame
@trevorf
Copy link

trevorf commented Sep 4, 2015

These errors look to be related to the decoder not being able to actually decode the stream. Is this stream successfully decoded elsewhere?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment