-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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(HLS): skip whitespace in attributes #3884
Conversation
Example: `#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=1000000, RESOLUTION=1920x1080`
@joeyparrish can you review it? Thanks! |
1 similar comment
@joeyparrish can you review it? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this, and for adding a test!
Looks like we merged another change that conflicts with this one. Can you please take a look and add
|
Oh, you'll need to rebase/merge, I expect |
This + a rebase should get tests passing on this PR
I commited a quick fix to your PR branch to add the missing sequenceMode attribute. I'm not sure if that's enough, or if the branch will have to be rebased, as well. If the tests pass, I'll merge it. Thanks! |
Example: `#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=1000000, RESOLUTION=1920x1080` Co-authored-by: Joey Parrish <[email protected]>
Example: `#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=1000000, RESOLUTION=1920x1080` Co-authored-by: Joey Parrish <[email protected]>
Example: `#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=1000000, RESOLUTION=1920x1080` Co-authored-by: Joey Parrish <[email protected]>
Example: `#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=1000000, RESOLUTION=1920x1080` Co-authored-by: Joey Parrish <[email protected]>
Description
Example manifest:
#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=1000000, RESOLUTION=1920x1080
Type of change
not work as expected)
Checklist:
./build/all.py
and the build passes./build/test.py
and all tests pass