Android Question MediaPlayerStream Complete being called early

ac9ts

Active Member
Licensed User
Longtime User
I have an app that streams MP3 files. I have seen on occasion where the _Complete event is raised before the stream ends. I can play the stream a second time and it will complete. This happens somewhat randomly. I don't think it's a bandwidth issue as the streams are at a relatively low bit rate. Has anyone experienced similar issues? Is there anything I can do to increase the buffer size?
 
Top