diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /dom/media/test/short-cenc.xml | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/media/test/short-cenc.xml')
-rw-r--r-- | dom/media/test/short-cenc.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/dom/media/test/short-cenc.xml b/dom/media/test/short-cenc.xml new file mode 100644 index 0000000000..9658c3e32f --- /dev/null +++ b/dom/media/test/short-cenc.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- + This XML file describes the encryption applied to short-cenc.mp4. To generate + short-cenc, run the following command: + + MP4Box -crypt short-cenc.xml -out short-cenc.mp4 short.mp4 +--> + +<GPACDRM type="CENC AES-CTR"> + + <DRMInfo type="pssh" version="1"> + <!-- + SystemID specified in + https://dvcs.w3.org/hg/html-media/raw-file/tip/encrypted-media/cenc-format.html + --> + <BS ID128="1077efecc0b24d02ace33c1e52e2fb4b" /> + <!-- Number of KeyIDs = 2 --> + <BS bits="32" value="2" /> + <!-- KeyID --> + <BS ID128="0x7e571d017e571d017e571d017e571d01" /> + <BS ID128="0x7e571d027e571d027e571d027e571d02" /> + </DRMInfo> + + <CrypTrack trackID="1" isEncrypted="1" IV_size="16" saiSavedBox="senc" + first_IV="0x00000000000000000000000000000000"> + <key KID="0x7e571d017e571d017e571d017e571d01" + value="0x7e5711117e5711117e5711117e571111" /> + </CrypTrack> + + <CrypTrack trackID="2" isEncrypted="1" IV_size="16" saiSavedBox="senc" + first_IV="0x00000000000000000000000000000000"> + <key KID="0x7e571d027e571d027e571d027e571d02" + value="0x7e5722227e5722227e5722227e572222" /> + </CrypTrack> + +</GPACDRM> |