videojs-playlist icon indicating copy to clipboard operation
videojs-playlist copied to clipboard

What about transition between videos ?

Open paultw opened this issue 2 years ago • 0 comments

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 ?

paultw avatar May 26 '22 06:05 paultw