My application have a WebView. The WebView HTML has:
<video id="player" src="rtsp://somesite/videofile.mp4" >Video content</video>
How can I get the src attribute from this HTML?
I want to have the URI of this video. It’s needed to play in my video player. I don’t want to use VideoView.
You can:
If you want to get the value out of your WebView, use
setSrcis a method in your Java class.