---
title: "Advanced Scenario Guides"
description: "Detailed guides to the various advanced scenarios supported by DoveRunner Multi-DRM service."
---
> For the complete documentation index, see [llms.txt](/llms.txt).

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

Detailed guides to the various advanced scenarios supported by DoveRunner Multi-DRM service.

<CardGrid>
<LinkCard
  title="Multi-key Implementation Guide"
  href="./multikey-guide/"
  description="This document describes the multi-key implementation required to efficiently enforce hardware-level DRM."
/>
<LinkCard
  title="Real-Time Live Stream Blocking"
  href="./live-stream-blocking/"
  description="This document outlines an advanced implementation strategy for real-time live stream blocking using the DRM license renewal mechanism and blacklist API."
/>
<LinkCard
  title="PlayReady SL3000 on Windows Chrome"
  href="./playready-sl3000-windows-chrome/"
  description="This guide details the integration and support for PlayReady Security Level 3000 (SL3000) on Windows Chrome browsers."
/>
</CardGrid>