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

Playing DASH stream Ads with IMA SDK #84

Open
daniel-dias opened this issue Jul 30, 2024 · 1 comment
Open

Playing DASH stream Ads with IMA SDK #84

daniel-dias opened this issue Jul 30, 2024 · 1 comment
Assignees
Labels

Comments

@daniel-dias
Copy link

Hi,

I have Shaka Player with IMA SDK for playing Ads.

It work fine with test url of VAST, but with our custom VAST (that has DASH streams) it doesn't work.
It gives this error: [ima.admanager.VideoAdManager] Ad error: AdError 403: Linear assets were found in the VAST ad response, but none of them matched the video player's capabilities.

From what i understand, the IMA SDK doesn't use the current video player (shaka actually) but starts native HTML5 players to play the ads, and they cannot play DASH streams.

Is it possible to indicate the IMA SDK any other player to play the ads? For example, having a second Shaka Player instantiated only for using for the ads, that could play DASH?

Or is there any other way of playing DASH streams with IMA SDK?

Regards,
Daniel

@Kiro705
Copy link
Member

Kiro705 commented Aug 21, 2024

Hello @daniel-dias ,

It may be helpful to set the mimetype you are trying to play with AdsRenderingSettings.mimeTypes.

Do you see the same issue when testing in the IMA VSI player?

Since this is an issue with the IMA SDK, and not specific to the samples in this repository, I would also recommend checking the IMA technical forum for similar issues, and possibly raise the issue there for assistance.

Thank you,
Jackson
IMA SDK team

@Kiro705 Kiro705 self-assigned this Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants