iOS API : A movie player (of type MPMoviePlayerController) that manages the playback of a movie from a file or a network stream. MPMoviePlayerController was replaced in iOS 8 by AVKit classes such as `AVPlayerViewController`, and is formally deprecated in iOS 9
Questions tagged [mpmovieplayer]
377 questions
-2
votes
2 answers
Touch issue with MPMoviePlayer
I have very strange issue with MPMoviePlayer I have spent 2 days still not able to find the solution. I have just added view of MPMoviePlayer as a subview to self.view, but its not respond to touch methods. But when I remove MPMoviePlayer than view…

S S
- 646
- 1
- 7
- 16
-2
votes
2 answers
iPhone:video url is not playin using MPMoviePlayer
I have given one url to play video file for that I use following code to play the video
NSURL *url = [NSURL URLWithString:@"http://www.hddeo.com/video/more.html"];
player = [[MPMoviePlayerController alloc] initWithContentURL:url];;
[player…

iPhone
- 4,092
- 3
- 34
- 58