Can someone share with me the correct RTSP syntax for Dahua based CCTV cameras?
I am using DS-5.1 test-1 and the below syntax is not working for me.
rtsp://admin:password@192.168.1.100:554/cam/realmonitor?channel=1&subtype=0
Also, is the above syntax correct?
DaneLLL
#2
Thanks for sharing this above link @DaneLLL
Can you confirm whether this syntax is correct or not for Dahua OEM models?
rtsp://username:passwd@ip:port/cam/realmonitor?channel=1&subtype=1
Thanks
DaneLLL
#4
Hi,
Please run the command like:
... location="rtsp://admin:admin1234@192.168.1.202:554/cam/realmonitor? channel=1&subtype=1" ...
instead of
... location=rtsp://admin:admin1234@192.168.1.202:554/cam/realmonitor? channel=1&subtype=1 ...
Add "
"
to contain the URI.
For running sample apps, please try
Python Bindings for DeepStream not working with RTSP stream - #8 by DaneLLL
system
closed
#5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.