videojs / videojs-contrib-eme

Supports Encrypted Media Extensions for playback of encrypted content in Video.js
Other
200 stars 71 forks source link

fix: missing player argument #185

Closed alex-barstow closed 1 year ago

alex-barstow commented 1 year ago

Description

When cherry-picking commits into the 3.x branch, a mistake was made while resolving merge conflicts- the player was not passed to the handleEncryptedEvent() function. This addresses that.