[Bug 748041] rtpjitterbuffer: Too early requested retransmission for future packets
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Apr 22 11:37:19 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=748041
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|git master |1.5.1
--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Discussed this with Wim, and this is what we came up with. Works fine in my
tests, let's see what happens.
commit edcc5be297f03c0152ebabbba1fe0bfad8a5131a
Author: Sebastian Dröge <sebastian at centricular.com>
Date: Wed Apr 22 20:24:20 2015 +0200
rtpjitterbuffer: When request retransmissions for future packets, consider
the packet spacing in the extra delay
We now take the maximum of 2*jitter and 0.5*packet_spacing for the extra
delay. If jitter is very low, this should prevent unnecessary
retransmission
requests to some degree.
https://bugzilla.gnome.org/show_bug.cgi?id=748041
commit 3fe8ceff14bb7847d867c743b4a5df8ba221a80d
Author: Sebastian Dröge <sebastian at centricular.com>
Date: Wed Apr 22 19:41:07 2015 +0200
rtpjitterbuffer: Take a running average of the packet spacings instead of
just the latest
https://bugzilla.gnome.org/show_bug.cgi?id=748041
--
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