samdutton / simpl

Simplest possible examples of HTML, CSS and Javascript:
https://simpl.info
Apache License 2.0
5.18k stars 1.64k forks source link

EME: Clear Key example seems broken in current Chrome #45

Closed osmestad closed 9 years ago

osmestad commented 10 years ago

I am not able to get the EME example working in current Chrome (36) on OSX or Win7. Testing Win7 images on BrowserStack.com it works in Chrome 32 but fails in Chrome 33. Any idea what has changed? An error of type "webkitkeyerror" appears in the console log. (e.errorCode.code: 1 which seems to mean: MediaKeyError.MEDIA_KEYERR_UNKNOWN )

saifanam commented 10 years ago

Works for me though. I'm using Chrome 36 on Win7. But I'm getting a different error. https://github.com/samdutton/simpl/issues/46

heff commented 10 years ago

+1 Chrome 36, Mac

Error:  
MediaKeyEvent {systemCode: 0, errorCode: MediaKeyError, defaultURL: "", message: null, initData: null…}
samdutton commented 10 years ago

Thanks for reporting this – I'm on holiday at the moment, but will fix this when I get back.

samdutton commented 9 years ago

This has been updated for unprefixed EME.

osmestad commented 9 years ago

Thank you :)