Play Youtube video in MPMoviePlayerController or p

2019-04-08 01:16发布

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:

  1. Is there already a solution for playing youtube videos directly in a MPMoviePlayerController that you create yourself?

  2. 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)

  3. 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!

1条回答
不美不萌又怎样
2楼-- · 2019-04-08 01:32
  1. No
  2. No
  3. No idea - might be worth investigating by checking for NSNotifications
查看更多
登录 后发表回答