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

fix: support manifests with Representation inside SegmentTemplate instead of media #51

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

friday
Copy link
Member

@friday friday commented Feb 7, 2024

Fixes #50

The manifest that was used has a <SegmentTemplate> without a media property, but it also has a <Representation> containg multiple <SegmentTemplate>s with media properties.

I don't think is valid (our own validator can't even parse it), but most players seems to support it, and we can support it as well this way.

There is a separate issue with CSP and the stream used #50, however, so this won't fox the issue for the customer. I'm looking into that one now.

@friday friday requested a review from birme February 7, 2024 17:23
Copy link
Contributor

@birme birme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@birme birme merged commit 2e96f88 into main Feb 7, 2024
5 checks passed
@birme birme deleted the fix/issue-50 branch February 7, 2024 17:25
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.

Cannot read properties of undefined (reading 'match') for DASH
2 participants