@li0ard/pssh
v0.1.0
Published
Protection System Specific Header (PSSH) encoder and decoder
Downloads
95
Readme
Installation
# from NPM
npm i @li0ard/psshUsage
import { PSSH } from "@li0ard/pssh";
const pssh = Buffer.from("....", "base64");
const decoded = PSSH.decode(pssh);
console.log(decoded);