diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-22 15:44:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-22 15:44:13 +0100 |
| commit | a88987fc65e006a8e5cbc983252302784136c39c (patch) | |
| tree | 9fe3c66bfb4cedf4b1c9fd989dcad5eac682fc07 /doc/manual/dcpomatic.xml | |
| parent | 607427acfee07701e2c5d4ffa465186885b454b8 (diff) | |
Add some stuff about KDM types to the manual.
Diffstat (limited to 'doc/manual/dcpomatic.xml')
| -rw-r--r-- | doc/manual/dcpomatic.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index aa31b47cd..56200c6ed 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -59,6 +59,20 @@ This manual uses icons from the <ulink url="http://tango.freedesktop.org/">Tango </para> </section> + +<!-- ============================================================== --> +<section> +<title>This manual</title> + +<para> +This manual presents bits of DCP-o-matic's user interface (such as menu items or buttons) <guilabel>like this</guilabel>. +</para> + +<note> +Notes of an advanced nature are presented like this. Ignore them unless you want to know the gory details. +</note> + +</section> </chapter> @@ -2048,6 +2062,21 @@ You must also select the type of KDM that you want to generate. If in doubt, use <guilabel>Modified Transitional 1</guilabel>. </para> +<note> +The differences between the three KDM types are fairly subtle. +<guilabel>DCI Specific</guilabel> and <guilabel>DCI Any</guilabel> add +a <code><ContentAuthenticator></code> tag to the KDM which +allows the exhibitor to check that the DCP and KDM have come from a +bona-fide source. In addition, <guilabel>DCI Specific</guilabel> adds +information on trusted devices to the KDM. This allows the KDM +creator to specify devices (such as sound processors) that are allowed +to use keys delivered by the KDM. At present it is not clear how +widely the <guilabel>DCI Specific</guilabel> and <guilabel>DCI +Any</guilabel> features are supported (or even tolerated) by servers +so you are advised to use <guilabel>Modified Transitional +1</guilabel>. +</note> + <para> Finally, choose what you want to do with the KDMs. They can be written to disk, to a location that you can specify by clicking |
