[Mplayer-cvslog] CVS: main/DOCS cd-dvd.html,1.11,1.12 codecs.html,1.14,1.15 documentation.html,1.57,1.58 faq.html,1.15,1.16

Winner of tha face compo gabucino at mplayer.dev.hu
Fri Sep 28 00:13:40 CEST 2001


Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv4449/DOCS

Modified Files:
	cd-dvd.html codecs.html documentation.html faq.html 
Log Message:

more fixes


Index: cd-dvd.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/cd-dvd.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cd-dvd.html	27 Sep 2001 15:23:41 -0000	1.11
+++ cd-dvd.html	27 Sep 2001 22:13:18 -0000	1.12
@@ -75,21 +75,21 @@
 This is the first version of some real DVD support inside <B>MPlayer</B> and
 we're busy with hunting bugs and implementing basic DVD player features.</P>
 
-<P><B>MPlayer</B> uses libdvdread which has got built in support for IFO parsing,
-reading navi blocks and doing authentication/descrambling. libdvdread
-use the good old libcss to the latter tasks. So you will need libcss and
-libdvdread downloaded, compiled and installed BEFORE you run ./configure
-script of <B>MPlayer</B> which will autodetect libdvdread for you in this way.</P>
+<P><B>MPlayer</B> uses libdvdread which has got built in support for IFO
+parsing, reading navi blocks and doing authentication/descrambling. libdvdread
+uses libdvdcss to the latter tasks. So you will need libdvdcss and libdvdread
+downloaded, compiled and installed BEFORE you run ./configure script of
+<B>MPlayer</B> which will autodetect libdvdread for you in this way.</P>
 
 <UL>  
-<LI><P><B>Download source of libdvdread and libcss.</B></P>
+<LI><P><B>Download source of libdvdread and libdvdcss.</B></P>
   
 <P><I>You can download them from
 <A HREF="http://www.dtek.chalmers.se/groups/dvd">http://www.dtek.chalmers.se/groups/dvd</A>
-(click 'download' in the menu at the left, and you can find libcss and
+(click 'download' in the menu at the left, and you can find libdvdcss and
 libdvdread in a table).</I></P></LI>
   
-<LI><P><B>Compile and install libcss THEN libdvdread.</B></P>
+<LI><P><B>Compile and install libdvdcss THEN libdvdread.</B></P>
     
 <P><I>Read documentation of these packages to do this step easily.</I></P></LI>
   
@@ -101,7 +101,7 @@
 line when you run ./configure). That's it! Say: <CODE>make</CODE>, then <CODE>make install</CODE>.</I></P></LI>
 </UL>
 
-<P>Of course after installing libcss and libdvdread you don't need recompile
+<P>Of course after installing libdvdcss and libdvdread you don't need recompile
 them at each time when you want to recompile <B>MPlayer</B> (from a new CVS version
 for example) since the needed packages have already been installed on your
 machine.</P>
@@ -130,7 +130,7 @@
 <TABLE BORDER=0 ALIGN=left WIDTH=100%>
 
 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
-Can I compile libdvdread and libcss for example on my sweet Sparc/Solaris?
+Can I compile libdvdread and libdvdcss for example on my sweet Sparc/Solaris?
 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
 Who knows ... Please test it and send feedback. But it's said that it
 should work. Please refer documentation of libdvdread and its homepage
@@ -174,7 +174,7 @@
 under the XYZ#$ paragraph of the--
 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
 Get back asshole, there is no DeCSS code in <B>MPlayer</B>. <B>MPlayer</B> uses libdvdread
-by linking against it, and libdvdread uses libcss by dynamic loading it.
+by linking against it, and libdvdread uses libdvdcss by dynamic loading it.
 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
 
 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
@@ -193,7 +193,7 @@
 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
 
 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
-Where can I get libdvdread and libcss packages from?
+Where can I get libdvdread and libdvdcss packages from?
 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
 From the site of Ogle:
 <A HREF="http://www.dtek.chalmers.se/groups/dvd">http://www.dtek.chalmers.se/groups/dvd</A>.

