videojs / videojs-playlist

Playlist plugin for videojs
Other
361 stars 123 forks source link

ability to skip a "bad" source #251

Open spormeon opened 1 year ago

spormeon commented 1 year ago

This is more a question than an issue. Is there a way to skip a video if it fails to load due to network issues etc. I cant seem to find anything in the docs about how this ccould be done? I dynamically import a json file and build the playlist on each page load, so sometime there are "bad" or non existant videos. I have a "block list" but that depends on being able to get the id's, so it would be good to be able to skip a "bad" one on the fly , if they are there?

Thanks