[Live-devel] openRTSP on an h.264 8 channel H264DVR 1.0
Ross Finlayson
finlayson at live555.com
Thu Dec 17 23:10:19 PST 2015
>>> ./openRTSP rtsp://192.168.0.103/username=admin
[…]
>>> Received a complete DESCRIBE response:
>>> RTSP/1.0 451 ERROR
>>> Server: H264DVR 1.0
>>> cseq: 3
The error “451” (returned by the server) means “Bad Parameter”. This suggests that adding “username=admin” to the URL may have been a mistake.
Instead, I suggest trying
./openRTSP -u admin <password> rtsp://192.168.0.103/
where <password> is the password that you need for user “admin”. (If there’s no password, then use “” instead.)
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
More information about the live-devel
mailing list