gstreamer/gst-libs/gst/adaptivedemux
Matthew Waters 430a90df20 adaptivedemux: retry download MAX_DOWNLOAD_RETRY_COUNT times before erroring
What we want is to retry downloading the fragment on 4xx/5xx errors
however returning EOS will cause waiting for a manifest update for live
(which may be a really long time) or stop everything for non-live.

Change that to only return EOS/ERROR once we've reached the error limit.

https://bugzilla.gnome.org/show_bug.cgi?id=776609
2017-05-25 13:33:35 +03:00
..
gstadaptivedemux.c adaptivedemux: retry download MAX_DOWNLOAD_RETRY_COUNT times before erroring 2017-05-25 13:33:35 +03:00
gstadaptivedemux.h adaptivedemux: Add various comments to the code 2017-05-18 19:04:57 +02:00
Makefile.am tests: fix link problem on centos7 2017-04-27 21:33:25 +01:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00