Gary Katsevman
Gary Katsevman
This implements the TODO to automatically propagate all state. Uses a delegate object that matches the MediaUIAttributes in case we need to do something special, otherwise, it'll use the `default`...
This was originally a PR against https://github.com/muxinc/media-chrome/pull/195 but didn't make it in. This makes this module a hybrid module with the main being a cjs file. We should also update...
In media-container, we set user-inactive after a timer or when we mouse out of the video player and remove it on mouse movement or keyup. For completeness, we should also...
As a user of XHR, I would expect it to realize when the request will require CORS and choose to use XDR. This is mostly an issue on browsers like...
> [Check out the VHS story](https://github.com/videojs/http-streaming/issues/1057) This issue is to track things that should happen whenever we plan or decide it's time to make a major version of Video.js. There's...
If we are loading a new tech and sources array is empty and we have a src option from the src attribute, set that to be a sources array of...
This depends on PR https://github.com/videojs/vtt.js/pull/50 and would need a new vttjs release. The change is fairly simple and stays within the current API constraints of vttjs. The only change necessary...
To add a new child component we currently have `addChild` with the following method signature: ```js // child can be either a string like 'volumePanel' or an instance of an...
Followup from https://github.com/videojs/video.js/pull/6765, we may want to verify that all methods in Html5 are either implemented or abstracted out in Tech.