Expected response to elemental mediaconvert from speke

0

when I run elemental mediaconvert in order to output dash output group with DRM option on, http request is sent like below.

<?xml version="1.0" encoding="UTF-8"?>  
<cpix:CPIX xmlns:cpix="urn:dashif:org:cpix" xmlns:ds="http://www.w3.org/ 2000/09/xmldsig#" xmlns:enc="http://www.w3.org/2001/04/xmlenc#" xmlns:pskc="urn:ietf:params:xml:ns:keyprov:pskc" xmlns:speke="urn:aws:amazon:com:speke" id="content_id">  
   <cpix:ContentKeyList>  
      <cpix:ContentKey kid="07e31bf1-96b3-404d-bdcf-8af1a2739f77" />  
   </cpix:ContentKeyList>  
   <cpix:DRMSystemList>  
      <cpix:DRMSystem kid="07e31bf1-96b3-404d-bdcf-8af1a2739f77" systemId="edef8ba9-79d6-4ace-a3c8-27dcd51d21ed">  
         <cpix:ContentProtectionData />  
         <speke:ProtectionHeader />  
         <cpix:PSSH />  
         <cpix:URIExtXKey />  
         <speke:KeyFormat />  
         <speke:KeyFormatVersions />  
      </cpix:DRMSystem>  
   </cpix:DRMSystemList>  
</cpix:CPIX>  

And below is the key fetch response from widevine license service

{  
    “status”: “OK”,  
    “drm”: \[  
        {  
            “type”: “WIDEVINE”,  
            “system_id”: “edef8ba979d64acea3c827dcd51d21ed”  
        }  
    ],  
    “tracks”: \[  
        {  
            “type”: “SD”,  
            “key_id”: “L4YzkiR4VUunMG5XknH0pA==“,  
            “key”: “Fsxb4_/oj0k5n6Pg_gOWKg==“,  
            “pssh”: \[  
                {  
                    “drm_type”: “WIDEVINE”,  
                    “data”: “IhbvjrnvfvjbTrfp/p7vjrnp7vjbTr3rSOPclZsG”,  
                    “boxes”: “AAAAPnBzc2gAAAAA7e_LqXnWSs6jyCfc1R0h7QAAAB4iFu_Oue9++NtOt_n_nu_Ouenu_NtOvetI49yVmwY=”  
                }  
            ],  
            “entitled_key”: \[],  
            “content_groups”: \[],  
            “feature”: “”  
        }  
    ]  
}  

What is the expected response to mediaconvert based on these conditions.

質問済み 3年前284ビュー
1回答
0

Hi

Thank you for your question. It would be great if you can provide more information about your workflow, setup and problem (Job ID, account ID and region) via Private message. In general, the setup of speke in mediaconvert could be found here: https://docs.aws.amazon.com/mediaconvert/latest/ug/encrypting-content.html. The example of speke reference server could be found here: https://github.com/awslabs/speke-reference-server/blob/master/workflow/drm-vod.md

Regards
Michael

AWS
回答済み 3年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