# HG changeset patch # User rathann # Date 1137620275 0 # Node ID 2ffede69ea15f8ec12c35713c18d15d8d6eaf769 # Parent 076ab46c63bdfeb4403563f346884fa98fde3a7c FAQ about problems with playing DVDs on certain drives. Also addresses http://bugzilla.mplayerhq.hu/show_bug.cgi?id=395 . diff -r 076ab46c63bd -r 2ffede69ea15 DOCS/xml/en/faq.xml --- 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 @@ +I can't play a DVD, MPlayer hangs or outputs "Encrypted VOB file!" errors. + + +CSS decryption code does not work with some DVD drives unless you set +the region code appropriately. See the answer to the previous question. + + + + + Do I need to be (setuid) root to be able to play a DVD? diff -r 076ab46c63bd -r 2ffede69ea15 help/help_mp-en.h --- 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"