Bitmovin Web v8 SDK with Content Provider Metrics (with Nowtilus SSAI)
This guide is for integrating the MediaMelon Player SDK with the Nowtilus SSAI Ad Manager for Bitmovin Web v8. This release provides analytics metrics to content providers Starz and Toolbox
Step 1: Add MediaMelon Player SDK
<script type="text/javascript" src="path-to/mmsmartstreaming-bitmovin-cp-ssai.min.js" ></script>
<script type="text/javascript" src="path-to/bitmovinplayer.js"></script>Step 2: Register and Initialize MediaMelon Player SDK
var MMBitmovinPlugin= new BitmovinPlayerMMSSIntgr();
const config = {
key: 'Bitmovin_license'
};
var container = document.getElementById('my-player');
var player = new bitmovin.player.Player(container, config);
MMBitmovinPlugin.registerMMSmartStreaming("PLAYER_NAME", "424847541", "SUBSCRIBER_ID", "DOMAIN_NAME", "SUBSCRIBER_TYPE", "SUBSCRIBER_TAG");
MMBitmovinPlugin.reportPlayerInfo("PLAYER_BRAND", "PLAYER_ODEL", "PLAYER_VERSION");
MMBitmovinPlugin.reportDeviceInfo("BRAND", "DEVICE_MODEL", "OS", "OS_VERSION", "NETWORK_OPERATOR", "DEVICE_MARKETING_NAME");
MMBitmovinPlugin.setAssetConfiguration(source); //check for source in step-4
MMBitmovinPlugin.setContentProviderDetails("PLAYBACK_URL");Step 3: Report Player load error
Step 4: Providing Content Metadata and Custom Tags
Step 5: Registering for Ad events for disabling Player controls
Step 6: Update Asset Info
Step 7: Enabling Content Provider Metrics
Parameter
Value
PreviousMediaMelon SDK integration with Castlabs js (v6.2)Web PlayerNextBitmovin Web (Nowtilus SSAI)
Last updated