Changes between Initial Version and Version 1 of Ticket #7503, comment 3


Ignore:
Timestamp:
Feb 15, 2024, 11:41:30 AM (2 years ago)
Author:
gorilla.maguila

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7503, comment 3

    initial v1  
    33https://cdn.bitmovin.com/content/assets/art-of-motion_drm/mpds/11331.mpd
    44
     5Ideally we should come up with a patch that parses ContentProtection tag, and decrypt if key is present in the manifest as hls parser does.
     6
     7
     8{{{
     9<ContentProtection schemeIdUri="urn:mpeg:dash:mp4protection:2011" value="cenc" cenc:default_KID="eb676abb-cb34-5e96-bbcf-616630f1a3da" xmlns:cenc="urn:mpeg:cenc:2013"/>
     10                <ContentProtection schemeIdUri="urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed">
     11                    <cenc:pssh xmlns:cenc="urn:mpeg:cenc:2013">AAAAW3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADsIARIQ62dqu8s0Xpa7z2FmMPGj2hoNd2lkZXZpbmVfdGVzdCIQZmtqM2xqYVNkZmFsa3IzaioCSEQyAA==</cenc:pssh>
     12                </ContentProtection>
     13}}}