I researched a little bit, but couldn\'t find any solutions to this problem:
I would like to play a MediaPlayer
and pause/stop it at a given time.. (ie: play from s
There's a time difference between videoView.start() and video prepared to play depend on video format, those time difference is probably more than 10 frames.
so the best way to do is to start the timer inside OnPreparedListener to minimise the time difference, or even more to get the current playing duration and set a postDelayed timer at that point.