hms-ads-demo-java icon indicating copy to clipboard operation
hms-ads-demo-java copied to clipboard

InstreamAdsLoader compatible with ExoPlayer?

Open devnullpointer opened this issue 3 years ago • 2 comments

Is the InstreamAdsLoader compatible with ExoPlayer for instream pre roll ads? I would like to integrate it with Exoplayer to monetize my app on all android devices.

thank you.

devnullpointer avatar May 14 '21 19:05 devnullpointer

No.

chenqiuwei avatar Dec 07 '21 09:12 chenqiuwei

InstreamAdsLoader may not be directly compatible, but eventually it could be wrapped. https://developer.android.com/media/media3/exoplayer/ad-insertion#client-using-third-party

See the ImaAdsLoader ...

implementation "androidx.media3:media3-exoplayer-ima:1.3.1"

https://github.com/google/ExoPlayer/tree/release-v2/extensions/ima

syslogic avatar Apr 02 '24 01:04 syslogic