Android Question Camera stream opening

matek

Member
Licensed User
Hello
I have a problem. I open the stream in WebView.
code:
WebView1.LoadUrl("http://192.168.0.11:8081/mjpegfeed?oid=2&full")
. Stream it mjpeg. On the smartphone device opens properly. I have a white screen on my tablet. I read the descriptions of this problem on the forum but no solution helped. Is there another way to open the stream?
 

sfsameer

Well-Known Member
Licensed User
Longtime User
Hello
I have a problem. I open the stream in WebView.
code:
WebView1.LoadUrl("http://192.168.0.11:8081/mjpegfeed?oid=2&full")
. Stream it mjpeg. On the smartphone device opens properly. I have a white screen on my tablet. I read the descriptions of this problem on the forum but no solution helped. Is there another way to open the stream?
Why don't you decode the stream? it's alot better than loading it in a webview :
 
Upvote 0
Top