-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Address optional URI component mentioned in issue 1086 and issue 1730 #1732
Conversation
…gnore when building stream list
@ismena - I've added two additional tests, updated the existing SUBTITLE test, and added in a SUBTITLE exception to the code. Thanks much for the suggestions. |
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.
Looks good to me. Thanks! I'll run it through our build bot to test.
Assuming it passes all tests and @ismena has no further requests when she's back in the office, we can merge to |
All tests passed! |
@joeyparrish - thank you for the review! @ismena - can you merge when you return to the office? Happy 2019! |
Don't mean to be a pill -- but we have a client who uses Shaka and is waiting on this merge -- do you need me to do anything else? Thanks, Rob |
@rgc Sorry, this completely escaped my attention :( Thanks a lot for the reminder! Let me run the tests. |
All tests passed! |
Thank you @ismena for your patience and time! |
Thanks again for the PR and sorry it got delayed cause of the holidays! |
PR cherry-picked for v2.4.6. |
This patch removes the requirement that a URI component must exist on any EXT-X-MEDIA other than SUBTITLES. In additiona, the tests have been updated to capture the SUBTITLE requirement, while allowing AUDIO and VIDEO to be optional.