-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DRM Playback in safari : Error Code: MEDIA_ERR_DECODE #105
Comments
getCertificate() -----> executed and return success |
Attaching code snippet that I have tried : player.ready(function () {
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Safari Version : 13.1
When I play DRM content in safari, I get error as
KeySession error: code 6, systemCode 4294924646
with error code as : (CODE:5 MEDIA_ERR_ENCRYPTED)
Then, it displays error as
The media playback was aborted due to a corruption problem or because the media used features your browser did not support
with error code : (CODE:3 MEDIA_ERR_DECODE)
The text was updated successfully, but these errors were encountered: