widevine-initializer

1.0.0 • Public • Published

Widevine Initializer

A plugin to initialize widevine (or any other eme plugin) in a browser.

Background

Electron doesn't work all that well with playing drm'd music streams. Even after you place all the proprietary decryption stuff in the right place it still is unreliable.

A github issue I looked at when trying to figure this out suggested a workaround to initialize widevine. This package is that workaround in an easy-to-use form.

Usage

require('widevine-initializer')(function() {
  // now widevine should be initialized.
});

Package Sidebar

Install

npm i widevine-initializer

Weekly Downloads

5

Version

1.0.0

License

ISC

Last publish

Collaborators

  • 1egoman