I've checked on stackoverflow and searched all over the internet but haven't been able to find a solution to my problem. In my app I need to have control over the way a youtube video is shown. I need to have control over the MPMoviePlayerController and thereby MPMediaPlayback properties. So actually I have 3 questions:
Is there already a solution for playing youtube videos directly in a MPMoviePlayerController that you create yourself?
Is it somehow possible to play the RTSP - 3GP links youtube has for the mobile site in the MPMoviePlayerController? (Right now it refuses the RTSP format)
Is it possible to have control over the MPMoviePlayerController that starts whenever a youtube video is embedded in a UIWebView?
If only one of these 3 questions can be answered I would be very happy!
Thanks in advance!