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

learn more… | top users | synonyms

7
votes
0answers
353 views

How to make a movie from set of images using UIGetScreenImage

I have used this method and get multiple images.i am also success to create movie but my problem is that when i play movie,it seems to be fast playing i.e movie didn't take all frames.Here my code. ...
2
votes
0answers
133 views

MPMOVIEPLAYER when playing a video multple times in Landscape causes video to shift down and navigation bar disappears

I am writing an application that has imbedded videos. If I start the application in Landscape mode first and then start the video it looks good. So then I click on Done and then play the video a ...
2
votes
0answers
827 views

ios MPMoviePlayerController movie controls do not show the correct time

I have following code that I use to play a selected portion of a movie clip. The movie plays okay. But the scrubber bar does not reflect the correct start stop time. Also, the forward and rewind ...
1
vote
0answers
54 views

How to access raw video data while MPMoviePlayer is playing a video stream

I am using a MPMoviePlayerController to play a video stream. Because there is some metadata embedded in the raw data that I need to parse out, I need to find a way to get access to the raw video ...
1
vote
0answers
82 views

MPMoviePlayer closing fullscreen causes black view/block

I'm playing a video from an MPMoviePlayer (not fullscreen), when I enter fullscreen the video keeps playing and fullscreen is shown. But when I close fullscreen again, I can only see the black ...
1
vote
0answers
40 views

Having a Movie as a transition between two View Controllers - where to put this code?

My whole goal is to have a button on the main view, when you press this button a video plays and when the video is done playing you're now at the second view. The quick video is like a transition ...
1
vote
0answers
237 views

MPMoviePlayerViewController cannot play video although passed authentication

I got this error when trying to view a video using MPMoviePlayerViewController. The video url worked fine on Safari browser but not on iPhone/iPad. NSConcreteNotification 0x122b9ab0 {name = ...
1
vote
0answers
137 views

Can we have more than 1 MPMoviePlayerController in single view?

I have the list of videos link www.abc.com/videos/mvideo.m4v format coming from server. So if I get 3 links I have to display 3 videos in a screen and make it play/pause depending upon the button. I ...
1
vote
0answers
216 views

Crash in MPMoviePlayerControllerNew _moviePlayerDidBecomeActiveNotification

I am using a custom MPMoviePlayerController. It's otherwise working fine, but sometimes I am the application crashes, displaying "[MPMoviePlayerControllerNew _moviePlayerDidBecomeActiveNotification:". ...
1
vote
0answers
257 views

Can MpMoviePlayer get it's data from an NSInputStream

I have an iPad app which has a network connection from another iPad. On the client iPad, I want to be able to take data from a NSInputStream (which comes from the server iPad), and play it in ...
1
vote
0answers
416 views

MPMoviePlayerController don't exit full screen mode

(ipad 1, iOs 4.3) I have encountered this bug on ipad: when i add a MPMoviePlayerController to my view and put it on full screen mode all movie player controller don't work (i can see but if i touch ...
1
vote
0answers
307 views

MPMoviePlayer crashing app on device but not in simulator, but only when trying to play some files

I am writing an app that displays videos using MPMoviePlayer which are stored locally on the device. When I try to play most of the videos, the app crashes on the device, but not on the simulator ...
1
vote
0answers
1k views

How to Stream / Control Audio using Multitasking bar iOS 4+

im trying to find resources about the possibility to control audio stream from the multitasking bar in iOS 4+. So possibly when app reaches background, when the home button was pressed twice, the ...
1
vote
0answers
597 views

MPMoviePlayerViewController seems to have a memory leak

I use MPMoviePlayerViewController to make a moviePlayer. But, when I click the "done" button, or cancel the player, the memory used always increases. Why??
0
votes
0answers
13 views

Interface is resetting when MPMoviePlayerController is used

the code below is for a hint button within a game. This button will then play the video content from the fileURL. However, when the video content plays the users' answers move back to their original ...
0
votes
0answers
45 views

MPMoviePlayerController: currentPlaybackTime doesn't work in iOS6

I am using the MPMoviePlayerController to play video content in my iOS app. The currentPlaybackTime value is coming back as 0 on devices with iOS6 (an iPad and an iPad mini). The value is coming back ...
0
votes
0answers
17 views

iOS Video Metadata. Is it possible to get a complete list of keyframes for a video without playing the entire video?

I know I can skip to the nth keyframe of a video to get a thumbnail in a video using the Apple library. However, I was wondering if there is an API call or library that I can use to get a complete ...
0
votes
0answers
37 views

Notification when MPMoviePlayerController buffering stalls

Is there any way to get notified when player.playableDuration stops increasing? I can only see ways to get notified that playback stalled, but I'm interested in the buffering.
0
votes
0answers
116 views

Best way to play/stream an mp3 over http on iOS?

What is the best way to play/stream a mp3 file without having to download the entire mp3 upfront - just buffer maybe 10 seconds and then start playing? And is there a way to also cache the mp3 file ...
0
votes
0answers
112 views

MPMoviePlayerViewController iOS 4.3 can't stream m3u8 file

I'm performing HTTP Streaming using MPMoviePlayerViewController, the url is a playlist file ends with .m3u8 type. It works fine with iOS 5.0 and greater versions, but when I am trying to play in iOS ...
0
votes
0answers
56 views

Prevent Status bar getting hidden when mpmovieplayerviewcontroller is presented

Am presenting MPMoviePlayerViewController modally to play video.But once the movieplayer is presented the status bar is getting hidden.I want the status bar to be shown when ...
0
votes
0answers
71 views

MPMoviePlayerController controls vanish with accessibility

I am trying to get my app to handle the video controls in the same way that the video player in IOS does. If when playing a video using the IOS built in app the controls remain on screen until the ...
0
votes
0answers
105 views

Using a subview over a fullscreen video

I'm wanting to add a custom control over a MPMoviePlayerController have followed the apple example this adds a subview over the video in order to do this. I have done this and while it works it does ...
0
votes
0answers
109 views

Reload MPMoviePlayerController with a new URL after a custom HD button is tapped

I have subclassed MPMoviePlayerViewController and added custom controls bar (play, pause, seek, HD etc..) Everything works properly, until I click the HD button. What is supposed to happen :- When ...
0
votes
0answers
33 views

Stop Autoroation in iOS 6

I have an application that has video and tab bar plus navigation controllers. When I turn the iPhone to the left or right the graphics on the screen get all messed up. I have been looking everywhere ...
0
votes
0answers
76 views

How to center the MPmovieplayer view added as a subview of UIview? So that the movie is played in the center of the device screen?

I have a container view that has two subviews 1) movieplayer view 2)flipview. On loading the view the movie is set to autoplay. The user can click a button to flip to flipview displaying image. I am ...
0
votes
0answers
93 views

