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
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Describe the bug
Subtitle tracks listed in MPD files with a startNumber value greater than 1 are not downloaded properly. For example, this subtitle track should be downloaded as 9 segments and merged together accordingly:
Describe the bug
Subtitle tracks listed in MPD files with a
startNumbervalue greater than 1 are not downloaded properly. For example, this subtitle track should be downloaded as 9 segments and merged together accordingly:The segment URLs would be:
Devine instead only downloads segment 9.
MPD URL: https://akm.prd.media.h264.io/e58e0cad-2e65-463e-baaa-825862402a5a/1_7260bd_fallback.mpd
To Reproduce
Attempt to download an MPD subtitle track with a
startNumbervalue greater than 1.Expected behavior
The subtitle segments are all downloaded and merged accordingly.