shaka-packager/docs/source/tutorials/drm.rst

26 lines
808 B
ReStructuredText

DRM
===
Shaka Packager supports fetching encryption keys from Widevine Key Server and
PlayReady Key Server. Shaka Packager also supports Raw Keys, for which keys are
provided to Shaka Packager directly.
.. toctree::
:maxdepth: 2
/tutorials/widevine.rst
/tutorials/playready.rst
/tutorials/raw_key.rst
Regardless of which key server you are using, you can instruct Shaka Packager to
generate other protection systems in additional to the native protection system
from the key server. This allows generating multi-DRM contents easily.
Configuration options
---------------------
.. include:: /options/drm_stream_descriptors.rst
.. include:: /options/general_encryption_options.rst
.. include:: /options/widevine_encryption_options.rst
.. include:: /options/raw_key_encryption_options.rst