Content Packaging
In order to apply DoveRunner Multi-DRM service, you must first perform packaging processes to encrypt your contents. The below documents describe a variety of content packaging methods, including DoveRunner Packager, AWS Elemental Media Services, Wowza Streaming Engine, and Dolby Hybrik.
graph LR;
subgraph Content Service Site
A[Source Content] --> B(Encoder)
B -->|Encoded Content| C(DoveRunner Packager<br>or<br>3rd-party transcoder)
C -->|Encrypted<br>DASH/HLS Stream| D(CDN<br>Storage)
end
subgraph DoveRunner Service
C -->|Packaging<br>Info| E(Key Management<br>Server)
E -->|Encryption Key| C
end
DRM Packaging through T&P Service
Transcoding and DRM packaging can be performed through DoveRunner Transcoding & Packaging service.
Read MoreDRM CLI Packager Guide
DoveRunner DRM CLI Packager is a content packager which supports command line interface of Windows and Linux. This document explains how to use the DoveRunner CLI Packager.
Read MoreCPIX API Guide
Describes how to use CPIX API that can easily integrate DoveRunner Multi-DRM with encoder / transcoder solutions that support CPIX-based key exchange.
Read MoreAWS Elemental Integration
DoveRunner service supports the content packaging integration using the SPEKE API provided by AWS Elemental Media Service. This document explains how to use the API to work with AWS Elemental Media Services.
Read MoreWowza Integration Guide
DoveRunner Wowza plugin is a plugin module of Wowza Streaming Engine that supports streaming service with DASH (CENC) and HLS (FPS or NCG) content by packaging original MP4 video or live stream in real time. This document explains how to use the Wowza plug-in provided by the SDK.
Read MoreBitmovin Encoder Integration Guide
When using Bitmovin encoding service, multi DRM packaging is possible through CPIX or SPEKE API integration with DoveRunner KMS(Key Management Server). This document explains how to create DASH/HLS content with multi-DRM using examples written based on the Bitmovin Java SDK.
Read MoreDolby Hybrik Integration
This document describes how to integrate DRM encryption packaging in Dolby Hybrik encoder using DoveRunner CPIX API.
Read MoreGCP Live Stream API Integration
This document describes how to integrate DoveRunner Multi-DRM service in live content packaging workflow using GCP Live Stream API.
Read More