Bitmovin IOS v3.8.0(Nowtilus SSAI)
Step by step integration of the Mediamelon Player SDK with Nowtilus SSAI with Bitmovin Player 3.8.0
Step 0: Creating Bitmovin Player based media player application
cd ~/
mkdir sampleintegration
cd sampleintegration/wget https://sdk.mediamelon.com/$CustomerID/iOS/SampleBitmovinPlayer_iOS_v3.8.0_<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.0'
source 'https://github.com/bitmovin/cocoapod-specs.git'
pod 'BitmovinPlayer', '~>3.8.0'
# 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
PreviousBitmovin IOS v2.66(Nowtilus SSAI) with Content Provider MetricsNextBitmovin IOS v3.8.0(Nowtilus SSAI) with Content Provider Metrics
Last updated