media-ui-extensions
media-ui-extensions copied to clipboard
Extending the HTMLVideoElement API to support advanced player user-interface features
Today, `video.error` means video playback has failed, but there are many things that happen under the hood that are not ideal even if they don't cause a playback failure. Most...
Directly assigning HTML controls to video player controls: ```html Play/Pause Mute ``` https://github.com/keithamus/invoker-buttons-proposal#customizing-videoaudio-controls https://github.com/keithamus/invoker-buttons-proposal/issues/28 https://github.com/keithamus/invoker-buttons-proposal/issues/14#issuecomment-1744204920 While this proposal is not adding capabilities to ``, it can directly affect that element,...
Closes #1
While many video & podcast players have a playback speed control. Also I & 1 million+ other people installed @igrigorik's [VideoSpeed](https://github.com/igrigorik/videospeed). Good idea for a standard HTML video/audio player UI?...
Follow-ups: - [ ] Add "Implemented" folder or Stages like TC39 proposals and update the process to include these - [ ] update proposal to include a link to the...
**NOTE: This proposal began as a subset of the _Stream Type - Proposal_ #3 but was descoped due to complexities and the decision to model it as a separate state.**...
Allow a user to select from a set of video quality levels/resolutions/renditions/bitrates/variants/representations. Was hoping to start this with a PR, but some research and discussion will be helpful first. ...
Issue for gathering the complexities of ads that should be supported via the media element API, to make ad-related changes to the user interface. Related discussion for media-chrome as we...