comparison DOCS/cd-dvd.html @ 7936:635baf6d2e1d

1l
author jonas
date Sun, 27 Oct 2002 18:01:40 +0000
parents 643d7fea35c5
children 34a59cff6f29
comparison
equal deleted inserted replaced
7935:643d7fea35c5 7936:635baf6d2e1d
102 so you need to use raw addressing of sectors of the disc to implement DVD 102 so you need to use raw addressing of sectors of the disc to implement DVD
103 navigation. It's also needed to decrypt the content.</P> 103 navigation. It's also needed to decrypt the content.</P>
104 104
105 <P>The whole old-style DVD support with libcss needs therefore a mounted DVD 105 <P>The whole old-style DVD support with libcss needs therefore a mounted DVD
106 filesystem and a raw sector-based access to the device. Unfortunately you must 106 filesystem and a raw sector-based access to the device. Unfortunately you must
107 be root (under Linux) to get the sector address of a file. You got two choices:</P> 107 be root (under Linux) to get the sector address of a file. You got the
108 following choices:</P>
108 109
109 <UL> 110 <UL>
110 <LI>Force the user to be root or use a suid root mplayer binary.</LI> 111 <LI>Force the user to be root or use a suid root mplayer binary.</LI>
111 <LI>Let MPlayer call the suid root fibmap_mplayer wrapper program to access 112 <LI>Let MPlayer call the suid root fibmap_mplayer wrapper program to access
112 the DVD (used in the old-style DVD playback over libcss).</LI> 113 the DVD (used in the old-style DVD playback over libcss).</LI>