[Webkit-unassigned] [Bug 226120] All Netflix playback fails after r277740

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 21 18:04:55 PDT 2021


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

Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at webkit.org

--- Comment #2 from Sam Weinig <sam at webkit.org> ---
I think I spotted the issue. Missing ! in CDMInstanceFairPlayStreamingAVFObjC.mm:

             auto keyIDVector = base64Decode(keyIDString);
-            if (keyIDVector)
+            if (!keyIDVector)
                 return false;

Testing a fix now.

-- 
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/20210522/735847e0/attachment.htm>


More information about the webkit-unassigned mailing list