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

Live Video Playlist Playback


Hello,
We are trying to implement a Live video playlist. Basically we want to choose a number of videos that have been uploaded to our JWPlatform and having them play in our website throughout the day, live. Meaning that every time you visit the site, something different is already playing.
Is this something that can be accomplished with JWPlatform?
Any insights or recommendations would be deeply appreciated.
Thanks!
CPG

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

I saw that you sent an e-mail for this as well, but I wanted to post my answer here to help anyone else in advance…

We do not have built-in functionality for this, but you can write some custom code to make it work. One of our support engineers wrote a demo that does basically exactly what you want. Please see http://support.jwplayer.com/customer/portal/articles/1436942-example-mimicking-live-tv for more details.

Basically the idea is this:

1) Create your playlist
2) Use Javascript to determine the current time of the viewer’s browser
3) Convert that time to seconds and jump to the appropriate time of the video when the player loads

This question has received the maximum number of answers.