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

Public repository for the Flowplayer tvOS SDK

License

Notifications You must be signed in to change notification settings

flowplayer/flowplayer-tvos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please check out Wowza Flowplayer Apple SDK

This project has been archived and has been moved over to https://github.com/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