[Live-devel] RTSP Basic Authentication

Ross Finlayson finlayson at live555.com
Mon Oct 22 02:17:03 PDT 2007


>I saw that RTSPServer implement digest authentication control on RTSP
>Protocol, but does it work with basic authentication

No, because Basic Authentication is a dumb idea (it's very weak 
security, because it requires that clients send passwords in the 
clear).  Therefore, our RTSP server implements only Digest 
Authentication.

(Nonetheless, our RTSP *client* implementation will support Basic 
Authentication, for those (stupid) RTSP servers (i.e., not ours :-) 
that insist on using it.)
-- 

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/


More information about the live-devel mailing list