<div>We updated the "UserAuthenticationDatabase" used in the RTSP server to have a "requireAuthentication" method that can be overridden in a derived class. We use it so that if default credentials are in use, we don't require authentication.</div>
<div> </div>
<div>Basically, this allows implementations to turn authentication on and off at will while the server is running. Unless implementations override requireAuthentication, the behavior is identical to the previous code.</div>
<div> </div>
<div>It's a pretty simple change so hopefully it's good enough for inclusion. If not, please let me know if there's any way I can modify the patch to be acceptable.</div>
<div> </div>
<div>Thanks,</div>
<div>Jeremy</div>