GNOME Bugzilla – Bug 786325
adaptivedemux: Add max-download-errors and min-fragment-download-retry-time properties
Last modified: 2018-11-03 14:12:21 UTC
Created attachment 357635 [details] [review] adaptivedemux: Add max-download-errors and min-fragment-download-retry-time properties This allows an application to customize error handling a bit more.
Review of attachment 357635 [details] [review]: This patch looks wrong. It should only contain the changes for using the property instead of hardcoded values.
Well, the hardcoded values already don't make sense as they are because they won't work right. For example, MAX_DOWNLOAD_ERROR_COUNT (which was hardcoded to 3) would never work on a live HLS stream because the retry timer was set to half a fragment's time, so at most the error count could have reached 2, rendering a live stream that pointed to invalid URLs to be silent indefinitely. Making the values configurable without fixing the logic so that it actually works makes little sense.
-- 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/599.