Dash-Industry-Forum / dash.js

A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.
http://reference.dashif.org/dash.js/nightly/samples/dash-if-reference-player/index.html
Other
5.05k stars 1.66k forks source link

Fully customizable media player controls using web components #3760

Open wilaw opened 2 years ago

wilaw commented 2 years ago

dash.js has a single UI component, provided by Akamai many years ago. While suffucient for many, it would be good to have an alternate choice for player UI. This project https://github.com/muxinc/media-chrome by Steve Heffernan looks very interesting in this regard. It provides fully customizable media player controls using web components (native custom elements). License is MIT. Might it be something dash.js could leverage?

heff commented 2 years ago

Thanks Will, excited to see interest on this front. Happy to help where I can. @cjpillsbury is just finishing up a pretty solid accessibility pass.

dsilhavy commented 7 months ago

Related to #4234