![]() |
![]() |
![]() |
![]() |
Generate DVD CSS decryption binary file
dvdkeymgr path
x86
None.
The utility dvdkeymgr takes the keys in the input file, keys.txt, located at path, and creates a CSS decryption binary file called files.dat. For example, the command line instruction below generates a files.dat file from the keys in the file /usr/keys.txt:
dvdkeymgr /usr/keys.txt
To enable srv-dvdplayer to play encrypted DVDs, after you have generated the files.dat file, you must place it in the same folder as srv-dvdplayer, or use srv-dvdplayer's -c option to point to the file.
The input file, keys.txt must have each key index and key pair on a single line:
key index, key ...
The key index is an integer, and the key is a string of 10 hexadecimal digits. For example:
1, 0123456789 65000, abcdef0123
dvddrivectl, srv-dvdplayer, “DVD-video player” in the MME Developer's Guide chapter Playing and Managing Video and DVDs
![]() |
![]() |
![]() |
![]() |