[Bug 751179] rtpjitterbuffer: jitter buffer does not send do-lost events downstream when packets don't arrive in time

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 22 03:21:14 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=751179

--- Comment #2 from Carlos Rafael Giani <dv at pseudoterminal.org> ---
This depends on whether or not the jitter buffer expects a steady flow of data.
If so, packets would have to arrive within the given jitterbuffer's latency
time (default 200ms).

And this is what the comments in the .c files say:

  The rtpjitterbuffer will wait for missing packets up to a configurable time
  limit using the #GstRtpJitterBuffer:latency property. Packets arriving too
  late are considered to be lost packets. If the #GstRtpJitterBuffer:do-lost
  property is set, lost packets will result in a custom serialized downstream
  event of name GstRTPPacketLost.

This does sound like a timeout to me?

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