<div dir="ltr"><div><div><div>Hi,<br><br></div>Connecting RTSP Server using UDP, have seen huge packet loss, and resulted to flickering images, hence configured  to use TCP  like:<br><br>AVDictionary *stream_opts = 0;
<br>av_dict_set(&stream_opts, "rtsp_transport", "tcp", 0);<br><br></div>The issue what i see is at the initial period, the time delay between RTSP server  and av_read_frame() is around 1 sec, and which grows gradually to 5 sec after some time, then it gets somehow reset to again 1 sec.  Server is sending for about max 25 fps, min is 18 fps.<br>
<br></div><div>Coder: x264, YUV420p file format [ 1028*720] <br></div><div>
<br></div><div>I am not sure where i can hook around ?. Please advise?. <br></div><div><br><br></div><div>P.S:  I am not using any PTS calculation, but simply dumping completed frames into UI.<br></div><div><br><br><br><br>
</div></div>