KunXi-Fox
KunXi-Fox
This PR is the fix of this issue: https://github.com/canalplus/rx-player/issues/1440. From what I'm understanding, for path resolve: `'/a/b/c'` and `https://a.b/c` result should be `https://a.b/a/b/c` not `https://a.b/c/a/b/c`.
### Bug Description Currently rx-player didn't resolve base url correctly when root MPD base url start with `/` ### Expected behavior resolve('/a/b/c', 'https://example.com/a') should return `https://example.com/a/b/c` not `https://example.com/a/a/b/c` ### Details...
##### Environment - [x] The MPD passes the DASH-IF Conformance Tool on https://conformance.dashif.org/ - [x] The stream has correct Access-Control-Allow-Origin headers (CORS) - [x] There are no network errors such...
##### Environment - [x] The MPD passes the DASH-IF Conformance Tool on https://conformance.dashif.org/ - [x] The stream has correct Access-Control-Allow-Origin headers (CORS) - [x] There are no network errors such...
##### Environment - [x] The MPD passes the DASH-IF Conformance Tool on https://conformance.dashif.org/ - [x] The stream has correct Access-Control-Allow-Origin headers (CORS) - [x] There are no network errors such...
Hi there, I met a strange issue on PS4 with multiple thread, after playing assets a while (about 30mins) and I saw the buffer drops to 0 then buffering forever....
`startAt.fromLivePosition` makes users think of the options only suitable for live stream, but from reading the code, it's actually not, this PR is to make this option only works on...
This is a attempt fixes for issue: https://github.com/canalplus/rx-player/issues/1415 We observed a CDM issue on Tizen 3.0, the issue happens when playback starts from non-drm content and switch to drm protected...
### What version of Hls.js are you using? 1.6.15 ### What browser (including version) are you using? Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36...
Hi there, We've been told from Hisense team that `setPlaybackRate(0)` may causes infinity freeze on some of their devices, I saw we set playback rate to `0` when we try...