
Replace file when item in a playlist is not found
I am trying to find a solution where I can replace a video in the playlist if an item is not found. We allow users to upload video content through the JW API. JW generates a 320p, 480p, and 720p file when encoding the original file. We then allow users to build playlists and want to use the highest quality possible. We are manually calling the 720p version of this using custom javascript setup. However, if the original file is below 720p, the item in the playlist will not work. I found the article here explaining how to display a custom error when a video is not found - I'd like to know how to do the same thing but with a playlist item.
https://developer.jwplayer.com/jw-player/demos/basic/custom-error/
Thanks for your help.