Bitmovin IOS v2.66(Nowtilus SSAI)
Step by step integration of the Mediamelon Player SDK with Nowtilus SSAI with Bitmovin Player 2.66
Step 0: Creating Bitmovin Player based media player application
cd ~/
mkdir sampleintegration
cd sampleintegration/wget https://sdk.mediamelon.com/$CustomerID/iOS/SampleBitmovinPlayer_iOS_v2.66_<Cocoapod Version>_v<Core iOS SDK version>.zipStep 1: Building the MediaMelonSmartStreaming Framework
sudo gem install cocoapods
pod init
touch Podfile
open Podfiletarget 'BasicPlayback' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'MMSmartStreamingSDK', git: 'https://bitbucket.org/mediameloninc/mmsmartstreamingios-genericpods.git', tag: '0.3.2'
source 'https://github.com/bitmovin/cocoapod-specs.git'
pod 'BitmovinPlayer','~>2.66'
# Pods for BasicPlayback
endStep 2: Integrating the MediaMelonSmartStreaming Framework
1. Import Frameworks
2. Provide Asset information
3. Cleaning up the SDK Session
5. Disable manifest fetching by the SDK
5. Add the SSAIManagerDelegate
7. Create a new session and update the asset information
8. Getting the mediaURL and vastURL from the Session Resolver URL
PreviousExoPlayer 2.18.5/2.19.1 (Media3) With Nowtilus SSAINextBitmovin IOS v2.66(Nowtilus SSAI) with Content Provider Metrics
Last updated