mediaelement-plugins
mediaelement-plugins copied to clipboard
Plugins for the main mediaelement project
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8. Commits 782c264 3.0.8 6ade2da fix: trim pattern a6f52b0 3.0.7 e4cd434 fix: treat nocase:true as always having magic e6bbe1c publishConfig for 3.0 5b7cd33 3.0.6 20b4b56...
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.4 and updates ancestor dependency [grunt-cli](https://github.com/gruntjs/grunt-cli). These dependencies need to be updated together. Updates `minimatch` from 0.3.0 to 3.0.4 Commits e46989a v3.0.4 ddfacbd update brace-expansion 55ed736 update...
https://github.com/mediaelement/mediaelement-plugins/blob/master/demo/a11y.html The video files in the a11y demo no longer exist (e.g. https://video.aktion-mensch.de/magnolia/aktion-mensch-videoplayer/aktion-mensch_beispiel/aktion-mensch_beispiel_signlanguageVideo.mp4)
Now the function used after video reaches end sets only the url as a source for fetching, not the whole object. Also the function now stops at the correct index.
Tested with: chromebook in touch mode, The problem: Due to the fact that the mouseenter event gets triggered when you click the button, causing both mouseevent and click event to...
Removes the quality button when no quality options are available
And rename it from getQualityFromHeight to autoQualityLabelTextGenerator
Add option hslQualityChangeStrategy. Set option to nextLevel instead of currentLevel. This means that the next fragment will load with the set quality instead of the current. This results in smoother...
The name of the configuration option autoGenerate is not descriptive and does not tell you what it does. autoGenerateQualityOptionsFromManifest would be better.
This commit contributes work done for the [Universal Viewer project](https://github.com/UniversalViewer/universalviewer) that fixes broken keyboard controls for the source chooser and also adds arrow key controls. Apologies for the whitespace fixes...