iphone - MPMoviePlayerController currentPlaybackTime problem
- by Mike
I have a MPMoviePlayerController in my project.
Some times, when I order the controller to go to a specific frame, for example
[myMovie setCurrentPlaybackTime:16.32];
it goes not to this position, but to a point before the specified point. I think it goes to the nearest keyframe. How can I force the video to stop doing this and go to the precise location? Is there any hope of solving this?
thanks for any help.