comparison DOCS/xml/en/cd-dvd.xml @ 20380:260bfd4ed5b9

misc fixes
author diego
date Sun, 22 Oct 2006 20:25:35 +0000
parents 93c9c727c7f2
children 985accf8cf95
comparison
equal deleted inserted replaced
20379:f364dda9c398 20380:260bfd4ed5b9
95 95
96 <sect1 id="dvd"> 96 <sect1 id="dvd">
97 <title>DVD playback</title> 97 <title>DVD playback</title>
98 <para> 98 <para>
99 For the complete list of available options, please read the man page. 99 For the complete list of available options, please read the man page.
100 The Syntax for a standard Digital Versatile Disc (DVD) is as follows: 100 The syntax to play a standard DVD is as follows:
101 <screen>mplayer dvd://<replaceable>&lt;track&gt;</replaceable> [-dvd-device <replaceable>&lt;device&gt;</replaceable>]</screen> 101 <screen>mplayer dvd://<replaceable>&lt;track&gt;</replaceable> [-dvd-device <replaceable>&lt;device&gt;</replaceable>]</screen>
102 </para> 102 </para>
103 103
104 <para> 104 <para>
105 Example: 105 Example:
106 <screen>mplayer dvd://<replaceable>1</replaceable> -dvd-device <replaceable>/dev/hdc</replaceable></screen> 106 <screen>mplayer dvd://1 -dvd-device /dev/hdc</screen>
107 </para> 107 </para>
108 108
109 <para> 109 <para>
110 If you have compiled <application>MPlayer</application> with dvdnav support, the 110 If you have compiled <application>MPlayer</application> with dvdnav support, the
111 syntax is the same, except that you need to use dvdnav:// instead of dvd://. 111 syntax is the same, except that you need to use dvdnav:// instead of dvd://.
117 line with the <option>-dvd-device</option> option. 117 line with the <option>-dvd-device</option> option.
118 </para> 118 </para>
119 119
120 <para> 120 <para>
121 <application>MPlayer</application> uses <systemitem>libdvdread</systemitem> and 121 <application>MPlayer</application> uses <systemitem>libdvdread</systemitem> and
122 <systemitem>libdvdcss</systemitem> for DVD decryption and playback. These two 122 <systemitem>libdvdcss</systemitem> for DVD playback and decryption. These two
123 libraries are contained in the <filename class="directory">libmpdvdkit2</filename> 123 libraries are contained in the <filename class="directory">libmpdvdkit2</filename>
124 subdirectory of the <application>MPlayer</application> source tree, you do not have 124 subdirectory of the <application>MPlayer</application> source tree, you do not have
125 to install them separately. You can also use system-wide versions of the two 125 to install them separately. You can also use system-wide versions of the two
126 libraries, but this solution is not recommended, as it can result in bugs, 126 libraries, but this solution is not recommended, as it can result in bugs,
127 library incompatibilities and slower speed. 127 library incompatibilities and slower speed.
175 to get the device name. It was developed for Solaris, where device names 175 to get the device name. It was developed for Solaris, where device names
176 are dynamically allocated. 176 are dynamically allocated.
177 </para> 177 </para>
178 178
179 <formalpara> 179 <formalpara>
180 <title>DVD authentication</title> 180 <title>DVD decryption</title>
181 <para> 181 <para>
182 The authentication and decryption method of the new-style DVD support is done 182 DVD decryption is done by <systemitem>libdvdcss</systemitem>. The method
183 using a patched <systemitem>libdvdcss</systemitem> (see above). The method can 183 can be specified through the <envar>DVDCSS_METHOD</envar> environment
184 be specified through the environment variable <envar>DVDCSS_METHOD</envar>, 184 variable, which can be set to key, disk or title.
185 which can be set to key, disk or title.
186 </para> 185 </para>
187 </formalpara> 186 </formalpara>
188 187
189 <para> 188 <para>
190 If nothing is specified it tries the following methods (default: key, 189 If nothing is specified it tries the following methods (default: key,
201 </para></listitem> 200 </para></listitem>
202 201
203 <listitem><para> 202 <listitem><para>
204 <emphasis role="bold">cached key</emphasis>: <application>MPlayer</application> 203 <emphasis role="bold">cached key</emphasis>: <application>MPlayer</application>
205 looks for already cracked title keys which are stored in the 204 looks for already cracked title keys which are stored in the
206 <filename class="directory">~/.mplayer/DVDKeys</filename> directory (fast ;). 205 <filename class="directory">~/.dvdcss</filename> directory (fast).
207 </para></listitem> 206 </para></listitem>
208 207
209 <listitem><para> 208 <listitem><para>
210 <emphasis role="bold">key</emphasis>: If no cached key is available, 209 <emphasis role="bold">key</emphasis>: If no cached key is available,
211 <application>MPlayer</application> tries to decrypt the disk key with a set 210 <application>MPlayer</application> tries to decrypt the disk key with a set