[Bug 786325] adaptivedemux: Add max-download-errors and min-fragment-download-retry-time properties
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Aug 28 21:57:42 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=786325
--- Comment #2 from GstBlub <gstblub at gmail.com> ---
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.
--
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