Top "Mpmovieplayer" questions

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

iPhone SDK:How do you play video inside a view? Rather than fullscreen

I am trying to play video inside a UIView, so my first step was to add a class for that …

ios objective-c media-player mpmovieplayer
How to receive NSNotifications from UIWebView embedded YouTube video playback

I didn't received any notifications for MPMoviePlayerController. What am I doing wrong? I use following logic. I'm begining to play …

ios youtube mpmovieplayercontroller nsnotificationcenter mpmovieplayer
Using MPMoviePlayerViewController in SDK 3.2 for iPad

I've developed an iPhone app that has been running MPMoviePlayer (pre 3.2 SDK) with no problems. I know this is a …

ipad mpmovieplayer
How to play video using MPMoviePlayerController?

I am using the following code to play the video using the MPMoviePlayerController , but the video is not played. Can …

iphone objective-c ios mpmovieplayercontroller mpmovieplayer
iOS - How can i get the playable duration of AVPlayer

The MPMoviePlayerController has a property called playableDuration. playableDuration The amount of currently playable content (read-only). @property (nonatomic, readonly) NSTimeInterval playableDuration …

ios xcode avplayer mpmovieplayer
Play Mp4 and Mp3 file while downloding

I want to play a audio and video file i dont have the URL of these file. I am downloading …

ios objective-c afnetworking mpmovieplayer movie
How to play AMR audio file on iPhone

I have tried using AVAudioPlayer , MPMoviePlayer to play AMR files but unable to play them. AVAudioPlayer play method always returns …

iphone ios avaudioplayer mpmovieplayer amr
Stream video while downloading iOS

I am using iOS 7 and I have a .mp4 video that I need to download in my app. The video …

ios video-streaming mpmovieplayer nsurlsessiondownloadtask progressive-download
How do I catch the MPMoviePlayer next button click event while in fullscreen mode on the iPad?

When the MPMoviePlayerViewController is in fullscreen mode on the iPad, it defaults to having its controls to have a previous …

objective-c xcode ipad mpmovieplayercontroller mpmovieplayer
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