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

Video banner restarts video after 30-100ms #793

Open
ValentinTeqBlaze opened this issue Aug 23, 2024 · 0 comments
Open

Video banner restarts video after 30-100ms #793

ValentinTeqBlaze opened this issue Aug 23, 2024 · 0 comments

Comments

@ValentinTeqBlaze
Copy link

Describe the bug
The video outstream example loads the ad, starts playing, and after 30-100ms restarts it. We found out that the reason for this is VisibilityTrackerListener which starts the video after 30-100ms even if it is playing already.

As a result, we see 2 calls of the onAdDisplayed callback. Also sometimes it finishes AdViewProgressUpdateTask before the real end of the video. But this task is responsible for finishing the video using the VAST <duration> tag and updating progress view, so it doesn't have to finish.

To Reproduce

  • Open the internal test app.
  • Open "Video Outstream (In-App)"
  • 2 callbacks of onAdDisplayed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triage
Development

No branches or pull requests

1 participant