This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 16615 - Support sharing of keys across media elements slaved to a MediaController
Summary: Support sharing of keys across media elements slaved to a MediaController
Status: RESOLVED LATER
Alias: None
Product: HTML WG
Classification: Unclassified
Component: Encrypted Media Extensions (show other bugs)
Version: unspecified
Hardware: All All
: P3 normal
Target Milestone: ---
Assignee: Adrian Bateman [MSFT]
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on: 16613
Blocks: 17202
  Show dependency treegraph
 
Reported: 2012-04-03 16:19 UTC by Mark Watson
Modified: 2012-08-28 21:00 UTC (History)
6 users (show)

See Also:


Attachments

Description Mark Watson 2012-04-03 16:19:43 UTC
HTML5 defines a MediaController that is used to coordinate playback of multiple media elements. The current proposal does not support a scenario where a single key is required for multiple media elements coordinated through a single MediaController. One way to solve this would be to create a new interface that provides the Media Element Extensions and then provide an instance of this interface on both the HTMLMediaElement and on the MediaController interfaces. The changes outlined in section Object-Oriented API Design (https://www.w3.org/Bugs/Public/show_bug.cgi?id=16613) might be modified to support this approach.
Comment 1 Adrian Bateman [MSFT] 2012-08-28 21:00:40 UTC
This isn't a priority for the first release. We should resolve all the issues with HTMLMediaElement before deciding later whether we come back and make this work with MediaController.