Hello,
I would like to use MJPEG CCTV with a program on my Galaxy, with a simple code like below :
Sub Activity_Create(FirstTime As Boolean)
WebView1.Initialize("WebView1")
Activity.AddView(WebView1, 0, 0, 100%x, 100%y)
End Sub
Sub Activity_Resume
Dim Url="192.168.1.13:51042" As String
WebView1.LoadUrl(Url)
End Sub
Sub Activity_Pause (UserClosed As Boolean)
End Sub
I try also with the WebViewExtras1.addWebChromeClient(WebView1, "") code,
but at each time the Web page responds me that the page was not found, by google.
If I try manually with Chrome, so I write the device address, and ok I can watch by the camera.
But automatically is nothing?
Some body can help me?
Thank you very much.
Best regards.
Frédéric
I would like to use MJPEG CCTV with a program on my Galaxy, with a simple code like below :
Sub Activity_Create(FirstTime As Boolean)
WebView1.Initialize("WebView1")
Activity.AddView(WebView1, 0, 0, 100%x, 100%y)
End Sub
Sub Activity_Resume
Dim Url="192.168.1.13:51042" As String
WebView1.LoadUrl(Url)
End Sub
Sub Activity_Pause (UserClosed As Boolean)
End Sub
I try also with the WebViewExtras1.addWebChromeClient(WebView1, "") code,
but at each time the Web page responds me that the page was not found, by google.
If I try manually with Chrome, so I write the device address, and ok I can watch by the camera.
But automatically is nothing?
Some body can help me?
Thank you very much.
Best regards.
Frédéric