A movie player (of type MPMoviePlayerController) manages the playback of a movie from a file or a network stream. Playback occurs in a view owned by the movie player and takes place either fullscreen or inline. You can incorporate a movie player’s view into a view hierarchy owned by your app, or use an MPMoviePlayerViewController object to manage the presentation for you.
20
votes
1answer
912 views
MPMoviePlayerController and AVAudioPlayer audio mixing glitch
I'm developing an interactive storybook type application for the iPhone and I've recently encountered a frustrating bug concerning audio mixing on the device.
Firstly, I setup an audio session. I set ...
20
votes
3answers
10k views
Play YouTube videos with MPMoviePlayerController instead of UIWebView
Hello I'm trying to stream some youTube videos using the MPMoviePlayerController but I'm having some problems. The code i'm using is pretty simple and I can play .m4v videos by passing a URL to ...
17
votes
6answers
18k views
How to release MPMoviePlayerController?
I have a couple of views that access the movie player. I've put the following code in a method in AppDelegate for these views. They send in the filename to play. The code works fine but I know a ...
15
votes
2answers
15k views
Pros and cons of MPMoviePlayerController versus launching UIWebView to stream movie
I have a client who has video content for the web in Flash format. My task is to help them show the videos in an iPhone app.
I realize that step one is to get these videos into the appropriate ...
13
votes
2answers
348 views
Play video from cache in iphone programatically
I am developing an iPhone application in which i will store stream video from URL directly to cache in local , now i need to play video in movie-player while it was in downloading in cache . i ...
12
votes
6answers
11k views
MPMoviePlayerController fullscreen quirk in iPad
I want to show a MPMoviePlayerController in a view controller and let the user toggle full screen with the default controls, like the YouTube app. I'm using the following code in a bare-bones example:
...
12
votes
4answers
2k views
MPMoviePlayerController fullscreen movie inside a UIWebView
I'm having a problem with the UIWebView and MPMoviePlayerController:
My UIWebView have a movie inside the html (it's a local html file), I'm using html5 and a video tag for the video.
The problem is: ...
8
votes
3answers
1k views
AirPlay support, MPMoviePlayerController and MPVolumeView relation
I am developing an iPhone application that has support for video play. I am using MPMoviePlayerController with custom controls for playing the video. For this purpose I have set control style of ...
8
votes
2answers
673 views
Playing movie files with no file extension on iOS with MPMoviePlayerController or AVPlayer
I want to play a movie in iOS 4.3 on the iPad. I've successfully used MPMoviePlayerController and AVPlayer to load files from a remote URL when the filename has a file extension. However, when I use a ...
8
votes
1answer
12k views
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 it with either the Done button or the "un-fullscreen" button on the player controls.
...
7
votes
1answer
353 views
MPMoviePlayerController preload progress
Is there a way of getting the preload progress of a MPMoviePlayerController?
At the moment I'm listening to for MPMoviePlayerLoadStateDidChangeNotification and showing a UIActivityView until the ...
7
votes
1answer
860 views
Multiple MPMoviePlayerController instances
I'm trying to put two MPMoviePlayerController on a UIView like this
for (int i = 0; i < 2; i++)
{
UIView* v = [[UIView alloc] initWithFrame: CGRectMake(0.0f, 300.0f * i, self.view.width, ...
7
votes
5answers
4k views
Ipad MPMovieplayerController video loads but automatically pauses when played
I am trying to get the MPMovieplayerController to work. I load a video everything goes wel i even see the first frame but then it automatically pauses, if i press play it pauses again. In the ...
7
votes
3answers
3k views
MPMoviePlayerController alternatives on iPhone?
I am looking for alternatives to the MPMoviePlayerController on the iPhone. As a video player its functionality is very limited. According to the class reference there is no way to get the current ...
6
votes
1answer
445 views
How do I make a MPMovieController fullscreen view on top of a UIPopoverController?
I have successfully put a MPMoviePlayerController in a UIPopoverController by doing:
NSString *filenameString = [NSString stringWithString:[[helpVideosArray objectAtIndex:tagNumber] ...
6
votes
4answers
856 views
MPMoviePlayer load and play movie saved in app documents
I am writing an application that stores the movies in the photo roll into the local documents folder for the app. I can play remote movies using the MPMoviePlayer, however trying to play a movie ...
6
votes
1answer
580 views
Cache Progressive downloaded content in MPMoviePlayerController
I have a music player implemented in iphone (sdk 4) and it works both with streaming of Mp3 (Transcoded on the fly) or raw progressive download.
Is there anyway to make the progressivedownloaded ...
6
votes
1answer
273 views
MPMoviePlayerController, disallow fullscreen but allow navigation through clip?
I have a video in my iPad app, but I dont want it to be able to go to fullscreen. However I do potentially want the user to be able to navigate to the part of the video that they want to see.
As far ...
6
votes
2answers
610 views
Closed Captions in MPMoviePlayerController for iPhone
I'm trying to play a movie that has closed captions embedded in the file (.scc) using an instance of MPMoviePlayerController. I've read the documentation and don't see support to turn captions on with ...
5
votes
1answer
2k views
MPMoviewPlayerController fullscreen playback rotation with underlying UIViewController with portrait mode only (rotation disallowed)
Hallo,
I have a simple application, which does contain UITabBarController with two UIViewControllers. Both UIViewControllers are portrait only (no rotation allowed). One UIViewController's UIView ...
5
votes
2answers
735 views
MPMoviePlayerController: Removing ±1sec black screen, when changing contentURL?
I'm working on an iPad project where i have to play short video files one after another smoothly. For playing the videos i'm using MPMoviePlayerController. The problem i'm facing is that when i call
...
5
votes
4answers
472 views
UIImagePickerController choosing video prevents MPMoviePlayerViewController instance from working
I have a viewcontroller where I present an UIImagePickerController in a popOver. If the user selects a video, then dismisses the popover and moves on to the next "page (viewcontroller)" and attempts ...
5
votes
3answers
1k views
iPhone - Play a video on both 3.0 and 4.0 OS / SDK?
Since 3.2 iPhone OS SDK, playing a video is really different.
So I was wondering if there is a way to make video play in full screen with a compatible code (both < and >3.2) without writing code ...
5
votes
3answers
881 views
MPMoviePlayerController stops iPod playback and doesn't restart
I've got an iPhone app with a short intro video. If a user launches the app while their iPod is playing music, the music will stop while the video plays (whether or not the video has sound), and the ...
5
votes
5answers
8k views
Overlay on top of Streaming MPMoviePlayerController
I went through the example from apple "MoviePlayer on iPhone"
Im trying to overlay on top of the mpmovieplayercontroller,
it works perfectly with video clip that is in bundle,
but it wont work if i ...
5
votes
2answers
2k views
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 that they can only stream videos if they have a WiFi connection. I will then save the ...
4
votes
1answer
86 views
MPMoviePlayerController reconnecting multiple times
I have a simple HTTP server running that pretty much just serves an MP3 file in chunks of equal size. I'm writing an iOS app (for testing purposes), that basically takes a URL and streams the file ...
4
votes
2answers
162 views
How to apply conditions to play video in full screen and to play in a certain frame
I am playing a video by default in full screen according to this:
Play video by default in full screen.
But using this code minimize control is missing.
My exact requirment is that:
As the view ...
4
votes
1answer
809 views
Play Youtube video in MPMoviePlayerController or play RTSP - 3GP link
I've checked on stackoverflow and searched all over the internet but haven't been able to find a solution to my problem.
In my app I need to have control over the way a youtube video is shown. I need ...
4
votes
2answers
354 views
Is it possible to play 2 video file simultaneously in the same view?
Is it possible to play 2 video files simultaneously in the same view?
I want to do have them both playing over half the screen, a little like this:
_ _ _ _ _ _ _ _ _ _
| |
| ...
4
votes
2answers
3k views
MPMoviePlayerController / AVAudioSession in background doesn't restart play after incoming call
I have an issue with MPMoviePlayerController. I use an instance to play an m3u8 audio source:
AVAudioSession *audioSession = [AVAudioSession sharedInstance];
NSError *setCategoryError = nil;
...
4
votes
5answers
6k views
Hide StatusBar from MPMoviePlayerController
I've been struggling with a very annoying problem all day long and I hope I could find help on this board.
I'm using an MPMoviePlayerController to play a fullscreen movie on iPad and I can't figure ...
4
votes
2answers
950 views
Screen blackout when performing Pinch Gesture on MPMoviePlayerController
I have this strange issue in iOS4 where in the Video which is playing in MPMoviePlayerController blacks out when the user performs certain kind of gestures over the screen. I'm simply creating a ...
4
votes
1answer
2k views
How to know when the MPMoviePlayerController has been paused in iPhone?
I want to add an overlay view for my video when the video is paused by the user. Is there any way to get the pause notification from MPMoviePlayerController?
According to Apple Doc, there should be ...
4
votes
2answers
822 views
HTTP stream without extension in MPMoviePlayerController
I'm currently letting VLC stream a WMV file while it converts the file live to H264 with MP3 audio. This means you get an URL with just an IP and a port (http://127.0.0.1:1234/). When I try to let ...
4
votes
2answers
2k views
Open video in iPhone without controls
I am trying to play video without showing controls (volume and other buttons) but it also should be possible to make them visible by taping on the video.
The code is:
theMovie.scalingMode = ...
4
votes
1answer
833 views
IPhone, MPMoviePlayerController how to disable zooming when double tap on the screen?
How can I dissable the strange double tap behaviour when playing movie using MPMoviePlayerController.
The double tap makes zoom/unzoom of the movie and makes some of my gestures in the overlay view ...
3
votes
2answers
731 views
iOS 5 an instance of AVPlayerItem was deallocated
When I try to play a video from my iPhone (located in the documentsDirectory), I get the following error using iOS 5 while it was working fine with iOS 4.3:
An instance 0x168da0 of class AVPlayerItem ...
3
votes
1answer
117 views
Live streaming using darwing streaming server
i have set up a darwin streaming server on my mac.
now i need to stream these videos on my iphone real time
but the problems is the MPMoviePlayerPlaybackDidFinishNotification is called even before ...
3
votes
1answer
96 views
iPhone - Separating audio from a video file and saving it to a separate file
Does anyone know if it is possible to separate the audio from a video file such as h.264 encode mpeg (or other such formats) and than save that audio data to a separate file such as an mp3 file?
This ...
3
votes
2answers
275 views
change background color of video iPad/iPhone
with the following method I play a video: (using the #import framework)
MPMoviePlayerController *player;
-(IBAction) playMovie: (NSString*) videoName ViedeoType:(NSString*) videoType{
...
3
votes
2answers
339 views
MPMoviePlayerController not showing controls until video is loaded
I've an application based on iOS4, with a:
MPMoviePlayerController
and this settings:
moviePlayerController.movieSourceType = MPMovieSourceTypeStreaming;
moviePlayerController.controlStyle = ...
3
votes
1answer
607 views
How can I customize the progress bar of MPMoviePlayerController's background and behavior?
Since I'm new I can't post image yet... so I'll have to draw the picture:
---------------------------------------------------------------------------
|[Done] Loading... (*) ...
3
votes
3answers
902 views
Airplay: Playing a Movie from MPMoviePlayerController results in only audio being streamed to Apple tv
Setting up Airplay was easy enough.
self.moviePlayer = [[[MPMoviePlayerViewController alloc] initWithContentURL:url] autorelease];
[self.moviePlayer setAllowsAirPlay:YES];
However, when I try to ...
3
votes
1answer
778 views
How can I start a YouTube video without the user touching the UIWebView itself?
We're developing an app which contains a TableView with some standard cells, but also a list of YouTube videos. We know how to embed the YouTube video data into a UIWebView and play it when the user ...
3
votes
1answer
598 views
iPhone MPMoviePlayerController : download files while streaming en play them localy
I've m3u8 file with all the TS files. MPMoviePlayerController play them fine via http request on the streaming server. But I'd like to get the files localy in order to play them again later without ...
3
votes
1answer
368 views
How do I stop MPMoviePlayerController from showing my app's icon on the iPod controls in iOS4.0+?
I use an MPMoviePlayerController to play a movie inside my application.
When the movie is playing, if I double-press the home button and scroll to the left (where the iPod icon usually is as well as ...
3
votes
1answer
927 views
How to show “Loading Movie…” message with MPMoviePlayerController
I'm working with the MPMoviePlayerController for the iOS platform and am not sure why the "Done" and "Loading Movie..." controls are not displaying automatically when loading a new video.
My ...
3
votes
2answers
410 views
MPMoviePlayerController iPhone 3G & .mov file format
Just posting a question to the world... My app is currently setup to play video files. The app is setup to play .mov files and when tested on a 3GS, iPhone 4, and an iPad, it works great. But when ...
3
votes
4answers
2k views
MPMoviePlayerController switching movies causes white flash
I have a small UIView that displays a repeated movie. When the user taps a button another movie is loaded and displayed in the same UIView.
The problem is that there is a half second "flash" between ...