Hello everyone!

I'm trying to make android code to see live images from my ip camera.
I use Motion to show the live jpg's images.
In my pc browser, I can see the live images, but on android's browser
I can't... my android code is:


protected void onCreate(Bundle savedInstanceState) {
                super.onCreate(savedInstanceState);
                setContentView(R.layout.video);

                myWebView = (WebView) findViewById(R.id.wbvideo);
                myWebView.getSettings().setJavaScriptEnabled(true);
                myWebView.loadUrl("http://192.168.1.41:8080";);
}

can anyone help me?

Thank in advance!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to