github emarsden/dash-mpd-cli v0.2.11

latest releases: v0.2.20, main, v0.2.19...
6 months ago
  • New commandline argument --drop-elements which takes an XPath expression as argument. XML
    elements in the MPD manifest that match this XPath expression will be removed from the manifest
    before downloading. This may be useful to help select an audio track based on attributes such as
    its role or label, or to avoid overloading the servers that serve advertising content.

  • Include the query component of the MPD URL in requests for media segments, to support the
    token-based authentication used by some streaming services. If the manifest URL is
    https://example.com/manifest.mpd?token=foo, requests to segments will look like
    /segment/42.m4v?token=foo, unless the manifest includes an explicit query component in the
    segment URLs.

  • Muxing to a WebM container using the VLC external muxer should be fixed.

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

NewReleases is sending notifications on new releases.