OvenMediaEngine Enterprise
한국어
한국어
  • About
    • Introduction
    • Release Notes
      • 0.18.2
      • 0.18.1
      • 0.18.0
      • 0.17.3
      • 0.17.2
      • 0.17.1
      • 0.17.0
      • 0.16.8
      • 0.16.7
      • 0.16.6
      • 0.16.5
      • 0.16.4
  • Installation
    • Getting Started
      • Getting Started with Ubuntu
      • Getting Started with RHEL
      • Getting Started with Docker
    • Configuration Structure Overview
  • Web Console
    • Getting Started with Web Console
    • Web Console Overview
      • Sign In
      • Change Password
      • Web Console Home
      • Stream List
        • Managed and Instant Streams
        • Scheduled Channels | 0.16.4.0+
        • Multiplex Channels | 0.16.5.0+
      • Event Monitoring | 0.18.1.0+
        • Event Configuration
        • Event Specification
      • Web Console Publishing | 0.18.1.2+
      • Logs
      • Configuration Files
      • Restart
  • Web Console Settings
    • Server Settings
    • Live Sources (Ingress Protocols) Settings
    • ABR and Transcoding Settings
    • Streaming (Egress Protocols) Settings
    • TLS Encryption Settings | 0.14.0.0+
    • Access Control Settings
    • Thumbnail Settings | 0.15.7.0+
    • Recording Settings | 0.16.5.0+
    • Push Publishing Settings | 0.15.14.0+
    • REST API Settings | 0.11.0.0+
    • Alert Settings | 0.15.11.0+
  • CDN Compatibility
    • Origin Server Redundancy
    • Origin Cache Control
  • Protection
    • RTMP Authentication | 0.17.2.0+
    • Proxy Protocol Integration | 0.16.6.2+
    • Digital Rights Management (DRM)
      • OvenMediaEngine Configuration for DRM | 0.16.0.0+
      • PallyCon DRM Configuration | 0.16.4.0+
  • Performance
    • Hardware-Accelerated Video Encoding | 0.16.4.0+
  • Event Insertion
    • Insert SEI into H.264 (AVC) Streams | v0.18.0.0+
    • Insert AMF0 messages in RTMP Push Publisher | 0.17.3.0+
  • Monetization
    • Insert Ad Markers (EXT-X-CUE-OUT/EXT-X-CUE-IN) | v0.17.3.0+
    • Insert onCuePoint messages into YouTube Live | 0.17.3.0+
  • Advanced Management
    • Generate Audio PTS | 0.17.2.3+
    • API Storage | 0.17.0.0+
    • Restart Application | 0.17.0.0+
    • Record Delivery | 0.16.5.0+
    • Add Delay to the Stream
    • Control Default Playlist Creation
  • REST API
    • v2
      • Statistics
        • Current
Powered by GitBook
On this page
  • PallyCon DRM 설정하기
  • DRM Info 파일 구성하기
  • 적용된 DRM 확인
  • Settings에서 DRM 적용 여부 확인
  • OvenPlayer에서 DRM 적용 여부 확인
  1. Protection
  2. Digital Rights Management (DRM)

PallyCon DRM Configuration | 0.16.4.0+

OvenMediaEngine Enterprise는 0.16.4.0-1 버전부터 LLHLS 스트림에 Commercial DRM Provider 통합을 지원합니다.

PallyCon DRM 설정하기

DRM Info 파일 구성하기

OvenMediaEngine Enterprise는 PallyCon DRM과의 통합을 지원하여 LLHLS 스트림에 쉽게 DRM을 적용할 수 있습니다. DRM Info 파일 (.xml)을 다음과 같이 구성하십시오:

<?xml version="1.0" encoding="UTF-8"?>

<DRMInfo>
    <DRM>
        <Name>Pallycon</Name>
        <VirtualHostName>default</VirtualHostName>
        <ApplicationName>app</ApplicationName>
        <StreamName>stream*</StreamName> <!-- Can be wildcard regular expression -->

        <DRMProvider>Pallycon</DRMProvider> <!-- Manual(default), Pallycon -->
        <DRMSystem>Widevine,Fairplay</DRMSystem> <!-- Widevine, Fairplay -->
        <CencProtectScheme>cbcs</CencProtectScheme> <!-- cbcs -->
        <ContentId>${VHostName}_${AppName}_${StreamName}</ContentId>
        <KMSUrl>https://kms.pallycon.com/v2/cpix/pallycon/getKey/</KMSUrl>
        <KMSToken>xxxx</KMSToken>
    </DRM>
</DRMInfo>

<DRMProvider>를 Pallycon으로 설정하고, 예시와 같이 필요한 정보를 구성하십시오. <KMSUrl>과 <KMSToken> 값은 PallyCon console에서 제공됩니다. <ContentId>는 VHostName, AppName, StreamName 매크로를 사용하여 생성할 수 있습니다.

적용된 DRM 확인

Settings에서 DRM 적용 여부 확인

적용된 DRM을 확인하려면, Web Console 우측 상단의 Settings 아이콘을 클릭하십시오. 표시된 화면에서 Streaming 탭을 선택하고, LLHLS 하위 항목을 눌러 DRM 구성을 확인할 수 있습니다.

OvenPlayer에서 DRM 적용 여부 확인

OvenPlayer Demo에 DRM 관련 옵션이 추가되었습니다. OvenMediaEngine Enterprise가 제공하는 Egress URL을 통해 DRM 적용 여부를 테스트할 수 있습니다.

Egress URL을 확인하기 위해 Web Console 내 Stream List에서 생성된 Stream Box를 눌러 Monitoring 화면으로 진입 후 URLs 탭을 눌러 Egress URL을 확인 할 수 있습니다. 해당 Egress URL과 License URL, Key, 및 Value 등 필요한 값을 OvenPlayer Demo에 함께 입력하여 DRM 적용 여부를 테스트해보십시오.

PreviousOvenMediaEngine Configuration for DRM | 0.16.0.0+NextHardware-Accelerated Video Encoding | 0.16.4.0+
OvenPlayer Demo