Open
Description
I'm using the latest version of video js, and sometimes when I scrub / seek (click on the seek bar), it stucks loading.
If I look at the Network tab, I see there's a 200 request being made to the .mp4 file, thus downloading it all(like 1GB of data). Instead it should do a regular 206 request where it downloads just a chunk(few megabytes). This happens once in every 10-20 clicks on the seek bar.
I'm using jQuery v3.5.1, no additional plugins for vjs., Chrome browser.
Is it possible to be a server issue?