Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

How to dynamically merge all the videos in the playlist to show a single playing video


I've multiple videos and I created a playlist to stream the videos. The video player shows the length of single playing video and when next video plays from the playlist it reloads the player and changes the playing time and other video properties.

But I need a different user experience, I want to give the user an experience of the single video playing in the order of videos added to the playlist which will not reload when next video plays from the playlist and it will show the video time as the total of all the videos in the playlist.

Is there any possible way to achieve it with JW Player?

1 Community Answers

Donni

JW Player Support Agent  
0 rated :

This is not something that is built-in to the player, but you could try making the player Chromeless and using the JavaScript API and custom logic to build a timebar that totals the entire length of all the playlist items added together.

This question has received the maximum number of answers.