From aa9f266980a977e785d4dcc895529c7da712306b Mon Sep 17 00:00:00 2001
From: jonas
Date: Sun, 27 Oct 2002 17:33:44 +0000
Subject: [PATCH] some changes found by lgb...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7936 b3059339-0415-0410-9bf9-f77b7e298cf2
---
DOCS/cd-dvd.html | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/DOCS/cd-dvd.html b/DOCS/cd-dvd.html
index 887b94ab47..e78d48c248 100644
--- a/DOCS/cd-dvd.html
+++ b/DOCS/cd-dvd.html
@@ -79,14 +79,15 @@
DVD Navigation support (dvdnav)
Support for DVD navigation via dvdnav
was being worked on, but
- it was never finished properly and is therefore not recommended.
+ it was never finished properly and is therefore not recommended!
Old-style DVD support - OPTIONAL
Useful if you want to play encoded VOBs from hard disk. Compile and
install libcss 0.0.1 (not newer) for this (If MPlayer fails to
- detect it, use the -csslib /path/to/libcss.so
option). You need
- to be root or use a suid root binary to use it.
+ detect it, use the -csslib /path/to/libcss.so
option). To use it,
+ you need to be root, use a suid root MPlayer binary or let MPlayer call the
+ suid root fibmap_mplayer wrapper program.
DVD structure
@@ -106,9 +107,9 @@ filesystem and a raw sector-based access to the device. Unfortunately you must
be root (under Linux) to get the sector address of a file. You got two choices:
- - Force the user to be root or use a suid root mplayer binary like
- fibmap_mplayer which does the dvd access for the old-style DVD playback
- over libcss.
+ - Force the user to be root or use a suid root mplayer binary.
+ - Let MPlayer call the suid root fibmap_mplayer wrapper program to access
+ the DVD (used in the old-style DVD playback over libcss).
- Don't use the kernel's filesystem driver at all and re-implement it in
userspace. libdvdread 0.9.x and libmpdvdkit does this (New-style DVD
support). The kernel udf filesystem drivers isn't needed as they already