Re: [Live-devel] Suggestion regarding authentication

2022-09-29 Thread Ross Finlayson
Thanks for the suggestion. I’ve just installed a new version (2022.09.30) of the code that adds a call to a new virtual function "specialHandlingOfAuthenticationFailure()” - whenever “authenticationOK()” is about to return False (for normal authentication handling). by default, this virtual fu

[Live-devel] Suggestion regarding authentication

2022-09-29 Thread Jörg Dommaschk via live-devel
--- Begin Message --- Hello, I was trying to add some brute force protection to my live555-based RTSP server, but I realised that this cannot be easily done (unless I am overlooking something - please let me know if I do), so I would like to suggest a small change: In the RTSPServer class, t