I am trying to get my iPhone application to work with HTTPS in addition to HTTP, but using UIWebView or MPMoviePlayerController to view a Quicktime MOV file doesn\'t seem to work over HTTPS. I get \"T
I have simple application with list of movies in UITableView. When I select some row, I open modal view controller what present MPMoviePlayerController.
I´ve created an new ViewController (only with the .h and .m file) and added that code to play a video. After the video has finished, i get a \"Exe_bad_access\" error.
I have an issue with MPMoviePlayerController. I use an instance to play an m3u8 audio source: AVAudioSession *audioSession = [AVAudioSession sharedInstance];
I am streaming small movies (1-3MB) off my website into my iPhone app.I have a slicehost webserver, I think it\'s a \"500MB slice\".Not sure off the top of my head how this translates to bandwidth, bu
I have a small UIView that displays a repeated movie. When the user taps a button another movie is loaded and displayed in the same UIView.
I have a UIPickerController to select videos in my App and it is crashing when selecting videos using the picker. When I feed the MPMoviePlayerController with the URL directly it works fine, but when
I saw this example on appsmuck.com for seamless video looping, it works fine on iphoneOS 3.0 but doesn\'t wo开发者_运维技巧rks on 3.2 or above :(
I\'m using MPMoviePlayerCo开发者_如何学Gontroller in my application. When I ran the application on iOS 4.2 device, its working fine.
My view hierarchy containing the view from a MPMoviePlayerController vanishes the moment I present a Modal View Controller.