I checked stackoverflow and searched all over the internet, but couldn't find a solution to my problem. In my application, I need to control how the video on YouTube is shown. I need to have control over MPMoviePlayerController and thus the properties of MPMediaPlayback. So I have 3 questions:
Is there a solution for playing YouTube videos directly in MPMoviePlayerController, which you create yourself?
Is it possible to reproduce the RTSP-3GP links that you use for the mobile site in MPMoviePlayerController? (Now he is abandoning the RTSP format)
Is it possible to have control over the MPMoviePlayerController, which runs whenever a youtube video is embedded in a UIWebView?
If only one of these three questions can be answered, I would be very happy!
Thanks in advance!
source share