- From: JSaunders0102 via GitHub <sysbot+gh@w3.org>
- Date: Thu, 24 Mar 2016 17:29:15 +0000
- To: public-html-media@w3.org
JSaunders0102 has just created a new issue for
https://github.com/w3c/encrypted-media:
== EME License Release Format Example ==
In section 9.1.5 License Release Format of the EME (W3C Editor's Draft
26 February 2016), an example is provided that says:
"The following example is a license release for a temporary license
for **a single key ID**. (Line breaks are for readability only.)".
But, in the example, it appears to show two "kids":
EXAMPLE 3
{
"kids": [ "LwVHf8JLtPrv2GUXFW2v_A", "0DdtU9od-Bh5L3xbv0Xf_A" ],
"tfirst" : 1430425323757,
"tlatest" : 1430425383757
}
Both kids have the same first/latest time. Is this correct? If so,
what do the two "kids" values represent if not two separate key IDs?
Please view or discuss this issue at
https://github.com/w3c/encrypted-media/issues/152 using your GitHub
account
Received on Thursday, 24 March 2016 17:29:17 UTC