-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Description
Issue description
Video doesn't load pre-roll. In VAST inspector I can still see the valid response, but when player tries to play the video, it does not play pre-roll and prints out log saying,
2020-02-11 13:52:21.026 4918-4918/com.google.android.exoplayer2.demo I/ImaAdsLoader: AdEvent: {errorMessage=The response does not contain any valid ads., errorCode=1009, type=adLoadError}
2020-02-11 13:52:21.531 4918-4918/com.google.android.exoplayer2.demo W/ImaAdsLoader: Unexpected loadAd in an ad group with no remaining unavailable ads
2020-02-11 13:52:30.366 4918-4918/com.google.android.exoplayer2.demo I/ImaAdsLoader: AdEvent: {errorMessage=VAST media file loading reached a timeout of 8 seconds., errorCode=402, type=adPlayError}
P.S. This one seems similar to issue #4779. But this one is for pre-roll instead of post-roll.
Reproduction steps
Just play any video with provided adTag on demo app
Link to test content
A full bug report captured from the device
- Reproducible on demo app
Version of ExoPlayer being used
2.10.7 and onwards
Device(s) and version(s) of Android being used
Any devices with api 21 and above. Did not checked on lower versions.
Reactions are currently unavailable