[Bug 19788] What, if any, event should be fired when no key is available to decrypt the block?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19788

David Dorwin <ddorwin@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|adrianba@microsoft.com      |ddorwin@google.com

--- Comment #10 from David Dorwin <ddorwin@google.com> ---
Notes from the March 12th telecon
(http://www.w3.org/2013/03/12-html-media-minutes.html#item05):

Currently, there is a needkey event for hitting initdata
 and another needkey
if you need a key to decrypt the current frame
. For the second one, there is
not much the app can do - it is really an error condition
.

We assume that if the app gets to this point with no key, the app has received
an earlier event telling it that a key is needed
 and we assume the app is
already working on acquiring it.

We decided to delete the firing of a needkey event on encrypted block
encountered with no key and merge in comment 1

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 23 April 2013 20:15:44 UTC