[Bug 742979] adaptivedemux: Adaptive bitrate algorithm does not react to declining bitrate
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jan 19 06:50:58 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=742979
GStreamer | gst-plugins-bad | git master
Thiago Sousa Santos <thiagossantos> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thiagossantos at gmail.com
--- Comment #3 from Thiago Sousa Santos <thiagossantos at gmail.com> 2015-01-19 14:50:54 UTC ---
I agree that we need a better algorithm. We could have a running window average
for the last N fragments (configurable via a property, maybe) and we could have
it only go up a bitrate if the average is good enough. Otherwise to go down a
bitrate it could just rely on the last fragment to be able to quickly react to
a network congestion.
Ultimately we might need to provide different algorithms for different usage
and a hook so applications could also plug their own custom algorithms.
--
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