We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There's a string concatenation somewhere to combine the URL passed to --bin2dash with the pathname to the MPD. This needs to be a urljoin().
--bin2dash
urljoin()
Also check for --sub, and for the other protocols where URLs are accepted.
--sub
Originally from https://github.com/cwi-dis/2024-spirit-lldash/issues/11
The text was updated successfully, but these errors were encountered:
jackjansen
No branches or pull requests
There's a string concatenation somewhere to combine the URL passed to
--bin2dash
with the pathname to the MPD.This needs to be a
urljoin()
.Also check for
--sub
, and for the other protocols where URLs are accepted.Originally from https://github.com/cwi-dis/2024-spirit-lldash/issues/11
The text was updated successfully, but these errors were encountered: