summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-18 21:37:55 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-18 21:37:55 +0000
commit7ae6f20aae5abb272c8288935cdf715e3f3c9b9d (patch)
tree0335aa036e6a26ebdb21ca8f94235df087a82d37
parentbfd33f656b0a27277fe541e79771c5194c16a89d (diff)
downloadmpv-7ae6f20aae5abb272c8288935cdf715e3f3c9b9d.tar.bz2
mpv-7ae6f20aae5abb272c8288935cdf715e3f3c9b9d.tar.xz
FAQ about problems with playing DVDs on certain drives.
Also addresses http://bugzilla.mplayerhq.hu/show_bug.cgi?id=395 . git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17425 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/xml/en/faq.xml10
-rw-r--r--help/help_mp-en.h2
2 files changed, 11 insertions, 1 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml
index 7ed2bebbb5..fc2a3e906a 100644
--- a/DOCS/xml/en/faq.xml
+++ b/DOCS/xml/en/faq.xml
@@ -757,6 +757,16 @@ Use the <ulink url="http://linvdr.org/projects/regionset/">regionset tool</ulink
<qandaentry>
<question><para>
+I can't play a DVD, MPlayer hangs or outputs "Encrypted VOB file!" errors.
+</para></question>
+<answer><para>
+CSS decryption code does not work with some DVD drives unless you set
+the region code appropriately. See the answer to the previous question.
+</para></answer>
+</qandaentry>
+
+<qandaentry>
+<question><para>
Do I need to be (setuid) root to be able to play a DVD?
</para></question>
<answer><para>
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 2f695774c9..d4db9c0c8b 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -559,7 +559,7 @@ static char help_text[]=
#define MSGTR_CantSeekRawAVI "Cannot seek in raw AVI streams. (Index required, try with the -idx switch.)\n"
#define MSGTR_CantSeekFile "Cannot seek in this file.\n"
-#define MSGTR_EncryptedVOB "Encrypted VOB file! Read DOCS/HTML/en/dvd.html.\n"
+#define MSGTR_EncryptedVOB "Encrypted VOB file! Read DOCS/HTML/en/cd-dvd.html.\n"
#define MSGTR_MOVcomprhdr "MOV: Compressed headers support requires ZLIB!\n"
#define MSGTR_MOVvariableFourCC "MOV: WARNING: Variable FOURCC detected!?\n"