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

Error on unsupported media #5175

Closed
wants to merge 2 commits into from

Conversation

robwalch
Copy link
Collaborator

This PR will...

Error when media probing fails, as well as when probing segments fails three times in a row.

Why is this Pull Request needed?

HLS.js should error on bad or unsupported streams after 1-3 failed segment parsing attempts.

Are there any points in the code the reviewer needs to double check?

HLS.js would ignore any number of empty segments prior to this change, potentially loading an entire playlist of media with no samples. Now, only three consecutive failures will be allowed.

Any probe attempt that fails will fail immediately. This change could be removed, in favor of falling back to the empty error that still advances through the playlist up to three times.

Resolves issues:

Fixes #5011

Checklist

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • API or design changes are documented in API.md

@robwalch robwalch added this to the 1.4.0 milestone Jan 24, 2023
@robwalch robwalch requested a review from OrenMe February 15, 2023 22:12
@robwalch
Copy link
Collaborator Author

Closing in favor of 11f9747

@robwalch robwalch closed this Feb 18, 2023
@robwalch robwalch removed this from the 1.4.0 milestone Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No Error Event Attempting to Play Unsupported Video
3 participants