Top "Mpmovieplayercontroller" questions

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

Play YouTube videos with MPMoviePlayerController instead of UIWebView

I'm trying to stream some youTube videos using the MPMoviePlayerController but I'm having some problems. The code I'm using is …

ios video streaming youtube mpmovieplayercontroller
iOS: How to use MPMoviePlayerController

I've created a blank project (iOS) and put this in my viewDidLoad: NSString *moviePath = [[NSBundle mainBundle] pathForResource:@"Movie" ofType:@"m4…

objective-c ios video mpmovieplayercontroller avfoundation
Playing a video file from a server in Swift

I'm trying to play a video from a server using Swift. I have imported MediaPlayer framework, here is my code: …

ios swift video mpmovieplayercontroller playback
NSURLConnection finished with error - code -1002

Friends i have simple audio player (MPMoviePlayerController) which can play audio stream. On iOS 11 i have very interessing trouble, thousand …

xcode nsurlconnection mpmovieplayercontroller ios11
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
Autorotate in iOS 6 has strange behaviour

I have UITabBarController app which plays video and shows other information in other UITabBar tabs. In iOS 6 UIView rotation methods …

iphone objective-c ios mpmovieplayercontroller ios6
Properly displaying and dismissing fullscreen MPMoviePlayerController in iOS 3.2 (iPad)

I'm having lots of trouble displaying a fullscreen movie in my iPad app and then allowing the user to dismiss …

iphone cocoa-touch ipad mpmovieplayercontroller ios
Play YouTube videos in iPhone app without using UIWebView?

I want to play YouTube videos from my iPhone app. I have to tried play YouTube videos in my iPhone …

iphone ios uiwebview youtube mpmovieplayercontroller
Done button event MPMoviePlayerController

On my iPhone i'm playing video/audio files in fullscreen mode. When the video/audio file reached its end then …

ios objective-c mpmovieplayercontroller
AVPlayer and MPMoviePlayerController differences

I am developing an iPhone application that needs to play videos. So far, I learned that there are at least …

ios ios4 mpmovieplayercontroller avfoundation avplayer