0

I have a problem with seeking with Android MediaPlayer class. I am playing a local video file, drawing it on a surfaceView. It plays ok, but when I call seekTo(msec) it does not seek. Furhermore, I added a listener (OnSeekComplete) and added callback.

It never gets to the onSeekComplete method. Does anyone know why is that, any good reason, any good workarond ?

George
  • 3,727
  • 9
  • 31
  • 47

1 Answers1

1

I seems to be a bug in Android platform -- http://code.google.com/p/android/issues/detail?id=9135. No reaction on that from Android platform developers though.

Konstantin Burov
  • 68,980
  • 16
  • 115
  • 93