Autorotation in iOS 6

I have put together an app that has a navigation controller and tableviews. Within some of the views there is video . As I am in iOS 6 when I set the supported interface rotation to just support ...
0
votes
0answers
54 views

MPMoviePlayer with NSURLRequest?

As you know mpmovieplayer only accept NSURL I want use nsurlrequest because i use cookies with nsurl for video url But i can't use the url with cookies because mpmovieplay don't works with request ...
0
votes
0answers
24 views

MPMoviePlayer does not play movie after taken

I am taking a movie with the movieplayer self.moviePlayer = [[MPMoviePlayerController alloc] initWithContentURL:[NSURL fileURLWithPath:path]]; [self.moviePlayer.view setFrame:CGRectMake(x, y, ...
0
votes
0answers
18 views

How to change the buttons' default action on MPMoviePlayer?

Can I change the the buttons' (e.g. play, pause, forward, backward buttons) default action on MPMoviePlayer? And how? I know there is a notification MPMoviePlayerPlaybackStateDidChangeNotification to ...
0
votes
0answers
87 views

MPMoviePlayer “done button click” can not work with ios6

When I click the button , there is no log print in console :( - (void)viewDidLoad { moviePlayer = [[MPMoviePlayerController alloc] initWithContentURL:[NSURL URLWithString:video.link]]; ...
0
votes
0answers
129 views

Difference in Video Streaming and progressive download in MPMoviePlayerController in iPhone

What I am trying to understand is : In case when we point to a video file in network in a MPMoviePlayer, it is progressively downloaded and MPMoviePlayerController start playing. Where is it ...
0
votes
0answers
152 views

MPMoviePlayerViewController setCurrentPlaybackTime goes to the wrong position

I have an application where I play a video in the background, the process is very simple, the same behavior is repeated endlessly. On a user gesture the movie is played for a couple of seconds and ...
0
votes
0answers
121 views

iOS 6 and MPMoviePlayer Multitasking

Currently I'm trying to play a youtube video inside my app - which does work with LBYoutubeView (https://github.com/larcus94/LBYouTubeView). Now I have the problem, that I want continue the sound of ...
0
votes
0answers
70 views

XCODE Issue…Can not see my App's Main Menu after a startup Video

I am running an app which is showing a Video On startup, Once the app starts My video Loads fine but Once it finishes and I press done, I can't access my App's main Menu, I can only see a frame from ...
0
votes
0answers
103 views

MPMoviePlayer opening a file not completely downloaded

What I'm trying to do is really simple: download a video file and then open it with a MPMoviePlayer instance while it is still downloading. Some informations: I download the video file using a ...
0
votes
0answers
99 views

MPMoviePlayerViewController dismissing itself immediately when playing .mp4 file

I present an MPMoviePlayerViewController with the following code: MPMoviePlayerViewController* theMovie = [[MPMoviePlayerViewController alloc] initWithContentURL: theURL]; [[theMovie moviePlayer] ...
0
votes
0answers
146 views

Is there an open source alternative choice for MPMoviePlayer?

MPMoviePlayer and MPMoviePlayerController are powerful but tricky to control. I've searched on the web but it seems there are few open source alternative implementations for them (i.e. an ...
0
votes
0answers
191 views

MPMoviePlayer: Keep overlay view when switching to fullscreen

I want to have a view overlay my MPMoviePlayer. To do this, I've looked at the Apple-provided MoviePlayer sample app. Currently my control flow goes like this: -Add MPMoviePlayer view as a subview to ...
0
votes
0answers
103 views

iPhone play 2 audio with different volumes

I am going to play audio file while watching the video. Of course the video has it's own audio with it's volume. I am using AVAudioPlayer for playing audio file and MPMoviePlayer for playing video. I ...
0
votes
0answers
516 views

iOS MPMoviePlayer - After video clip finishes, gets stuck on “loading…”

My app uses an MPMoviePlayer which loads and plays videos. I have disabled the "auto close" feature where the player dismisses itself after a video finishes. However, now it seems to "lose" the url to ...
0
votes
0answers
118 views

Playing video in iPad gives the error

I am playing video in iPad application but it gives this error 'An AVPlayerItem cannot be associated with more than one instance of AVPlayer' Code I use -(void)playVideo{ NSURL ...
0
votes
0answers
124 views

Add Background “frame” to MPMoviePlayer video and re-save

I have created a view controller that allows the user to grab their videos and place them into a frame of their choice. This is already incorporated by the code provided below and working but I am ...
0
votes
0answers
102 views

Syncing video playback on 2+ iOS devices

Is there any way to have multiple iPads play designated content at the same time (video content, so it has to be exactly at the same time). Currently I have the app check a server for the filename of ...
0
votes
0answers
31 views

Save video with a user-selected background

I am creating an iPhone app that allows a user to select an image and add a frame, background, glare, watermark etc.. I would like to do the same with videos, allowing the user to select a video as ...
0
votes
0answers
73 views

Create array from NSDocumentDirectory, and play in didSelectRowAtIndexPath

hope you're having a great day. I can't quite figure out how to get an array of all documents in NSDocumentDirectory, display them as an array, and play one in an MPMoviePlayerController. This is my ...
0
votes
0answers
39 views

How to check MPMoviePlayer playing on Lanscape or Portrait mode?

How to check MPMoviePlayer playing on Lanscape or Portrait mode ? Any Notification available for check Orientation(MPMoviePlayer full screen orientation).Please Give Some Idea.
0
votes
0answers
166 views

MPMoviePlayer and AVAudioRecorder

Has any one faced any issue with AVAudioRecorder behaving abnormally after video has been played back in an iOS app? I am using a moviePlayerViewController to play a stored movie file. After this if I ...
0
votes
0answers
171 views

How to scrub a movie in iOS MPMoviePlayerViewController

I have a paused movie in a MPMoviePlayerViewController and I want to be able to control the position/frame of the movie in objective-c: Is there a way to 'scrub' the movie frame by frame back and/or ...
0
votes
0answers
206 views

MPMoviePlayerController Error with Auth

I have to play a stream video from my server in my iPad App and I'm using MPMoviePlayerController. When I would like to play a video without authentication, I use: MoviePlayerItem = ...

1 2 3