damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.43k stars 800 forks source link

WebCamFacade returns odd ip address #300

Open lloyd-g opened 8 years ago

lloyd-g commented 8 years ago

I have used droid.webcamStart(5, 80).result . like in http://www.damonkohler.com/2010/11/android-automated-cat-feeder.html

and on two phones either get an ip address of :: or 0.0.0.0 and can't find any stream on this address or port ? localhost does not work or 127.0.0.1

from wiki "the address 0.0.0.0 is a non-routable meta-address used to designate an invalid, unknown or non-applicable target" figure :: is the IPv6 equivalent. phones are on a local network not connected to internet. I do get preview screen.