I have a MPMoviePlayerController in my project. Documentation says that next call:
moviePlayer.initialPlaybackTime = time;
starts at the closest key frame prior to the provided time. Is it possible to start playing video from the specified time (not from the nearest key frame)?