-
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
fix(DASH): Fix MPD Patch when SegmentTemplate is shared between Representations #7218
fix(DASH): Fix MPD Patch when SegmentTemplate is shared between Representations #7218
Conversation
Incremental code coverage: 97.78% |
After talking to @tykus160 , it still can't be merged because there is an error in the compiled build. |
Just curious if I can get a live version of this PR for test? So that I don't need to setup my HTTPS server. |
@tykus160 Seems only In practice, MPD:
Remove patch:
Replace patch:
Error message:
|
@wilsonluniz-harmonicinc I think issues you've mentioned might happen also when SegmentTemplate is not shared between Representations. Could you confirm it? If so, they will be handled in separate PRs. |
@tykus160 Oh yes you're right. Both |
Yes please! |
@wilsonluniz-harmonicinc you can, it will make tracking of that easier. |
Fixes #7214