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

Buffer speed is less than playing speed


I use jw6.12, in HTML5 mode, I added the speed button on the control bar.

When the speed button is clicked, it changes the current playback speed; for example, 2 times the speed of the player.

However, this error occurs: loading media: File could not be played Error

I found the control bar: the buffer speed is less than the speed of play

I would like to ask how to avoid this error occurs

code:
function changeSpeed(){

var videoTag = document.querySelector('video');

currentRate == 1 ? currentRate = 2: currentRate = 1;

videoTag.playbackRate = currentRate;
videoTag.defaultPlaybackRate = currentRate;
if(navigator.userAgent.toLowerCase().indexOf('firefox') > -1){
jwplayer().seek(jwplayer().getPosition());
}

}

2 Community Answers

penpentt

User  
0 rated :

I see SlowMo Plugin ,but I need fast plubin. like 2X 3X

Cooper Reid

JW Player Support Agent  
0 rated :

I tested this locally and the scrub bar moved as fast as the video. Can you please provide a link so we can troubleshoot your issue?

Regards,
Cooper

This question has received the maximum number of answers.