videojs-playlist
videojs-playlist copied to clipboard
What about transition between videos ?
I have a problem about eliminating the loading time gap.
- I've built a video autoplay function in my website, it looks like streaming videos online.
- I also set the autoadvance parameter to 0, for making 0 time to load next video.
- 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 ?
- Perhaps construct a buffer that prepload the next video and smoothly switch to it ?
- Is there any possible to set video transition between videos ?