Eric Marsden
Eric Marsden
Please check with the latest released version. The library used to decrypt browser cookies was changed, and perhaps it works better for you now.
dash-mpd-cli should be retrying network requests that suffer a "transient" failure. Transient errors include timeouts and specific HTTP error codes like REQUEST_TIMEOUT, TOO_MANY_REQUESTS, SERVICE_UNAVAILABLE, GATEWAY_TIMEOUT. These errors do not count...
Understood, thanks for the feedback. I should be able to implement these in future versions.
Please try the latest release, v0.2.17, which should do segment retries and more detailed error logging.
When you say "--quality best" and the MPD includes a bandwidth attribute, as is the case here, the stream with the highest bandwidth will be chosen. There should probably be...
There is currently no functionality for this; I'll look into adding it. In the meantime, you can make multiple calls to dash-mpd-cli with "--audio-only" and "--prefer-language XX" and "-o audio-langXX.mp4",...
This functionality would require quite a bit of dedicated code in order to preserve full path information while saving media segments, and to rewrite the manifest to point to the...
OK, I see that there may be use cases which don't imply piracy (not that all forms of piracy are morally reprehensible in my view). I'll leave this open in...
Thanks for the suggestion. 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...
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...