Cgi mjpeg video stream with a webview ?

alan1968

Active Member
Licensed User
Longtime User
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
 
Last edited:

alan1968

Active Member
Licensed User
Longtime User
ok i see the audio lib

I want to convert to bmp mjpeg stream to display it in a canvas for example, I saw some sample code in Java, but I still compredre operation.

thx!
 
Upvote 0
Top