Bitmovin Android v3 (Nowtilus SSAI) with Content Provider Metrics
This page describes the integration of the MediaMelon Player SDK with Bitmovin Player on the Android platform
Prerequisites
Step 1: Set up the build environment
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <!-- <MMSmartStreaming 1a> --> <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> <!-- </MMSmartStreaming 1a> -->dependencies { ... ... implementation("com.github.MediamelonSDK:mediamelon_bitmovin_sdk:1.0.13") ... }
Step 2: Integrate MediaMelon Player SDK Code to Basic Playback App
Step 3 : (Optional) Report Content Metadata
Step 4: (Optional) Disable Manifest Fetch
Step 5:(Optional) Report custom metadata
Step 6: Report player ended call in onDestroy() Listener in sample application
Step 7:(Optional) Update assetInfo dynamically
Step 8: To Add Listener , get the Ad events from SSAIAdManager
List of AD EVENTS
mmAd Object
COMPLETE INTEGRATION
Last updated