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

Unified Diff: media/test/data/README

Issue 1517473002: Support HLS MPEG2 TS with SAMPLE-AES encryption. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@encryption_scheme
Patch Set: move some gn defs Created 4 years, 9 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
Index: media/test/data/README
diff --git a/media/test/data/README b/media/test/data/README
index 6f272507d22a29b6f7634e708d9b4052839059b6..8b49796e527b642eb6c12d8632ae796a7efc1342 100644
--- a/media/test/data/README
+++ b/media/test/data/README
@@ -74,6 +74,12 @@ bear-640x360-v_frag-cenc-key_rotation.mp4 - A fragmented MP4 version of the vide
bear-a_enc-a.webm - bear-320x240-audio-only.webm encrypted using key ID [1] and key [2].
frame_size_change-av_enc-v.webm - third_party/WebKit/LayoutTests/media/resources/frame_size_change.webm encrypted using key ID [1] and key [2].
+bear-1280x720-hls.ts: produced using Apple's mediafilesegmenter tool with bear-1280x720.ts as input, with no encryption.
+ mediafilesegmenter -t 10 -start-segments-with-iframe -f 'output_clear/' bear-1280x720.ts
+
+bear-1280x720-hls-sample-aes.ts: produced using Apple's mediafilesegmenter tool also with bear-1280x720.ts as input, but with SAMPLE_AES encryption.
+ (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
[1] 30313233343536373839303132333435
[2] ebdd62f16814d27b68ef122afce4ae3c

Powered by Google App Engine
This is Rietveld 408576698