Git commit 5f68e4e402c65ac19c537f1f50bad0b47f55c2c4 by Koos Vriezen.
Committed on 01/07/2005 at 11:26.
Pushed by ltoscano into branch '0.11'.

Copied some text I wrote for a BR

svn path=/trunk/extragear/multimedia/doc/kmplayer/; revision=430456

M  +27   -3    doc/index.docbook

https://commits.kde.org/kmplayer/5f68e4e402c65ac19c537f1f50bad0b47f55c2c4

diff --git a/doc/index.docbook b/doc/index.docbook
index 1c75acc..240e94b 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -61,15 +61,12 @@
 
 <chapter id="introduction">
 <title>Introduction</title>
-
-
 <para>
 &kmplayer; is a simple frontend to <application>MPlayer</application>, 
<application>Xine</application> and <application>FFMpeg</application>. You
 can use it for watching all the movie file formats that
 <application>MPlayer</application>/<application>Xine</application> supports as 
well as watching
 <acronym>DVD</acronym>s, <acronym>VCD</acronym> or 
<acronym>TV</acronym>/<acronym>camera</acronym>.
 </para>
-
 <para>The documentation for &kappname; was not finished when &kde; was
 installed on this computer.</para> <para>If you need help, please
 check <ulink url="http://www.kde.org";>The KDE Website</ulink> for
@@ -78,6 +75,33 @@ to:[email protected]">The &kde; User Mailing 
list</ulink>.</para>
 <para><emphasis>The &kde; Team</emphasis></para>
 
 </chapter>
+<chapter id="sources">
+<title>The playable sources</title>
+<para>
+    &kmplayer; can play from various sources. These sources are listed in the 
Source menu.
+</para>
+<section>
+    <title>VDR</title>
+<para>
+To configure your VDR settings in kmplayer, see the Configure 
panel->Source->VDR->XVideo port panel. There should be ports detected, from 
which you should select one. You have to figure out what encoding you should 
use (eg. for western europe, that is PAL) and likely the correct one has a name 
with <quote>dvb</quote> in it.
+</para>
+<para>
+ For instance, I have a TV card, a DVB-S card and a webcam pluged into my 
system. With these, my settings are that there are three Ports. The first one 
has a long list of NTSC(-JP)/PAL(-M)/SECAM entries all saying something about 
television/composite/svideo (my TV card). The second one has 
NTSC-dvb/PAL-dvb/SECAM-dvb (my DVB-S card). And finally the third has only 
ntsc/pal (probably my webcam). I should therefore configure (just select it) 
the second port and second entry (PAL-dvb). 
+</para>
+<para>
+ Because VDR support from kmplayer can only use XVideo, of course XVideo 
should work (and I believe for video devices, this way of viewing only works on 
linux). Also this only works on your first display (:0.0). So make sure 
<quote>videoforlinux</quote> extension works with the X server. For the XFree86 
server, therefor in its configuration 
(<filename>/etc/X11/XF86Config</filename>) it should have
+<programlisting>
+Section "Module" 
+     .... 
+     Load    "v4l" 
+EndSection
+</programlisting>
+</para>
+<para>
+ Unfortunately, when ever you update your video driver, you have to 
reconfigure this setting. 
+</para>
+</section>
+</chapter>
 <chapter id="questionsanswersandtips">
     <title>Questions, Answers, and Tips</title>
 

Reply via email to