VideoJS plugin that leverages videojs-contrib-quality-levels plugin to offer manual user-selectable level selection options for adaptive http streams.
npm install @moltencloud/videojs-quality-selectorTHIS project is functional and being used in production BUT EXPECT BREAKING CHANGES while on version 0.0.x.

VideoJS plugin that leverages videojs-contrib-quality-levels plugin to offer manual user-selectable level selection options for adaptive http streams.
Compatible with vjs 7 and up.
id` and `label` metadata parsed from the stream QualityLevels sources.
Installation
`sh
npm install --save videojs-contrib-quality-levels
npm install --save @firescar96/videojs-quality-selector
`Dependencies
Requires videojs-contrib-quality-levelsUsage
To include videojs-quality-selector on your website or web application, use any of the following methods.
$3
This is the simplest case. Get the script in whatever way you prefer and include the plugin _after_ you include [video.js][videojs], so that the
videojs global is available. You can configure the plugin with the options described above. `html
`
$3
To build, checkout the repo, run `npm install` && `npm start`,
go to localhost:9999 (or the next free port) and test out the plugin.$3
* `npm install`
* `npm build`
* `npm version major/minor/patch`
* `git push origin master --tags`
* `npm publish``MIT. Copyright (c) Justin Fujita, Nchinda Nchinda;