You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New commandline argument --max-error-count to specify the maximum number of non-transient network errors that should be ignored before a download is aborted. This is useful in particular on some manifests using Time-based or Number-based SegmentLists for which the packager calculates a number of segments which is different to our calculation (in which case the last segment can generate an HTTP 404 error).
Update to version 0.7.3 of the dash-mpd crate, which provides better handling of transient and non-transient network errors.
Fix bug in the handling the value of the --sleep-requests commandline argument.