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

IMA extension doesn't play correctly VAST with 2 and more ads #7281

Closed
nsyedin opened this issue Apr 23, 2020 · 2 comments
Closed

IMA extension doesn't play correctly VAST with 2 and more ads #7281

nsyedin opened this issue Apr 23, 2020 · 2 comments
Assignees

Comments

@nsyedin
Copy link

nsyedin commented Apr 23, 2020

IMA extension doesn't play correctly VAST with 2+ ads. Second ad is skipped on pause/resume.
Steps to reproduce:

  1. Get any VAST with 2 or more ads, for ex https://raw.githubusercontent.com/nsyedin/adtest/master/bug.xml (3 ads)
  2. Finish 1st ad(skip or complete)
  3. Ensure 2nd ad is loaded and displayed
  4. Move application to background with Home button(or pause video)
  5. Restore application(or resume video)

Observed result: 2nd ad is completed, 3rd ad is started
Expected result: 2nd ad continues from the same position

The same result is observed on the latest IMA SDK BasicExample with ExoPlayer components v2.11.1. IMA SDK AdvancedExample works as expected, 2nd ad continues from the same position.
ExoPlayer branch: release-v2
ExoPlayer commit: 7d3f54a(Wed Apr 8 22:48:19 2020) - latest
ExoPlayer-demo.log
ExoPLayer-demo.patch
ExoPlayer-demo.mp4
BasicExample.mp4
AdvancedExample.mp4

@andrewlewis
Copy link
Collaborator

I think this is a bug with preloading in the IMA SDK (already tracked by #4140) that will be fixed as part of upgrading to use new preloading APIs (that is tracked by #6429). I will mark this as a duplicate of #4140 for now.

@andrewlewis
Copy link
Collaborator

Duplicate of #4140

@andrewlewis andrewlewis marked this as a duplicate of #4140 Apr 27, 2020
@andrewlewis andrewlewis added duplicate and removed bug labels Apr 27, 2020
@google google locked and limited conversation to collaborators Jun 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants