- From: <bugzilla@jessica.w3.org>
- Date: Tue, 10 Jul 2012 03:25:45 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17729
Summary: suggest needKey report codecs+key system supported by
the UA
Product: HTML WG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Encrypted Media Extensions
AssignedTo: adrianba@microsoft.com
ReportedBy: eric.sun@huawei.com
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-media@w3.org
It is a little complex for JS to test the UA using canPlayType() for many times
to determine the key system.
I propose we just use needKey event to report the supported codec+key system
pairs list to app, let app choose one key system among it, this will reduce the
times of call to the UA for testing key system using canPlayType, and avoid
extension of canPlayType.
What do you think about it?
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Tuesday, 10 July 2012 03:25:47 UTC