Re: [Live-devel] RTSP Basic Authentication

2007-10-22 Thread Ross Finlayson
>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 implem

[Live-devel] RTSP Basic Authentication

2007-10-22 Thread Ramon Martin de Pozuelo Genis
Hi, I saw that RTSPServer implement digest authentication control on RTSP Protocol, but does it work with basic authentication ("username:password@")? How does boolean PasswordIsMd5 work? Does that flag permit RTSPServer to choose digest or basic authentication? If it's not this case, what could