Closed vivook closed 3 years ago
I have a m3u8 file at:
https://example.com/blah/1234/abc/xyz.php/12341234-audio=999-video=555.m3u8
It contain entries like this:
12341234-audio=999-video=555-18.ts?ts=1608135475&s=xxx/YYY/zzz=
hlsdl tries to down the segment from below URL:
https://example.com/blah/1234/abc/xyz.php/12341234-audio=999-video=555.m3u8/../12341234-audio=999-video=555-18.ts?ts=1608135475&s=xxx/YYY/zzz=
Which is incorrect. Correct URL would be:
https://example.com/blah/1234/abc/xyz.php/12341234-audio=999-video=555-18.ts?ts=1608135475&s=xxx/YYY/zzz=
Shouldn’t both be equivalent?
Yes, curl fixes URL. This is not my issue. Sorry.
I have a m3u8 file at:
It contain entries like this:
hlsdl tries to down the segment from below URL:
Which is incorrect. Correct URL would be: