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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