[Webkit-unassigned] [Bug 197433] Unprefixed EME with "com.apple.fps.1_0" fails with "The operation is not supported."

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 1 10:47:28 PDT 2019


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

--- Comment #6 from Jer Noble <jer.noble at apple.com> ---
FWIW, all our internal tests use something like:

var access = await navigator.requestMediaKeySystemAccess("com.apple.fps", [{
    initDataTypes: ['sinf'], 
    videoCapabilities: [{ contentType: 'video/mp4', robustness: '' }], 
    distinctiveIdentifier: 'not-allowed', 
    persistentState: 'not-allowed', 
    sessionTypes: ['temporary'], 
}]);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190501/54c8bbac/attachment.html>


More information about the webkit-unassigned mailing list