[Bug 18515] Provide more details on behavior of the media element when the key for an encrypted block is not available

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

David Dorwin <ddorwin@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |acolwell@google.com

--- Comment #7 from David Dorwin <ddorwin@google.com> ---
The easiest thing to do (or at least to specify) is to just follow what the
HTMLMediaElement spec says should happen if readyState is not HAVE_FUTURE_DATA
or HAVE_ENOUGH_DATA.

While it may not be explicit, we can probably decipher what should happen when
one stream/track is available but others are not. MSE and EME should probably
follow this same behavior when a buffer and key, respectively, are not
available. We would probably need a good reason to override this behavior for
missing key(s).

To encourage compatibility, it might be a good idea to (non-normatively)
describe this behavior.

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

Received on Tuesday, 23 April 2013 18:49:04 UTC