silvermine / videojs-quality-selector

MIT License
180 stars 55 forks source link

Support persistence of selected resolution #66

Closed silent10 closed 4 years ago

silent10 commented 4 years ago

It would be nice if there was an option to persist the most recently selected resolution. Thoughts? Something like what this plugin does for volume: https://github.com/theonion/videojs-persistvolume

jthomerson commented 4 years ago

We opted not to provide this because no matter how we persist the setting, users will have to know its details so they can comply with GDPR and similar laws. But we made it easy to implement your own - when you provide the sources to the player, just set the selected: true flag on the one that you want selected. This gives you control, too, over what to do when different videos have different subsets of resolutions.