Android Question Include video in WebView using LoadHTML

deantangNYP

Active Member
Licensed User
Longtime User
Would like to know if its possible to include a video streaming for a specific URL, http://192.168.0.51:9090/stream? Something like the following code. Unfortunately does not work. Not sure how to amend the HTML. Any advise is greatly appreciated.

WebView1.LoadHtml("<html><body><video width='100%' height='100%' controls><source src='http://192.168.0.51:9090/stream' type='video/mjpeg'/></video></body></html>")
 
Top