
Playlist switching causes flicker
Hello!
I'm facing a problem with multiple playlists.
The second video of every playlist is the first video of the next playlist.
To achieve this, I'm loading the new playlist using jwplayer().on('playlistItem', loadNewPlaylist);
The issue is that upon completion of the first video(p1v1), the second starts(p1v2) and keeps playing for a second and then the next playlist is loaded, which stops the video and (p2v1) starts playing.
This causes a flicker while switching of playlists. Any workaround for this?
(p - playlist; v - video)