[encrypted-media] Notification when playback is resumed from waitingForKey

tc0312 has just created a new issue for 
https://github.com/w3c/encrypted-media:

== Notification when playback is resumed from waitingForKey ==
In the current EME draft, when playback is resumed from waitingForKey,
 no event is fired. Applications don't know whether the key it has 
just loaded is unblocking video playback.

Applications need to know that to provide robust error handling.

A quick example: application can listen for the playback resume event.
 If the event hasn't fired after loading a key within a period, it 
knows that it has loaded the wrong key.

See https://github.com/w3c/encrypted-media/issues/42

Received on Thursday, 19 March 2015 03:39:16 UTC