<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 29, 2014 at 3:26 AM, Abhishek Maniyar <span dir="ltr"><<a href="mailto:abhishek.maniyar@springcomputing.in" target="_blank">abhishek.maniyar@springcomputing.in</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Everyone,<br>
<br>
I am trying to connect to RTSP using FFMPEG library in iOS.<br>
<br>
I am using TCP. Some times in poor network conditions, packets with older PTS received. Is it possible in FFMPEG to get a packet with PTS is sequence 10,11,12,13,7,8,9,….. Should FFMPEG not discard packets those are older den current packet?<br>

<br></blockquote><div>I had the same sort of sequential PTS in some videos; another place to ignore that and use your own frame count based PTS... like MP4 clips come in ticks, mkv come in milliseconds in the PTS and some are sequential counts (avi)  and even playing from disk I got backwards numbers</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks and regards<br>
Abhishek<br>
<br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</blockquote></div><br></div></div>