[Webkit-unassigned] [Bug 47591] New: A mechanism for DRM scheme support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 13 07:05:38 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47591

           Summary: A mechanism for DRM scheme support
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://www.w3.org/Bugs/Public/show_bug.cgi?id=10902
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mo.mcroberts at nexgenta.com


With reference to the above HTML WG bugzilla thread, I would like to request a mechanism by which authors can easily detect whether a particular DRM scheme (in the context of some media which may or may not otherwise be playable) is supported by the UA.

At present I believe there is no way to do this in advance (e.g., by way of .canPlayType()), the UA must load at least some of a source media resource in order to determine playability, and so a parallel to canPlayType() (or an extension) to it would be advantageous.

Given that most (all?) DRM schemes seem to be implemented in the context of particular container formats, it would make sense to me for the scheme to be queried together with the container format and possibly codecs, possibly as a single string (e.g., a drm= parameter on the video/ or audio/ MIME type), but I don't have hugely strong opinions on it. I'd just like a mechanism which works.

(I realise this is a relatively contentious issue; suffice to say, my opinions of DRM are probably pretty much the same as yours).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list