
how to change the playback speed of video/audio in jwplayer
Hi
i want to change the playback speed of jwplayer video/audio
@ button click
in html5 api
we have this
function speed(x){
myVideo.playbackRate=x;
}
with playback rate we can manipulate the playback speed .how to do this using jwplayer api or any other way to do this
thanks
best,
Hitesh