andreipitis / ASPVideoPlayer

A simple video player that allow animations to be performed on the view during playback.
MIT License
89 stars 43 forks source link

Play video from youtube #11

Closed Alexsmile2010 closed 7 years ago

Alexsmile2010 commented 7 years ago

How can I Play video from youtube link?

andreipitis commented 7 years ago

Hi @Alexsmile2010.

Unfortunately there is no way to play a YouTube video using ASPVideoPlayer, or any other component that uses an AVPlayer instance behind the scenes, since the YouTube link is not actually to the video itself, but to a page that has the video embedded.

You can find the official way to play a YouTube video here.