sl@0
|
1 |
[DumpRightsDb]
|
sl@0
|
2 |
; Copy the rights in the database to a plain text file.
|
sl@0
|
3 |
Filename = c:\securedrm\DumpRightsDb.txt
|
sl@0
|
4 |
|
sl@0
|
5 |
[CreateDrmArchiveAudio]
|
sl@0
|
6 |
; Create a self-contained DRM protected content file, which comprises content and rights.
|
sl@0
|
7 |
ContentDescription = c:\securedrm\audiocontent2.xml
|
sl@0
|
8 |
RightsDescription = c:\securedrm\audiorights2.xml
|
sl@0
|
9 |
OutputFile = c:\securedrm\audio2.contentrights
|
sl@0
|
10 |
|
sl@0
|
11 |
[ImportDrmArchiveAudio]
|
sl@0
|
12 |
; Create a DRM protected content file, without rights. The rights are stripped
|
sl@0
|
13 |
; from the input file and stored separately (in the Rights database).
|
sl@0
|
14 |
source = c:\securedrm\audio2.contentrights
|
sl@0
|
15 |
target = c:\securedrm\audio2.content
|
sl@0
|
16 |
|
sl@0
|
17 |
[CreateDrmArchiveVideo]
|
sl@0
|
18 |
; Create a self-contained DRM protected content file, which comprises content and rights.
|
sl@0
|
19 |
ContentDescription = c:\securedrm\videocontent2.xml
|
sl@0
|
20 |
RightsDescription = c:\securedrm\videorights2.xml
|
sl@0
|
21 |
OutputFile = c:\securedrm\video2.contentrights
|
sl@0
|
22 |
|
sl@0
|
23 |
[ImportDrmArchiveVideo]
|
sl@0
|
24 |
; Create a DRM protected content file, without rights. The rights are stripped
|
sl@0
|
25 |
; from the input file and stored separately (in the Rights database).
|
sl@0
|
26 |
source = c:\securedrm\video2.contentrights
|
sl@0
|
27 |
target = c:\securedrm\video2.content
|
sl@0
|
28 |
|