I have an app that plays a video. I want to control the video by Gesture i.e. left-to-right for forwards and right-to-left for backwards.
We have a HTTP live streaming app for ipad. There are a couple of streams we have which work fine on any OS. However, one of the streams just crashes on iOS 4.2 and on iOS 4.3, although I do not get a
I want to play a movie in iOS 4.3 on the iPad. I\'ve successfully used MPMoviePlayerController and AVPlayer to load files from a remote URL when the filename has a file extension. However, when开发者_
I have a mpMoviePlayerController, and I have subview on top of it. Wh开发者_JAVA百科en the user taps the fullscreen button of the mpMoviePlayerController, the subview disappears, and only appears when
is there an easy (maybe hacky) way to hide the next / prev buttons on apples MPMoviePlayerController?
I\'ve made a game that uses cocos2d to display graphics, and uses a lot of MPMoviePlayerController to display cutscenes.
4 files for 2 view controllers, firstviewcontroller and MyOverlayView. MyOverlayView just receives touches and sends notification which should be received by firstviewcontroller. Im getting touch even
-(void)playVideo:(NSURL *)url{ if (videoPlayer) { [videoPlayer release]; videoPlayer = nil; } videoPlayer = [[MPMoviePlayerViewController alloc] initWithContentURL:url];
I\'ve m3u8 file with all the TS files. MPMoviePlayerController play them fine via http request on the streaming server. But I\'d like to get the files locally in order to play them again later without
Streaming 10 seconds movie from serve开发者_Python百科r, but timeline stops at 8 seconds. There are no errors, so I would like to reset MPMoviePlayerController timeline left side as 00:10 and right s