GNOME Bugzilla – Bug 735789
hls/dash/mss: Download bitrate estimation is wrong
Last modified: 2015-11-18 09:02:42 UTC
Currently we calculate the bitrate by taking the time between gst_pad_push() returning and upstream (e.g. souphttpsrc) giving us data. This does not work as it assumes that while gst_pad_push() is blocked no further data is downloaded. However if upstream has queues this is not true, and also with a simple souphttpsrc that is not true as it downloads data in another thread. We should add some API to directly get the bitrate from the source, maybe via some informational new event.
Bug 733959 seems quite related as well, maybe a dupe?
Sebastian, does the related bug fix make this enough or do you still want to get the bitrate from the source for some reason?
*** This bug has been marked as a duplicate of bug 733959 ***