I have an iPad app that has 4 buttons on the left side that corresponds to 4 different video clips. When a user taps the video they want to see, it appears on the right side. I am wanting it to appear
I have an MPMoviePlayerController in my iPad app. When there\'s a video to view, the user taps on it, then can go full screen. However, if the user presses the NEXT button in full screen mode, the mov
Since the new update came out for apple tv where you can stream video to it from any iOS device running 4.2, I was trying to stream a video from my phone which uses MPMoviePlayerController to play the
I play a movie with MPMoviePlayerController. Later, the app is \"restarted\" (meaning a pseudo-reset, where all viewControllers are removed and the user returns to the home screen), and the same movie
We have an MPMoviePlayer which plays a stream. This works well, but we have 2 problems: The player keeps playing after a movie is done, so the player closes and goes back to the app, but all of a su
I develop an application on iphone that uses MPMoviePlayerController to play aud开发者_如何学运维io file.
OK, I\'ve got a weird one here... I have an issue with MPMoviePlayerController and playing a m4v movie on an old iphone 3g.
I\'m currently using -respondsToSelector: like so: i开发者_运维知识库f (![moviePlayer respondsToSelector:@selector(currentPlaybackTime)]) {
I\'m building an app that deals with streaming music from a server that\'s using Http Live Streaming Protocol to send the information.
According to Apple\'s MPMoviePlayerController doc: MPMoviePlayerPlaybackDidFinishNotification - This notification is not sent in cases where the movie player is displaying in fullscreen mode and the