From fd7ecb4a4e1acd75b8befde06bc0218aceee5eb2 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 21 Sep 2004 12:12:58 +0000 Subject: [PATCH] Better explain why we have no DVD menus and what to do about it (DIY). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13420 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/faq.xml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index bf344a7a13..cd2f0c78c4 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -1123,14 +1123,17 @@ to worry about it ... Note: With SDL you can force/disable Xv using DVD playback -What about DVD navigation? +What about DVD navigation/menus? -Support for dvdnav in MPlayer is currently broken, -normal playback does work, though. If you want to have fancy menus, you will -have to use another player like Xine or -Ogle. If you care about DVD navigation, send a -patch. +MPlayer does not support DVD menus due to serious +architectural limitations that prevent proper handling of still images and +interactive content. If you want to have fancy menus, you will have to use +another player like xine, +vlc or Ogle. +If you want to see DVD navigation in MPlayer you +will have to implement it yourself, but be aware that it is a major +undertaking.