Android Webview for videosteams? -
i using webview connect ip camera. works when need snapshots , white screen when try videostreams. tried .getplugins well. possible reason?
mwebview = (webview) findviewbyid(r.id.webview1); mwebview.getsettings().setjavascriptenabled(true); mwebview.loadurl("http://<ipaddress>/videostream.cgi?user=&pwd=");
you can call browser activity , set specific url intent. take here: sending intent browser open specific url
Comments
Post a Comment