Skip to content
Snippets Groups Projects
Commit cdf9108b authored by Martin Storsjö's avatar Martin Storsjö
Browse files

rtsp: Resend new keepalive commands if they used stale auth


These commands are sent asynchronously, not waiting for the reply.
This reply is parsed later by ff_rtsp_tcp_read_packet or
udp_read_packet. If the reply indicates that we used stale
authentication and need to use a new nonce, resend a new keepalive
command immediately.

This is the only request sent asynchronously, so currently there's
no other command that needs to be resent in the same way.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent 2f96cc1f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment