Open devnullpointer opened 3 years ago
No.
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
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.