Skip to content

vvideo/hdcp

Repository files navigation

HDCP

NPM version NPM downloads install size

Check HDCP version for a key system in browser.

Demo

Install

npm i --save-dev hdcp

⚠️ Please note that Safari currently does not support HDCP version detection.

Using

import { canDetectHdcpVersion, checkHdcpVersion, checkAllHdcpVersions } from 'hdcp';

console.log('Can detect HDCP version: ', canDetectHdcpVersion());

const status = await checkHdcpVersion('com.widevine.alpha', '1.0');
console.log('checkHdcpVersion: ', status);

const allVersions = await checkAllHdcpVersions('com.microsoft.playready.recommendation');
console.log('checkAllHdcpVersions: ', allVersions);

Links

About

Check HDCP vesion in browser

Resources

License

Stars

Watchers

Forks

Packages