Paul Berberian

Results 199 comments of Paul Berberian

Hi, I really like the idea thanks, I wasn't aware of that `declarationMap` thing. Also I don't have much issues with providing source files through the npm registry, as it...

Hi, Interesting, we've heard by looking around some time ago of this type of problem when going from encrypted to unencrypted and vice-versa on PlayReady devices, but we've never really...

Hi, If it's still possible for you I updated and tested the `fix/create-fake-encryption-init-segment` branch. You can depend on its latest commit (which includes our build to simplify dependency on it),...

Following our conversation, I just re-checked, we have two builds made, both for the RxPlayer v3 and v4. When relying on v3, you can put on your package.json: ``` "rx-player":...

OK so if I get this correctly, there is an improvement for encrypted -> clear (the video does not turn green anymore), but there's still a fatal error for clear...

If you're calling `rxPlayer.reload()` as this error happens, does it plays the encrypted part? It will lead to a temporary black screen on clear->encrypted transitions, but it could be a...

Just to keep track of the attempts of work-arounds I've made, now only for clear -> encrypted transitions: 1. "regular" case where we're creating the MediaKeys and attaching the HTMLMediaElement...

So as we said (I'm just writing it here so we don't forget) maybe the best way would be to notice after the `onKeyUpdate` callback is called in the `ContentDecryptor`...

Hi, First sorry I know we had another channel of discussion and didn't take the time to answer there yet (I now just did a little late). As discussed, the...

Hello, On what platform/device/browser are you using the RxPlayer on? Have you more information on the encountered problem from the RxPlayer API or are you just seeing it from the...