summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-27 17:33:44 +0000
committerjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-27 17:33:44 +0000
commitaa9f266980a977e785d4dcc895529c7da712306b (patch)
treea314229521811bd87e9ebb09f2bc23507cad0664 /DOCS
parent7158327e6d70ca18fd60a971d33b71e4776212b5 (diff)
downloadmpv-aa9f266980a977e785d4dcc895529c7da712306b.tar.bz2
mpv-aa9f266980a977e785d4dcc895529c7da712306b.tar.xz
some changes found by lgb...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7936 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/cd-dvd.html13
1 files 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 @@
<H4>DVD Navigation support (dvdnav)</H4>
<P>Support for DVD navigation via <CODE>dvdnav</CODE> was being worked on, but
- it was never finished properly and is therefore not recommended.</P>
+ it was never finished properly and is therefore <B>not recommended</B>!</P>
<H4>Old-style DVD support - OPTIONAL</H4>
<P>Useful if you want to play encoded VOBs from <B>hard disk</B>. Compile and
install <B>libcss</B> 0.0.1 (not newer) for this (If MPlayer fails to
- detect it, use the <CODE>-csslib /path/to/libcss.so</CODE> option). You need
- to be root or use a suid root binary to use it.</P>
+ detect it, use the <CODE>-csslib /path/to/libcss.so</CODE> 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.</P>
<H4>DVD structure</H4>
@@ -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:</P>
<UL>
- <LI>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.</LI>
+ <LI>Force the user to be root or use a suid root mplayer binary.</LI>
+ <LI>Let MPlayer call the suid root fibmap_mplayer wrapper program to access
+ the DVD (used in the old-style DVD playback over libcss).</LI>
<LI>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