mpmovieplayer Questions

9

Solved

I am trying to play video inside a UIView, so my first step was to add a class for that view and start playing a movie in it using this code: - (IBAction)movie:(id)sender{ NSBundle *bundle = [NSB...
Andrews asked 12/8, 2009 at 14:59

5

Solved

The MPMoviePlayerController has a property called playableDuration. playableDuration The amount of currently playable content (read-only). @property (nonatomic, readonly) NSTimeInterval playa...
Doran asked 25/7, 2011 at 11:25

3

Solved

I am working on an app (which isn't a music app) however, at some point, it can play audio inside a UIWebView (from an html 5 file) which enabled auto play. The problem is that, my app name is sho...
Lula asked 4/4, 2016 at 6:29

4

Solved

I'm trying to add custom buttons to the left and right of the standard rewind/play/forward controls in an MPMoviePlayerController view (OS 2.x and up). I've figured out how to add them to the playe...
Bjork asked 18/3, 2010 at 0:17

9

Solved

I didn't received any notifications for MPMoviePlayerController. What am I doing wrong? I use following logic. I'm begining to play youtube video in UIWebView. UIWebView calls a standard MPMovieP...

5

I'm using MPMoviePlayerController and I need to detect pressing Next/Prev buttons. I tried several things, none of which seem to works. Here is what I tried: remote control events -(void) view...
Rouble asked 19/8, 2014 at 11:6

3

Solved

I am using MPMoviePlayerController to play audio and I want to show the buffered data on slider like this ... I want to show the buffer data like red section in slider. I have tried to google it...

4

Solved

What i have Done? I am playing videos in an extended class of MPMoviePlayerViewController and have implemented orientation functions as follows - (BOOL)shouldAutorotateToInterfaceOrientation:(UII...
Heavensent asked 30/9, 2013 at 12:12

3

MPMoviePlayer is not playing video. I'm running iOS 7 and getting the same error on the device and simulator: 2013-10-02 12:49:18.246 xxxx[688:60b] _itemFailedToPlayToEnd: { kind = 1; new = 2; old...
Afterglow asked 2/10, 2013 at 18:1

7

Solved

I am using the following code to play the video using the MPMoviePlayerController , but the video is not played. Can anyone tell me why ? NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDoc...

3

Solved

I want to play a video in my app from youtube link e.g: http://www.youtube.com/watch?v=Uner-3tTY1I. But i don't want to redirect the user to any web view in the app. Just want to play that video ...
Hark asked 17/8, 2013 at 10:43

3

Solved

I am using iOS 7 and I have a .mp4 video that I need to download in my app. The video is large (~ 1 GB) which is why it is not included as part of the app. I want the user to be able to start watch...

1

I have used this method and get multiple images. I am able to successfully create a movie but my problem is that when I play the movie, it seems to be playing too fast i.e. the movie doesn't have a...
Intellect asked 12/7, 2012 at 9:14

2

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 follow...
Mcardle asked 13/9, 2011 at 13:21

1

Solved

In my project, I used MPMoviePlayerController to stream video from an http url. It plays fullscreen. When the video is playing, if you tap on "Done" button the video stops and it disappears, but th...
Tobytobye asked 14/7, 2012 at 7:54

6

Solved

I've developed an iPhone app that has been running MPMoviePlayer (pre 3.2 SDK) with no problems. I know this is a newbie question, but how do I get a movie to play in the new MPMoviePlayerViewContr...
Sheeree asked 7/2, 2010 at 20:16

2

Solved

You might have seen video through you tube in iPhone. Normal MPMoviePlayerController has previous, next & play/pause buttons. You tube - player has additional two buttons on it. => Add to fa...
Disproportionation asked 20/10, 2009 at 17:18
1

© 2022 - 2024 — McMap. All rights reserved.