[gstreamer-bugs] [Bug 640023] Jitterbuffer: does not put the same gst timestamp on packets with the same RTP timestamp

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 20 09:50:24 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=640023
  GStreamer | gst-plugins-good | git

--- Comment #4 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2011-01-20 17:50:19 UTC ---
I actually think that feeding subsequent packets to the skew algorithm will
give the wrong result. Since the skew algorithm assumes that the RTP timestamp
on the packet is related to the time when it was sent. If you have multiple
consecutive packets with the same timestamp X, I think its safe to assume that
the first one was sent around time X and the subsequent one were sent
afterwards. So doing the skew computation from subsequent packets just adds
noise..

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list