videojs.com icon indicating copy to clipboard operation
videojs.com copied to clipboard

The Video.js Website

Results 21 videojs.com issues
Sort by recently updated
recently updated
newest added

Designer pen uses Video.js 5. https://github.com/videojs/videojs.com/blob/379f9b0a2b463c6d56cde5eb3861f5d3754be88a/src/mdx-pages/getting-started.mdx#designing-your-own

I find several references to `videojs-contrib-hls`, which is outdated. When the repo is directly linked to: https://docs.videojs.com/tutorial-tech_.html It should link instead to: https://github.com/videojs/http-streaming

https://videojs.com/getting-started/ > By default, we bundle Video.js with Mozilla's excellent VTT.js Should meson you bundle a fork, not the original.

Hi! No component in docs api contain a notice about `trigger('event')`, that without parameter `{ bubbles: true }` events doesnt bubbling. Please, add this.

Some text, such as "start", "customize", "docs", and "blog" in the top navigation bar, has insufficient color contrast against the background.

a11y

Some elements which receive keyboard focus (such as the Brightcove logo on the home page) do not display a focus outline.

a11y

There is a problem with .vtt subtitles in IE11. Problem exists for 4.12.x branch. In Google Chrome, Opera and Firefox works fine. Reverting to 4.10.x or 4.11.x branch makes subtitles...

a11y

All images conveying an information should have alt attributes to improve accessibility to the temporarily dissabled user

a11y

Now that HLS/DASH support is built into video.js it might be worth allowing users to load a custom source into the demo player

enhancement

The [Video.js Options Reference](http://docs.videojs.com/tutorial-options.html) should mention the option `playbackRates` and how to use it. I only found out about it because of [this StackOverflow post](https://stackoverflow.com/a/24767026). (FWIW, I wrote and shared...