kmoskwiak / videojs-resolution-switcher

Resolution switcher adds the ability to select the video quality in video.js player.
https://kmoskwiak.github.io/videojs-resolution-switcher/
Other
402 stars 244 forks source link

In flash mode,when switch resolution,timeline is wrong #106

Open zhouhong opened 6 years ago

zhouhong commented 6 years ago

In flash mode,when switch resolution,timeline is wrong, and not moving any more...

zhouhong commented 6 years ago

I found the solution, just change to current time + 1, setSourcesSanitized(this.player, this.src, this.options.label, customSourcePicker).one(handleSeekEvent, function() { this.player_.currentTime(currentTime+1);