When we creating application with MPMoviePlayer (within custom UIViewController) and with overlay UIViewController on top of movie player what is better:
When Video is made with the Sorenson CODEC... MPMoviePlayerController just plays Audio(and not the Video), Instead i want to show my custom error message at this point. How can i detect which CODEC is
I am trying to play streaming file from particular URL using MPMoviePlayerController. It is working fine when I load the player but I need to keep it running when application enter into the background
How can I a开发者_运维技巧dd a KVO to the currentPlaybackTime property of a MPMoviePlayer class?You cannot add a KVO to currentPlaybackTime since the property is not explicitly declared as KVO compati
I have one small problem regarding MPMoviePlayerController, i have a link that play movie when i cli开发者_运维知识库ck on that moviebutton, however when i click on another button the application gets
Can a MPMoviePlayerView play a .smi file? 开发者_运维问答If not, is there any other way to play this type of file?Unfortunaly, there\'s no way to play that format on iOS. It only supports mp4/m4v (h26
Struggling here... I am trying to have views displayed during specific periods in a videos timeline, being replaced when the next view is triggered. This much I have managed to do - my problem is tha
I have one application in which list of videos that are coming through xml parsing are displayed in tableview. When I click particular video it should be played in landscape mode.
I am using MPMoviePlayerController to play live streaming m3u8 video for iOS 3.1.2.It opens in full scree开发者_如何学Pythonn landscape, which is fine.However, usually after playing for 10-20 seconds,
Is there a way to have the MPMoviePlayerController (or even something lower levellike AVPlayer) play protected M4V files from the iTunes Store?