Paul Berberian
Paul Berberian
CI is failing but I think it's just due to older gh-actions dependencies that since recently leads to an HTTP 422. I since fixed it on `dev` (by just updating...
Hi, It looks like something that was recently fixed by Florent (#1586). Can you re-check with our last development build: `4.3.0-dev.2025011000`?
Hm it's difficult to review, I think a rebase needs to be done. Also there are some comments without answers so I'm unsure of their status in your POV, maybe...
OK thank you, those logs have been instructive leading to the following fix attempt: #1637 Can you test it by updating in your `package.json` ```json "rx-player": "https://github.com/peaBerberian/rx-player/releases/download/autobuild.926473ff0067666ace41b0c0a530119c77edaa8f/rx-player.tgz" ``` And re-installing...
Aren't there also supplementary events we're supposed to handle as a player with a `ManagedMediaSource`? To me that was one of the arguments for it. I know there's the potentiality...
So if I get it, we will not be reacting to `startstreaming`/`endstreaming` directly but we'll just check `mediaSource.streaming` in the next playback observation. I wonder if it's what we want:...
We could also have a supplementary parameter `streamingReference` everywhere but I understand that it is less nice than having it in a playback observation
In what scenario does that happen? Everytime the check should fail on those devices? Why targeting only the `mediaCapabilitiesProber` if the issue is with the `navigator.requestMediaKeySystemAccess` call in general? 30s...
Hi, For now, no, I didn't plan to support playing directly media playlists. I saw that other players such as HLS.js were able to, and I'm wondering, is there many...
Hi, So if I get it right your start position calculation is too complex for what [startAt](https://developers.canal-plus.com/rx-player/doc/api/Loading_a_Content.html#startat) allows? Can you tell us an example of such calculation? The better way...