[Webkit-unassigned] [Bug 181858] New: [EME][GStreamer] Add a new message "decrypt-key-needed" send from the decryptor to the application.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 19 08:54:37 PST 2018


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

            Bug ID: 181858
           Summary: [EME][GStreamer] Add a new message
                    "decrypt-key-needed" send from the decryptor to the
                    application.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit WPE
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bandou.yacine at gmail.com
                CC: bugs-noreply at webkitgtk.org, calvaris at igalia.com,
                    olivier.blin at softathome.com, zan at falconsigh.net

Add a new message "decrypt-key-needed" that the decryptor can send when it doesn't have an available key.
This message should be handled by the application in order to dispatch or send the key to the decryptor.

This patch is a preparation for the patch 181855.

With the patch 181855, the decryptor will be in the PlaybackPipeline instead of AppendPipeline, thus we can
get the DRM license or key before to instantiate or load the decryptor plugin in PlaybackPipeline.
When the decryptor plugin is instantiated or loaded, it should able to ask the application to resend
the DRM license or key by using this new message "decrypt-key-needed".

-- 
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/20180119/1092496b/attachment.html>


More information about the webkit-unassigned mailing list