dvdkeymgr

Generate DVD CSS decryption binary file

Syntax:

dvdkeymgr path

Runs on:

x86

Options:

None.

Description:

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.

Input 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

See also:

dvddrivectl, srv-dvdplayer, DVD-video player in the MME Developer's Guide chapter Playing and Managing Video and DVDs