>>> ./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/


_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to