Paul Berberian
Paul Berberian
> Could you elaborate a little on the following part (if it is relevant) ? In my current version of this algorithm, when I'm raising the `wantedBufferAhead`, I'm removing a...
For the problematic devices, we ended up mainly relying on `maxVideoBufferSize`, `maxBufferBehind` and `maxBufferAhead` RxPlayer options to better control the maximum memory usage, without really needing to have a more...
Hi, We do support fragmented webvtt. I tried playing your content and reproduced the same error. When loading the corresponding text track segments, I see that the `mdat` box (where...
Looking further into it (on other players), it seems to be in an mp4-specialized format that I didn't know of. I cannot find a spec on this for now but...
OK I've made an attempt at parsing it. I deployed [the current work](https://github.com/canalplus/rx-player/pull/1639) as a demo page here: https://developers.canal-plus.com/rx-player/vttc/ so you can check on your side if it works for...
We do (at last!) now in our v4.4.0
Hi @JaroslavHerber, This was done in purpose in our case because we assumed that people would want at least one playable video and audio tracks when there are some of...
We've discussed about that today and we're OK with adding options for that. For now we're planning for two options, one for audio the other for video, where the idea...
This is now done (after some time!) in `v4.4.0`: https://developers.canal-plus.com/rx-player/doc/api/Loading_a_Content.html#onaudiotracksnotplayable
Note: I added `lastThumbnailTime` to give the "last thumbnail currently available", as calculating it needs to take into accounts technicalities which may be easily forgotten if done by an application...