I have an observer to my movieplayer, set like this. [[NSNotificationCenter defaultCenter] removeObserver:self
I have this MPMovePlayerController and a custom slider (which is not quite a slider, but it has the same purpose). Considering that my \"slider\" can return any float value I need, how can I change th
I\'m making a video player for iPad and I\'m having some trouble animating the rotation properly. Usually I deal with rotation by setting the auto rotation mask, but since I\'m working with a video pl
I am looking for some ideas regarding the caching of the streaming video from my server. Does anybody 开发者_运维百科have an idea?You can not cache m3u8 streams on the iphone device itself. You can u
How can I s开发者_开发技巧top playing a movie? I want to stop a playing a movie, when I use MPMoviePlayerController to play a movie.Just use [movieController stop], should do the trick. It\'s defined
I tried MPMoviePlayer for playing an audio file (mp3) while testing i found that sometimes 开发者_Python百科Done button stops responding. What can be the possible reason?? please helpuse
I have a problem regarding to MPMoviePlayer. I am using [self presentModalViewController:moviePlayer animated:YES]; to display player. When I click on Done button
We\'re developing an app which contains a TableView with some standard cells, but also a list of YouTube videos. We know how to embed the YouTube video data into a UIWebView and play it when the user
Is it possible to add AirPlay to stream video with the MPMoviePlayerController? I couldn\'t find i开发者_如何学运维t in the documentation, and the MonoTouch 3.2.5 release notes doesn\'t mention anythi
Currently my -[MPMoviePlayerController backgroundView] does not appear until movie loaded enough. So UIActivityIndicatorView which I placed on there does not appear immediately. This drives me crazy.