videojs / video.js

Video.js - open source HTML5 video player
https://videojs.com
Other
37.85k stars 7.43k forks source link

Scrubber acting weird in new Chrome versions #8509

Closed webmasterh closed 8 months ago

webmasterh commented 9 months ago

Description

As you can see in video, the scrubber of videojs acting so weird in chrom.

https://github.com/videojs/video.js/assets/142931228/8c6ae1d6-64e6-47c6-9859-9319789718c4

For let you know, I use videojs(7.20.1) in my vuejs (2.6.12) app. But in other browser like Firefox it works fine.

https://github.com/videojs/video.js/assets/142931228/bc40fef7-565d-47e3-97e9-f4e3c7300cd7

Is there anyone that suggesting useful guide?

Reduced test case

all

Steps to reproduce

n/a

Errors

No response

What version of Video.js are you using?

7.20.1

Video.js plugins used.

No response

What browser(s) including version(s) does this occur with?

Chrome 119.0.6045.199 (Official Build) (64-bit)

What OS(es) and version(s) does this occur with?

Ubuntu 22.04.3 LTS

welcome[bot] commented 9 months ago

👋 Thanks for opening your first issue here! 👋

If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. To help make it easier for us to investigate your issue, please follow the contributing guidelines.

mister-ben commented 9 months ago

Skipping back to the start when seeking is usually a symptom of the server hosting the media not responding correctly to range headers. Browsers behave differently when that's the case. Safari may refuse to play at all.

webmasterh commented 9 months ago

@mister-ben Thanks for your response. So, your opinion is that I should change the headers of my request?

mister-ben commented 9 months ago

No, if that is the issue it's the server that has to change, and return what was requested by the request headers.