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