Skip to content
/ pssh Public

Protection System Specific Header (PSSH) decoder and encoder

License

Notifications You must be signed in to change notification settings

li0ard/pssh

Repository files navigation

@li0ard/pssh
Protection System Specific Header (PSSH) decoder and encoder




Installation

# from NPM
npm i @li0ard/pssh

Usage

import { PSSH } from "@li0ard/pssh";

const pssh = Buffer.from("....", "base64");
const decoded = PSSH.decode(pssh);

console.log(decoded);

About

Protection System Specific Header (PSSH) decoder and encoder

Topics

Resources

License

Stars

Watchers

Forks