Tagged Questions

0
votes
2answers
39 views

Play youtube videos with MPMoviePlayerController

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 pa …
0
votes
0answers
11 views

iphone sdk: Movie Player problem!

Hi guys What I'm trying to do is to play videos in MPMoviePlayerController. I hooked it with MPMoviePlayerContentPreloadDidFinishNotification to check if it succeeded or failed. …
0
votes
1answer
20 views

iphone sdk: Movie Player in UIWebView

Hi guys, As we all know if I want to download an mp4 file a iphone's movie player (MPMoviePlayerController) pops out and plays the video. My question is if I can get some kind of …
0
votes
2answers
95 views

Iphone MPMoviePlayerController “the server is not correctly configured” ?

On the iphone, when trying to play a broken url using MPMoviePlayerController the user gets an alertbox with the message "the server is not correctly configured". Is there any way …
0
votes
0answers
70 views

Why won’t my streamed video play on the iPhone?

Hi, I am hosting videos on a web server. This is the groovy code - basically I am constructing a file path based on query params & a configuration entry . The renderFile me …
1
vote
1answer
39 views

Is there alternatives (free or paid) for MPMoviePlayerController on the iphone?

Is there alternatives (free or paid) for MPMoviePlayerController on the iphone?
1
vote
2answers
179 views

MPMoviePlayerController with a Custom Button on it’s toolbar

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 …
0
votes
1answer
23 views

MPMoviePlayerController .mp4 format not supported in iPhone device

hii, I am playing a video on iPhone in MPMoviePlayerController but it is not supporting .mp4 format it is showing "This video format is not supported" while when playing video …
0
votes
0answers
40 views

MPMoviePlayerController and next button

Hello, I would like to use MPMovieplayerController has a playlist player. so my question is did you success to acheive this ? How to catch when user clicks on next button ? I tr …
0
votes
1answer
49 views

on iphone, how can i stream several videos one after one?

Right now i am use using mpmovieplayercontroller, but i need to close mpmovieplayercontroller for play another video. Is there a way to play several videos without closing the mpmo …
0
votes
1answer
69 views

MPMoviePlayerController & .m3u8 playlist

Hello, I would like to use a .m3u8 playlist containing remote mp4 files with MPMoviePlayerController, did you success with this ? Does the .m3u8 must contain .ts file ?If not wh …
0
votes
1answer
98 views

Loading Multiple Movies in iPhone MPMoviePlayerController

-(void)initAndPlayMovie:(NSURL *)movieURL { // Initialize a movie player object with the specified URL MPMoviePlayerController *mp = [[MPMoviePlayerController alloc] initWi …
0
votes
0answers
13 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 …
0
votes
2answers
26 views

How to get a MPMediaItem from MPMoviePlayerController?

How can i get MPMediaItem from MPMoviePlayerController as i can get it in case of MusicPlayer as follows MPMediaItem *currentItem = self.musicPlayer.nowPlayingItem; But how to g …
0
votes
1answer
70 views

how to get path of temp recorded video file in iphone sdk and play?

i know if we record video in iphone 3gs the video will be stored in temporary directory.so how do i get the path and play the video using mpmovieplayer?

1 2 3 4 next
15 30 50 per page