-
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
How to use IMA extension without autoplay? #4300
Comments
Simple start demo from branch |
Also if i set player.setPlayWhenReady(false); how in example above i see in log the following Error:
|
I think this issue is not question. I think status must be changed to bug. |
#3764 may be related. |
This is the same failure mode as #3764: we pause the ad immediately but IMA raises an error and forces us to start playing the content. Marking this as a duplicate of that issue. I've asked the IMA SDK team to take a look and will update that issue when I hear back. Thanks! |
Hi!
I want to show ads without autoplay enabled. For example if i remove
player.setPlayWhenReady(true);
in the example:ExoPlayer/demos/ima/src/main/java/com/google/android/exoplayer2/imademo/PlayerManager.java
Line 98 in 2b55c91
I don't see ad.
How to start show ad only when user click on play button ?
The text was updated successfully, but these errors were encountered: