ExoPlayer v2.14.2 MediaMelon SDK with Google IMA DAI
This procedure describes the MediaMelon SDK(with Google IMA DAI) Integration with a ExoPlayer Android . This is a sample integration done with the sample application from the Google IMA DAI.
Prerequisites:
Step 1: Set up the build environment
dependencies { . . implementation 'com.google.ads.interactivemedia.v3:interactivemedia:3.24.0' implementation 'com.google.android.exoplayer:exoplayer:2.14.2' api files ('exoplayer-smartstreaming-release.aar') . . }
Step 2: Add MediaMelon library to Sample App.
Step 3 : Integrate MediaMelon code to the Sample App
Last updated