I\'m currently developing a video player for android. I\'ve created a simple textview that shows the current subtitle.
The problem is: MediaPlayer getCu
In case anyone needs, I did my solution.
I developed the subtitles module. To get the accurate milliseconds, I made a synchronizer for system and player timers.
Every 20 seconds of video playback I do this procedure:
Now, if I want the current movie milliseconds:
Easy, and resulted in synchronized subtitles ;)