I am succeeded to play streamed Youtube video from HTML5 content in Webview in Android but now problem is that video plays only first time. After that VideoView
VideoView
You got a video working inside a WebView with HTML5? Congrats! I failed trying to do that :(
WebView
To fix my issue I ended up leaving a place holder in the HTML and handling the video from native code using the MediaPlayer class.