So we want to be able to stream a video from a website. We also want to be able to do the same with a separate audio file.
When I play a video with MPMoviePlayerController in my app my iPhone does not auto lock (teste开发者_开发百科d OS 3.0 & 3.1.2). However, the application.idleTimerDisabled = NO, so this setting is
I have the MPMoviePlayerController set up to play a movie.I want to detect a touch on the movie for bringing up few buttons.I used the code :
So we have buttons linked up to display images/videos/audio on click depending on a check we do earlier. That part works fine. It knows which one to play, however, when we click the buttons for video
Is it possible to play movie again and again using the MPMoviePlayerController class? T开发者_如何转开发hanksAFAIK MPMoviePlayer can\'t play continues loop.
I have a requirement where I have to play a video file which is available in remote location. I am passing the URL to MPMoviePlayerController instance and called the method play.
I have a server socket (on port 3490) in my app which has a video data - It runs on a different thread. Now I have a mpmovieplayercontroller and would like to read the data from the socket and play it
I am developing an application that requires to play some video. However I do not want to pack the videos with application. Inste开发者_运维技巧ad I would like to download videos in the NSDocumentDire
I have a question regarding the MoviePlayer sample code provided by apple. I don\'t understand how the overlayViewTouch notification works. The NSlog message I added to it does not get sent when I tou
here is code - (void)applicationDidFinishLaunching:(UIApplication *)application { NSBundle *bundle = [NSBundle mainBundle];