Gary Katsevman

Results 47 issues of 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...

enhancement

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...

wontfix

> [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...

major
pinned

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...

patch
needs: updates
pinned

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...

minor
needs: updates
pinned

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...

enhancement
needs: discussion
pinned

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.

outdated