videojs / video.js

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

Still facing issue with progress bar not completing 100% #8782

Closed SagarBansal21 closed 1 month ago

SagarBansal21 commented 3 months ago

Description

Version : 8.15.0

error

Reduced test case

https://devgrapeseedmaterial.blob.core.windows.net/gl-content-audio/GSv4-U12-CM-Hear.mp3?sv=2021-10-04&st=2024-07-01T06%3A43%3A38Z&se=2024-07-31T06%3A43%3A00Z&sr=b&sp=r&sig=b2kQYvpVm4Nx%2B2Yg2G0wuNi1vIAdA%2FJWXUsBqBrnhrQ%3D

Steps to reproduce

  1. Copy the streaming URL into the player
  2. Play the audio
  3. You will see that sometimes the progress bar does not fill 100%

Errors

No response

What version of Video.js are you using?

8.15.0

Video.js plugins used.

No response

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

Chrome Version 126.0.6478.127

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

Windows 11

welcome[bot] commented 3 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 2 months ago

this.requestNamedAnimationFrame here is acting as a throttle

SagarBansal21 commented 2 months ago

@mister-ben , I dont understand correctly. What should be done to fix this?

SagarBansal21 commented 2 months ago

@akhileshverma92 , even I got the same reply from chat gpt. So let's not proceed with general instructions and try to find a solution if possible.