[Bug 16737] Should MEDIA_KEYERR_CLIENT be two separate errors?

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

--- Comment #5 from Joe Steele <steele@adobe.com> ---
> Separately, what does install/update mean in practice? CDMs won't be
> installed in response to createSession(), right?

I think that loading/installing of CDMs should be allowed. Given that,
createSession() would be a reasonable time to do it, since the app has
indicated a clear intention to use it. This seems like the first time that is
true. 

Re: differentiating between install and update --

If the keysystem name is used to track versions of the keysystem (as seemed to
be the original intent) distinction is possible by leveraging that mechanism.
Are we still intending for keysystem to be used that way?

So an app could ask for com.adobe.access.v5 and if it gets back
MEDIA_KEYERR_CLIENT, it can then ask for com.adobe.access.v4,
com.adobe.access.v3, etc. That seems reasonable to me.

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

Received on Tuesday, 23 April 2013 16:54:48 UTC