voxl-rtsp - This computer has an invalid IP address: 0.0.0.0
-
Hi, I'm getting the following error message when using the voxl-rtsp app over wifi:
Unable to determine our source address: This computer has an invalid IP address: 0.0.0.0
It comes up whenever a new connection is attempted. I can not find it anywhere in the code for further debugging so I assume it's part of the qualcomm streaming library. Is there a fix for this?
-
Hi @czarsimon ,
Are you seeing this IP address as the output of the command or via
ifconfig
? I believe the rtsp command line command will spit out 0.0.0.0 (i.e. localhost-ish), but useifconfig
to find the real IP address and use that.