Android Question Access CCTV via webview on B4a

microbox

Active Member
Licensed User
Longtime User
Hi..I got the cctv (https://www.b4x.com/android/forum/threads/mjpeg-cctv-server.73792/) example program running on another phone. It works great when using google chrome from a pc. But when trying to use webview on another program with b4a I can not make it work.
I'm using this code..
B4X:
    WebView1.LoadUrl("http://192.168.1.4:51042")
   Log("done...")

What am I doing wrong here...any help is appreciated.

regards,
microbox
 
Top