Florent Bouisset
Florent Bouisset
Hello @alexg-axis, We have made some tests on Safari 17 using `ManagedMediaSource` instead of `MediaSource` and it seems to work fine. In [this article](https://developer.apple.com/videos/play/wwdc2023/10122/?time=1220) Apple explain some details: > When...
> I don't understand why we would have an observation with a `readyState` of `4` and with a `duration` of `NaN`. Is that a browser bug or an RxPlayer bug?...
Hello @jakubjereczek, I reproduced the issue on the version 4.0.0, however I don't have the issue in the version 3.33.0 you mentionned. Can you confirm the version you had a...
I have made a PR that fixes the issue for version 4 (at least on the device I tested with). I can also backport the fix to version 3.32 so...
After further investigation, I realized that the sequence of creating and disposing RxPlayer instance was wrong in our demo. So we could have at a moment two RxPlayer instances using...
Hello, thanks for you feedback, I have made a [PR](https://github.com/canalplus/rx-player/pull/1404) to address the issue you mentioned when having autoplay set to `true`. > BTW: We also noticed a bug in...
Hi, The configuration of the `singleLicencePer` options should depend on how you have configured your license server: - If the license server returns a license with a single key, associated...
Hello @jakubjereczek, We have observed that if a license does not contains the keys to play a particular representation, we still consider the representation as playable (when using the "init-data"...
Hello, thanks for your proposal What would be the use case ? I believe a library user expects to be redirected to the type definition (to understand how to use...
OK, I see, I think it's a legitimate use case. I agree with that change Can you please add `/src/parsers/manifest/dash/wasm-parser/target` in `.npmignore` ? This folder contain Rust build artifact that...