我有一个 wifi 智能网络摄像头,可与适用于 Android/iOS/Windows 的 v380 应用程序配合使用,我想将其连接到在 Ubuntu 18.04 上运行的运动服务器。
尽管摄像机已连接到 LAN 并且我可以在手机上查看它,但我在路由器主页上的 DHCP 客户端下没有看到它列出。
如何找到摄像机的IP地址?
我可以很好地 ping 192.168.15.20 并且相机在线,我可以使用我尝试打开的 Android 应用程序连接到它rtsp://admin:password123@192.168.15.20:554/live/ch00_1
,这是我的 vlc 日志文件的结果:
satip debug: try to open 'rtsp://admin:password123@192.168.15.20:554/live/ch00_1'
satip debug: connect to host '192.168.15.20'
main debug: net: connecting to 192.168.15.20 port 554
main error: connection failed: No route to host
satip error: Failed to connect to RTSP server 192.168.15.20:554
main debug: net: connecting to 192.168.15.20 port 554
main error: connection failed: No route to host
access_realrtsp error: cannot connect to 192.168.15.20:554
access_realrtsp debug: could not connect to: 192.168.15.20:554/live/ch00_1
main debug: no access …
Run Code Online (Sandbox Code Playgroud)