- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Thu, 8 Mar 2012 13:44:41 -0800
- To: Charles Pritchard <chuck@jumis.com>
- Cc: Mark Watson <watsonm@netflix.com>, Henri Sivonen <hsivonen@iki.fi>, Christian Kaiser <kaiserc@google.com>, "<public-html@w3.org>" <public-html@w3.org>
On Thu, Mar 8, 2012 at 12:45 PM, Charles Pritchard <chuck@jumis.com> wrote:
> TL;DR: This document includes my TL;DR recommendation, a summary of three
> proposals, and ends with a longer recommendation.
>
> We are here, and it's contentious:
> var video = document.getElementById("video");
> video.generateKeyRequest("org.w3.clearkey", null);
> Let's go here:
> var video = document.getElementById("video");
>
> video.getContext('experimental-ecmd').generateKeyRequest("org.w3.clearkey",
> null);
> "Encrypted Media Context Draft".
This doesn't appear to address virtually any of the problems that have
been raised with the DRM proposal.
~TJ
Received on Thursday, 8 March 2012 21:45:32 UTC