[Helix-client-dev] Re: [Protocol-dev] RTP timestamp issue when streamming from vidiator server(Live streaming)
Jamie Gordon jgordon at real.comsaleem.adookkattil at nokia.com wrote: > We could fix this error in couple of ways as given below. > > 1) Drop RTP packet(s) with timestamp < RTP offset time > 2) If the first RTP packet timestamp is less than the received RTP > offset time correct RTP offset time to first RTP packet time. > > Looking for input/suggestion from community to make a fix to this failure. Either of these might be problematic. I don't think you can determine at the RTP protocol level that there is necessarily a problem. RTP timestamps are not inherently non-decreasing. There *are* datatypes that have out of order timestamps (only one I am aware of specifically is MPEG video per RFC 2250) so that this could be totally valid. Jamie