[Bug 751311] rtp: Dynamic dropout / reorder limits

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 22 04:04:02 PDT 2015


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

--- Comment #9 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
I would like to have properties for these values, and also some
automatic/adaptive calculation based on the average packet rate and bit rate
(which should probably come up with 3000/100 for the example case and other
things for other...).


Or maybe the properties should actually be in time (misordering=2s, dropout=1m
by default), then calculate the average bitrate and packet rate unless given by
another two properties? I think this approach would make most sense in the end.



(For calculating averages here, use the recursive running average we use in
other places I guess: avg = (3 * avg + new_value) / 4)

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