How to play Youtube videos in Android Video View?

后端 未结 8 1433
[愿得一人]
[愿得一人] 2020-12-02 14:24

I am developing an android application which requires a youtube video player embedded within it. I successfully got the RTSP video URL from the API, but while trying to load

8条回答
  •  隐瞒了意图╮
    2020-12-02 15:11

    Due to current version of YouTube you are likely to get a “Can’t play this video” error if you will use VideoView to show your video.

    Take a look at this approcach with YouTubePlayerView: http://xinyustudio.wordpress.com/2014/03/17/android-development-play-youtube-video-in-your-app-cant-play-this-video-and-troubleshooting/

提交回复
热议问题