How to reset MPMoviePlayerController timeline to zero at movie end
Streaming 10 seconds movie from serve开发者_Python百科r, but timeline stops at 8 seconds.
There are no errors, so I would like to reset MPMoviePlayerController timeline left side as 00:10 and right side as 00:00 to make it look like the whole movie was played. How could I do that?
Try the following - assuming that you have an instance of the MPMoviePlayerController called mp;
[mp setCurrentPlaybackTime:mp.endPlaybackTime];
Haven't found any other video with same symphtons, so let's call this a bug in video data or its conversion. Case closed.
精彩评论