videojs-quality-selector/src
Matt Luedke 8feeafbf00 Refs #16 Fix video does not resume playing after quality change
When the HTML5 preload attribute is set to 'none' or when using Safari (even when the
preload attribute is not 'none'), the video does not resume playing after the quality is
changed using the quality selector menu. The quality selector plugin was listening for the
'loadeddata' event in order to know when to resume playback, but the 'loadeddata' event
does not fire when the preload attribute is set to 'none', and Safari does not fetch
enough data to emit a 'loadeddata' event.
2018-01-09 15:59:36 -05:00
..
js Refs #16 Fix video does not resume playing after quality change 2018-01-09 15:59:36 -05:00
sass Initial implementation 2017-08-03 09:21:16 -04:00
.eslintrc.json Initial commit 2017-06-20 20:43:49 -04:00