Fixes suggested by The Wanderer

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19793 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2006-09-10 19:58:27 +00:00
parent 44dfdb4f0a
commit 6c1b3541f7
1 changed files with 4 additions and 3 deletions

View File

@ -784,13 +784,14 @@ undertaking.
<qandaentry>
<question><para>
I can't watch any recent DVDs from Sony Pictures/BMG?
I can't watch any recent DVDs from Sony Pictures/BMG.
</para></question>
<answer><para>
It's normal, you've been ripped off and sold an intentionally defective disk.
This is normal, you've been ripped off and sold an intentionally defective disk.
The only way to play these DVDs is to circumvent the bad blocks of the disk
by using DVDnav instead of mpdvdkit2.
You can do so by replacing dvd:// by dvdnav:// on the command line.
You can do so by compiling MPlayer with DVDnav support and then replacing
dvd:// by dvdnav:// on the command line.
DVDnav is so far mutually exclusive with mpdvdkit2, so make sure you pass
<option>--disable-mpdvdkit</option> to the configure script.
</para></answer>