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

Video never plays after clicking play but pausing and then playing works


Before adding the events I had when I played the videos, they just kept loading. If I click pause and click play again, it works. For my site right now II added these events as a workaround but it still caused me issues with different browsers:

playerInstance.setup({
title: 'Gotta Eat My Vegetables',
skin :"vapor",
width: 800,
height: 300,
image: "videos/veggie.png",
events: {
onReady: function(){
this.play();
this.pause(true);
this.play(true);
}
}
});

The pause doesn't work for Chrome and Safari for some reason so now it auto plays. Could we get this fixed? Using 7.2.4

1 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi, there.

Can you please give me a link to a page where you have the affected player installed or at least tell me what format you are serving? I know we have a similar issue with DASH streams on Android that is resolved in 7.3.0, but I want to double-check that is the same issue you are dealing with.

Thank you.

This question has received the maximum number of answers.