Releases: emarsden/dash-mpd-cli
Releases · emarsden/dash-mpd-cli
v0.1.10
- 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.
v0.1.9
v0.1.8
v0.1.7
Release v0.1.7 adds support for downloading subtitles, if they are available in the MPD manifest.
Use the commandline argument --write-subs
. Subtitles are downloaded to a file with the same name as the audio-video content, but a filename extension dependent on the subtitle format (.vtt
, .ttml
, .srt
).