Index: codecs.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/codecs.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- codecs.html	27 Sep 2001 15:23:41 -0000	1.14
+++ codecs.html	27 Sep 2001 22:13:18 -0000	1.15
@@ -10,7 +10,7 @@
 <P><B>MPlayer</B> can read/play from the following devices/formats:<BR>
 <UL>
 <LI> VCD (Video CD) directly from CD-ROM or from CDRwin's .bin image file     
-<LI> DVD, directly from your DVD disk, using optional libcss for decryption
+<LI> DVD, directly from your DVD disk, using optional libdvdcss for decryption
 <LI> MPEG 1/2 System Stream (PS/PES/VOB) and Elementary Stream (ES) file
      formats
 <LI> RIFF AVI file format

Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- documentation.html	27 Sep 2001 18:40:23 -0000	1.57
+++ documentation.html	27 Sep 2001 22:13:18 -0000	1.58
@@ -220,7 +220,7 @@
 You'll need this to gain <B>DivX</B> playing on non-x86 machines, or want to
 gain bigger speed than the Win32 codec does.</LI>
 
-<LI>For DVD support, you'll have to compile libdvdread and libcss.
+<LI>For DVD support, you'll have to compile libdvdread and libdvdcss.
 See <A HREF="cd-dvd.html#4.2">section 4.2</A> for more information.</LI>
 </UL>
 
@@ -250,7 +250,16 @@
 
 <P><B><A NAME=1.4>1.4. What about the GUI?</A></B></P>
 
-<P>TODO</P>
+<P>The GUI is built upon GTK, so gtk (and it's devel stuff) has to be installed.
+You can build it by specifying <CODE>--enable-new-gui</CODE> during ./configure .
+Then, to turn on GUI mode, you either
+<UL>
+  <LI>use the <CODE>-gui</CODE> option</LI>
+  <LI>specify <CODE>gui=yes</CODE> in your config file</LI>
+  <LI><CODE>ln -s /usr/local/bin/mplayer /usr/local/bin/gmplayer</CODE> ,
+  and call <CODE>gmplayer</CODE> instead.
+</UL>
+</P>
 
 <P><B><A NAME=1.5>1.5. Subtitles and OSD</A></B></P>
 
@@ -352,7 +361,7 @@
 <P><B>GUI keyboard control</B></P>
 
 <P><TABLE BORDER=0>
-<TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>, and .</TD><TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>previous / next stream</TD><TR>
+<TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>, and .</TD><TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>previous / next file</TD><TR>
 <TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>gray - or +</TD><TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>decrease / increase volume</TD><TR>
 <TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>enter</TD><TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>start playing</TD><TR>
 <TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>space</TD><TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>pause</TD><TR>
@@ -420,10 +429,12 @@
 
 <P><B><A NAME=3.3>3.3. Streaming from network or pipes</A></B></P>
 
-<P><B>MPlayer</B> can play media from network, by using the HTTP protocol.
+<P><B>MPlayer</B> can play files from network, using the HTTP protocol.
 Configuring it is simple, just recompile <B>MPlayer</B> with</P>
 
 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;./configure --enable-streaming</CODE></P>
+
+<P>MPlayer <B>can NOT read ASF</B> files from network, neither with HTTP nor MMS.</P>
 
 <P><B>MPlayer</B> can read from stdin (NOT named pipes). This can be for example
 used to play from FTP:</P>

Index: faq.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/faq.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- faq.html	27 Sep 2001 15:23:41 -0000	1.15
+++ faq.html	27 Sep 2001 22:13:18 -0000	1.16
@@ -104,9 +104,9 @@
 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
 
 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
-I compiled MPlayer with libcss/libdivxdecore support, but when
+I compiled MPlayer with libdvdcss/libdivxdecore support, but when
 I try to start it, it says:<BR>
-<CODE>&gt; error while loading shared libraries: libcss.so.0: cannot load
+<CODE>&gt; error while loading shared libraries: lib*.so.0: cannot load
 shared object file: No such file or directory</CODE><BR>
 I checked up on the file and it IS there in /usr/local/lib.
 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">




More information about the MPlayer-cvslog mailing list