Mercurial > mplayer.hg
changeset 17424:2ffede69ea15
FAQ about problems with playing DVDs on certain drives.
Also addresses http://bugzilla.mplayerhq.hu/show_bug.cgi?id=395 .
author | rathann |
---|---|
date | Wed, 18 Jan 2006 21:37:55 +0000 |
parents | 076ab46c63bd |
children | dda0f4feca39 |
files | DOCS/xml/en/faq.xml help/help_mp-en.h |
diffstat | 2 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/faq.xml Wed Jan 18 18:11:02 2006 +0000 +++ b/DOCS/xml/en/faq.xml Wed Jan 18 21:37:55 2006 +0000 @@ -757,6 +757,16 @@ <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>
--- a/help/help_mp-en.h Wed Jan 18 18:11:02 2006 +0000 +++ b/help/help_mp-en.h Wed Jan 18 21:37:55 2006 +0000 @@ -559,7 +559,7 @@ #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"