phloxic / videojs-sprite-thumbnails

Video.js plugin to display thumbnails from a sprite image when hovering over the progress bar
https://lastshiphome.de/en/movie
MIT License
52 stars 13 forks source link

Ensure loading of sprite image does not interfere with playback #17

Closed phloxic closed 3 years ago

phloxic commented 3 years ago

Loading the image on loadeddata or loadedmetadata can make the video stutter at the the beginning when connection is slow. By using loadstart (unless single image is preloaded on setup) the delay happens before the movie starts running.