mirror of
https://github.com/samsonjs/media.git
synced 2026-04-26 14:57:47 +00:00
Update IMA readme
This commit is contained in:
parent
16445356dc
commit
a6c088050a
1 changed files with 8 additions and 6 deletions
|
|
@ -22,10 +22,12 @@ pass the `ImaAdsMediaSource` to `ExoPlayer.prepare`.
|
|||
|
||||
This is a preview version with some known issues:
|
||||
|
||||
* Midroll ads are not yet fully supported. In particular, seeking with midroll
|
||||
ads is not yet supported. Played ad periods are not removed. Also, `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.
|
||||
* Seeking is not yet ad aware. This means that it's possible to seek back into
|
||||
ads that have already been played, and also seek past midroll ads without
|
||||
them being played. Seeking will be made ad aware for the first stable release.
|
||||
* 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
|
||||
activity, which destroys the ImaAdsMediaSource. Played ad breaks will be
|
||||
shown to the user again if the demo app returns to the foreground.
|
||||
activity, which destroys the ImaAdsMediaSource. Played ad breaks will be
|
||||
shown to the user again if the demo app returns to the foreground.
|
||||
|
|
|
|||
Loading…
Reference in a new issue