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

Commit

Permalink
[UPDATE] README.md;
Browse files Browse the repository at this point in the history
  • Loading branch information
Denpex committed Feb 10, 2022
1 parent 9384042 commit dbb4228
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Official Repository
# Introduction

Official Flowplayer repository of the Flowplayer tvOS SDK.
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](https://github.com/flowplayer/flowplayer-ios).

## **Installation**

Expand All @@ -10,8 +17,7 @@ Use the package manager [CocoaPods](https://cocoapods.org/) to install Flowplaye

```bash
# PodFile
pod 'Flowplayer-tvOS', '~> 1.0.2'
pod 'GoogleAds-IMA-tvOS-SDK', '~> 4.4.2'
pod 'Flowplayer-tvOS', '~> 1.0.3'
```

and the run
Expand All @@ -28,7 +34,7 @@ Step 2: Add Flowplayer to project.

Step 3: Add FlowplayerCore to project.

Step 5: Add Flowplayer dependencies [Google IMA](https://developers.google.com/interactive-media-ads).
Step 5: Add Flowplayer dependencies [Google IMA](https://developers.google.com/interactive-media-ads) version '4.4.2'.

Step 6: Compile and run.

Expand Down

0 comments on commit dbb4228

Please sign in to comment.