-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bufferStalled Error on Vimeo HLS Video #5328
Comments
Hi @pateljoel, Please provide complete console log output, and a theory as to why the stall is a player and not a network issue. Why is the issue titled Vimeo HLS? Isn't Vimeo content meant to be played with Vimeo's player on their portal or customer sites? |
@robwalch The console output I shared is the entire output, we use Vimeo's direct HLS links to play HLS videos on our own apps, (think electron apps) Is there a way I can send you the link to debug this in private to demonstrate this issue? Thanks |
It looks like an issue where the video bitrate is lower than the audio bitrate. So as the player tries to append as much audio as video, the audio |
…rate is higher than video Fixes #5328
Issue still present in v1.4.0-beta.1, related to #5349. |
What version of Hls.js are you using?
1.3.4
What browser (including version) are you using?
Version 111.0.5563.64 (Official Build) (x86_64)
What OS (including version) are you using?
Mac OS 13.2.1
Test stream
can provide privately on request.
Configuration
Additional player setup steps
No response
Checklist
Steps to reproduce
Expected behaviour
Stream is supposed to play on video players that use hls.js.
What actually happened?
The video loads partially and stops with a bufferStalled Error.
Console output
Chrome media internals output
No response
The text was updated successfully, but these errors were encountered: