From 41fbcee1f557c3ddbfefc79b2b1b4719c6442265 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 12 Aug 2012 18:40:21 +0200 Subject: Remove dvdnav support (DVD menus) When the internal mplayer MPEG demuxer was removed (commit 1fde09db), the default demuxer when using dvdnav was set to libavformat. Now it turns out that this doesn't work with libavformat. It will terminate playback right after the audio runs out (instead of looping it like the video, or whatever it's supposed to do). I'm not sure what exactly the problem is, but since 1. even mplayer-svn can't handle DVD menus directly (missing highlights), 2. DVD menus are essentially worthless, and 3. I don't directly watch DVDs, don't bother with it and remove it. For basic playback, there's still libdvdread support. Also, use pkg-config for libdvdread, and drop support for in-tree libdvdread. Remove support for in-tree libdvdcss as well. --- DOCS/man/en/mplayer.rst | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/en/mplayer.rst b/DOCS/man/en/mplayer.rst index 3c1ffe43f1..89c125a1e0 100644 --- a/DOCS/man/en/mplayer.rst +++ b/DOCS/man/en/mplayer.rst @@ -9,7 +9,7 @@ Synopsis | **mplayer** [options] files | **mplayer** [options] {group of files and options} | **mplayer** [br]://[title][/device] [options] -| **mplayer** [dvd|dvdnav]://[title|[start\_title]-end\_title][/device] [options] +| **mplayer** dvd://[title|[start\_title]-end\_title][/device] [options] | **mplayer** \vcd://track[/device] | **mplayer** \tv://[channel][/input_id] [options] | **mplayer** radio://[channel|frequency][/capture] [options] @@ -239,30 +239,6 @@ n u Change channel list. -(The following keys are only valid if you compiled with dvdnav support: They -are used to navigate the menus.) - -keypad 8 - Select button up. - -keypad 2 - Select button down. - -keypad 4 - Select button left. - -keypad 6 - Select button right. - -keypad 5 - Return to main menu. - -keypad 7 - Return to nearest menu (the order of preference is: chapter->title->root). - -keypad ENTER - Confirm choice. - mouse control ------------- @@ -410,12 +386,6 @@ option. To end the profile, start another one or use the profile name | vf=pp=hb/vb/dr/al/fd | alang=en | -| [protocol.dvdnav] -| profile-desc="profile for dvdnav:// streams" -| profile=protocol.dvd -| mouse-movements=yes -| nocache=yes -| | [extension.flv] | profile-desc="profile for .flv files" | flip=yes @@ -680,9 +650,6 @@ Play DVD video from a directory with VOB files: Copy a DVD title to hard disk, saving to file title1.vob : ``mplayer dvd://1 --dumpstream --dumpfile=title1.vob`` -Play a DVD with dvdnav from path /dev/sr1: - ``mplayer dvdnav:////dev/sr1`` - Stream from HTTP: ``mplayer http://mplayer.hq/example.avi`` -- cgit v1.2.3