[Bug 743945] rtpjitterbuffer: add "do-deadline" property

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Feb 4 17:11:50 PST 2015


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

--- Comment #16 from Olivier CrĂȘte <olivier.crete at ocrete.ca> 2015-02-05 01:11:43 UTC ---
If I understand correctly, you really don't want a jitterbuffer because you're
not trying to eliminate jitter, the only feature you want from rtpjitterbufer
is the rtx stuff? Ideally you want to just forward all packets immediately? I
wonder if you don't need a different element that doesn't actually queue the
buffers but instead just keeps observations.

Using the rtpjitterbuffer as it currently is, even if the packet is definitely
lost, you're still going to introduce a jitter event (a gap between packets n-1
and n+1) of "latency", which is really not what you want.

-- 
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