Commit a6c08805 by ojw28 Committed by GitHub

Update IMA readme

parent 16445356
Showing with 8 additions and 6 deletions
...@@ -22,10 +22,12 @@ pass the `ImaAdsMediaSource` to `ExoPlayer.prepare`. ...@@ -22,10 +22,12 @@ pass the `ImaAdsMediaSource` to `ExoPlayer.prepare`.
This is a preview version with some known issues: This is a preview version with some known issues:
* Midroll ads are not yet fully supported. In particular, seeking with midroll * Seeking is not yet ad aware. This means that it's possible to seek back into
ads is not yet supported. Played ad periods are not removed. Also, `playAd` and ads that have already been played, and also seek past midroll ads without
`AD_STARTED` events are sometimes delayed, meaning that midroll ads take a long them being played. Seeking will be made ad aware for the first stable release.
time to start and the ad overlay does not show immediately. * Midroll ads are not yet fully supported. `playAd` and `AD_STARTED` events are
sometimes delayed, meaning that midroll ads take a long time to start and the
ad overlay does not show immediately.
* Tapping the 'More info' button on an ad in the demo app will pause the * Tapping the 'More info' button on an ad in the demo app will pause the
activity, which destroys the ImaAdsMediaSource. Played ad breaks will be activity, which destroys the ImaAdsMediaSource. Played ad breaks will be
shown to the user again if the demo app returns to the foreground. shown to the user again if the demo app returns to the foreground.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment