X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=doc%2Fmanual%2Fdcpomatic.xml;h=dd59facfaaea35df14b7a3b39ddf0586f3090010;hp=5dcffaa402f700abae758f7540bf6c55d1c319dd;hb=4654d9ba3999eba125bd7a6ae080bf6def4d04ee;hpb=67e0f33b573a07821695b6e8f883818415f93bb8 diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index 5dcffaa40..dd59facfa 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -2452,6 +2452,68 @@ tab. + +
+Creating KDMs for a distributor + + +Sometimes you have an encrypted DCP and you want to allow somebody else +(for example, a distributor) to make KDMs for the DCP on your behalf. + + + +The normal way to do this is to send the distributor a KDM which they +can use with their own KDM creation system. Such a KDM is often called +a DKDM (the ‘D’ stands for Distribution). +It is the same as a normal KDM except that it is made to work with another +computer, rather than with a projection system. + + + +To make a DKDM for a distributor you will first need to ask them to send you +a decryption certificate. This should be a small file, usually with the extension +.pem. + + + +Once you have the certificate, you will need to add a ‘fake’ cinema +and screen to the list in DCP-o-matic. This is because making a KDM for another +computer uses the same process internally as making one for a projection system, +it's just that DCP-o-matic does not have a nice way to present that. + + + +In either the KDM window in the main DCP-o-matic, or the KDM creator, first add +a new cinema by clicking Add Cinema..., giving it a name +(perhaps the name of the distributor). + + + +Then select this new cinema and click Add Screen... to open +the screen dialog box, as shown in . + + +
+ Adding a screen + + + + + +
+ + +Here you can give any name (perhaps just ‘DKDM’). Then click Get from file... +and choose the certificate file that the distributor gave you. Finally, click OK. + + + +Now you can create a KDM for this screen, and send it to the distributor. Using that KDM the distributor +can then make KDMs for your DCP for anybody (and also, of course, decrypt the DCP if they wanted to). + + +
+