[Bug 16552] New: Consider making needkey a simple event

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

           Summary: Consider making needkey a simple event
           Product: HTML WG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Encrypted Media Extensions
        AssignedTo: adrianba@microsoft.com
        ReportedBy: ddorwin@google.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


>From v0.1:
It has been proposed that needkey be a simple event. In this case, it would not
provide any indication of the key that is needed and the application would need
to call generateKeyRequest() to get an appropriate message or identifier,
including for the Clear Key case. Such a change assumes that the consistent
flow option is selected. See this example for an illustration of the impact of
this change.
(Because sessionId is not included in needkey and is not generated until
generateKeyRequest() generates a keymessage event, this cange would not result
in the loss of any correlation. See Session Correlation for a discussion of the
general lack of correlation.)


See
http://dvcs.w3.org/hg/html-media/raw-file/tip/encrypted-media/encrypted-media.html#issue-needkey-simple-event-example
for the possible impact of this and other proposed changes.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Wednesday, 28 March 2012 02:17:37 UTC