GNOME Bugzilla – Bug 783595
dashdemux: allow control of minimum and starting bitrates
Last modified: 2018-11-03 14:09:44 UTC
dashdemux will start with the Representation that has the lowest bitrate. In some cases, this is not the most optimal thing to do. For example the lowest bitrates might only be intended for devices such as mobile phones when the network bandwidth can be very limited and the screen size is relatively small. Under normal conditions, these bitrates are not really suitable for use on a TV or a laptop. There are already properties that can be set to limit the maximum bitrate and maximum video resolution. It would be useful to have a property that could be used to control the minimum bitrate and the starting bitrate.
Created attachment 353460 [details] [review] dashdemux: provide properties to control starting and minimum bitrates This patch adds two new properties, one which sets a minimum desired video bitrate and another that provides a target for the video Representation to select when first starting.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/570.