Chris Needham

Results 494 comments of Chris Needham

> We could change color-gamuts from a list to a single field, as long as we made it clear that the agent receiving the color-gamut applied the inclusion logic. I...

Thanks. I've asked a colleague for advice on this part: > [2] Unclear if this happens in practice as HLG support may be a proprietary profile of Dolby Vision and...

MSE in Workers is a feature that we're interested in using. I note that there's now an [Origin Trial](https://developer.chrome.com/origintrials/#/view_trial/3847199981681246209) open in Chrome 95 to 99.

This is now available for testing in version 3.0.0-beta.0. Please see [doc/migration-guide.md](https://github.com/bbc/peaks.js/blob/master/doc/migration-guide.md) as there are some breaking API changes. ``` npm install peaks.js@beta ```

I'll close this, but please reopen if there's still a problem.

Calling `Peaks.init()` with an empty `` element (i.e., no `src` attribute and no `` elements), the callback is never invoked. See: https://github.com/bbc/peaks.js/blob/ab1413560e24426aa55c13898b3d006b20ffc746/src/mediaelement-player.js#L75

This is now implemented

This is fixed in recent versions. There's an Angular example at https://github.com/chrisn/peaksjs-angular-example.

Please take a look at v3.0.0 beta, I think this allows you to do what you need.

I think this is complete, now we're using Rollup to create distribution bundles.