Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 678 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 678 Bytes

drm-tools

Tools for Widevine and PlayReady

Installation

$ npm i -g drm-tools

Usage

Widevine

$ drmtools widevine
Usage: widevine [operation] [options]

Operations:
 - key : Tools to get Widevine content key
 - pssh: Tools to work with Widevine PSSH

Options:
  --content-id [id]      Content ID
  --url [url]            Target key server URL
  --provider [provider]  Provider (for Widevine)
  --key [key]            Private Key
  --key-iv [kiv]         Private Key IV
  --track [value]        DRM Track Type (default: "ALL")
  --human                Print result in human readable format
  -h, --help             output usage information