[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 04:00:56 PDT 2015


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

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Comments from IRC:

<slomo> wtay_: https://bugzilla.gnome.org/show_bug.cgi?id=751179 i think we
discussed this before, but what's your opinion on that? a bug? ;)
<wtay_> slomo, I think it makes sense to push a do-lost when you waited for it
for the complete latency of the jitterbuffer
<wtay_> slomo, you would need to guess when the packet would need to arrive (or
last packet + latency, if you can't determine packet spacing)
<wtay_> and I guess you can only do this once (unless you decide that it's ok
to push out lost events after each estimated packet spacing interval)
<slomo> wtay_: ok, can you add a comment about that. i think it should also not
report 1000000 lost packet events after a gap, but maybe accumulate them
somehow ;)



A timeout for a packet's expected arrival time is already there for
retransmissions, that can probably be reused here.

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