I've noticed I've been getting exceptions when trying to play
certain MP3's - the stack trace starts with BitstreamException:
Bitstream errorcode 102. What does this code mean?
The error 102 is caused by a format problem with the stream.
I've mostly seen this at the end of the stream. Some
encoders produce incorrect data at the end.
I guess as a feature request, these errors shouldn't throw
exceptions but should report an error and continue playing.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=8652
The error 102 is caused by a format problem with the stream.
I've mostly seen this at the end of the stream. Some
encoders produce incorrect data at the end.
I guess as a feature request, these errors shouldn't throw
exceptions but should report an error and continue playing.