MediaPlayer Buffered vs Loaded
-
Hello everyone!
I am developing an app using a MediaPlayer, but I'm having some issues when playing my audios. Sometimes, I don't know why, the MediaPlayer pauses the audio, and only plays it again if I hit pause, and then play. I've noticed that it always happens when the status of the MediaPlayer goes to Buffered. But sometimes it goes to Buffered and it works.
I was looking at the status and I saw Buffered and Loaded. What's the difference between them?
How can I do to avoid my MediaPlayer from pausing my audios and never play again without interaction?Regards,
Renato Marques -
One last thing, apparently this error only occur in IOS devices