ngraziano / SharpRTSP

A RTSP handling library
Other
557 stars 182 forks source link

re-authenticate keepalives if they get a 401 and a new nonce #125

Closed bentorkington closed 3 months ago

bentorkington commented 3 months ago

This remembers when the last message sent was a keepalive, and attempts to reauthenticate if the previous keepalive returned a 401 failure.

bentorkington commented 3 months ago

This addresses #126

ngraziano commented 3 months ago

Thanks