我可以点击192.168.15.20,摄像头在网上,我可以连接到安卓应用程序,我尝试了打开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 modules matched
main debug: dead input
qt debug: IM: Deleting the input
main debug: changing item without a request (current 1/2)
main debug: nothing to play发布于 2020-11-20 09:17:36
也许你必须激活凸轮中的RTSP。因此,您必须创建一个具有以下内容的文本文件:
[CONST_PARAM]
rtsp=1将文件重命名为ceshi.ini。
把它复制到一个空的SD卡的根部,放入凸轮并重新张贴凸轮。
然后,您将能够通过rtsp://IPADRESS:554/live/ch00_1连接到RSTP。
发布于 2023-03-04 01:27:23
ceshi.ini post工作得很好,请记住遵循下面的步骤:
否则就行不通了
https://askubuntu.com/questions/1262026
复制相似问题