---
title: "DoveRunner Multi-DRM Guide"
description: "DoveRunner Multi DRM service is a cloud-based SaaS (Software as a Service) which consists of packaging solutions that apply DRM to contents, DRM license issuance service, and client solutions for DRM contents playback."
---
> For the complete documentation index, see [llms.txt](/llms.txt).

import { LinkCard, CardGrid } from '@astrojs/starlight/components';

DoveRunner Multi DRM service is a cloud-based SaaS (Software as a Service) which consists of packaging solutions that apply DRM to contents, DRM license issuance service, and client solutions for DRM contents playback.

![DoveRunner Multi-DRM Workflow](/img/content-security/multi-drm-workflow.png)

You can integrate your content service with DoveRunner Multi-DRM service by referring to the following guide documents.

<CardGrid>
<LinkCard
  title="Getting Started"
  href="./getting-started/"
  description="Provides basic description and quick start guide for quick understanding and experience of DoveRunner Multi-DRM service."
/>
<LinkCard
  title="Content Packaging"
  href="./packaging/"
  description="In order to apply DoveRunner Multi-DRM service, you must first perform packaging processes to encrypt your contents. This document describes a variety of content packaging methods, including DoveRunner CLI Packager and other 3rd party solutions."
/>
<LinkCard
  title="License Issuance Integration"
  href="./license/"
  description="To play the packaged content on a client device, you must acquire a DRM license from that device. This document describes how to issue DRM licenses, such as callback and token methods."
/>
<LinkCard
  title="Client Integration"
  href="./clients/"
  description="DoveRunner Multi DRM service provides integration APIs and SDKs to support various client environments such as PC, mobile, OTT platform. This document explains how to use the APIs and SDKs for each client type."
/>
<LinkCard
  title="Advanced Guides"
  href="./advanced-guides/"
  description="Detailed guides to the various advanced scenarios supported by DoveRunner Multi-DRM service."
/>
</CardGrid>