I\'ve checked on stackoverflow and searched all over the internet but haven\'t been able to find a solution to my problem.
I am using MPMoviePlayerController to play a live streaming m3u8 video for older devices (3.1.2).This worked fine until this morning.I tried changing the scalingMode to resolve another issue, and now
My iPad app has a main view controller that contains a MPMoviePlayerController instance variable. The actual view contains a number of numbered buttons, and when each button is pressed, I change the c
开发者_开发百科Is there any way to show subtitules on a movie loaded by MPMoviePlayerViewController by default?? The movie has subs embed in the video.
each time my app changes the displayed animation, which is a looping movie, he takes a pause till he finally start the movie.
I have a problem with my code that plays a video file. Whenever I play the file in fullscreen mode the playback doesn\'t occupy all of my screen. Here is the relevant code:
Setting up Airplay was easy enough. self.moviePlayer = [[[MPMoviePlayerViewController alloc] initWithContentURL:url] autorelease];
I am developing an app that plays internet radio. Owing to my lack of skill, i have only used the stock MPMoviePlayerController.
I\'m currently showing a dailymotion url directly into a UIWebview. When tapping on the thumbnail image, the video starts playing in fullscreen mode.
In my app, there\'s a UIButton that the end user can push, which pushes a view controller that plays a video in a frame using MPMoviePlayerController.