hello,
I would like to integrate a simple cgi mjpeg video stream with a webview, but apparently the default browser does not allow it, I have a blank display no mistake, there is there a possibility to choose another browser B4a (opera for example) or I have to code it in java
...
WebView1.Initialize("")
WebView1.JavaScriptEnabled=True
WebView1.LoadUrl("http://192.168.2.11:8080/videostream.cgi?user=admin&pwd=12345")
...
thx!
Alan
I would like to integrate a simple cgi mjpeg video stream with a webview, but apparently the default browser does not allow it, I have a blank display no mistake, there is there a possibility to choose another browser B4a (opera for example) or I have to code it in java
...
WebView1.Initialize("")
WebView1.JavaScriptEnabled=True
WebView1.LoadUrl("http://192.168.2.11:8080/videostream.cgi?user=admin&pwd=12345")
...
thx!
Alan
Last edited: