videojs / videojs-playlist

Playlist plugin for videojs
Other
361 stars 123 forks source link

What about transition between videos ? #230

Open paultw opened 2 years ago

paultw commented 2 years ago

I have a problem about eliminating the loading time gap.

  1. I've built a video autoplay function in my website, it looks like streaming videos online.
  2. I also set the autoadvance parameter to 0, for making 0 time to load next video.
  3. But when switches to the next video, it'll appear a short but annoying blank screen before next video loaded.

How can this problem be solved ?

  1. Perhaps construct a buffer that prepload the next video and smoothly switch to it ?
  2. Is there any possible to set video transition between videos ?