Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: media/test/data/README

Issue 2783703002: Declare intent to use sample-aes later in the stream. (Closed)
Patch Set: tweak needed for flush Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/formats/mp2t/ts_section_cat.cc ('k') | media/test/data/bear-1280x720-hls-with-CAT.bin » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/data/README
diff --git a/media/test/data/README b/media/test/data/README
index d02bf06d3d5c11913c9e12f1c87e0baab3399d26..a5b488a6a63faa684f8a195522427968b5c914f5 100644
--- a/media/test/data/README
+++ b/media/test/data/README
@@ -125,6 +125,11 @@ bear-1280x720-hls-sample-aes.ts: produced using Apple's mediafilesegmenter tool
(Additional TS packets were constructed manually and prepended to convey the encryption metadata, notably key id and IV).
mediafilesegmenter -S -P -k 'key_iv.bin' -t 10 -start-segments-with-iframe -f 'output/' bear-1280x720.ts
+bear-1280x720-hls-with-CAT.ts: same as bear-1280x720-hls.ts but with an extra TS packet prepended. This is the same as the first of the metadata packets in
+ bear-1280x720-hls-sample-aes.ts. Its presence indicates that SAMPLE_AES encryption may occur later in the stream, and causes the initial audio and video configs
+ to have an encryption_scheme (of AES-CBC). The actual data is unencrypted, which is indicated by the lack of key ID and IV. This ends up very similar to how
+ clear leader of an otherwise encrypted stream can occur in MP4.
+
[1] 30313233343536373839303132333435
[2] ebdd62f16814d27b68ef122afce4ae3c
[3] KeyIds and Keys are created by left rotating key ID [1] and key [2] using
« no previous file with comments | « media/formats/mp2t/ts_section_cat.cc ('k') | media/test/data/bear-1280x720-hls-with-CAT.bin » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698