Skip to content

com-github-albert/HiPlayerKit

Repository files navigation

PlayerKit

A lightweight player framework for iOS. Playing a single audiovisual resource referenced by URL.

License MIT  Support 

Features

  • Playing a single audiovisual resource referenced by URL (local url and online url).
  • Downloading while playing.
  • Get preview at a sepecified time from the video url.

Installation

Manually

    1. Clone the repo.
    1. Open PlayerKit.xcworkspace.
    1. Build the framework target.
    1. Drag the framework that you had built to your project.
    1. import <PlayerKit/PlayerKit.h>

Requirements

This library requires iOS 8.0+ and Xcode 9.0+

License

PlayerKit is provided under the MIT license. See LICENSE file for details.