Skip to content
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

Can I Configure the Retry Interval for HLS Segment Loading? #8907

Open
ShroXd opened this issue Nov 5, 2024 · 1 comment
Open

Can I Configure the Retry Interval for HLS Segment Loading? #8907

ShroXd opened this issue Nov 5, 2024 · 1 comment
Labels
needs: triage This issue needs to be reviewed

Comments

@ShroXd
Copy link

ShroXd commented Nov 5, 2024

I'm using Video.js in a React app to play an HLS stream provided by my local server. The setup is based on the documentation, with only the source URL changed.

Since the file is transcoded in real-time, the segment file might not be available right after seeking, which causes Video.js to throw a 404 error. It then retries loading the segment after a certain interval.

Is there a way to configure the retry interval for loading segment files? The default interval is too long, and I'd like to set it to 1 second.

@ShroXd ShroXd added the needs: triage This issue needs to be reviewed label Nov 5, 2024
Copy link

welcome bot commented Nov 5, 2024

👋 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs: triage This issue needs to be reviewed
Projects
None yet
Development

No branches or pull requests

1 participant