THEOplayer (Cocoapods)
This guide provides detailed instructions on integrating the MediaMelon Player SDK into a Theoplayer (2.76.1) based iOS Media Player Application
Step 1: Add the MediaMelon Player SDK using the MMSmartStreaming Framework
sudo gem install cocoapods
pod init
touch Podfile
open Podfiletarget '<SamplePorject_name>' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'MediaMelonSmartStreaming-THEO', '~> 1.0.0'
# Pods for <SamplePorject_name>
endStep 2: Integrating the MMSmartStreaming Framework
1. Import Frameworks
2. Provide asset information
3) Cleanup of session
4) Disable Manifest
Last updated