github emarsden/dash-mpd-cli v0.2.17

latest releases: v0.2.20, main, v0.2.19...
2 months ago
  • Network requests for media fragments that fail are retried a certain number of times. The number of retries for each fragment request can be set using the --fragment-retries commandline argument (default is 10). Network errors that are identified as being transient (for example, network timeouts) do not count towards this retry count. Network requests were previously retried only if they were identified as transient, but anecdotally it seems that the internet and CDN servers are not set up in a way that allows transient errors reliably to be distinguished from non-transient errors. Non-transient retries still count towards the max_error_count, whose default value is increased to 30.

  • Error messages include additional contextual information. For example, a network connection error caused by a TLS configuration error will include information on the underlying issue.

  • The prebuilt software container ghcr.io/emarsden/dash-mpd-cli is now built also for Linux/ppc64le.

Don't miss a new dash-mpd-cli release

NewReleases is sending notifications on new releases.