Skip to content

Strawman proposal for a generic license request/response protocol

Notifications You must be signed in to change notification settings

steelejoe/eme-generic-protocol

Repository files navigation

eme-generic-protocol

Strawman proposal for a generic license request/response protocol for use by Key Systems using the Encrypted Media Extensions API.

At the October 2014 W3C TPAC meeting we had some brief discussion about the need for a common request/response protocol, roughly parallel to the Common PSSH Format that is supported by the EME spec today. There was some agreement that such a protocol would be useful but no proposals have come to light yet (as far as I know). I believe this would be a useful tool in addressing some of the concerns raised:

This project contains descriptions of the request and response data formats. The initial versions are ASN.1, but can and should be translated into JSON, XML, and any other syntax folks feel is useful. We should pick a single syntax for the final proposal though, because supporting multiple would be problematic due to the digital signatures required.

This is NOT intended to capture all the various rules and policies supported by all DRMs today. It is intended to reflect only those features which are suppported today or are likely to be supported in the near future by the Encryted Media Extensions spec.

Supporting this protocol for the User Agent would mean that Key Systems would produce requests and consume responses in the proposed formats. Supporting this request on the server side would mean that a service is available which will consume requests and produce responses. In either case new support must be added, since this is a new protocol (although it should map fairly well to all existing DRM provider protocols).

The request and response should be delivered over a secure transport like TLS. With the exception of the encrypted keys, all of the request/response data is plain text. This means that it would potentially violate user privacy if transmitted over an un-encrypted channel.

About

Strawman proposal for a generic license request/response protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published