Hello
I have a video-application, but on some moments in the video, the player pauses without a playerUpdate event.
What could be the cause of this?
Is there a way to solve this?
Hello
I have a video-application, but on some moments in the video, the player pauses without a playerUpdate event.
What could be the cause of this?
Is there a way to solve this?
Offcourse! Some events like stopped (when I press pause) and volumeChanged (when I change the volume) are received by the listener. And when the video finishes, an END_OF_MEDIA is received.
But sometimes (I don't know why) the videos freezes without an event. When this happens and I press pause and then play, the video resumes...
How is this possible????
I don't do that. And even if I would: shouldn't the player fire an event then?
It's not possible to post my code here, since it's not public, but I'll try some more tests.
If you have any clue why this could happen feel free to help!!