Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (27 loc) · 1.34 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.34 KB

Please check out Wowza Flowplayer Apple SDK

This project has been archived and has been moved over to https:/flowplayer/apple-sdk-releases our new and shiny SDK for Apple devices.

Introduction

FlowplayerSDK for tvOS is a fully fledged media manager that handles every aspect of media playback, ads and state.

The Flowplayer tvOS SDK uses AVPlayer as its core and therefore takes advantage of all its powerful features.

The SDK supports adaptive streaming technologies such as HLS, as well as the most popular single container formats, such as MP4, MP3, AVI, and several more.

Looking for the iOS version?

You can find Flowplayer's iOS SDK here.

Installation

CocoaPods integration

Use the package manager CocoaPods to install Flowplayer.

# PodFile
pod 'Flowplayer-tvOS', '~> 1.0.3'

and the run

pod install

Manual integration

Step 1: Download Flowplayer here.

Step 2: Add Flowplayer to project.

Step 3: Add FlowplayerCore to project.

Step 5: Add Flowplayer dependencies Google IMA version '4.4.2'.

Step 6: Compile and run.

Usage

Follow the official Flowplayer docs