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

Recursive manifest fetch for DASH when going offline / network lost #9009

Open
bpkmatthiasv opened this issue Mar 14, 2025 · 2 comments
Open
Labels
needs: triage This issue needs to be reviewed

Comments

@bpkmatthiasv
Copy link

Description

Only on DASH streams (live or VOD).
Tested on Firefox and Chrome using network throttling tool and selecting "Offline".
Also reproduced not using network throttling but unplugging ethernet cable.

Network tools shows player fetches manifest after detecting network loss.

Reduced test case

https://codepen.io/matthiasvbpk/pen/YPzEbrY

Steps to reproduce

  1. Start the stream
  2. Disconnect from network, either by using network throttling tools or disconnecting the device
  3. Console shows recursive manifest requests

Errors

No response

What version of Video.js are you using?

v8.22.0

Video.js plugins used.

No response

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

Chrome 134.0.6998.89, Firefox 136.0.1

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

Mac OS Sequoia 15.3.1

@bpkmatthiasv bpkmatthiasv added the needs: triage This issue needs to be reviewed label Mar 14, 2025
Copy link

welcome bot commented Mar 14, 2025

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

@gkatsev
Copy link
Member

gkatsev commented Mar 15, 2025

That is expected behavior for a live stream. If it requests the manifest for a vod stream, that's unexpected.

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

2 participants