An RTSPServer may require reauthentication after a time. The Axis M5525 camera in particular has been found to reject GET_PARAMETER keepalives after 150 seconds, by responding with a 401 Unauthorized and a new nonce value.
Rather than stop at this point, the RTSPClient should send another authentication using the new nonce.
An RTSPServer may require reauthentication after a time. The Axis M5525 camera in particular has been found to reject
GET_PARAMETER
keepalives after 150 seconds, by responding with a401 Unauthorized
and a new nonce value.Rather than stop at this point, the RTSPClient should send another authentication using the new nonce.
PR #125