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(Ads): Update Alternative MPD to match the latest spec #7706

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

avelad
Copy link
Member

@avelad avelad commented Dec 3, 2024

No description provided.

@avelad avelad added type: bug Something isn't working correctly component: ads The issue involves the Shaka Player ads API or the use of other ad SDKs priority: P1 Big impact or workaround impractical; resolve before feature release labels Dec 3, 2024
@avelad avelad added this to the v4.13 milestone Dec 3, 2024
@avelad avelad requested a review from theodab December 3, 2024 11:57
@@ -844,14 +844,16 @@ shaka.ads.AdManager = class extends shaka.util.FakeEventTarget {
if (this.config_ && this.config_.disableDASHInterstitial) {
return;
}
if (region.schemeIdUri == 'urn:mpeg:dash:event:alternativeMPD:2022') {
const schemeIdUri = region.schemeIdUri;
Copy link
Contributor

Choose a reason for hiding this comment

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

The latest spec still mentions urn:mpeg:dash:event:alternativeMPD:2022 in one of the examples, but I assume that's probably an editing mistake. It's not mentioned anywhere else.

Copy link
Member Author

Choose a reason for hiding this comment

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

yes it is a mistake

@avelad avelad merged commit cd78811 into shaka-project:main Dec 4, 2024
20 of 21 checks passed
@avelad avelad deleted the alternative-mpd branch December 4, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: ads The issue involves the Shaka Player ads API or the use of other ad SDKs priority: P1 Big impact or workaround impractical; resolve before feature release type: bug Something isn't working correctly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants