linsea / UniversalVideoView

A better Android VideoView with more Media Controller customization. 一个更好用的Android VideoView
https://github.com/linsea/UniversalVideoView
992 stars 272 forks source link

How to play video from youtube url? #47

Open ProFive opened 6 years ago

ProFive commented 6 years ago

Hi all, I can not play video from youtube url(exp: https://www.youtube.com/watch?v=Fn57JS9WnAQ). Do you have suggest for it?

johan-steffens commented 6 years ago

You need to convert it to a googlevideo.com URL.

To get a link you would have to build it up yourself, or use a public API such as you-link.

Due to certain YouTube/Google restrictions (such as IP and expiration parameters), it needs to be generated for each individual view.