Paul Berberian
Paul Berberian
This is an issue to discuss about what we could do in a v4.0.0 and how to do it. ## Why? A new major version will let us "break" the...
PR for a future v4.0.0 This is still very very much a work in progress that we do not expect yet to finish in the coming months, but I chose...
__UPDATE: automatic gap-jumping has been re-established when the media element is paused, as not doing it may prevent discontinuities skip when the content is `LOADING` or `RELOADING`. In any case,...
This PR is a draft and proposal of how DASH Content Steering could be implemented in the RxPlayer. __Status: It should work with the current draft of the Content Steering...
Some devices relying on the Tizen OS, like Samsung TVs, have a peculiar behavior - initially created on their side as an optimization - which breaks many of the RxPlayer's...
We noticed of an issue which led to the impossibility of playing an encrypted content in a "persistent-license" mode if its license had already been persisted in the past but...
This is yet another PR to remove RxJS from parts of the code to raise the RxPlayer's "approachability", after #962 (for the transports code), #1042 (the content decryption code) and...
This is a very very simple implementation of #1017, which basically adds a `formatInitializationData` callback to the `keySystems` loadVideo option. This callback will allow an application to generate its own...
This is a big work in progress that includes many PR done here (at least #702, #701, #700 and #694) - though all those other PRs can already be merged....
To facilitate some time-related debugging, we noticed that knowing at which time a log was outputted relatively to others was a very important data point. Even if for that particular...