Play YoutTube video in a custom player

I need:

  • high quality video.
  • user controls on the player (play, pause, etc.).
  • play video in my activity.

I tried:

  • YouTubePlayerView (from the YouTube API) - it works well, but it has standard youtube controls, so I can't use it.
  • this solution - it provides poor quality video, but it also does not fit.

Can I override YouTubePlayerView controls or play YouTube videos in a custom player?

+4
source share

All Articles