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
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/