rtoshiro / FullscreenVideoView

An Android Library to replace VideoView with Fullscreen feature
Apache License 2.0
161 stars 55 forks source link

Not supporting for youtube video link #12

Closed mahesh825mahi closed 8 years ago

mahesh825mahi commented 8 years ago

It's not supporting for Youtube video link.

rtoshiro commented 8 years ago

Hi @mahesh825mahi Well, unfortunately this problem it is not related to FullscreenVideoView as It supports everything that native VideoView supports. Usually, the native VideoView should receive a RTSP video link directly to work with YouTube. As it is not easy to get the video link from YouTube link, I recommend you to play YouTube links using WebView or YouTube Android SDK API. http://stackoverflow.com/questions/4654878/how-to-play-youtube-video-in-my-android-application http://stackoverflow.com/questions/8148535/media-player-using-youtube Hope it helps. Best T