You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: