---
title: "Packager and Sample Downloads"
description: "Provides download links for DoveRunner CLI Packager and integration samples."
---
> For the complete documentation index, see [llms.txt](/llms.txt).

import { LinkButton } from '@astrojs/starlight/components';
import { Aside } from '@astrojs/starlight/components';

You can download `DoveRunner DRM CLI Packager` and various samples from the below links, to integrate DoveRunner service with your service site.

## Content Packaging

### DoveRunner DRM CLI Packager

`DoveRunner DRM CLI Packager` is a Command Line Interface (CLI) based tool that packages original content into encrypted streaming content with Multi-DRM.

<Aside>
This packager only supports VOD content packaging. If you need live stream packaging functionality, please refer to the `Shaka Packager Integration Sample` linked below.
</Aside>

Please refer to [the guide](/content-security/multi-drm/packaging/cli-packager/) for details of DRM CLI Packager.

<LinkButton href="https://github.com/doverunner/drm-cli-packager/" target="_blank" variant="secondary" icon="github" iconPlacement="start">Download DRM CLI Packager</LinkButton>

### CPIX API Client

This module allows you to integrate DoveRunner KMS with third-party packaging solutions via CPIX standard API. 
Please refer to [the guide](/content-security/multi-drm/packaging/cpix-api/) for details of DoveRunner CPIX API.

<LinkButton href="https://github.com/doverunner/cpix-api-client/" target="_blank" variant="secondary" icon="github" iconPlacement="start">Download CPIX API Client</LinkButton>

### Wowza DRM Plugin

`DoveRunner Wowza DRM Plugin` is an addon module of `Wowza Streaming Engine` that supports real-time DRM packaging of VOD or live stream.
Please refer to [the guide](/content-security/multi-drm/packaging/wowza-integration/) for details of DoveRunner Wowza DRM Plugin.

<LinkButton href="https://github.com/doverunner/wowza-drm-plugin/" target="_blank" variant="secondary" icon="github" iconPlacement="start">Download Wowza DRM Plugin</LinkButton>

### Shaka Packager Integration Sample 

With this sample script for Google's `Shaka Packager` and `DoveRunner CPIX API client`, you can package VOD or live stream with multi-DRM encryption.

<LinkButton href="https://github.com/doverunner/shaka-packager-integration-sample/" target="_blank" variant="secondary" icon="github" iconPlacement="start">Download Shaka Packager Integration Sample</LinkButton>

### Hybrik DRM Packaging Sample

This is an example JSON file for DASH/HLS packaging integration using Dolby Hybrik encoder and DoveRunner CPIX API. Please refer to [the guide](/content-security/multi-drm/packaging/dolby-hybrik-drm-integration/) for details of Dolby Hybrik DRM integration.

<LinkButton href="/files/hybrik-dash-hls.json" target="_blank" variant="secondary" icon="external" iconPlacement="start">Download Hybrik JSON sample</LinkButton>

## DRM License Integration

### License Token Integration Sample

This sample contains source codes which generates license token data for token-type license integration.
Please refer to [the license token guide](/content-security/multi-drm/license/license-token/) for detailed specification of token-type license integration.

<LinkButton href="https://github.com/doverunner/drm-license-token-sample-java" target="_blank" variant="secondary" icon="github" iconPlacement="start">Download License Token Sample for Java</LinkButton> 

<LinkButton href="https://github.com/doverunner/drm-license-token-sample-python" target="_blank" variant="secondary" icon="github" iconPlacement="start">Download License Token Sample for Python</LinkButton> 

<LinkButton href="https://github.com/doverunner/drm-license-token-sample-php" target="_blank" variant="secondary" icon="github" iconPlacement="start">Download License Token Sample for PHP</LinkButton> 

### Token Proxy Integration Sample

If you want to process the token-type license integration through a proxy server running on your backend, you can implement it by referring to the token proxy sample code below.

<LinkButton href="https://github.com/doverunner/drm-license-proxy-sample-java" target="_blank" variant="secondary" icon="github" iconPlacement="start">Download License Token Sample for Java</LinkButton> 

<LinkButton href="https://github.com/doverunner/drm-license-proxy-sample-php" target="_blank" variant="secondary" icon="github" iconPlacement="start">Download License Proxy Sample for PHP</LinkButton> 

## Client Integration

<Aside>
In addition to the integration samples below, see the [Client Integration Documentation](/content-security/multi-drm/clients/) for links to the Github repositories for the various client SDK products. 
</Aside>

### HTML5 Player Integration Sample

We provide sample DRM integration code for various HTML5 players. The sample code includes demo content and integration data, so you can check the playback of DRM content without any modifications other than the license key of the commercial player.

<LinkButton href="https://github.com/doverunner/html5-player-drm-samples/" target="_blank" variant="secondary" icon="github" iconPlacement="start">Download HTML5 Player Sample</LinkButton> 

### Samsung Tizen TV Integration Sample

This sample code is for DRM integration when developing apps for Samsung Tizen TVs. It supports AVPlay API or web player integration.

<LinkButton href="https://github.com/doverunner/multi-drm-tizentv-sample/" target="_blank" variant="secondary" icon="github" iconPlacement="start">Download Tizen TV Integration Sample</LinkButton>

### LG webOS TV Integration Sample

This sample code is for DRM integration when developing apps for LG webOS TVs. It supports web player integration method.

<LinkButton href="https://github.com/doverunner/multi-drm-webos-tv-sample/" target="_blank" variant="secondary" icon="github" iconPlacement="start">Download webOS TV Integration Sample</LinkButton>

### Amazon Fire TV Vega OS Integration Sample

This sample code is for DRM integration when developing apps for Amazon Fire TV Vega OS. It supports web player integration method.

<LinkButton href="https://github.com/doverunner/multi-drm-vegaos-tv-sample" target="_blank" variant="secondary" icon="github" iconPlacement="start">Download Amazon Fire TV Vega OS Integration Sample</LinkButton>