[Mac,EME] Netflix.com shows HDCP error for all streams
<rdar://problem/66948621>
Created attachment 407231 [details] Patch
Comment on attachment 407231 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=407231&action=review > Source/WebCore/ChangeLog:11 > + displayID. This causes AVFoundation to do a "lowest common level of support" rather than a specific display check. s/level of support/level of support/ > Source/WebCore/platform/graphics/avfoundation/objc/CDMInstanceFairPlayStreamingAVFObjC.mm:1388 > +bool CDMInstanceSessionFairPlayStreamingAVFObjC::keyRequestHasInsufficientProtectionForDisplayID(AVContentKeyRequest *request, PlatformDisplayID displayID) const s/AVContentKeyRequest *request/AVContentKeyRequest *request/ > Source/WebCore/platform/graphics/avfoundation/objc/CDMInstanceFairPlayStreamingAVFObjC.mm:1390 > + // willOutputBeObscuredDueToInsufficientExternalProtectionForDisplays will always return "YES" prior s/return "YES" prior/return "YES" prior to/ > Source/WebCore/platform/graphics/avfoundation/objc/CDMInstanceFairPlayStreamingAVFObjC.mm:1400 > + // and to query the HDCP level required by each AVContentKeyRequest, and do the comparison between th two in the s/between th two/between the two/
Comment on attachment 407231 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=407231&action=review > Source/WebCore/ChangeLog:13 > + AVContentKeyRequest will report that it's output is restricted if any non-HDCP compliant display is attached. s/it's/its
Created attachment 407237 [details] Patch for landing
Committed r266176: <https://trac.webkit.org/changeset/266176> All reviewed patches have been landed. Closing bug and clearing flags on attachment 407237 [details].