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