Joey Parrish
Joey Parrish
Let's discuss xlink in the xlink issue for clarity. As for chaining, as I mentioned before: > You can wait for a video's "end" event and call player.load() again. If...
You can override the default CSS with your own, or replace it entirely. However, the colors for the range elements are created in JavaScript, not CSS. We have configuration to...
There is something in seek_bar.js already for ad markers, which overlay the seek bar. A similar technique could be used for chapter markers. We would be happy to have a...
I don't have time to do another release today, but I have been cherry-picking changes to the v3.3.x release branch. I'll see if I have time tomorrow.
Yes, looks like this issue was tagged in the release notes, which caused the release workflow to close this issue. Sorry for the mistake!
I would suggest a different name: `player.retryLicensing()`. Retrying a "request" is very generic, and the name could apply to all kinds of network requests. Since we want something that parallels...
Here's a quick and dirty histogram I pulled together in the JS console. I haven't spent enough time in the source yet to integrate it: ```js gameStates = JSON.parse(localStorage.gameStateList); //...
Everything is passing and I'm looking forward to your feedback!
I know this is 100+ lines changed, but there are really only 2-3 things happening, one of them repeated many, many times. To aid review, I updated the PR description...
We're getting very close to merging `cmake` back into `main`. Just a few more PRs, we think.