You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mock encrypted event inside initializeMediaKeys does have nullinitData.
When getSupportedKeySystem() is called this results in an null is not an object (evaluating 'arrayBuffer2.byteLength') exception.
I think the following line in src/plugin.js line should have it's if condition reversed, so that null init data is correctly handled before calling hasSession() with the nullvalue.
The mock encrypted event inside
initializeMediaKeys
does havenull
initData
.When
getSupportedKeySystem()
is called this results in annull is not an object (evaluating 'arrayBuffer2.byteLength')
exception.I think the following line in
src/plugin.js
line should have it's if condition reversed, so thatnull
init data is correctly handled before callinghasSession()
with thenull
value.videojs-contrib-eme/src/plugin.js
Line 83 in 8820c09
The text was updated successfully, but these errors were encountered: