<div dir="ltr">I have an RTSP server that supports the PAUSE command, so in my code I call av_read_pause and then when I want to resume playback, I call av_read_play.<div><br></div><div>However, between the call to pause and the call to play, there is no call for keep-alive to the server and therefore the connection times out and I lose the stream.</div>
<div><br></div><div>How can I keep the connection alive?</div><div><br></div><div><br></div><div>~ Jay</div><div><br></div></div>