shaka-packager/docs/source/options
KongQun Yang 1bf1ec2445 Add multi-key support in fixed/raw keys
The keys can be specified in --keys option, with the form of
  label=<label>:key_id=<32-digit hex string>:key=<32-digit hex string>,label=...

There can be multiple "label=..." block. The DRM label can be one
of "AUDIO, SD, HD, UHD1, UHD2" or a custom label.

Mark --key and --key_id as deprecated. We can achieve the same result
with --keys=label=:key_id=<key_id>:key=<key>.

Also add a new optional field in stream descriptor: drm_label, which
is used to overwrite the internally generated DRM label for the stream.
If not provided, the DRM label is generated automatically based on
audio/video information, e.g. resolution.

Code changes:
- Merged RawKeyEncryptionParams and RawKeyDecryptionParams into
  RawKeyParams.
- Make FixedKeySource accepts RawKeyParams as input.

Change-Id: Ic8c2f071cc71188e13f14bc6396fc2b3ffa5cac6
2017-10-24 21:04:49 +00:00
..
chunking_options.rst Move command line options to Sphinxdoc 2017-09-13 00:09:55 +00:00
dash_options.rst Move command line options to Sphinxdoc 2017-09-13 00:09:55 +00:00
general_encryption_options.rst Move command line options to Sphinxdoc 2017-09-13 00:09:55 +00:00
hls_options.rst Move command line options to Sphinxdoc 2017-09-13 00:09:55 +00:00
hls_stream_descriptors.rst Update docs for HLS descriptor fields 2017-10-17 11:37:44 -07:00
mp4_output_options.rst Move command line options to Sphinxdoc 2017-09-13 00:09:55 +00:00
playready_encryption_options.rst Move command line options to Sphinxdoc 2017-09-13 00:09:55 +00:00
raw_key_encryption_options.rst Add multi-key support in fixed/raw keys 2017-10-24 21:04:49 +00:00
segment_template_formatting.rst Move command line options to Sphinxdoc 2017-09-13 00:09:55 +00:00
stream_descriptors.rst Add multi-key support in fixed/raw keys 2017-10-24 21:04:49 +00:00
udp_file_options.rst Move command line options to Sphinxdoc 2017-09-13 00:09:55 +00:00
widevine_encryption_options.rst Move command line options to Sphinxdoc 2017-09-13 00:09:55 +00:00