Top "Mpmovieplayercontroller" questions

A movie player (of type MPMoviePlayerController) manages the playback of a movie from a file or a network stream.

MPMoviePlayerController with a Custom Button on its toolbar

You might have seen video through you tube in iPhone. Normal MPMoviePlayerController has previous, next & play/pause buttons. You …

iphone mpmovieplayercontroller movie mpmovieplayer
Convert from NStimeInterval to CMTime accurately

I am using two players one is MPMoviePlayerController and the other is AVPlayer. henever MPMoviePlayerController is seeked, it sets the …

objective-c mpmovieplayercontroller avplayer nstimeinterval cmtime
Why does MPMoviePlayerController setCurrentPlaybackTime goes to the wrong time?

I am experience some weirdness with MPMoviePlayerController. I am trying to set the currentPlaybackTime of a video whilst it is …

iphone objective-c mpmovieplayercontroller
How to play movie with a URL using a custom NSURLProtocol?

As you know,play a movie with MPMoviePlayerController object using [[MPMoviePlayerController alloc] initWithContentURL: aURL]; now ,i want to achieve a …

ios url mpmovieplayercontroller nsurlprotocol
Responding to MPMoviePlayerController notifications during background media playback

I have an app that streams video from the net and plays it using an MPMoviePlayerController object for playback on …

iphone ios mpmovieplayercontroller multitasking avplayer
xcode - MPNowPlayingInfoCenter info is not displayed on iOS 8

I'm developing a music application, which should play music in the background. I use the MPMoviePlayerController to play the music. …

ios xcode mpmovieplayercontroller lockscreen audio-player
MPMoviePlayerController vs. MPMoviePlayerViewController

I'm new to iPhone development. Just wondering what the difference is between the MPMoviePlayerController and the MPMoviePlayerViewController. Also, more generally, …

iphone mpmovieplayercontroller
Simultaneously stream and save a video?

I'm writing an app, part of which allows the user stream/play videos. I want to restrict the functionality so …

iphone video-streaming mpmovieplayercontroller
AVPlayerItem replaceCurrentItemWithPlayerItem Blocking

First a little context about the application... - There's a lot of heavy UI operation's involving video players (mostly scrolling) …

iphone ios ipad mpmovieplayercontroller avplayer
How to make MPMoviePlayerController ignore the mute switch

I want to play a video using MPMoviePlayerController but I want it to ignore the mute switch, similar to the …

ios iphone mpmovieplayercontroller avaudiosession