Overview
Quickplay Player
The Quickplay Player is a resilient, high performant and secure media playback & download library that allows seamless integrations for media consumption of clear and digitally protected content. This library abstracts complexities around integration with DRM services, players, ad servers, reporting platforms etc. aiding rapid application development.
Features
- Media Playback - Play, Pause, and Resume playback of live, streaming VOD, or downloaded content
- Streaming Video - Supports HTTP-Adaptive Streaming (HTTP-AS) to enable smooth and continuous video/audio playback of streamed content under changing network conditions; HTTP-AS is considered the gold standard for quality streaming implementations
- Asynchronous Design - Asynchronous event-driven APIs allow for immediate rendering of downloading data and non-blocking user experience
- Smart Download - Start, Pause, Cancel, Prioritize, Delete, and Resume Downloads with controls to react to conditions such as changing network status without losing data
- DRM Support - Downloading, Live Streaming, and VOD Streaming are all supported for unprotected content and content protected with Apple Fairplay and Google Widevine
Library Design
The Quickplay Player consists of a set of interfaces that allow for download and playback of protected content in a secure manner.
The Quickplay Player Library is built on a modular architecture, where each module provides a specific feature. The modules can be composed together based on the needs of an application.
The Quickplay Player API features a predominantly asynchronous design to reduce interface latency for improved UI performance. The asynchronous calls prevent the UI from blocking and allow greater perceived performance for the user.
The diagram below shows an overview of the various modules in the Quickplay Player.
Foundation Manager
Encapsulates the following aspects:
- Logging
- Storage
- Network
- Error Handling
Player
Native or third party player which is invoked through the secured playback module
Secured Playback
Encapsulates the following features:
- Playback/Download of Clear Contents
- Playback/Download of DRM Protected Contents
- License Caching for Offline Playback
- Queued Downloads
FLAdvertising
The FLAdvertising plugins enables quick and easy client-side ad insertion into an app. It wraps the functionality of the client-side IMA SDK to support playback of VAST/VMAP ad tags.
FLPlayerAPI
FLPlayerInterface is a lightweight plugin that houses all the player related public interfaces.
Supported Devices
Platform | Minimum OS Version | Streaming Format | DRM | Player |
---|---|---|---|---|
iOS | iOS 14.0 | HLS | Fairplay | AVPlayer |
iPadOS | iPadOS 14.0 | HLS | Fairplay | AVPlayer |
AppleTV | tvOS 14.0 | HLS | Fairplay | AVPlayer |