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

Clicking next button plays the same video again sometimes.


Hi,

I created jwplayer playlist with 15 contents and specified which item to play using playlistIndex. I'm using jwplayer-7.11

The code looks like this

jwplayer.key = "MY_KEY";
var thePlayer = jwplayer('ltk-player').setup({
playlist: [
{
file: 'videourl',
image: 'imageurl',
title: 'title',
description: 'description',
mediaid: 'mediaid'
},
{
// second playlist....
},
...
],
width: '100%',
aspectratio: '16:9',
autostart: true,
abouttext: 'Some text'
}).playlistItem(index);

But when i click on player next button, sometimes the same video was playing rather than playing the next video in the playlist. And i'm not getting this issue when i use jwplayer version 7.7. I tried with version 7.11 also but getting the same issue.

1 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi, there.

Can you please supply a link to a reproduction page so we can take a look at your issue?

Thank you.

This question has received the maximum number of answers.