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
Hi Chris,
I am using Firefox Nightly and I can't seem to get this to work properly. Is there something I am missing?
Below is my output:
MediaKeys.isTypeSupported not defined, we'll use navigator.requestMediaKeySystemAccess
EVENT: loadstart
sourceopen
EVENT: progress
EVENT: encrypted
video got encrypted event
Failed to request key system access. NotSupportedError: Operation is not supported
created MediaKeys object ok
video ensured MediaKeys available on HTMLMediaElement
video Failed to generate request. TypeError: video.mediaKeys is null
EVENT: encrypted
video got encrypted event
video ensured MediaKeys available on HTMLMediaElement
video Failed to generate request. TypeError: video.mediaKeys is null
EVENT: progress
EVENT: stalled
Thank you
The text was updated successfully, but these errors were encountered:
Hi Chris,
I am using Firefox Nightly and I can't seem to get this to work properly. Is there something I am missing?
Below is my output:
MediaKeys.isTypeSupported not defined, we'll use navigator.requestMediaKeySystemAccess
EVENT: loadstart
sourceopen
EVENT: progress
EVENT: encrypted
video got encrypted event
Failed to request key system access. NotSupportedError: Operation is not supported
created MediaKeys object ok
video ensured MediaKeys available on HTMLMediaElement
video Failed to generate request. TypeError: video.mediaKeys is null
EVENT: encrypted
video got encrypted event
video ensured MediaKeys available on HTMLMediaElement
video Failed to generate request. TypeError: video.mediaKeys is null
EVENT: progress
EVENT: stalled
Thank you
The text was updated successfully, but these errors were encountered: