2017-06-20 20:43:49 -04:00
|
|
|
# Silvermine VideoJS Quality/Resolution Selector
|
|
|
|
|
2017-06-22 09:34:19 -04:00
|
|
|
[![Build Status](https://travis-ci.org/silvermine/videojs-quality-selector.svg?branch=master)](https://travis-ci.org/silvermine/videojs-quality-selector)
|
2017-06-20 20:43:49 -04:00
|
|
|
[![Coverage Status](https://coveralls.io/repos/github/silvermine/videojs-quality-selector/badge.svg?branch=master)](https://coveralls.io/github/silvermine/videojs-quality-selector?branch=master)
|
2017-06-22 09:34:19 -04:00
|
|
|
[![Dependency Status](https://david-dm.org/silvermine/videojs-quality-selector.svg)](https://david-dm.org/silvermine/videojs-quality-selector)
|
|
|
|
[![Dev Dependency Status](https://david-dm.org/silvermine/videojs-quality-selector/dev-status.svg)](https://david-dm.org/silvermine/videojs-quality-selector?type=dev)
|
2017-06-20 20:43:49 -04:00
|
|
|
|
|
|
|
|
|
|
|
## What is it?
|
|
|
|
|
|
|
|
A plugin for [videojs](http://videojs.com/) versions 6+ that adds a button to the control
|
|
|
|
bar which will allow the user to choose from available video qualities or resolutions.
|
|
|
|
|
|
|
|
|
|
|
|
## How do I use it?
|
|
|
|
|
|
|
|
Here's an example of how you can use this library:
|
|
|
|
|
|
|
|
```js
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## How do I contribute?
|
|
|
|
|
|
|
|
We genuinely appreciate external contributions. See [our extensive
|
|
|
|
documentation](https://github.com/silvermine/silvermine-info#contributing) on how to
|
|
|
|
contribute.
|
|
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
This software is released under the MIT license. See [the license file](LICENSE) for more
|
|
|
|
details.
|