Tagged Questions
0
votes
0answers
21 views
MPMovieController control bar not responding
I'm making an iPad version of an app I've already made for iPhone, which means I know this code has worked. I am using self.bounds instead of a static value, so the size to is accordig to the docs.
...
0
votes
0answers
34 views
MPMoviePlayerController color palette different on iPad than simulator? [closed]
I've added a MPMoviePlayerController to a view and autoplaying a movie. The background color of the parent view has been set to match the video background. In the simulator it looks perfect, the ...
0
votes
1answer
101 views
Video streaming stops buffering playing in iPad
I am playing a video from URL in my MPMovie player but after some time buffering stops and do not start again. Code to play movie is given below
NSURL *fileURL = [NSURL URLWithString:strURL];
...
0
votes
0answers
429 views
iPad 2 and 4 not mirroring/outputting video via HDMI to full screen
I am encountering an issue which I believe is caused, as a result of upgrading to iOS version 6 on my iPad2 and iPad4. I have searched the support boards but have not found a solution to this issue. ...
1
vote
2answers
95 views
how to play video file from documents folder in ipad application
I am recording video and saving it to documents folder and i want to play it again later using the video path but it is not playing i am using following code to get path of the file in documents ...
1
vote
2answers
78 views
MpMovieplayer crash during reminder alert popup
I am having this strange issue. When I am playing any video using MpMoviePlayerController, if I get any reminder alert and I choose Close, then my application is crashing with Log :
"An ...
0
votes
1answer
24 views
How do I keep GUI elements on top of a movie playing via code in a storyboard?
I have a storyboard. In my viewDidLoad I can show and play my movie, but any buttons on the storyboard are hidden. I can add them in code, but would prefer my graphic elements to be laid out on my ...
0
votes
3answers
88 views
Center MPMoviePlayerController View inside(Same place) of a UIview
I am trying to add a movie player on top or inside of a uiview I already have on screen. When I place the movieplayer it is at the top left of the screen. The Uiview I want the movie on is in the ...
0
votes
1answer
60 views
Is it possible to play a video from a file still being written using MPMoviePlayerViewController?
I am trying to start playing a video file while still being downloaded(i.e. I am trying to emulate buffering.)
My approach:
I maintain a file handle to the video file created. In – ...
0
votes
1answer
229 views
MPMoviePlayerController do not load movie
I want to play video in my iPad app, using MPMoviePlayerController. My problem is, that player is only displaying "Loading" and do not play the video. Here is the code I use:
- ...
0
votes
0answers
107 views
MPMoviePlayerController plays only audio after application enters foreground
I have an app that plays video files stored on Amazon S3 using HTTP Live Streaming.
Sometimes when I move the app to background (press the "Home" button), return to the app and press play button, only ...
0
votes
2answers
130 views
MPMoviePlayerController restarting instead of resuming
I am trying to have MPMoviePlayerController reach a programmed endPlaybackTime, then reassign the initial, current, and end times and "resume" play
So first play, say, from the start to 4 seconds, ...
0
votes
0answers
44 views
mpMoviePlayerController MPMovieScalingModeNone = MPMovieScalingModeAspectFit in OS 6
In my iPad app I use MPMoviePlayerController with MPMovieScalingModeNone. I add its view as a child to a container view with a frame roughly equal to the screen size. Running the simulator as iOS 5, ...
1
vote
1answer
47 views
Can't see button in MoviePlayer if using FullScreen
The following is the code I used to play a movie:
playerViewController = [[MPMoviePlayerViewController alloc] initWithContentURL:theURL];
[[NSNotificationCenter defaultCenter] addObserver:self ...
0
votes
2answers
44 views
ipad movie paused rather play when page is loaded
I have a movie that loads fine and plays fine but it plays as soon as the page loads. I would like it to load in a paused state requiring the user to hen press play to watch.
- (void)viewDidLoad
{
...
0
votes
0answers
41 views
Adding control buttons to movie player in ipad
I have got a movie playing when a user navigates to the page that the movie view is located but no control buttons appear on the movie player. How do I get these to show?
Many thanks
0
votes
1answer
89 views
iPad - MPMoviePlayer disappears after zooming out
I am using a MPMoviePlayer to stream a video URL.
The video starts in a view's frame after the user taps on it. That works ok. As the video is embedded, the default control places a Zoom in button.
...
0
votes
1answer
261 views
why MPMoviePlayerController show these messages only in iPhone? [duplicate]
Possible Duplicate:
MPMoviePlayerViewController Generating lots of errors
I am using MPMoviePlayerController to play local videos. The app works well in iPad, but it will log out some ...
0
votes
0answers
154 views
AVPlayerItem replaceCurrentItemWithPlayerItem Blocking
First a little context about the application...
- There's a lot of heavy UI operation's involving video players (mostly scrolling)
- The videos are dynamic and change based on our current page .
- ...
0
votes
1answer
171 views
iPad video in portrait mode
I have made an iPad video in portrait mode i.e. 768*1024. Now when I convert it in mp4 format the converter converts it into 1024*768 i.e landscape mode.Is there any way to show the portrait video in ...
0
votes
1answer
64 views
Adding Navigationbar to MoviePlayer
I am trying to find out what I can do with an iPad as far as playing back video is concerned. And I have the following code for a UIButton action.
- (IBAction)playClick:(id)sender {
NSBundle *bundle ...
0
votes
0answers
129 views
How to reduce buffering latency in Wowza with MPMoviePlayerController
I am using Wowza Cupertino Streaming to transmit live streams.
Right now I am getting about 30-40 seconds of buffering with Wowza + Cupertino Streaming + iPad with MPMoviePlayerController.
Other ...
0
votes
0answers
77 views
How to insert UIView in MPMoviePlayerController?
I want to insert a custom UIView to MPMoviePlayerController view. The normal insertion using view addSubview will put the new UIView ontop of player's control layer.
How can I insert the UIView ...
0
votes
1answer
68 views
How to present a video and only rotate it?
what I want to do is pretty simple.
I have a UIViewController (portrait only!) and inside its view I want to display a video (in a part of the view). Then I want to add a UIButton that enables the ...
0
votes
1answer
79 views
MPMoviePlayerController and incoming call
I have an issue with MPMoviePlayerController. I use to play shoutcast. t is designed to play when the app goes to background, and everything is working OK. The problem is when it is in the background ...
0
votes
0answers
130 views
Video url play on ipad browser but not in MPMoviePlayerController
I want to display the on demand video from the server. I am using the MPMoviePlayerController for this. Its working fine for the some of the streaming URL provided by the apple.
For Example : ...
3
votes
1answer
825 views
MPMoviePlayerController dismissing full screen mode not working in iOS 6
The MPMoviePlayerController working fine in iPad with iOS 5, initially the video starts by adding MPMoviePlayerController to subview of self at certain frame .Pressing full screen button on ...
0
votes
0answers
77 views
MPMoviePlayer is not playing video in iPhone
I am using MPMoviePlayerController to play video file in app, but it is saying that video not found, I have added the video in app folder and document directory also. But not working killing at same ...
0
votes
0answers
37 views
Prevent MPMoviePlayerController from Stop
Is there is anyway to prevent MPMoviePlayerController (that plays online stream) from stop when out from the app?
meaning when the user go out from the app the video is still running until the user ...
0
votes
3answers
466 views
Resize the MPMoviePlayerController dynamically
How can I resize the MPMoviePlayerController dynamically to fix all the size of screens for iPhone/iPad (both portrait & landscape)?
this is my code:
- (void)viewDidLoad
{
[super viewDidLoad];
...
0
votes
1answer
139 views
MPMoviePlayerViewController auto dismiss while home button pressed
I called doPlayMovie method to play some file on iPad, but when i press Home button try to switch my app to background, the player auto dismissed.
is there any way to keep the player always there do ...
0
votes
1answer
288 views
Issue on capture screenshot of video
i want to take a screenshot of a video on my ipad app.
I searched on SO, and i found a lot of sample code. I tried everything but nothing seem to work.
I tried all of this methods:
1) Try with ...
1
vote
0answers
33 views
How to stop the camera movie player stop playing the captured video after selecting to use it?
Hi this is what I am trying to do:
open Camera
capture a new video
use it
create a MPMoviePlayerController to get the thumbnail and duration of the selected video.
All the above steps work FINE if ...
1
vote
1answer
106 views
play video in ios6
When the aplicattion starts, the video will run automatically
but pressing the button home and open again the app freezes and do not know why
what can i do?
- (void)viewDidLoad{
m_player = ...
0
votes
0answers
145 views
How to avoid memory leak of movie player in the MPMoviePlayerController
I am using below code for playing a video file from local.But when i go for analyze i am getting memory leak happening at 2 places i have mentioned below by commenting out where exactly its ...
0
votes
0answers
83 views
UIImagePickerController camera not shown iPad2
I have a class inherited from UIViewcontroller. In this class, I create UIImagePickerController class for camera. When my app starts, camera is working. Then I played a movie, this is also works. ...
0
votes
1answer
81 views
memory leak during release of movieplayer
In one of my apps i want to play a video file from local.so iam using the below code for playing the file.
-(IBAction)playMovie{
NSURL *url = [NSURL fileURLWithPath:[[NSBundle ...
0
votes
1answer
49 views
How to add Video file and TextView in one UIVIEWCONTROLLER?
I want to add Video file in my iPad application.
I have use MPMoviePlayerController for this it work fine.
but i have one problem this controller is covering hole WINDOW of iPad.
I want my ...
0
votes
2answers
154 views
MPMoviePlayerController: sound but no picture in fullscreen mode
I'm using the following code to play a movie on an iPad 1 running iOS6:
NSURL *url = [NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"myMovie.mov" ofType:@""]];
...
1
vote
0answers
189 views
MPMoviePlayerController Controls Won't Show in iPad
In my app, the view I am writing about shows a movie that the user selected from the archive of saved videos.
The xib for this view simply has a view in it, and a MPMoviePlayerController is added as ...
3
votes
2answers
864 views
play hi-res video (2048x1536) on New iPad retina
I'm wondering if there is some method to play video with retina resolutoion (2048x1536) for iPad.
I'm developing an app that can play video full screen with a MPMoviePlayerController but it can't play ...
2
votes
0answers
207 views
MPMoviePlayerController ipad stuck loading
This is the code i am trying to run to show a movie on the ipad.
What happens is i just see loading... on the bottom of the screen.
[[NSNotificationCenter defaultCenter] addObserver:self ...
1
vote
1answer
234 views
MPMoviePlayerController doesn't loop on iPad 1 with iOS 5
I have a short movie for looping in the background of my view. I use MPMoviePlayerController to play the movie. repeatMode is set to MPMovieRepeatModeOne and this works fine on iPad 2, 3 and in ...
2
votes
1answer
992 views
What is the maximum video/movie resolution for iPad 3 (retina)?
For some reason, when I try to play a video that is 1536x2048 on the ipad 3, it doesn't play the video, it just skips it. I've checked that the URL for the video is correct. I'm using ...
0
votes
0answers
68 views
Navigation bar flashes when rotating fullscreen movie player
I'm using a MPMoviePlayerController. When it's in fullscreen and the device is rotated, the navigation bar flashes visible during the rotation.
The navigation bar shows the title of the view below ...
0
votes
1answer
2k views
“Done” button in MPMoviePlayerController doesn't work when full screen mode
Well, I could find many questions about the same or similar questions and answers... However, nothing could help me. Only when I don't use the property "controlStyle" as ...
0
votes
0answers
107 views
UIScrollview with List of Videos - iPad
I'm developing an iPad cooking app with step by step video instructions.
I would like to have each video step listed vertically. You could use paged scrolling to go down through them, so that each ...
2
votes
0answers
133 views
MPMoviePlayerController Remove Toggle Button and Minimize
I am creating a custom vide player for iPad . I want to remove the following controllers from my Video PLayer (Toggle and Minimize) .
0
votes
1answer
1k views
How to implement a custom Play/Pause button in MPMovieplayercontroller
How to implement a custom Play/Pause button in MPMovieplayercontroller ? I need to implement two different buttons for play and pause . If pause button pause the video , then the play button should be ...
0
votes
3answers
481 views
How to play video from URL in Ipad?
In my application i get the links of video from server in UITableview .all these link are store on Sever in Textfile,i get all these link from sever one by one and assign each to cell in ...

