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
Can you add an option to provide formats which are not present in the original mpd?
For example:
If for example, from I want to download "$RepresentationID$" called VIDEO1 and from I want to download "$RepresentationID$" called AUDIO1 which are not present in the MPD, would it be possible to override the variables in the mpd?
For example the MPD might offer a lower quality version of video and audio, but the server still has a higher quality version available which is hidden (due to geo locks) but still accessible.
I will think about whether to implement something along the lines of what you suggest, which is quite a narrow functionality, or whether it would be better to implement a more general "MPD rewriting" functionality using rules for XML tree rewrites.
There is a preliminary implementation of an MPD rewriting functionality in the latest release. This uses XSLT stylesheets, which are very powerful though certainly less intuitive than the syntax you are proposing. There is a sample stylesheet that does some rewriting similar to what your example does at test/fixtures/rewrite-resolution.xslt.
Hi,
Can you add an option to provide formats which are not present in the original mpd?
For example:
If for example, from I want to download "$RepresentationID$" called VIDEO1 and from I want to download "$RepresentationID$" called AUDIO1 which are not present in the MPD, would it be possible to override the variables in the mpd?
For example the MPD might offer a lower quality version of video and audio, but the server still has a higher quality version available which is hidden (due to geo locks) but still accessible.
I'm thinking of such an option:
dash-mpd-cli --override "AdaptationSet=1 RepresentationID=VIDEO1" --override "AdaptationSet=2 RepresentationID=AUDIO1" [url]
The text was updated successfully, but these errors were encountered: