-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Unable to play AdTag #4297
Comments
I can't reproduce this in the main demo app or the IMA demo app. The logging from the attached bug report shows this is actually using 2.7.3: Stack trace
|
Yes, I added an EventListener in PlayerManager.java to log errors when I was attempting to solve this issue myself. Interesting that it's an older version of the player, as I just pulled down the Exoplayer repo fresh to write this ticket. I pulled the repo again and the only change I have made is to change the adTagUrl in the strings.xml to the test content I posted. The ad is still not playing in this case, it skips straight to the content video. You said you can't reproduce this error, does that mean you are able to view the Ad? |
I tried to reproduce this again. I don't see a This is a regression from 2.5.3: since that release we started advertising support for video/mpeg streams to IMA, yet the URI we get from this ad tag can't be handled by any of ExoPlayer's extractors. If I remove that MIME type here, IMA loads an MP4 instead and the ad plays. I'll remove this MIME type from our list of supported types (going on the assumption that the media is valid). |
Thanks for looking into this, appreciate the help :) |
Issue: #4297 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=198536888
Issue: #4297 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=198536888
Issue description
Ad tag url never plays, throws NPE from player. This ad works fine in the VAST inspector and works in older versions of exoplayer with IMA extension (2.5.2).
Reproduction steps
Use test content link below in Exoplayer IMA demo.
Link to test content
https://a.teads.tv/vast/backfill/86147?userAgent=[USERAGENT]&playerWidth=[WIDTH]&playerHeight=[HEIGHT]&userId=[DEVICEID]&appId=[BUNDLE]&appName=[APPNAME]&appStoreUrl=[APPSTOREURL]
Version of ExoPlayer being used
2.8.1
Device(s) and version(s) of Android being used
Emulator nexus 5 api 26 Android 8.0.0, various others.
A full bug report captured from the device
bugreport-sdk_gphone_x86-OSR1.170720.005-2018-05-24-15-53-36.zip
The text was updated successfully, but these errors were encountered: