summaryrefslogtreecommitdiff
path: root/doc/faq/faq.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/faq/faq.sgml')
-rw-r--r--doc/faq/faq.sgml3015
1 files changed, 1399 insertions, 1616 deletions
diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml
index 6f9720bee..16e7cdbcb 100644
--- a/doc/faq/faq.sgml
+++ b/doc/faq/faq.sgml
@@ -1,1949 +1,1732 @@
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
-<!ENTITY intro SYSTEM "intro.sgml">
-]>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<book>
-<bookinfo>
+ <bookinfo>
<title>The xine engine FAQ</title>
<titleabbrev>xine FAQ</titleabbrev>
<copyright>
- <year>2001-2003</year>
- <holder>the xine project team</holder>
+ <year>2001-2003</year>
+ <holder>the xine project team</holder>
</copyright>
-</bookinfo>
+ </bookinfo>
-<chapter id="general">
-
- <title>General questions about xine and this document</title>
-
- <sect1 id="about">
+ <article>
+ <sect1 id="general">
+ <title>General questions about xine and this document</title>
+ <sect2 id="about">
<title>What is the xine engine?</title>
-
<para>
- The xine engine is a free media player engine. It comes in the form of
- a shared libarary and is typically used by media player frontends
- and other multimedia applications for playback of multimedia streams
- such as movies, radio/tv network streams, DVDs, VCDs.
+ The xine engine is a free media player engine. It comes in the form of
+ a shared libarary and is typically used by media player frontends
+ and other multimedia applications for playback of multimedia streams
+ such as movies, radio/tv network streams, DVDs, VCDs.
</para>
-
- </sect1>
-
- <sect1 id="scope">
-
- <title> What's the aim and scope of this text? </title>
-
<para>
- The primary goal of this FAQ is to cover all recurring questions related
- to the xine engine. Frontend specific questions are not covered here.
+ Since there are several frontends for the xine library available,
+ this document has a problem when it comes to examples.
+ The two most common frontends xine-ui and gxine are mixed in command
+ line examples throughout this FAQ. When you use a different
+ frontend, some of these will not work for you. The filename of
+ the config file also varies amongst frontends. If you get confused,
+ I recommend you try with one of xine-ui or gxine.
</para>
+ </sect2>
- </sect1>
-
- <sect1 id="wheretogethelp">
-
- <title> My question is not yet covered here - where can I ask for help? </title>
-
+ <sect2 id="scope">
+ <title>What's the aim and scope of this text?</title>
<para>
- First of all be sure that your question is really not covered here and
- that you haven't just been a bit too lazy to read through all of this
- text. ;-). Also check out the xine HOWTO and documentation specific to
- the frontend (e.g. <command> xine-ui </command> or <command> gxine </command> or
- <command> totem </command>).
+ The primary goal of this FAQ is to cover all recurring questions related
+ to the xine engine. Frontend specific questions are usually not covered here.
</para>
-
- <para>
- That said - you are welcome to mail to our user mailing list:
-
- <email>xine-user@lists.sourceforge.net</email>
+ </sect2>
- Please provide some info about your setup so people have a chance to
- help you, e.g. include information about your audio/video hardware
- and drivers you use, operating system, cpu type and some console
- output/any error messages. Also include command line parameters you
- have specified and information about the type of stream you're
- trying to play back. Also very important is the version of xine
- you're using and information about any additional plugins you
- may have installed on your system.
+ <sect2 id="wheretogethelp">
+ <title>My question is not yet covered here - where can I ask for help?</title>
+ <para>
+ First of all be sure that your question is really not covered here and
+ that you haven't just been a bit too lazy to read through all of this
+ text. ;-). Also check out the documentation specific to
+ the frontend (e.g. <command>xine-ui</command> or <command>gxine</command> or
+ <command>totem</command>).
</para>
-
- </sect1>
-
- <sect1 id="modules">
-
- <title> What are those xine-lib, xine-ui, gxine, ... modules in cvs for? </title>
-
<para>
- Some time ago xine just became too complex to be just one big program.
- Therefore it was split into two major parts.
+ That said - you are welcome to mail to our user mailing list:
+ <email>xine-user@lists.sourceforge.net</email>
+ Please provide some info about your setup so people have a chance to
+ help you, e.g. include information about your audio/video hardware
+ and drivers you use, operating system, cpu type and some console
+ output/any error messages. Also include command line parameters you
+ have specified and information about the type of stream you're
+ trying to play back. Also very important is the version of xine
+ you're using and information about any additional plugins you
+ may have installed on your system.
</para>
-
+ </sect2>
+
+ <sect2 id="pronounce">
+ <title>How do I pronounce "xine"?</title>
<para>
- xine-lib is simply speaking the engine of xine. It contains all plugins
- and is necessary to run anything that relies on xine (this is the part that
- is covered in this FAQ).
+ As long as people know what you are talking about, you are free to
+ pronounce it the way you like, but the official pronounciation is
+ [ksi:n], like the name "Maxine" with the "Ma" removed.
</para>
+ </sect2>
+ <sect2 id="modules">
+ <title>What are those xine-lib, xine-ui, gxine, ... modules in cvs for?</title>
<para>
- Then there are frontends - applications that use xine. The most
- common frontend is that of a media player. There are currently
- two frontends being developed in the xine project, xine-ui (skinned
- dvd-player style frontend directly based on xlib) and gxine,
- a desktop media-player style frontend using the standard gtk widget set
- and comes with a mozilla browser plugin.
- External projects like sinek and totem develop additional frontends.
- In the future you will likely see more and different types of apllications
- being developed which will use the xine engine for video processing
- and other multimedia purposes.
+ Some time ago xine just became too complex to be just one big program.
+ Therefore it was split into two major parts.
</para>
-
<para>
- If you simply want a media/dvd player, you'll need to install xine-lib
- first and then choose and install a player frontend like xine-ui or gxine.
+ xine-lib is simply speaking the engine of xine. It contains all basic plugins
+ and is necessary to run anything that relies on xine. (This is the part that
+ is covered in this FAQ.)
</para>
-
<para>
- Other modules in CVS: <filename>xine-plugin</filename> a mozilla browser plugin
- for streaming media playback using xine (at the time of this writing
- unmaintained and somewhat obsoleted by gxine's browser plugin),
- <filename>xine-www</filename> the
- xine project website sources.
+ Then there are frontends - applications that use xine. The most
+ common frontend is that of a media player. There are currently
+ two frontends being developed in the xine project, xine-ui (skinned
+ dvd-player style frontend directly based on xlib) and gxine,
+ a desktop media-player style frontend using the standard gtk widget set
+ and comes with a mozilla browser plugin.
+ External projects like kaffeine, sinek and totem develop additional frontends.
+ In the future you will likely see more and different types of applications
+ being developed which will use the xine engine for video processing
+ and other multimedia purposes.
</para>
-
- </sect1>
-
- <sect1 id="cvs">
-
- <title> Where and how do I get the latest development version? </title>
-
<para>
- Be advised that end-users should stick to the official xine releases.
- CVS is only intended for developers.
+ If you simply want a media/dvd player, you'll need to install xine-lib
+ first and then choose and install a player frontend like xine-ui or gxine.
</para>
-
<para>
- To check out xine-modules from CVS, first do this:
+ Other modules in CVS are: <filename>xine-plugin</filename> a mozilla browser plugin
+ for streaming media playback using xine,
+ <filename>xine-www</filename> the
+ xine project website sources.
</para>
+ </sect2>
+
+ <sect2 id="cvs">
+ <title>Where and how do I get the latest development version?</title>
<para>
- <command> cvs -d :pserver:anonymous@cvs.xine.sourceforge.net:/cvsroot/xine login </command>
- [empty password]
+ Be advised that end-users should stick to the official xine releases.
+ CVS is only intended for developers and for others who know why they use it.
</para>
<para>
- then, to check out individual modules (e.g. <filename>xine-lib</filename>,
- <filename>gxine</filename>, <filename>xine-ui</filename>):
+ To check out xine-modules from CVS, first do this:
+ <screen>&nbsp;&nbsp;&nbsp;<command>cvs -d :pserver:anonymous@cvs.xine.sourceforge.net:/cvsroot/xine login</command></screen>
+ The password is empty, just press Enter.
</para>
<para>
- <command>cvs -d :pserver:anonymous@cvs.xine.sourceforge.net:/cvsroot/xine co modulename</command>
+ Then, to check out individual modules (e.g. <filename>xine-lib</filename>,
+ <filename>gxine</filename> or <filename>xine-ui</filename>):
+ <screen>&nbsp;&nbsp;&nbsp;<command>cvs -d :pserver:anonymous@cvs.xine.sourceforge.net:/cvsroot/xine co &lt;modulename&gt;</command></screen>
</para>
+ </sect2>
- </sect1>
-
- <sect1 id="binaries">
-
- <title> Where can I find pre-compiled binaries, e.g. RPMs? </title>
-
+ <sect2 id="binaries">
+ <title>Where can I find pre-compiled binaries, e.g. RPMs?</title>
<para>
- The xine project does not provide pre-compiled binaries for legal
- reasons (some parts of xine may be covered by patents in some countries).
- Some OS projects/vendors (e.g. debian, freebsd, ...) offer binaries
- for their distributions - please contact them for further info.
- You can also find links to third parties providing xine RPMs on
- the xine homepage :
- <ulink url="http://xine.sf.net/index.php/about">http://xine.sf.net/index.php/about</ulink>
+ The xine project does not provide pre-compiled binaries for legal
+ reasons (some parts of xine may be covered by patents in some countries).
+ Some OS projects/vendors (e.g. debian, freebsd, ...) offer binaries
+ for their distributions - please contact them for further info.
+ You can also find links to third parties providing xine RPMs on
+ the xine homepage at
+ <ulink url="http://xinehq.de/index.php/releases">http://xinehq.de/index.php/releases</ulink>.
</para>
-
<para>
- See the next chapter of this FAQ for instructions on how to build xine
- from source.
+ See the next section of this FAQ for instructions on how to build xine
+ from source.
</para>
+ </sect2>
</sect1>
-</chapter>
-
-<chapter id="building">
-
- <title> Building and installing xine from source </title>
-
- <sect1 id="buildrequirements">
-
- <title> What do I need to compile everything properly? </title>
+ <sect1 id="building">
+ <title>Building and installing xine from source</title>
+ <sect2 id="buildrequirements">
+ <title>What do I need to compile everything properly?</title>
<para>
- First of all an official and stable release of gcc. Also be aware
- that patched gcc versions may break parts of xine and are therefore
- not supported by the xine project.
+ First of all an official and stable release of gcc. Also be aware
+ that patched gcc versions may break parts of xine and are therefore
+ not supported by the xine project.
</para>
-
<para>
- Furthermore you'll have to use GNU make to compile xine. On most GNU/Linux
- systems "make" is GNU make - on other platforms use "gmake" instead.
- Also, zlib iss required (including the appropriate header files, which are
- often found in a package called zlib-devel or similar.)
+ Furthermore you'll have to use GNU make to compile xine. On most GNU/Linux
+ systems "make" is GNU make - on other platforms use "gmake" instead.
+ Also, zlib is required (including the appropriate header files, which are
+ often found in a package called zlib-devel or similar.)
</para>
-
<para>
- If you want to compile xine from CVS, you'll need to have the autobuild tools
- installed (automake, autoconf and libtool - in recent versions).
+ If you want to compile xine from CVS, you'll need to have the autobuild tools
+ installed (automake, autoconf and libtool - in recent versions).
</para>
-
<para>
- Frontends might need additional libraries, e.g. for gxine you'll need to have
- GTK installed. Make sure you have not only the shared libraries themselves
- but also the header files (often packaged seperately as so-called -dev packages)
- on your system.
+ Frontends might need additional libraries, e.g. for gxine you'll need to have
+ GTK installed. Make sure you have not only the shared libraries themselves
+ but also the header files (often packaged seperately as so-called -dev packages)
+ on your system.
</para>
-
<para>
- Some plugins that come with the xine engine need additional libraries (otherwise
- they will not be built). For example, libogg and libvorbis (plus their include files)
- are needed for ogg/vorbis support.
+ Some plugins that come with the xine engine need additional libraries (otherwise
+ they will not be built). For example, libogg and libvorbis (plus their include files)
+ are needed for ogg/vorbis support. Most notably, if you want to see any video
+ on your X11 desktop (and that's what you're here for, isn't it?), you need the
+ XFree developer packages as well.
</para>
-
<para>
- Don't worry about this too much right now, xine's <command>configure</command>
- (see below) will check for all the stuff needed and will tell you what's missing
- (which means that you should check the output it produces carefully ;) )
+ Don't worry about this too much right now, xine's <command>configure</command>
+ (see below) will check for all the stuff needed and will tell you what's missing
+ (which means that you should check the output it produces carefully ;) ).
</para>
- </sect1>
-
- <sect1>
-
- <title> How do I compile xine? </title>
+ </sect2>
- <sect2 id="simplebuildinstr">
-
- <title> Simple build instructions for beginners </title>
-
- <para>
- Download the latest xine-lib and gxine/xine-ui tarballs, then follow
- these instruction. To unpack a tarball, use:
- </para>
- <programlisting>
- tar xfvz tarballname.tar.gz
- </programlisting>
- <para>
- The following instructions will install xine in <filename>/usr/local</filename> for all
- users. You need root privileges to do this on most systems.
- </para>
- <para>
- First unpack xine-lib, then:
- </para>
- <programlisting>
- ./configure
- make install
- </programlisting>
- <para>
- Make sure your <filename>/etc/ld.so.conf</filename> contains
- <filename>/usr/local/lib</filename>, then:
- </para>
- <programlisting>
- ldconfig
- </programlisting>
- <para>
- Now unpack your frontend (gxine or xine-ui or ...), then:
- </para>
- <programlisting>
- ./configure
- make install
- </programlisting>
-
- </sect2>
-
- <sect2 id="completebuildinstr">
-
- <title> Complete build instructions </title>
-
- <para>
- The build process is the same for all of the xine modules.
- </para>
- <para>
- You have to start with xine-lib. If built and installed successfully, you
- can continue with the frontend(s).
- </para>
- <para>
- If you have installed xine-lib to a non-standard prefix, make sure you
- that you have <filename>$prefix/bin</filename> in your PATH and that your linker finds
- libs in <filename> $prefix/lib </filename> - otherwise trying to build modules that
- rely on xine-lib will fail with configure complaining about not
- finding certain parts of libxine. Using bash you can do something like:
- </para>
- <programlisting>
- export PATH="$prefix/bin:$PATH"
- export LD_LIBRARY_PATH="$prefix/lib:$LD_LIBRARY_PATH"
- </programlisting>
- <para>
- to make sure libxine can be found by the frontend(s).
- </para>
- <para>
- Last but not least. Here the build instructions. As stated earlier,
- those are the same for every xine module.
- </para>
- <programlisting>
- ./autogen.sh [-> *only* if you checked your sources out of CVS]
- ./configure
- make
- make install
- </programlisting>
-
- </sect2>
-
- </sect1>
-
- <sect1 id="rpmbuild">
-
- <title> Making your own RPM packages (xine-lib, xine-ui) </title>
+ <sect2>
+ <title>How do I compile xine?</title>
+ <sect3 id="simplebuildinstr">
+ <title> Simple build instructions for beginners </title>
+ <para>
+ Download the latest xine-lib and gxine/xine-ui tarballs, then follow
+ these instruction. To unpack a tarball, use:
+ <screen>&nbsp;&nbsp;&nbsp;<command>tar xfvz tarballname.tar.gz</command></screen>
+ </para>
+ <para>
+ The following instructions will install xine in <filename>/usr/local</filename>
+ where it will be visible for all users. You need root privileges to do this on most systems.
+ </para>
+ <para>
+ After unpacking xine-lib, issue:
+ <screen>
+&nbsp;&nbsp;&nbsp;<command>./configure</command>
+&nbsp;&nbsp;&nbsp;<command>make install</command></screen>
+ </para>
+ <para>
+ Make sure your <filename>/etc/ld.so.conf</filename> contains
+ <filename>/usr/local/lib</filename> and continue with:
+ <screen>&nbsp;&nbsp;&nbsp;<command>ldconfig</command></screen>
+ </para>
+ <para>
+ Now unpack your frontend (gxine or xine-ui or ...), then:
+ <screen>
+&nbsp;&nbsp;&nbsp;<command>./configure</command>
+&nbsp;&nbsp;&nbsp;<command>make install</command></screen>
+ </para>
+ </sect3>
+ <sect3 id="completebuildinstr">
+ <title>Complete build instructions</title>
+ <para>
+ The build process is the same for all of the xine modules.
+ </para>
+ <para>
+ You have to start with xine-lib. If built and installed successfully, you
+ can continue with the frontend(s).
+ </para>
+ <para>
+ If you have installed xine-lib to a non-standard prefix, make sure
+ that you have <filename>$prefix/bin</filename> in your PATH and that your linker finds
+ libs in <filename>$prefix/lib</filename> - otherwise trying to build modules that
+ rely on xine-lib will fail with configure complaining about not
+ finding certain parts of libxine. Using bash you can do something like:
+ <screen>
+&nbsp;&nbsp;&nbsp;<command>export PATH="$prefix/bin:$PATH"</command>
+&nbsp;&nbsp;&nbsp;<command>export LD_LIBRARY_PATH="$prefix/lib:$LD_LIBRARY_PATH"</command></screen>
+ to make sure libxine can be found by the frontend(s).
+ </para>
+ <para>
+ Last but not least. Here the build instructions. As stated earlier,
+ those are the same for every xine module.
+ <screen>
+&nbsp;&nbsp;&nbsp;<command>./autogen.sh</command> [-> *only* if you checked your sources out of CVS]
+&nbsp;&nbsp;&nbsp;<command>./configure</command>
+&nbsp;&nbsp;&nbsp;<command>make</command>
+&nbsp;&nbsp;&nbsp;<command>make install</command></screen>
+ </para>
+ </sect3>
+ </sect2>
+ <sect2 id="rpmbuild">
+ <title>Making your own RPM packages (xine-lib, xine-ui)</title>
<para>
- Basically you will only have to issue one command, if you have just
- downloaded a source tarball from our web site:
- </para>
-
- <para>
- <command> rpm -ta THE_NAME_OF_YOUR_SOURCE_TAR_BALL </command>
+ Basically you will only have to issue one command, if you have just
+ downloaded a source tarball from our web site:
+ <screen>&nbsp;&nbsp;&nbsp;<command>rpm -ta &lt;THE_NAME_OF_YOUR_SOURCE_TAR_BALL&gt;</command></screen>
</para>
-
<para>
- This will start the binary and source RPM building. After compiling is
- finished, a binary rpm is placed in your rpm binary directory which is
- usally <filename>/usr/src/RPM/RPMS/[YOUR_ARCHITECTURE]</filename> and a source RPM is written
- to your rpm source dir (e.g. <filename>/usr/src/RPM/SRPMS</filename>).
+ This will start the binary and source RPM building. After compiling is
+ finished, a binary rpm is placed in your rpm binary directory which is
+ something like <filename>/usr/src/RPM/RPMS/&lt;YOUR_ARCHITECTURE&gt;</filename>
+ and a source RPM is written to your rpm source dir
+ (e.g. <filename>/usr/src/RPM/SRPMS</filename>).
</para>
-
<para>
- In case that you have a fresh CVS checkout, you will need to do the
- following first in order to get a tarball release out of it which you
- can later use with the <command> rpm -ta </command> command above:
+ In case that you have a fresh CVS checkout, you will need to do the
+ following first in order to get a tarball release out of it which you
+ can later use with the <command>rpm -ta</command> command above:
+ <screen>&nbsp;&nbsp;&nbsp;<command>./autogen.sh && make clean && make dist</command></screen>
</para>
-
<para>
- <command> ./autogen.sh && make clean && make dist </command>
+ In any case, please keep in mind that you have to build and install
+ xine-lib first before you can proceed with xine-ui.
</para>
-
+ </sect2>
+
+ <sect2 id="cflags">
+ <title>Can I provide additional CFLAGS for compilation?</title>
<para>
- In any case, please keep in mind that you have to build and install
- xine-lib first before you can proceed with xine-ui.
+ Yes, you can do so by setting the CFLAGS variable and then running
+ <command>configure</command> again. You can even pass them to
+ <command>configure</command> directly. Example:
+ <screen>&nbsp;&nbsp;&nbsp;<command>./configure CFLAGS="-march=i686"</command></screen>
</para>
-
- </sect1>
-
- <sect1 id="cflags">
-
- <title> Can I provide additional CFLAGS for compilation? </title>
-
<para>
- Yes, you can do so by setting the CFLAGS variable and then run
- configure again.
+ Other user variables <command>configure</command> respects are:
+ <itemizedlist>
+ <listitem>
+ <para>
+ <command>CC</command> to specify the compiler executable
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <command>CPP</command> to specify the C preprocessor executable
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <command>LD</command> to specify the linker executable
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <command>CPPFLAGS</command> to pass additional include paths or other
+ preprocessor options
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <command>LDFLAGS</command> to pass additional library paths or other
+ linker options
+ </para>
+ </listitem>
+ </itemizedlist>
</para>
-
<para>
- This can be useful to specify additional include paths or library paths
- to the compiler.
+ An example combining some of these would look like:
+ <screen>&nbsp;&nbsp;&nbsp;<command>./configure CC="/opt/intel/bin/icc" LD="/opt/intel/bin/xild" CPPFLAGS="-I/usr/local/include/dvdnav" LDFLAGS="-L/home/guenter/xine_libs"</command></screen>
</para>
+ </sect2>
+ <sect2 id="athlonflags">
+ <title>Are there binaries for my AMD K7 (Athlon&trade;) available? Can I build them?</title>
<para>
- Example: <command> export CFLAGS="-I/usr/include -L/home/guenter/xine_libs" </command>
+ If you have a recent gcc you can try to compile "more" k7 support in (esp.
+ better instruction scheduling). If the configure script should fail to
+ detect your processor/gcc correctly, try passing the canonical system name for
+ your machine to configure with the <command>--host</command> option, e.g.
+ <screen>&nbsp;&nbsp;&nbsp;<command>./configure --host=k7-pc-linux-gnu</command></screen>
</para>
+ </sect2>
- </sect1>
-
- <sect1 id="athlonflags">
+ <sect2>
+ <title>Build problems: xine engine (xine-lib)</title>
+ <sect3 id="doesntcompile">
+ <title>The package doesn't compile at all!</title>
+ <para>
+ In order to be able to compile xine-lib, you need (amongst other things)
+ the zlib compression library plus the appropriate headers, which are
+ often found in a package called zlib-devel or similar.
+ </para>
+ <para>
+ Read again carefully the output <command>./configure</command>
+ produced and/or compiler warnings and error reports, they often contain
+ helpful information to find out what's going on. If you're stuck here
+ and decide to post your problem on the xine-user mailing list,
+ make sure you include these outputs.
+ </para>
+ </sect3>
+ <sect3 id="xvpluginfailstobuild">
+ <title>The Xv video-out plugin fails to compile!</title>
+ <para>
+ If you want to have Xv support compiled in, make sure you either have
+ a shared Xv library on your system, e.g.
+ <command>ls /usr/X11R6/lib/libXv*</command>
+ should give you some .so libs, like this:
+ <screen>
+&nbsp;&nbsp;&nbsp;/usr/X11R6/lib/libXv.a
+&nbsp;&nbsp;&nbsp;/usr/X11R6/lib/libXv.so
+&nbsp;&nbsp;&nbsp;/usr/X11R6/lib/libXv.so.1</screen>
+ </para>
+ <para>
+ Alternatively you need to have libtool 1.4 or newer installed, then
+ libXv.a is sufficient. Otherwise you can create the shared versions yourself:
+ <screen>
+&nbsp;&nbsp;&nbsp;<command>ld --whole-archive -shared -o libXv.so.1 libXv.a</command>
+&nbsp;&nbsp;&nbsp;<command>ln -s libXv.so.1 libXv.so</command>
+&nbsp;&nbsp;&nbsp;<command>ldconfig</command></screen>
+ </para>
+ <para>
+ Now you should be ready to build the Xv video-out plugin on your system.
+ </para>
+ </sect3>
+ </sect2>
- <title> Are there binaries for my AMD K7 (Athlon (TM) ) available? Can I build them? </title>
+ <sect2>
+ <title>Build problems in frontends (gxine/xine-ui/...)</title>
+ <sect3 id="xinelibnotfound">
+ <title>I have installed xine-lib but the frontend complains about not finding it!</title>
+ <para>
+ First of all take a closer look at the compilation instructions above again.
+ You will probably find your answer there right away.
+ </para>
+ <para>
+ As stated there (there again that hint *grin*), make sure that you
+ have <filename>$prefix/bin</filename> in your path and that your
+ linker is able to find libraries installed in <filename>$prefix/lib</filename>
+ By the way, $prefix is where you installed your xine-lib to earlier
+ (yes, installing xine-lib with <command>make install</command> would be a good
+ idea before trying to compile the frontend ;) ).
+ </para>
+ </sect3>
+ </sect2>
+ <sect2 id="nonrootbuild">
+ <title>Can I install xine in my home directory (without being root)?</title>
<para>
- If you have a recent gcc you can try to compile "more" k7 support in (esp.
- better instruction scheduling). If the configure script should fail to
- detect your processor/gcc correctly, try setting the xine_BUILD envvar
- explicitly to a valid description string for your configuration, e.g.
+ Sure. First set up a subdir where you install your private software, eg.
+ <screen>&nbsp;&nbsp;&nbsp;<command>mkdir ~/xine</command></screen>
</para>
-
- <programlisting>
- export xine_BUILD=k7-pc-linux-gnu
- rm -f config.cache
- ./autogen.sh
- make
- make install
- </programlisting>
-
- </sect1>
-
- <sect1>
-
- <title> Build problems: xine engine (xine-lib) </title>
-
- <sect2 id="doesntcompile">
-
- <title> The package doesn't compile at all! </title>
-
- <para>
- In order to be able to compile xine-lib, you need (amongst other things)
- the zlib compression library plus the appropriate headers, which are
- often found in a package called zlib-devel or similar.
- </para>
-
- <para>
- Read again carefully the output <command>./configure</command>
- produced and/or compiler warnings and error reports, they often contain
- helpfull information to find out what's going on. If you're stuck here
- and decide to post your problem on the xine-user mailing list,
- make sure you include these outputs.
- </para>
-
- </sect2>
- <sect2 id="xvpluginfailstobuild">
-
- <title> The Xv video-out plugin fails to compile! </title>
-
- <para>
- If you want to have Xv support compiled in, make sure you either have
- a shared Xv library on your system, e.g.
- <command> ls /usr/X11R6/lib/libXv* </command>
- should give you some .so libs, like this:
- <programlisting>
- /usr/X11R6/lib/libXv.a
- /usr/X11R6/lib/libXv.so
- /usr/X11R6/lib/libXv.so.1
- </programlisting>
- </para>
-
- <para>
- Alternatively you need to have libtool 1.4 or newer installed, then
- libXv.a is sufficient. Otherwise you can create the shared versions yourself:
- <programlisting>
- ld --whole-archive -shared -o libXv.so.1 libXv.a
- ln -s libXv.so.1 libXv.so
- ldconfig
- </programlisting>
- </para>
-
- <para>
- Now you should be ready to build the Xv video-out plugin on your system.
- </para>
-
- </sect2>
-
- </sect1>
-
- <sect1>
-
- <title> Build problems: frontend (gxine/xine-ui/...) </title>
-
- <sect2 id="xinelibnotfound">
-
- <title> I have installed xine-lib but the frontend complains about not finding it!</title>
-
- <para>
- First of all take a closer look at the compilation instructions above again.
- You will probably find your answer there right away.
- </para>
-
- <para>
- As stated there (there again that hint *grin*), make sure that you
- have <filename> $prefix/bin </filename> in your path and that your
- linker is able to find
- libraries installed in <filename>$prefix/lib</filename> (by the way, $prefix is where you
- installed your xine-lib to earlier (yes, installing xine-lib with
- <command> make install </command> would be a good idea before trying to compile
- the frontend ;)).
- </para>
-
- </sect2>
- </sect1>
-
- <sect1 id="nonrootbuild">
-
- <title> Can I install xine in my home directory (without being root) ? </title>
-
<para>
- yes. first set up a subdir where you install your private software, eg
+ Then you have to set a few environment variables - it's probably a good
+ idea to add this to your <filename>~/.bashrc</filename> (or somewhere similar):
+ <screen>
+&nbsp;&nbsp;&nbsp;<command>export PATH="$HOME/xine/bin:$PATH"</command>
+&nbsp;&nbsp;&nbsp;<command>export LD_LIBRARY_PATH="$HOME/xine/lib:$LD_LIBRARY_PATH"</command></screen>
</para>
- <programlisting>
- $ mkdir ~/usr
- </programlisting>
<para>
- then you have to set a few environment variables - it's probably a good
- idea to add this to your <filename> ~/.bashrc </filename> (or somewhere similar):
+ Now you can unpack tarballs e.g. in <filename>~/xine/src</filename>
+ (<command>mkdir ~/xine/src</command> if necessary) and do a
+ <screen>
+&nbsp;&nbsp;&nbsp;<command>./configure --prefix=$HOME/xine</command>
+&nbsp;&nbsp;&nbsp;<command>make install</command></screen>
</para>
- <programlisting>
- export PATH="$HOME/usr/bin:$PATH"
- export LD_LIBRARY_PATH="$HOME/usr/lib:$LD_LIBRARY_PATH"
- export CFLAGS="-I$HOME/usr/include -L$HOME/usr/lib -O3"
- export ACLOCAL_FLAGS="-I $HOME/usr/share/aclocal"
- </programlisting>
<para>
- now you can unpack tarballs e.g. in <filename>~/usr/src</filename>
- (<command>mkdir ~/usr/src</command> if necessary) and do a
+ You also need to tell frontends using xine-lib, where to find it:
+ <screen>&nbsp;&nbsp;&nbsp;<command>./configure --prefix=$HOME/xine --with-xine-prefix=$HOME/xine</command></screen>
</para>
- <programlisting>
- $ ./configure --prefix=$HOME/usr
- $ make install
- </programlisting>
- </sect1>
-
-</chapter>
-
-<chapter id="playback">
-
- <title>Playback of various stream types</title>
-
- <sect1>
-
- <title>DVD Playback with xine</title>
-
- <sect2 id="dvdplayback">
-
- <title>How do I play back DVDs with xine?</title>
-
- <para>
- Newer xine (1.0.x) releases come with a full-featured
- DVD plugin that should be able to handle any unencrypted,
- non-locked DVD with full menu navigation support. No external
- plugins are required anymore here.
- </para>
-
- <para>
- To get DVD playback working, first make sure you have
- a symlink <filename>/dev/dvd</filename> pointing to your
- DVD device on your system. For example, if your DVD drive
- is the master ide drive on the second IDE channel,
- <filename>/dev/dvd</filename> should point to
- <filename>/dev/hdc</filename>. Please note that if you
- are using the ide-scsi emulation on your system, it is
- likely that you dvd drive got mapped to a scsi device
- node even though it is an ide drive. In that case first
- check out you boot/kernel logs (or run <command> cdrecord -scanbus </command>)
- to find out which device it got mapped to and set the
- symlink accordingly (should be something like <filename>/dev/scd0</filename>,
- <filename>/dev/scd1</filename>, ... in that case).
- Also make sure you (as a user) have sufficient (read) permissions
- on your dvd drive (this could mean you either have to change the device
- permissions or add your user to a special group
- (e.g. <command>addgroup cdrom username</command>),
- depending on your setup and/or distribution.
- </para>
-
- <para>
- It is highly recommended to switch DMA mode on for your DVD drive
- (without it even very recent machines will have trouble producing
- smooth video output). Use a command like
- <command>hdparm -d 1 device</command>
- on your dvd device. Please note that even if you're using ide-scsi
- you will have to set the dma flag on the ide device node (e.g.
- <filename>/dev/hdc</filename>), not the mapped <filename>/dev/scd</filename>
- scsi device.
- </para>
-
- <para>
- To be able to play back encrypted dvds you need to have
- libdvdcss installed on your system (please check if this is legal where
- you live).
- </para>
-
- <para>
- Newer (post-2000) dvd drives (so-called RPC-2 drives) check the dvd
- region, which means they'll prevent you from playing back dvds that have
- a different region code from what the drive is set up for (most drives
- come with a factory setting of region 0 so they can only play back
- region 0 dvds and there are not many of those available). The easiest
- way to handle this is to use the regionset utility from
- <ulink url="http://www.linuxtv.org/download/dvd/dvd_disc_20000215.tar.gz">
- http://www.linuxtv.org/download/dvd/dvd_disc_20000215.tar.gz</ulink>.
- </para>
-
- <para>
- Once you have everything set up, try something like
- <command> gxine dvd:// </command> or <command> xine -p dvd:// </command>
- to start dvd playback. Some frontend also offer so-called autoplay
- buttons or menu entries that start dvd playback immediately.
- </para>
-
- <para>
- Important: do not try to mount the DVD. Just insert it and hit the DVD autoplay
- button or start xine from the command line.
- </para>
-
- <para>
- If things do not work as expected, try running the <command> xine-check </command>
- shellscript that comes with libxine to see if this gives you further hints on
- what could be wrong.
- </para>
-
- </sect2>
-
- <sect2 id="dvdlongwait">
- <title> DVD playback works, but it takes a long time until playback starts </title>
- <para>
- This points to a region code problem. Some versions of libdvdcss can play
- back DVDs from other regions than the RPC-2 DVD drive is set up for,
- but this usually means a cryptographic attack (which takes time) has
- to be used to access the DVD.
- </para>
-
- <para>
- You can download a tool to set the region code of RPC-Drives here:
- <ulink url="http://linuxtv.org/download/dvd/dvd_disc_20000215_css.tar.gz">
- http://linuxtv.org/download/dvd/dvd_disc_20000215_css.tar.gz
- </ulink>
- </para>
-
- <para>
- Warning: Please be aware that the number of region code changes in RPC-2
- drives is limited (usually about 5 times), after that your drive will
- stay locked to the region you last set it up for.
- </para>
- </sect2>
-
- <sect2 id="regionset">
- <title> I have problems setting up my RPC-2 drive for the right region! </title>
- <para>
- You can download a tool to set the region code of RPC-Drives here:
- <ulink url="http://linuxtv.org/download/dvd/dvd_disc_20000215_css.tar.gz">
- http://linuxtv.org/download/dvd/dvd_disc_20000215_css.tar.gz
- </ulink>
- </para>
+ </sect2>
- <para>
- Warning: Please be aware that the number of region code changes in RPC-2
- drives is limited (usually about 5 times), after that your drive will
- stay locked to the region you last set it up for.
- </para>
- </sect2>
</sect1>
- <sect1 id="vcdsupport">
+ <sect1 id="playback">
+ <title>Playback of various stream types</title>
- <title> Can I watch Video CDs (VCDs)? SVCDS ? CD-i?</title>
+ <sect2>
+ <title>DVD Playback with xine</title>
+ <sect3 id="dvdplayback">
+ <title>How do I play back DVDs with xine?</title>
+ <para>
+ Newer xine (1.0.x) releases come with a full-featured
+ DVD plugin that should be able to handle any unencrypted,
+ non-locked DVD with full menu navigation support. No external
+ plugins are required anymore here.
+ </para>
+ <para>
+ To get DVD playback working, first make sure you have
+ a symlink <filename>/dev/dvd</filename> pointing to your
+ DVD device on your system. For example, if your DVD drive
+ is the master ide drive on the second IDE channel,
+ <filename>/dev/dvd</filename> should point to
+ <filename>/dev/hdc</filename>. Please note that if you
+ are using the ide-scsi emulation on your system, it is
+ likely that your DVD drive got mapped to a scsi device
+ node even though it is an ide drive. In that case first
+ check out you boot/kernel logs (or run <command>cdrecord -scanbus</command>)
+ to find out which device it got mapped to and set the
+ symlink accordingly (should be something like <filename>/dev/scd0</filename>,
+ <filename>/dev/scd1</filename>, ... in that case).
+ Also make sure you (as a user) have sufficient (read and write) permissions
+ on your DVD drive. This could mean you either have to change the device
+ permissions or add your user to a special group
+ (e.g. <command>addgroup cdrom username</command>),
+ depending on your setup and/or distribution.
+ </para>
+ <para>
+ It is highly recommended to switch DMA mode on for your DVD drive
+ (without it even very recent machines will have trouble producing
+ smooth video output). Use a command like
+ <command>hdparm -d 1 &lt;device&gt;</command>
+ on your DVD device. Please note that even if you're using ide-scsi
+ you will have to set the dma flag on the ide device node (e.g.
+ <filename>/dev/hdc</filename>), not the mapped <filename>/dev/scd</filename>
+ scsi device.
+ </para>
+ <para>
+ To be able to play back encrypted DVDs you need to have
+ libdvdcss installed on your system (please check if this is legal where
+ you live). If you do not understand what the term "encrypted DVD" means
+ here: As a rule of thumb, every DVD you have to pay money for is most
+ likely encrypted.
+ </para>
+ <para>
+ To make matters worse, apart from encryption, there is another obstacle
+ to take: the region code. The DVD authorities decided to divide the world
+ into eight geographical regions. Have a look at
+ <ulink url="http://www.dvdforum.gr.jp/RegionMap.pdf">http://www.dvdforum.gr.jp/RegionMap.pdf</ulink>
+ if you want to know which number has been assigned to your country. It is
+ now their idea, that you shall only play DVDs, which have been produced
+ for your region. If you take a DVD off the shelf in your local store,
+ you should find a little globe-like icon which shows the region code the
+ disc is for.
+ </para>
+ <para>
+ Newer (post-2000) DVD drives (so-called RPC-2 drives) check the DVD
+ region, which means they'll prevent you from playing back DVDs that have
+ a different region code from what the drive is set up for. Some drives
+ come with a factory setting of region 0 so they can play back
+ any DVD until a region code is set. Others refuse to play any DVD at all
+ until they are told a region. The easiest way to handle this is to use
+ the regionset utility from
+ <ulink url="http://sourceforge.net/project/showfiles.php?group_id=31346&amp;release_id=168415">
+ http://sourceforge.net/project/showfiles.php?group_id=31346&amp;release_id=168415
+ </ulink>.
+ </para>
+ <para>
+ Once you have everything set up, try something like
+ <command>gxine dvd:/</command> or <command>xine -p dvd:/</command>
+ to start dvd playback. Some frontend also offer so-called autoplay
+ buttons or menu entries that start dvd playback immediately.
+ </para>
+ <para>
+ Important: do not try to mount the DVD. Just insert it and hit the DVD autoplay
+ button or start xine from the command line.
+ </para>
+ <para>
+ If things do not work as expected, try running the <command>xine-check</command>
+ shellscript that comes with xine to see if this gives you further hints on
+ what could be wrong.
+ </para>
+ </sect3>
+ <sect3 id="dvdlongwait">
+ <title>DVD playback works, but it takes a long time until playback starts</title>
+ <para>
+ This points to a region code problem. Some versions of libdvdcss can play
+ back DVDs from other regions than the RPC-2 DVD drive is set up for,
+ but this usually means a cryptographic attack (which takes time) has
+ to be used to access the DVD.
+ </para>
+ <para>
+ You can download a tool to set the region code of RPC-Drives here:
+ <ulink url="http://sourceforge.net/project/showfiles.php?group_id=31346&amp;release_id=168415">
+ http://sourceforge.net/project/showfiles.php?group_id=31346&amp;release_id=168415
+ </ulink>.
+ </para>
+ <para>
+ Warning: Please be aware that the number of region code changes in RPC-2
+ drives is limited (usually about 5 times), after that your drive will
+ stay locked to the region you last set it up for.
+ </para>
+ </sect3>
+ <sect3 id="regionset">
+ <title>I have problems setting up my RPC-2 drive for the right region!</title>
+ <para>
+ You can download a tool to set the region code of RPC-Drives here:
+ <ulink url="http://sourceforge.net/project/showfiles.php?group_id=31346&amp;release_id=168415">
+ http://sourceforge.net/project/showfiles.php?group_id=31346&amp;release_id=168415
+ </ulink>.
+ </para>
+ <para>
+ Warning: Please be aware that the number of region code changes in RPC-2
+ drives is limited (usually about 5 times), after that your drive will
+ stay locked to the region you last set it up for.
+ </para>
+ </sect3>
+ </sect2>
+ <sect2 id="vcdsupport">
+ <title>Can I watch Video CDs (VCDs)? SVCDS ? CD-i?</title>
<para>
- xine supports VCD and SVCD playback out-of-the box. Similar to DVDs,
- make sure you have a <filename>/dev/cdrom</filename> alias pointing
- to your CDROM drive which you will use to play back the (S)VCD.
+ xine supports VCD and SVCD playback out-of-the box. Similar to DVDs,
+ make sure you have a <filename>/dev/cdrom</filename> alias pointing
+ to your CDROM drive which you will use to play back the (S)VCD.
</para>
-
<para>
- At the moment, CD-i formats are not supported by xine.
+ At the moment, CD-i formats are not supported by xine.
</para>
-
<para>
- Do not try to mount the (S)VCD. Simply insert it into your CDROM drive
- and hit the VCD autoplay button or start something like
- <programlisting>
- gxine VCD://
- </programlisting>
- from the command line.
+ Do not try to mount the (S)VCD. Simply insert it into your CDROM drive
+ and hit the VCD autoplay button or start something like
+ <command>gxine vcd:/</command> or <command>xine vcd:/</command>
+ from the command line.
</para>
+ </sect2>
- </sect1>
-
- <sect1 id="quicktime">
-
- <title> Can I watch Quicktime (.mov, .mp4) files using xine? </title>
-
+ <sect2 id="quicktime">
+ <title>Can I watch Quicktime (.mov, .mp4) files using xine?</title>
<para>
- Quicktime is just a system layer (container format) which can contain various
- different audio and video formats. The system layer itself is fully supported
- in xine. However, only very few typically used quicktime audio/video codecs
- are natively supported yet. Luckily, if you are using a x86 compatible machine
- (any recent PC hardware should do) you can install and use the original
- Quicktime DLLs and watch most streams (trailers) that can be downloaded from the net.
+ Quicktime is just a system layer (container format) which can contain various
+ different audio and video formats. The system layer itself is fully supported
+ in xine. However, some quicktime audio/video codecs are not natively supported yet.
+ Luckily, if you are using a x86 compatible machine (any recent PC hardware should do)
+ you can install and use the original Quicktime DLLs and watch most streams
+ (trailers) that can be downloaded from the net.
</para>
-
<para>
- Possibly the most convenient way to get the Quicktime DLLs is to download
- them from the mplayer website
- <ulink url="http://www1.mplayerhq.hu/MPlayer/releases/codecs/">
- http://www1.mplayerhq.hu/MPlayer/releases/codecs/</ulink>.
- The package is called "QuickTime5 DLLs". Unpack it and move everything you find
- inside to <filename>/usr/lib/win32</filename> (actually you can place them
- anywhere you want, e.g. someplace in your homedirectory, but then you'll
- have to set <parameter>codec.win32_path</parameter> in your
- xine config file accordingly). Restart xine then and you should be
- able to watch Quicktime trailers.
+ Possibly the most convenient way to get the Quicktime DLLs is to download
+ them from the mplayer website
+ <ulink url="http://www1.mplayerhq.hu/MPlayer/releases/codecs/">
+ http://www1.mplayerhq.hu/MPlayer/releases/codecs/
+ </ulink>.
+ The package is called "QuickTime6 DLLs". Unpack it and move everything you find
+ inside to <filename>/usr/lib/win32</filename> (actually you can place them
+ anywhere you want, e.g. someplace in your homedirectory, but then you'll
+ have to set <parameter>codec.win32_path</parameter> in your
+ xine config file accordingly). Restart xine then and you should be
+ able to watch Quicktime trailers.
</para>
+ </sect2>
- </sect1>
-
- <sect1>
-
- <title> Real Network files/streams </title>
-
- <sect2 id="realfileplayback">
- <title> Can I watch Real (.rm, .ram) files using xine ? </title>
-
- <para>
- The situation with real files and streams is pretty similar to the situation
- with Quicktime Streams (see above). Most newer real audio and video formats
- are only supported by using binary-only codecs which are available from
- real networks but are not included in xine.
- </para>
-
- <para>
- One way to get these codecs is to download and install RealPlayer from
- RealNetworks, for example in <filename>/usr/local/RealPlayer8</filename> or
- <filename>/opt/RealPlayer8</filename>. If you installed it in one of these
- places, xine should automatically find and use the real binary codecs.
- If it doesn't work, try to find out the exact path to where the real codecs
- are installed on your system (look for a file named <filename>rv30.so.6.0</filename>
- which should reside in a directory called <filename>Codecs</filename> in the
- directory where you have installed RealPlayer in) and set
- <parameter>codec.real_codecs_path</parameter> in your xine config file
- accordingly.
- </para>
-
- </sect2>
-
- <sect2 id="realnetworkstreams">
- <title> What about (live) network streams (pnm://, rtsp:// style urls) ? </title>
-
- <para>
- xine supports both pnm and rtsp streaming. However, digging out the actual
- pnm/rtsp url can be tricky as they're often packed into heavy JavaScript and
- HTML code on most websites. You can either use a combination of your
- browser's "save source" function and wget or use a xine browser plugin
- (currently the gxine frontend comes with a simple mozilla plugin,
- for example). When you decided to dig out the url by hand don't get fooled
- by the many redirectors that are often placed around the actual url.
- Use wget to download any http://-style urls and use less to look inside
- the downloaded .ra/.ram files where you will find the actual pnm/rtsp
- url which can be opened using xine.
- </para>
-
- </sect2>
-
- </sect1>
-
- <sect1 id="wmv">
-
- <title> Can I watch Windows Media (.asf/.wmv) files using xine? </title>
+ <sect2>
+ <title>Real Network files/streams</title>
+ <sect3 id="realfileplayback">
+ <title>Can I watch Real (.rm, .ram) files using xine?</title>
+ <para>
+ The situation with real files and streams is pretty similar to the situation
+ with Quicktime Streams (see above). The newer real audio and video formats
+ are only supported by using binary-only codecs which are available from
+ real networks but are not included in xine.
+ </para>
+ <para>
+ One way to get these codecs is to download and install RealPlayer from
+ RealNetworks, for example in <filename>/usr/local/RealPlayer8</filename> or
+ <filename>/opt/RealPlayer8</filename>. If you installed it in one of these
+ places, xine should automatically find and use the real binary codecs.
+ If it doesn't work, try to find out the exact path to where the real codecs
+ are installed on your system (look for a file named <filename>rv30.so.6.0</filename>
+ which should reside in a directory called <filename>Codecs</filename> in the
+ directory where you have installed RealPlayer in) and set
+ <parameter>codec.real_codecs_path</parameter> in your xine config file
+ accordingly.
+ </para>
+ </sect3>
+ <sect3 id="realnetworkstreams">
+ <title>What about (live) network streams (pnm://, rtsp:// style urls)?</title>
+ <para>
+ xine supports both pnm and rtsp streaming. However, digging out the actual
+ pnm/rtsp url can be tricky as they're often packed into heavy JavaScript and
+ HTML code on most websites. You can either use a combination of your
+ browser's "save source" function and wget or use a xine browser plugin
+ (currently the gxine frontend comes with a simple mozilla plugin,
+ for example). When you decided to dig out the url by hand don't get fooled
+ by the many redirectors that are often placed around the actual url.
+ Use wget to download any http://-style urls and use less to look inside
+ the downloaded .ra/.ram files where you will find the actual pnm/rtsp
+ url which can be opened using xine.
+ </para>
+ </sect3>
+ </sect2>
+ <sect2 id="wmv">
+ <title>Can I watch Windows Media (.asf/.wmv/.wma) files using xine?</title>
<para>
- While the container format (system layer) ASF (wmv is just an alias)
- is fully supported in xine, for newer windows media 8 and 9 based streams
- you'll need to install windows binary codecs (.DLLs).
+ While the container format (system layer) ASF (wmv is just an alias)
+ is fully supported in xine, for newer windows media 9 based streams
+ you'll need to install windows binary codecs (.DLLs).
</para>
-
<para>
- Possibly the most convenient way to get the windows DLLs is to download
- them from the mplayer website
- <ulink url="http://www1.mplayerhq.hu/MPlayer/releases/codecs/">
- http://www1.mplayerhq.hu/MPlayer/releases/codecs/</ulink>.
- The package is called "Win32 Codecpack". Unpack it and move everything you find
- inside to <filename>/usr/lib/win32</filename> (actually you can place them
- anywhere you want, e.g. someplace in your homedirectory, but then you'll
- have to set <parameter>codec.win32_path</parameter> in your
- xine config file accordingly). Restart xine then and you should be
- able to watch windows media streams.
- </para>
-
- </sect1>
-
- <sect1 id="dvb">
-
- <title> Can I watch Digital TV (Digital Video Broadcast) using xine ? </title>
+ Possibly the most convenient way to get the windows DLLs is to download
+ them from the mplayer website
+ <ulink url="http://www1.mplayerhq.hu/MPlayer/releases/codecs/">
+ http://www1.mplayerhq.hu/MPlayer/releases/codecs/
+ </ulink>.
+ The package is called "Win32 Codecpack". Unpack it and move everything you find
+ inside to <filename>/usr/lib/win32</filename> (actually you can place them
+ anywhere you want, e.g. someplace in your homedirectory, but then you'll
+ have to set <parameter>codec.win32_path</parameter> in your
+ xine config file accordingly). Restart xine then and you should be
+ able to watch windows media streams.
+ </para>
+ </sect2>
+ <sect2 id="dvb">
+ <title>Can I watch Digital TV (Digital Video Broadcast) using xine?</title>
<para>
- At the time of this writing DVB support is a very new and experimental
- feature in xine. The number of supported cards is pretty limited at the moment.
- See <filename>doc/README.dvb</filename> (in the xine-lib tarball) for details.
+ At the time of this writing DVB support is a very new and experimental
+ feature in xine. The number of supported cards is pretty limited at the moment.
+ See <filename>doc/README.dvb</filename> (in the xine-lib tarball) for details.
</para>
+ </sect2>
- </sect1>
-
- <sect1 id="stdin">
-
+ <sect2 id="stdin">
<title>How do I play streams from STDIN?</title>
-
<para>
- Use something like:
- <programlisting>
- cat stream.mpg | gxine stdin:/
- </programlisting>
+ Use something like:
+ <screen>&nbsp;&nbsp;&nbsp;<command>cat stream.mpg | gxine stdin:/</command></screen>
</para>
- </sect1>
-
- <sect1 id="avisubtitles">
+ </sect2>
- <title> How can I watch files with external AVI subtitles?</title>
-
+ <sect2 id="avisubtitles">
+ <title>How can I watch files with external AVI subtitles?</title>
<para>
- In xine 0.9.13 this used to be:
- <programlisting>
- xine foo.avi%bar.sub
- </programlisting>
+ In xine 0.9.13 this used to be:
+ <screen>&nbsp;&nbsp;&nbsp;<command>xine foo.avi%bar.sub</command></screen>
</para>
<para>
- Latest xine-lib modules (1-beta3 or newer) support external subtitles
- for any media file, not only AVI. In order to use it you can pass an
- special MRL construction like:
-
- <programlisting>
- xine test.mpg#subtitle:file.sub
- </programlisting>
-
- The external subtitles support can also be used by any xine
- frontend. Currently, just xine-ui implements this feature with a
- subtitle selection dialog (press control+shift+s to see it).
+ Latest xine-lib modules (1-beta3 or newer) support external subtitles
+ for any media file, not only AVI. In order to use it you can pass a
+ special MRL construction like:
+ <screen>&nbsp;&nbsp;&nbsp;<command>xine test.mpg#subtitle:file.sub</command></screen>
+ The external subtitles support can also be used by any xine
+ frontend. Currently, just xine-ui implements this feature with a
+ subtitle selection dialog.
</para>
- </sect1>
-
-</chapter>
+ </sect2>
-<chapter id="running">
+ </sect1>
- <title> Running xine </title>
-
- <sect1 id="speedup">
+ <sect1 id="running">
+ <title>Running xine</title>
+ <sect2 id="speedup">
<title>I have a lot of dropped frames - what can I do?</title>
-
<para>
- Your hardware might be too slow for xine. Make sure you turn on all
- speed optimizing options. A few things you should check (in order of
- importance):
-
- <itemizedlist>
- <listitem>
- <para>
- First of all, run the <command>xine-check</command> script included in xine-lib
- package (probably already installed in your system).
- <command>xine-check</command> will report several of the most common problems
- listed here. Sample output from xine-check:
- <programlisting>
- $ xine-check
- Please be patient, this script may take a while to run...
- [ good ] you're using Linux, doing specific tests
- [ good ] looks like you have a /proc filesystem mounted.
- [ good ] You seem to have a reasonable kernel version (2.4.18)
- [ good ] intel compatible processor, checking MTRR support
- [ good ] you have MTRR support and there are some ranges set.
- [ good ] found the player at /usr/local/bin/xine
- [ good ] /usr/local/bin/xine is in your PATH
- [ good ] found /usr/local/bin/xine-config in your PATH
- [ good ] plugin directory /usr/local/lib/xine/plugins exists.
- [ good ] found input plugins
- [ good ] found demux plugins
- [ good ] found decoder plugins
- [ good ] found video_out plugins
- [ good ] found audio_out plugins
- [ good ] skin directory /usr/local/share/xine/skins exists.
- [ good ] found logo in /usr/local/share/xine/skins
- [ good ] I even found some skins.
- [ good ] /dev/cdrom points to /dev/hdc
- [ good ] /dev/dvd points to /dev/hdc
- [ good ] DMA is enabled for your DVD drive
- [ good ] found xvinfo: X-Video Extension version 2.2
- [ good ] your Xv extension supports YUV overlays (improves MPEG performance)
- [ good ] your Xv extension supports packed YUV overlays
- [ good ] Xv ports: YUY2 YV12 I420 UYVY
- </programlisting>
- </para>
- </listitem>
- <listitem>
- <para>
- Try to use the Xv driver, it greatly improves performance and quality
- because hardware does image scaling and color conversion. The
- <link linkend="video">video section</link> contains important information
- about several Xv drivers.
- </para>
- <para>
- If Xv cannot be used for some reason, make sure your display is set up
- to 16bpp, not 24 or higher (reduces memory bandwith). Some Xv drivers
- may also have better performance with 16bpp.
- </para>
- </listitem>
- <listitem>
- <para>
- Make sure the hard drive (or cdrom/dvd drive) which supplies the
- video data is in DMA mode (if supported)
- </para>
- <para>
- On most linux-based systems, you can use hdparm to check this.
- Example:
- <programlisting>
- hdparm /dev/hda
-
- ...
- using_dma = 1 (on)
- ...
- </programlisting>
- </para>
- <para>
- You can enable DMA mode with the following command:
- <programlisting>
- hdparm -d1 device_of_your_drive_that_supplies_video_data
- </programlisting>
- In some cases where this fails it helps to specify the dma mode
- to use, for example:
- <programlisting>
- hdparm -d1 -X 66 device_of_your_drive_that_supplies_video_data
- </programlisting>
- In RedHat 8.0 an additional entry in /etc/modules.conf
- <programlisting>
- options ide-cd dma=1
- </programlisting>
- should help (reboot for this change to take effect).
- </para>
- <para>
- More information about this may be found here:
- <ulink url="http://oreilly.linux.com/pub/a/linux/2000/06/29/hdparm.html">
- http://oreilly.linux.com/pub/a/linux/2000/06/29/hdparm.html
- </ulink>
- </para>
- </listitem>
- <listitem>
- <para>
- Use a recent kernel which is optimized for your hardware. Old kernels
- may lack support for accelerated instructions like SSE, for example.
- </para>
- </listitem>
- <listitem>
- <para>
- Close other applications (use a tool like "top" to find out
- what applications are using up CPU power). Programs that update the
- system clock like ntp should also be disabled.
- </para>
- </listitem>
- <listitem>
- <para>
- Enable MTRR support in your kernel. If you are still using XFree 3.x,
- you'll have to tell the kernel yourself where the graphics memory is.
- You'll find details about that in the linux dvd howto.
- </para>
- <para>
- If you're using XFree 4.x, enabling MTRR support in your kernel should
- be enough (use a recent kernel!).
- </para>
- <para>
- Try a <command> cat /proc/mtrr </command> - if the file exists and you find an entry
- corresponding to the amount of graphics memory you have, everything
- should be fine.
- </para>
- </listitem>
- <listitem>
- <para>
- Have your X-server (usually XFree86) running with higher priority.
- Most recent linux distributions (like RedHat 8.0 or Mandrake 9.0) should
- do that for you, improving not only xine but desktop responsiveness
- in general.
- </para>
- <para>
- Use the "top" utility and verify under the "NI" column if
- the X process has a negative value, this indicates a higher priority.
- See "The X Window User HOWTO - Performance considerations" for
- further instructions
- <ulink url="http://www.tldp.org/HOWTO/XWindow-User-HOWTO/performance.html">
- http://www.tldp.org/HOWTO/XWindow-User-HOWTO/performance.html</ulink>
- </para>
- </listitem>
- <listitem>
- <para>
- Use the latest or a known-good gcc version.
- </para>
- </listitem>
- <listitem>
- <para>
- Besides boosting X-server priority, sometimes it's possible to avoid
- discarding frames by making xine itself higher priority. This is not
- a recommended pratice since it will require to run xine as root,
- but you may give it a try if you want:
- <programlisting>
- nice --5 xine
- </programlisting>
- </para>
- </listitem>
- <listitem>
- <para>
- xine needs high speed memory access which depends on your chip set.
- Make sure you enable all speed-improving options.
- </para>
- <para>
- Especially the via apollo pro chipset is known to be quite weird,
- (most of all on my gigabyte board). If you can't configure the ram
- access thoroughly using the bios you might want to try some really
- nasty tricks, as explained on (for example):
- </para>
- <para>
- <ulink url="http://www.overclockers.com/tips105/index03.asp">http://www.overclockers.com/tips105/index03.asp</ulink>
- </para>
- <para>
- This website centers around a windows-tool to tweak the chipset, you
- can do the same on FreeBSD with <command>pciconf</command>.
- On some linux distributions there are similar tools.
- </para>
- </listitem>
- <listitem>
- <para>
- a nice performance tuning tool can be found here:
- <ulink url="http://powertweak.sourceforge.net">http://powertweak.sourceforge.net</ulink>
- </para>
- </listitem>
- <listitem>
- <para>
- Set up and use raw devices for dvd access. Please note that
- this is usually not worth the effort as the performance gain
- from it is very small if any.
- </para>
- <para>
- Raw devices should be available in linux kernel 2.4.x and there are
- patches for older kernels available from:
- <ulink url="ftp://ftp.kernel.org/pub/linux/kernel/people/sct/raw-io/">
- ftp://ftp.kernel.org/pub/linux/kernel/people/sct/raw-io/
- </ulink>
- </para>
- <para>
- To use raw devices, first connect a free raw device to your dvd
- device, use something like:
- <programlisting>
- raw /dev/raw1 /dev/hdc
- </programlisting>
- </para>
- <para>
- then create a link named "rdvd" pointing to that raw device:
- <programlisting>
- raw /dev/raw1 /dev/hdc
- </programlisting>
- </para>
- </listitem>
- <listitem>
- <para>
- For slow / high-latency dvd drives it might help to increase
- the number of video buffers xine allocates.
- Try setting
- <programlisting>
- video.num_buffers:500
- </programlisting>
- to a higher value (e.g. 1000 or 2500)
- </para>
- </listitem>
- </itemizedlist>
+ Your hardware might be too slow for xine. Make sure you turn on all
+ speed optimizing options. A few things you should check (in order of
+ importance):
+ <itemizedlist>
+ <listitem>
+ <para>
+ First of all, run the <command>xine-check</command> script included in xine
+ package (probably already installed in your system).
+ <command>xine-check</command> will report several of the most common problems
+ listed here. Sample output from xine-check:
+ <screen>
+&nbsp;&nbsp;&nbsp;<command>xine-check</command>
+&nbsp;&nbsp;&nbsp;Please be patient, this script may take a while to run...
+&nbsp;&nbsp;&nbsp;[ good ] you're using Linux, doing specific tests
+&nbsp;&nbsp;&nbsp;[ good ] looks like you have a /proc filesystem mounted.
+&nbsp;&nbsp;&nbsp;[ good ] You seem to have a reasonable kernel version (2.4.18)
+&nbsp;&nbsp;&nbsp;[ good ] intel compatible processor, checking MTRR support
+&nbsp;&nbsp;&nbsp;[ good ] you have MTRR support and there are some ranges set.
+&nbsp;&nbsp;&nbsp;[ good ] found the player at /usr/local/bin/xine
+&nbsp;&nbsp;&nbsp;[ good ] /usr/local/bin/xine is in your PATH
+&nbsp;&nbsp;&nbsp;[ good ] found /usr/local/bin/xine-config in your PATH
+&nbsp;&nbsp;&nbsp;[ good ] plugin directory /usr/local/lib/xine/plugins exists.
+&nbsp;&nbsp;&nbsp;[ good ] found input plugins
+&nbsp;&nbsp;&nbsp;[ good ] found demux plugins
+&nbsp;&nbsp;&nbsp;[ good ] found decoder plugins
+&nbsp;&nbsp;&nbsp;[ good ] found video_out plugins
+&nbsp;&nbsp;&nbsp;[ good ] found audio_out plugins
+&nbsp;&nbsp;&nbsp;[ good ] skin directory /usr/local/share/xine/skins exists.
+&nbsp;&nbsp;&nbsp;[ good ] found logo in /usr/local/share/xine/skins
+&nbsp;&nbsp;&nbsp;[ good ] I even found some skins.
+&nbsp;&nbsp;&nbsp;[ good ] /dev/cdrom points to /dev/hdc
+&nbsp;&nbsp;&nbsp;[ good ] /dev/dvd points to /dev/hdc
+&nbsp;&nbsp;&nbsp;[ good ] DMA is enabled for your DVD drive
+&nbsp;&nbsp;&nbsp;[ good ] found xvinfo: X-Video Extension version 2.2
+&nbsp;&nbsp;&nbsp;[ good ] your Xv extension supports YUV overlays (improves MPEG performance)
+&nbsp;&nbsp;&nbsp;[ good ] your Xv extension supports packed YUV overlays
+&nbsp;&nbsp;&nbsp;[ good ] Xv ports: YUY2 YV12 I420 UYVY</screen>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Try to use the Xv driver, it greatly improves performance and quality
+ because your graphics card does image scaling and colorspace conversion. The
+ <link linkend="video">video section</link> contains important information
+ about several Xv drivers.
+ </para>
+ <para>
+ If Xv cannot be used for some reason, make sure your display is set up
+ to 16bpp, not 24 or higher (reduces memory bandwith). Some Xv drivers
+ may also have better performance with 16bpp.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Make sure the hard drive (or cdrom/dvd drive) which supplies the
+ video data is in DMA mode (if supported).
+ </para>
+ <para>
+ On most linux-based systems, you can use hdparm to check this:
+ <screen>
+&nbsp;&nbsp;&nbsp;<command>hdparm /dev/hda</command>
+&nbsp;&nbsp;&nbsp;[...]
+&nbsp;&nbsp;&nbsp;using_dma = 1 (on)
+&nbsp;&nbsp;&nbsp;[...]</screen>
+ </para>
+ <para>
+ You can enable DMA mode with the following command:
+ <screen>&nbsp;&nbsp;&nbsp;<command>hdparm -d1 device_of_your_drive_that_supplies_video_data</command></screen>
+ In some cases where this fails it helps to specify the dma mode
+ to use, for example:
+ <screen>&nbsp;&nbsp;&nbsp;<command>hdparm -d1 -X 66 device_of_your_drive_that_supplies_video_data</command></screen>
+ In RedHat 8.0 an additional entry in /etc/modules.conf
+ <screen>&nbsp;&nbsp;&nbsp;options ide-cd dma=1</screen>
+ should help (reboot for this change to take effect).
+ </para>
+ <para>
+ More information about this may be found here:
+ <ulink url="http://oreilly.linux.com/pub/a/linux/2000/06/29/hdparm.html">
+ http://oreilly.linux.com/pub/a/linux/2000/06/29/hdparm.html
+ </ulink>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Use a recent kernel which is optimized for your hardware. Old kernels
+ may lack support for accelerated instructions like SSE, for example.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Close other applications (use a tool like "top" to find out
+ what applications are using up CPU power). Programs that update the
+ system clock like ntp should also be disabled.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Enable MTRR support in your kernel. If you are still using XFree 3.x,
+ you'll have to tell the kernel yourself where the graphics memory is.
+ You'll find details about that in the linux dvd howto.
+ </para>
+ <para>
+ If you're using XFree 4.x, enabling MTRR support in your kernel should
+ be enough (use a recent kernel!).
+ </para>
+ <para>
+ Try a <command>cat /proc/mtrr</command> - if the file exists and you find an entry
+ corresponding to the amount of graphics memory you have, everything
+ should be fine.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Have your X-server (usually XFree86) running with higher priority.
+ Most recent linux distributions (like RedHat 8.0 or Mandrake 9.0) should
+ do that for you, improving not only xine but desktop responsiveness
+ in general.
+ </para>
+ <para>
+ Use the "top" utility and verify under the "NI" column if
+ the X process has a negative value, this indicates a higher priority.
+ See "The X Window User HOWTO - Performance considerations" for
+ further instructions
+ <ulink url="http://www.tldp.org/HOWTO/XWindow-User-HOWTO/performance.html">
+ http://www.tldp.org/HOWTO/XWindow-User-HOWTO/performance.html
+ </ulink>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Use the latest or a known-good gcc version and build an optimized xine-lib for
+ your architecture.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Besides boosting X-server priority, sometimes it's possible to avoid
+ discarding frames by making xine itself higher priority. This is not
+ a recommended pratice since it will require to run xine as root,
+ but you may give it a try if you want:
+ <screen>&nbsp;&nbsp;&nbsp;<command>nice --5 xine</command></screen>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ xine needs high speed memory access which depends on your chip set.
+ Make sure you enable all speed-improving options.
+ </para>
+ <para>
+ Especially the via apollo pro chipset is known to be quite weird,
+ (most of all on my gigabyte board). If you can't configure the ram
+ access thoroughly using the bios you might want to try some really
+ nasty tricks, as explained on (for example):
+ <ulink url="http://www.overclockers.com/tips105/index03.asp">
+ http://www.overclockers.com/tips105/index03.asp
+ </ulink>
+ </para>
+ <para>
+ This website centers around a windows-tool to tweak the chipset, you
+ can do the same on FreeBSD with <command>pciconf</command>.
+ On some linux distributions there are similar tools.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ a nice performance tuning tool can be found here:
+ <ulink url="http://powertweak.sourceforge.net">http://powertweak.sourceforge.net</ulink>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Set up and use raw devices for DVD access. Please note that the
+ actual performance gain during playback is very small if any, but
+ since raw devices are bypassing the kernel's buffer cache, Linux
+ will not try to cache the DVDs you play. This would not be useful,
+ because xine does its own caching and you usually play DVDs
+ sequentially, which means you won't reuse anything from the cache.
+ But the problem would be that Linux throws everything out of the
+ cache that might be in there.
+ </para>
+ <para>
+ Raw devices should be available in linux kernel 2.4.x and there are
+ patches for older kernels available from:
+ <ulink url="ftp://ftp.kernel.org/pub/linux/kernel/people/sct/raw-io/">
+ ftp://ftp.kernel.org/pub/linux/kernel/people/sct/raw-io/
+ </ulink>
+ </para>
+ <para>
+ To use raw devices, first connect a free raw device to your dvd
+ device, use something like:
+ <screen>&nbsp;&nbsp;&nbsp;<command>raw /dev/raw1 /dev/dvd</command></screen>
+ </para>
+ <para>
+ Then create a link named "rdvd" pointing to that raw device:
+ <screen>&nbsp;&nbsp;&nbsp;<command>ln -s raw1 /dev/rdvd</command></screen>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ For slow / high-latency dvd drives it might help to increase
+ the number of video buffers xine allocates. Try setting
+ <parameter>video.num_buffers:500</parameter>
+ to a higher value (e.g. 1000 or 2500).
+ </para>
+ </listitem>
+ </itemizedlist>
</para>
+ </sect2>
- </sect1>
- <sect1 id="smoothness">
-
- <title>Oki, xine doesn't drop frames now but video output still is not really smooth</title>
-
+ <sect2 id="smoothness">
+ <title>Oki, xine doesn't drop frames now but video output still is not really smooth!</title>
<para>
- video output can be further improved by tuning your linux kernel:
- <itemizedlist>
- <listitem>
- <para>
- set HZ to 1000 in
- <filename> /usr/src/linux/include/asm-i386/param.h </filename>
- </para>
- </listitem>
- <listitem>
- <para>
- try applying scheduler patches, especially the O(1) and the preemptive
- patches have proven useful at the time of this writing (spring 2003).
- </para>
- </listitem>
- </itemizedlist>
- linux 2.5/2.6 will probably have these improvements out of the box.
+ Video output can be further improved by tuning your linux kernel:
+ <itemizedlist>
+ <listitem>
+ <para>
+ Set HZ to 1000 in
+ <filename>/usr/src/linux/include/asm-i386/param.h</filename>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Try applying scheduler patches, especially the O(1) and the preemptive
+ patches have proven useful at the time of this writing (spring 2003).
+ </para>
+ </listitem>
+ </itemizedlist>
+ Linux 2.5/2.6 will probably have these improvements out of the box.
</para>
-
<para>
- Miguel Freitas has written a nice article about his kernel multimedia experiments
- <ulink url="http://cambuca.ldhs.cetuc.puc-rio.br/~miguel/multimedia_sim/">here</ulink>.
+ Miguel Freitas has written a nice
+ <ulink url="http://cambuca.ldhs.cetuc.puc-rio.br/~miguel/multimedia_sim/">
+ article about his kernel multimedia experiments
+ </ulink>.
</para>
+ </sect2>
- </sect1>
-
- <sect1 id="ports">
-
+ <sect2 id="ports">
<title>I have problems when using xine on FreeBSD, Solaris, ... !</title>
-
<para>
- Check out the the corresponding README files in the directory <filename>xine-lib/doc</filename>
+ Check out the the corresponding README files in the directory <filename>xine-lib/doc</filename>.
</para>
- </sect1
-
- <sect1 id="aaxine">
+ </sect2>
- <title> What is aalib? How do I use it in xine? </title>
-
+ <sect2 id="aaxine">
+ <title>What is aalib? How do I use it in xine?</title>
<para>
- aalib is an ascii art library. xine comes with an aalib video output
- plugin so you can watch movies in your xterm, on the console or on your
- old vt100 - very cool ;> ... another nice option is to preview movies
- on a remote server in your shell over ssh.
+ aalib is an ascii art library. xine comes with an aalib video output
+ plugin so you can watch movies in your xterm, on the console or on your
+ old vt100 - very cool ;> ... another nice option is to preview movies
+ on a remote server in your shell over ssh.
</para>
<para>
- To use it make sure you have aalib installed correctly before you
- configure/build xine-lib and xine-ui. In addition to the <command>xine</command> binary a
- binary named <command>aaxine</command> should get built and installed. You can then use
- something like:
- <programlisting>
- aaxine foo.mpg
- </programlisting>
- to use aalib video output.
+ To use it make sure you have aalib installed correctly before you
+ configure/build xine-lib and xine-ui. In addition to the <command>xine</command> binary a
+ binary named <command>aaxine</command> should get built and installed. You can then use
+ something like:
+ <screen>&nbsp;&nbsp;&nbsp;<command>aaxine foo.mpg</command></screen>
+ to use aalib video output.
</para>
- </sect1>
-
- <sect1 id="configoptions">
+ </sect2>
+ <sect2 id="configoptions">
<title>What do all these <filename>~/.xine/config</filename> (<filename>~/.gxine/config</filename>) entries mean?</title>
-
<para>
- You can find information about them in
- <filename>xine-lib/doc/README.config_en</filename>.
- Frontends may register additional config entries, you may find out more about
- them in their documentation. Also the comments in the config file might
- help.
+ You can find information about them in
+ <filename>xine-lib/doc/README.config_en</filename>.
+ Frontends may register additional config entries, you may find out more about
+ them in their documentation. Also the comments in the config file might
+ help.
</para>
- </sect1>
+ </sect2>
- <sect1 id="dxr3">
- <title> Does xine support my dxr3 / hollywood+ card? </title>
+ <sect2 id="dxr3">
+ <title>Does xine support my dxr3 / hollywood+ card?</title>
<para>
- while xine's focus is clearly on software decoding,
- the dxr3 is supported.
+ While xine's focus is clearly on software decoding, the dxr3 is supported.
</para>
<para>
- you can find more information about using xine with the dxr3
- <ulink url="http://www.amalthea.de/xine/">here</ulink>
- (also covers how to do tv output using the dxr3).
+ You can find more information about using xine with the dxr3
+ <ulink url="http://www.amalthea.de/xine/">here</ulink>
+ (also covers how to do tv output using the dxr3).
</para>
- </sect1>
-
-</chapter>
+ </sect2>
-<chapter id="audio">
+ </sect1>
- <title> Audio related questions </title>
-
- <sect1 id="audiodrivers">
+ <sect1 id="audio">
+ <title>Audio related questions</title>
+ <sect2 id="audiodrivers">
<title>What audio drivers does xine support? OSS? Alsa? Arts? Esd?</title>
-
<para>
- Currently xine support audio output via OSS (kernel audio drivers),
- ALSA 0.9.x (ALSA 0.5.x is no longer supported), arts (KDE's sound daemon)
- and esound (esd, gnome's sound daemon - not recommended because it has
- serious issues with a/v sync).
+ Currently xine support audio output via OSS (kernel audio drivers),
+ ALSA 0.9.x (ALSA 0.5.x is no longer supported), arts (KDE's sound daemon)
+ and esound (esd, gnome's sound daemon - not recommended because it has
+ serious issues with a/v sync).
</para>
- </sect1>
+ </sect2>
- <sect1 id="compressor">
-
- <title> When I'm watching a movie, the sound effects are much higher volume than the voices</title>
-
+ <sect2 id="compressor">
+ <title>When I'm watching a movie, the sound effects are much higher in volume than the voices!</title>
<para>
- Congratulations, you seem to have an original movie audio track there.
+ Congratulations, you seem to have an original movie audio track there.
</para>
<para>
- Uhm. So you don't like it. Well, there are two things you can do:
-
- <itemizedlist>
- <listitem>
- <para>
- You can enable xine's audio compressor. Most frontends have
- a settings window and in that you'll find a slider for the
- compressor setting. The values are percent values, so a
- slider setting of 200 means that xine will double the volume
- of silent parts of the movie (loud parts stay the same).
- </para>
- </listitem>
- <listitem>
- <para>
- If you have a dolby digital (AC3) soundtrack, you can try
- to enable liba52's dynamic range compression setting
- <programlisting>
- codec.a52_dynrng:1
- </programlisting>
- in your xine config file (or use some gui config dialog).
- </para>
- </listitem>
- </itemizedlist>
-
+ Uhm. So you don't like it. Well, there are two things you can do:
+ <itemizedlist>
+ <listitem>
+ <para>
+ You can enable xine's audio compressor. Most frontends have
+ a settings window and in that you'll find a slider for the
+ compressor setting. The values are percent values, so a
+ slider setting of 200 means that xine will double the volume
+ of silent parts of the movie (loud parts stay the same).
+ </para>
+ <para>
+ If your frontend does not have such a compression slider,
+ you can pass the value with the MRL:
+ <screen>&nbsp;&nbsp;&nbsp;<command>xine dvd:/#compression:150</command></screen>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ If you have a dolby digital (AC3) soundtrack, you can try
+ to enable liba52's dynamic range compression setting
+ <parameter>codec.a52_dynrng:1</parameter>
+ in your xine config file (or use some gui config dialog).
+ </para>
+ </listitem>
+ </itemizedlist>
</para>
- </sect1>
- <sect1 id="noaudio">
+ </sect2>
- <title> When I play this stream, xine shows video but there's no audio!</title>
-
+ <sect2 id="noaudio">
+ <title>When I play this stream, xine shows video but there's no audio!</title>
<para>
- Well, first try a different audio driver (<command> gxine -A oss </command>,
- <command> gxine -A arts </command>, <command> xine -A alsa </command> ...).
+ If this happens with any video, first try a different audio driver
+ (<command>gxine -A oss</command>, <command>gxine -A arts</command>,
+ <command>xine -A alsa</command> ...).
</para>
<para>
- If this problem only occurs with one specific stream, maybe switching to
- a different audio channel (using the gui) helps. Some DVD streams have
- audio on strange channels.
+ If this problem only occurs with one specific stream, maybe switching to
+ a different audio channel (using the gui) helps. Some DVD streams have
+ audio on strange channels.
</para>
<para>
- If all this doesn't help, maybe you're missing an audio codec or you found
- a bug. If you decide to post your problem on the xine-user mailing list,
- make sure to include all console output xine produced and also clearly
- state what type of stream you tried to play back or, even better, make
- a test stream available somewhere for developers to download and try.
+ If all this doesn't help, maybe you're missing an audio codec or you found
+ a bug. If you decide to post your problem on the xine-user mailing list,
+ make sure to include all console output xine produced and also clearly
+ state what type of stream you tried to play back or, even better, make
+ a test stream available somewhere for developers to download and try.
</para>
- </sect1>
- <sect1 id="surroundsound">
+ </sect2>
+ <sect2 id="surroundsound">
<title>Can xine produce 4-/5-channel surround audio output?</title>
-
<para>
- Yep, it can do that using OSS or ALSA drivers, provided that the driver
- supports it. On startup xine tells you what modes are supported by your
- audio driver, e.g:
- <programlisting>
- audio_alsa_out : supported modes are mono stereo (4-channel not enabled
- in xine config) (5-channel not enabled in xine config) (5.1-channel not
- enabled in xine config) (a/52 and DTS pass-through not enabled in xine
- config)
- </programlisting>
+ Yep, it can do that using OSS or ALSA drivers, provided that the driver
+ supports it. On startup xine tells you what modes are supported by your
+ audio driver, e.g:
+ <screen>&nbsp;&nbsp;&nbsp;audio_alsa_out : supported modes are mono stereo (4-channel not enabled in xine config) (5-channel not enabled in xine config) (5.1-channel not enabled in xine config) (a/52 and DTS pass-through not enabled in xine config)</screen>
</para>
<para>
- On this machine 4-channel surround would be possible. However, since xine
- cannot detect if there are actually speakers connected to the additional
- channels, you'll have to activate that feature manually.
+ On this machine 4-channel surround would be possible. However, since xine
+ cannot detect if there are actually speakers connected to the additional
+ channels, you'll have to activate that feature manually.
</para>
<para>
- You can do this either in the config dialog while xine is running (press
- the config button on the xine panel and go to the AUDIO tab) or have it
- the complicated way by editing the config file yourself which is located
- in your home directory in <filename>.gxine</filename>/<filename>.xine</filename>:
- <programlisting>
- # 4-channel:
- audio.four_channel:1
-
- # 5-channel:
- audio.five_channel:1
-
- # 5.1-channel
- audio.five_lfe_channel:0
- </programlisting>
+ You can do this either in the config dialog while xine is running (press
+ the config button on the xine panel and go to the AUDIO tab) or have it
+ the complicated way by editing the config file yourself which is located
+ in your home directory in <filename>.gxine</filename> or <filename>.xine</filename>:
+ <programlisting>
+&nbsp;&nbsp;&nbsp;audio.four_channel:1
+&nbsp;&nbsp;&nbsp;audio.five_channel:1
+&nbsp;&nbsp;&nbsp;audio.five_lfe_channel:0</programlisting>
</para>
- </sect1>
- <sect1 id="spdif">
+ </sect2>
+ <sect2 id="spdif">
<title>What about ac3 output via spdif to an external ac3 decoder?</title>
-
<para>
- xine can do that too. Pretty much the same story as for 4-/5-channel
- surround (see above). You can either use the config dialog or edit
- the config file (<filename>~/.xine/config</filename>/<filename>~/.gxine/config</filename>)
- yourself:
- <programlisting>
- audio.a52_pass_through:1
- </programlisting>
+ xine can do that too. Pretty much the same story as for 4-/5-channel
+ surround (see above). You can either use the config dialog or edit
+ the config file (<filename>~/.xine/config</filename> or <filename>~/.gxine/config</filename>)
+ yourself:
+ <programlisting>&nbsp;&nbsp;&nbsp;audio.a52_pass_through:1</programlisting>
</para>
- </sect1>
- <sect1 id="sblivespdif">
- <title>Getting SPDIF output from a SBLive 5.1 using OSS drivers</title>
-
- <para>
- The following explains how to get the above configuration
- going with xine. Some parts of it may applicable to other
- configurations (cards that use the EMU10k1 chip) as well.
- </para>
-
- <sect2>
-
- <title> Requirements </title>
-
- <orderedlist>
- <listitem>
- <para> xine-lib >= 1.x.x </para>
- </listitem>
- <listitem>
- <para> OSS driver </para>
- </listitem>
- <listitem>
- <para> An external decoder </para>
- </listitem>
- <listitem>
- <para> A cable to connect the SBLive to the external decoder </para>
- </listitem>
- </orderedlist>
-
- <para>
- The configuration described was tested using the following equipment :
- Soundblaster live 5.1 (rev 7)
- Yamaha DSP-AX620 external decoder
- </para>
- </sect2>
- <sect2>
- <title> The OSS driver is maintained by creative and can be downloaded at
- <ulink url="http://opensource.creative.com/">
- http://opensource.creative.com/ </ulink> </title>
+ </sect2>
+ <sect2 id="sblivespdif">
+ <title>Getting SPDIF output from a SBLive 5.1 using OSS drivers</title>
+ <para>
+ The following explains how to get the above configuration
+ going with xine. Some parts of it may applicable to other
+ configurations (cards that use the EMU10k1 chip) as well.
+ </para>
+ <sect3>
+ <title>Requirements</title>
+ <orderedlist>
+ <listitem>
+ <para>xine-lib >= 1.x.x</para>
+ </listitem>
+ <listitem>
+ <para>OSS driver</para>
+ </listitem>
+ <listitem>
+ <para>an external decoder</para>
+ </listitem>
+ <listitem>
+ <para>a cable to connect the SBLive to the external decoder</para>
+ </listitem>
+ </orderedlist>
<para>
- The driver package contains documentation on how to install it.
- Besides that I'd like to add the following notes.
+ The configuration described was tested using a Soundblaster live 5.1 (rev 7)
+ with a Yamaha DSP-AX620 external decoder.
</para>
-
+ </sect3>
+ <sect3>
+ <title>Retrieving the driver</title>
<para>
- In order to compile and install these drivers, you need a valid kernel
- configuration file. For RedHat Linux's pre-compiled kernels these
- configuration files can be found in
- <filename>/usr/src/linux/configs</filename>
- After you've located the correct config file for your kernel,
- you need to copy it to <filename>/usr/src/linux/.config</filename>
- For example, when you run the 2.4.18-i686 kernel do :
- <programlisting>
- cp /usr/src/linux/configs/kernel-2.4.18-i686.config /usr/src/linux/.config
- </programlisting>
- Make sure that the emu10k1 module that is currently installed is
- not loaded. To unload the modules :
- <programlisting>
- /sbin/modprobe -rv emu10k1.o ac97_codec.o
- </programlisting>
-
- If this mentions that the device is busy, some program is
- using the driver. Some example could be a mixer application
- or sound daemon like artsd. You'll need to close down the
- applications before continuing.
- At success it should print something like :
- <programlisting>
- # delete emu10k1
- # delete ac97_codec
- # delete soundcore
- </programlisting>
- Run make in the directory where you unpacked the driver and follow the
- instructions printed at the end of each step.
- The last step should be:
- <programlisting>
- make install-tools
- </programlisting>
-
- As the README of the driver package mentions the SPDIF AC3
- output doesn't work by default. In the directory
- <filename>utils/scripts</filename> an <filename>emu10k1.conf</filename>
- file can be found which need to be placed in the default
- installation directory (<filename>/usr/local/etc</filename>).
- After this the <filename>emu10k1.conf</filename> needs to be modified.
- The following settings worked fine for me (I don't use the analog
- outputs of the card) :
-
- <programlisting>
- CARD_IS_5_1=yes
- USE_DIGITAL_OUTPUT=yes
- ENABLE_TONE_CONTROL=yes
- AC3PASSTHROUGH=yes
- ENABLE_LIVEDRIVE_IR=no
- INVERT_REAR=no
- MULTICHANNEL=yes
- ROUTE_ALL_TO_SUB=no
- ANALOG_FRONT_BOOST=no
- SURROUND=no
- PROLOGIC=no
- ENABLE_CD_Spdif=yes
- ENABLE_OPTICAL_SPDIF=no
- ENABLE_LINE2_MIC2=no
- ENABLE_RCA_SPDIF=no
- ENABLE_RCA_AUX=no
- </programlisting>
- After modifying the <filename>emu10k1.conf</filename>,
- you need to modify your <filename>/etc/modules.conf</filename> and
- make sure the following lines are in there.
-
- <programlisting>
- alias sound-slot-0 emu10k1
- post-install emu10k1 /usr/local/etc/emu-script
- </programlisting>
-
- After saving the changes to <filename>modules.conf</filename>,
- run
- <programlisting>
- /sbin/depmod -a
- </programlisting>
-
- Now, you're ready to load the new modules and set the correct
- options for it. To load the modules run :
- <programlisting>
- /sbin/modprobe emu10k1
- </programlisting>
+ The OSS driver is maintained by creative and can be downloaded at
+ <ulink url="http://opensource.creative.com/">http://opensource.creative.com/</ulink>.
+ The driver package contains documentation on how to install it.
+ Besides that I'd like to add the following notes.
</para>
- </sect2>
- <sect2>
- <title> Setting up xine for SPDIF (AC3_passthrough) output </title>
-
<para>
- You can either use the config dialog or edit the config file
- (<filename>~/.xine/config2</filename>) yourself:
- <programlisting>
- audio.a52_pass_through:1
- </programlisting>
- In case the setting is not in the file you can add it.
+ In order to compile and install these drivers, you need a valid kernel
+ configuration file. For RedHat Linux's pre-compiled kernels these
+ configuration files can be found in
+ <filename>/usr/src/linux/configs</filename>.
+ After you've located the correct config file for your kernel,
+ you need to copy it to <filename>/usr/src/linux/.config</filename>
+ For example, when you run the 2.4.18-i686 kernel do :
+ <screen>&nbsp;&nbsp;&nbsp;<command>cp /usr/src/linux/configs/kernel-2.4.18-i686.config /usr/src/linux/.config</command></screen>
+ Make sure that the emu10k1 module that is currently installed is
+ not loaded. To unload the modules:
+ <screen>&nbsp;&nbsp;&nbsp;<command>/sbin/modprobe -rv emu10k1.o ac97_codec.o</command></screen>
+ If this mentions that the device is busy, some program is
+ using the driver. Some example could be a mixer application
+ or sound daemon like artsd. You'll need to close down the
+ applications before continuing.
+ At success it should print something like:
+ <screen>
+&nbsp;&nbsp;&nbsp;# delete emu10k1
+&nbsp;&nbsp;&nbsp;# delete ac97_codec
+&nbsp;&nbsp;&nbsp;# delete soundcore</screen>
+ Run make in the directory where you unpacked the driver and follow the
+ instructions printed at the end of each step.
+ The last step should be:
+ <screen>&nbsp;&nbsp;&nbsp;<command>make install-tools</command></screen>
+ As the README of the driver package mentions the SPDIF AC3
+ output doesn't work by default. In the directory
+ <filename>utils/scripts</filename> an <filename>emu10k1.conf</filename>
+ file can be found which need to be placed in the default
+ installation directory (<filename>/usr/local/etc</filename>).
+ After this the <filename>emu10k1.conf</filename> needs to be modified.
+ The following settings worked fine for me (I don't use the analog
+ outputs of the card):
+ <programlisting>
+&nbsp;&nbsp;&nbsp;CARD_IS_5_1=yes
+&nbsp;&nbsp;&nbsp;USE_DIGITAL_OUTPUT=yes
+&nbsp;&nbsp;&nbsp;ENABLE_TONE_CONTROL=yes
+&nbsp;&nbsp;&nbsp;AC3PASSTHROUGH=yes
+&nbsp;&nbsp;&nbsp;ENABLE_LIVEDRIVE_IR=no
+&nbsp;&nbsp;&nbsp;INVERT_REAR=no
+&nbsp;&nbsp;&nbsp;MULTICHANNEL=yes
+&nbsp;&nbsp;&nbsp;ROUTE_ALL_TO_SUB=no
+&nbsp;&nbsp;&nbsp;ANALOG_FRONT_BOOST=no
+&nbsp;&nbsp;&nbsp;SURROUND=no
+&nbsp;&nbsp;&nbsp;PROLOGIC=no
+&nbsp;&nbsp;&nbsp;ENABLE_CD_Spdif=yes
+&nbsp;&nbsp;&nbsp;ENABLE_OPTICAL_SPDIF=no
+&nbsp;&nbsp;&nbsp;ENABLE_LINE2_MIC2=no
+&nbsp;&nbsp;&nbsp;ENABLE_RCA_SPDIF=no
+&nbsp;&nbsp;&nbsp;ENABLE_RCA_AUX=no</programlisting>
+ After modifying the <filename>emu10k1.conf</filename>,
+ you need to modify your <filename>/etc/modules.conf</filename> and
+ make sure the following lines are in there.
+ <programlisting>
+&nbsp;&nbsp;&nbsp;alias sound-slot-0 emu10k1
+&nbsp;&nbsp;&nbsp;post-install emu10k1 /usr/local/etc/emu-script</programlisting>
+ After saving the changes to <filename>modules.conf</filename>, run
+ <screen>&nbsp;&nbsp;&nbsp;<command>/sbin/depmod -a</command></screen>
+ Now, you're ready to load the new modules and set the correct
+ options for it. To load the modules run:
+ <screen>&nbsp;&nbsp;&nbsp;<command>/sbin/modprobe emu10k1</command></screen>
+ </para>
+ </sect3>
+ <sect3>
+ <title>Setting up xine for SPDIF (AC3_passthrough) output</title>
+ <para>
+ You can either use the config dialog of your frontend or edit
+ the config file (<filename>~/.xine/config</filename>) yourself:
+ <programlisting>&nbsp;&nbsp;&nbsp;audio.a52_pass_through:1</programlisting>
+ In case the setting is not in the file you can add it.
</para>
- </sect2>
- <sect2>
- <title> The cable used for the SBLive can easily be self-made
- or buy a stereo 3.5mm jack to dual RCA cable. </title>
-
+ </sect3>
+ <sect3>
+ <title>
+ The cable used for the SBLive can easily be self-made
+ or buy a stereo 3.5mm jack to dual RCA cable.
+ </title>
+ <para>
+ What you need to make the cable yourself:
+ <itemizedlist>
+ <listitem><para>stereo 3.5mm jack plug</para></listitem>
+ <listitem><para>RCA plug</para></listitem>
+ <listitem><para>shielded cable (video coax 75 Ohm will do)</para></listitem>
+ </itemizedlist>
+ Connect them as follows :
<programlisting>
- What you need to make the cable yourself :
- a) stereo 3.5mm jack plug
- b) RCA plug
- c) shielded cable (video coax 75 Ohm will do)
-
- Connect them as follows :
-
- center pin jackplug ------|----- center pin RCA plug
- GND __|__ GND
- </programlisting>
-
- <para>
- In order to test it use a DVD with AC3 or DTS track
- start xine and select the right audio track
- from user interface or start xine as:
- <programlisting>
- xine dvd://1 -a 0
- </programlisting>
- The external decoder should display something like
- "Dolby Digital" in case the
- selected audio track contains AC3 data or "DTS"
- in case the selected audio
- track contains DTS data.
- Of course stereo audio also goes through the SPDIF output, so the analog
- outputs of the SBLive 5.1 are not needed anymore.
+&nbsp;&nbsp;&nbsp;center pin jackplug ------|----- center pin RCA plug
+&nbsp;&nbsp;&nbsp; GND __|__ GND</programlisting>
</para>
- </sect2>
- </sect1>
- <sect1 id="volumecontrol">
+ <para>
+ In order to test it use a DVD with AC3 or DTS track
+ start xine and select the right audio track
+ from user interface or start xine as:
+ <screen>&nbsp;&nbsp;&nbsp;<command>xine dvd:/1 -a 0</command></screen>
+ The external decoder should display something like
+ "Dolby Digital" in case the selected audio track contains
+ AC3 data or "DTS" in case the selected audio track
+ contains DTS data. Of course stereo audio also goes
+ through the SPDIF output, so the analog outputs of the
+ SBLive 5.1 are not needed anymore.
+ </para>
+ </sect3>
+ </sect2>
+ <sect2 id="volumecontrol">
<title>Changing the volume with the GUI control has no effect! What's up!?</title>
-
<para>
- Some xine drivers do not support volume changing although the GUI
- will show the volume bar. Usually this is not xine's fault: aRts C
- API, for example, doesn't offer any volume property to applications.
- Similarly, with ac3 pass through it is not possible to set the volume.
+ Some xine drivers do not support volume changing although the GUI
+ will show the volume bar. Usually this is not xine's fault: aRts C
+ API, for example, doesn't offer any volume property to applications.
+ Similarly, with ac3 pass through it is not possible to set the volume.
</para>
<para>
- Note that recently we added support to "simulate" volume in aRts by
- changing sample values on-the-fly before delivering them to the driver.
- Not as good as having access to sound card's mixer but at least users
- will not complain about lacking of volume bar anymore! :)
+ Note that recently we added support to "simulate" volume in aRts by
+ changing sample values on-the-fly before delivering them to the driver.
+ Not as good as having access to sound card's mixer but at least users
+ will not complain about lacking of volume bar anymore! :)
</para>
- </sect1>
-
- <sect1 id="stuttering">
- <title> Audio is stuttering and i see a lot of "metronom: fixing sound card drift by -2115 pts" on the console output </title>
+ </sect2>
+ <sect2 id="stuttering">
+ <title>Audio is stuttering and i see a lot of "metronom: fixing sound card drift by -2115 pts" on the console output</title>
<para>
- Might be a soundcard problem, if it only comes in longer intervals.
- Your soundcard does not keep it's sampling frequency accurately
- enough, which results in audio and video
- getting out of sync and xine has to compensate. If you see the message
- only from time to time, you might remedy it by using the resampling sync
- method. You can do this by setting the configuration entry
- <parameter>audio.av_sync_method</parameter> to <parameter>resample</parameter>.
+ Might be a soundcard problem, if it only comes in longer intervals.
+ Your soundcard does not keep it's sampling frequency accurately
+ enough, which results in audio and video
+ getting out of sync and xine has to compensate. If you see the message
+ only from time to time, you might remedy it by using the resampling sync
+ method. You can do this by setting the configuration entry
+ <parameter>audio.av_sync_method</parameter> to <parameter>resample</parameter>.
</para>
<para>
- If you receive the metronom message more often,
- maybe switching to different drivers (alsa to oss or vise-versa)
- can help here. It has also been reported that setting the configuration
- entry <parameter>audio.force_rate</parameter> to the native sampling
- rate of your soundcard (try 44100 and 48000) helps sometimes.
+ If you receive the metronom message more often,
+ maybe switching to different drivers (alsa to oss or vise-versa)
+ can help here. It has also been reported that setting the configuration
+ entry <parameter>audio.force_rate</parameter> to the native sampling
+ rate of your soundcard (try 44100 and 48000) helps sometimes.
</para>
<para>
- Another, whole different possibility is that you have some background
- process running which is messing with the clock (like some ntp client -
- chronny, ntpd, ...).
+ Another, whole different possibility is that you have some background
+ process running which is messing with the clock (like some ntp client -
+ chronny, ntpd, ...).
</para>
<para>
- Occasional messages of "fixing sound card drift" may happen on start and
- when playing a long stream (like a movie). This is normal behaviour,
- nothing to worry about.
+ Occasional messages of "fixing sound card drift" may happen on start and
+ when playing a long stream (like a movie). This is normal behaviour,
+ nothing to worry about.
</para>
- </sect1>
+ </sect2>
- <sect1 id="soundloss">
+ <sect2 id="soundloss">
<title>xine seems to lose sound arbitrarily during playback, especially with DVDs</title>
-
- <para>
- You are using the OSS audio output plugin, right? In order to keep video and audio
- in sync, xine regularly queries the audio driver for the amount of delay induced by
- the current length of the driver's audio buffer. Unfortunately some OSS drivers seem
- to be broken because the can return strange values here. This confuses the xine audio
- subsystem and makes it drop audio.
- </para>
- <para>
- You should try the various settings of the
- configuration entry <parameter>audio.oss_sync_method</parameter>. The options
- <parameter>getodelay</parameter> and <parameter>getoptr</parameter> ask the driver and
- might therefore show the problem. But chances are that only one is broken and the other
- works, so you should try them both first, since they are the most accurate.
- The option <parameter>probebuffer</parameter> does not ask the driver directly but
- tries to determine the buffer length from outside. This should work with any driver
- and is the way to go, of the driver dependent methods fail.
- <parameter>softsync</parameter> is the least accurate and should be used only in
- emergency situations.
+ <para>
+ You are using the OSS audio output plugin, right? In order to keep video and audio
+ in sync, xine regularly queries the audio driver for the amount of delay induced by
+ the current length of the driver's audio buffer. Unfortunately some OSS drivers seem
+ to be broken because the can return strange values here. This confuses the xine audio
+ subsystem and makes it drop audio.
</para>
- </sect1>
-</chapter>
+ <para>
+ You should try the various settings of the
+ configuration entry <parameter>audio.oss_sync_method</parameter>. The options
+ <parameter>getodelay</parameter> and <parameter>getoptr</parameter> ask the driver and
+ might therefore show the problem. But chances are that only one is broken and the other
+ works, so you should try them both first, since they are the most accurate.
+ The option <parameter>probebuffer</parameter> does not ask the driver directly but
+ tries to determine the buffer length from outside. This should work with any driver
+ and is the way to go, of the driver dependent methods fail.
+ <parameter>softsync</parameter> is the least accurate and should be used only in
+ emergency situations.
+ </para>
+ </sect2>
-<chapter id="video">
+ </sect1>
- <title> Video related questions </title>
- <sect1 id="novideo">
+ <sect1 id="video">
+ <title>Video related questions</title>
+ <sect2 id="novideo">
<title>I can hear the audio - but I don't see a picture!</title>
-
<para>
- Probably your hardware is simply too slow - see above for some
- hints on how to speed things up.
+ Probably your hardware is simply too slow - see above for some
+ hints on how to speed things up.
</para>
<para>
- Another possibility is that you using a buggy Xv driver, see the next
- question.
+ Another possibility is that you using a buggy Xv driver, see the next
+ question.
</para>
- </sect1>
-
- <sect1 id="xvextension">
+ </sect2>
+ <sect2 id="xvextension">
<title>How can I make xine use the Xv extension and what drivers do I need?</title>
-
<para>
- xine will normally use Xv by default if it is available. In some cases
- you might need to choose Xv playback manually (when the <filename>~/.xine/config</filename>
- file for some reason says that you want to use XShm):
- <programlisting>
- xine -V Xv foo.mpg
- </programlisting>
+ xine will normally use Xv by default if it is available. In some cases
+ you might need to choose Xv playback manually (when the <filename>~/.xine/config</filename>
+ file for some reason says that you want to use XShm):
+ <screen>&nbsp;&nbsp;&nbsp;<command>xine -V Xv foo.mpg</command></screen>
</para>
<para>
- If this doesn't work for you, it may be possible that Xv is not present
- on your system.
+ If this doesn't work for you, it may be possible that Xv is not present
+ on your system.
</para>
<para>
- First you need to install/use XFree 4.x. Once you got that you have to
- make sure the XFree drivers you're using are supporting Xv on your
- hardware. Here are some hints for individual gfx chips:
- <itemizedlist>
- <listitem>
- <para>
- 3Dfx: if all you get is a solid black window, upgrade at least to
- XFree 4.1.0
- </para>
- </listitem>
- <listitem>
- <para>
- ATI: if you only get "half a picture", try lowering your resolution
- or bit depth, disable DRI (looks like you ran out of video RAM)
- </para>
- </listitem>
- <listitem>
- <para>
- Trident card: If you see vertical bands jumbled, upgrade to the latest
- xfree/experimental trident drivers (for the CyberBlade XP
- a driver exists here:
- <ulink url="http://www.xfree86.org/~alanh/">
- http://www.xfree86.org/~alanh/ </ulink>)
- </para>
- </listitem>
- <listitem>
- <para>
- nvidia: With newer GeForce cards, Xv should work with XFree 4.2.0 or
- newer, for older RivaTNT cards use the binary drivers from nvidia
- (of course the binary drivers work as well for GeForce cards)
- </para>
- </listitem>
- <listitem>
- <para>
- Mach64/Rage3D (not Rage128/Radeon) cards/chips get no XVideo with
- standard drivers, try
- <ulink url="http://gatos.sourceforge.net/">GATOS drivers
- </ulink> instead
- </para>
- </listitem>
- <listitem>
- <para>
- intel: i815 has Xv support in XFree 4.x, others unknown
- </para>
- </listitem>
- <listitem>
- <para>
- Permedia 2/3 has Xv support in XFree 4.x
- </para>
- </listitem>
- <listitem>
- <para>
- Savage: at least some older drivers tend to lock up the whole machine,
- try the drivers available from
- <ulink url="http://www.probo.com/timr/savage40.html">
- www.probo.com/timr/savage40.html
- </ulink>.
- </para>
- </listitem>
- <listitem>
- <para>
- SIS: certain controllers (more info needed!) have Xv support in XFree 4.x
- </para>
- </listitem>
- <listitem>
- <para>
- Chips and Tech 6555x, 68554, 69000, 69030 have Xv support in XFree 4.x
- </para>
- </listitem>
- <listitem>
- <para>
- NeoMagic: certain controllers (more info needed!) have Xv support in Xfree 4.x
- </para>
- </listitem>
- <listitem>
- <para>
- SiliconMotion: certain controllers (more info needed!) have Xv support in Xfree 4.x
- </para>
- </listitem>
- <listitem>
- <para>
- Matrox: G200 or newer (but not Parhelia) have Xv support in XFree 4.x.
- For parhelia, use the binary only drivers available from matrox' website.
- </para>
- </listitem>
- </itemizedlist>
+ First you need to install/use XFree 4.x. Once you got that you have to
+ make sure the XFree drivers you're using are supporting Xv on your
+ hardware. Here are some hints for individual gfx chips:
+ <itemizedlist>
+ <listitem>
+ <para>
+ 3Dfx: if all you get is a solid black window, upgrade at least to XFree 4.1.0
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ ATI: if you only get "half a picture", try lowering your resolution
+ or bit depth, disable DRI (looks like you ran out of video RAM)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Trident card: If you see vertical bands jumbled, upgrade to the latest
+ xfree/experimental trident drivers (for the CyberBlade XP
+ a driver exists here:
+ <ulink url="http://www.xfree86.org/~alanh/">http://www.xfree86.org/~alanh/ </ulink>)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ nVidia: With newer GeForce cards, Xv should work with XFree 4.2.0 or
+ newer, for older RivaTNT cards use the binary drivers from nvidia
+ (of course the binary drivers work as well for GeForce cards)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Mach64/Rage3D (not Rage128/Radeon) cards/chips get no XVideo with
+ standard drivers, try
+ <ulink url="http://gatos.sourceforge.net/">GATOS drivers
+ </ulink> instead
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ intel: i815 has Xv support in XFree 4.x, others unknown
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Permedia 2/3 has Xv support in XFree 4.x
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Savage: at least some older drivers tend to lock up the whole machine,
+ try the drivers available from
+ <ulink url="http://www.probo.com/timr/savage40.html">
+ http://www.probo.com/timr/savage40.html
+ </ulink>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ SIS: certain controllers (more info needed!) have Xv support in XFree 4.x
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Chips and Tech 6555x, 68554, 69000, 69030 have Xv support in XFree 4.x
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ NeoMagic: certain controllers (more info needed!) have Xv support in Xfree 4.x
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ SiliconMotion: certain controllers (more info needed!) have Xv support in Xfree 4.x
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Matrox: G200 or newer (but not Parhelia) have Xv support in XFree 4.x.
+ For Parhelia, use the binary only drivers available from matrox' website.
+ </para>
+ </listitem>
+ </itemizedlist>
</para>
- </sect1>
- <sect1 id="colorkey">
+ </sect2>
+ <sect2 id="colorkey">
<title>Some parts of my X Desktop get transparent when xine plays the video!</title>
-
<para>
- Looks like some colors on your GUI match the colorkey Xv uses. You can
- change the colorkey value to avoid this. There should be a line like:
- <programlisting>
- video.XV_COLORKEY:2110
- </programlisting>
- in your <filename>~/.xine/config</filename> file where you can change the color that's used
- by xine for the video overlay.
+ Looks like some colors on your GUI match the colorkey Xv uses. You can
+ change the colorkey value to avoid this. There should be a line like:
+ <programlisting>&nbsp;&nbsp;&nbsp;video.XV_COLORKEY:2110</programlisting>
+ in your <filename>~/.xine/config</filename> file where you can change the color that's used
+ by xine for the video overlay.
</para>
- </sect1>
- <sect1 id="aspectratio">
+ </sect2>
+ <sect2 id="aspectratio">
<title>The aspect ratio of the video is wrong!</title>
-
<para>
- Try pressing "a" to change the aspect ratio.
+ Try pressing "a" to change the aspect ratio.
</para>
- </sect1>
- <sect1 id="discardedskipped">
+ </sect2>
+ <sect2 id="discardedskipped">
<title>What is the difference between discarded and skipped frames?</title>
-
<para>
- Sometimes xine will output a message like that:
- <programlisting>
- 200 frames delivered, XX frames skipped, YY frames discarded
- </programlisting>
+ Sometimes xine will output a message like that:
+ <programlisting>&nbsp;&nbsp;&nbsp;200 frames delivered, XX frames skipped, YY frames discarded</programlisting>
</para>
<para>
- The difference between these counters is a little subtle for the non
- developer. There are two threads running in order to display video:
- the decoder thread will deliver frames to the video output thread.
- The later is responsible for scheduling the frames to be displayed at
- the right time.
+ The difference between these counters is a little subtle for the non
+ developer. There are two threads running in order to display video:
+ the decoder thread will deliver frames to the video output thread.
+ The later is responsible for scheduling the frames to be displayed at
+ the right time.
</para>
<para>
- If your system can't keep up with decoding requirements, decoder will
- deliver overdue frames. Imagine if it finished decoding the frame
- tagged for displaying at 11:30 but xine clock marks 11:31. When this
- situation is detected, xine will try to skip decoding a few frames
- to recover. Not every decoder may support this feature.
+ If your system can't keep up with decoding requirements, decoder will
+ deliver overdue frames. Imagine if it finished decoding the frame
+ tagged for displaying at 11:30 but xine clock marks 11:31. When this
+ situation is detected, xine will try to skip decoding a few frames
+ to recover. Not every decoder may support this feature.
</para>
<para>
- When the frame is decoded to be shown somewhere in future but the
- output thread doesn't get scheduled in time by the operating system
- to complete the operation, the frame is discarded. One cause might
- be the disk access operation, which may halt the system for a few
- miliseconds without DMA. See performance section tips above.
+ When the frame is decoded to be shown somewhere in future but the
+ output thread doesn't get scheduled in time by the operating system
+ to complete the operation, the frame is discarded. One cause might
+ be the disk access operation, which may halt the system for a few
+ miliseconds without DMA. See performance section tips above.
</para>
<para>
- Note that if a decoder can't skip frames for some reason, you would
- never see frames skipped (they would be all discarded).
+ Note that if a decoder can't skip frames for some reason, you would
+ never see frames skipped (they would be all discarded).
</para>
- </sect1>
- <sect1 id="contrastbrightnesssaturation">
+ </sect2>
+ <sect2 id="contrastbrightnesssaturation">
<title>My xine is runing in black and white! / I only get a gray video output!</title>
-
<para>
- This frequently happens with new Xv drivers or when switching to a
- different video card. Background is that different Xv drivers often
- use different ranges for the contrast/brightness/saturation settings.
+ This frequently happens with new Xv drivers or when switching to a
+ different video card. Background is that different Xv drivers often
+ use different ranges for the contrast/brightness/saturation settings.
</para>
<para>
- To fix this, try opening the xine settings window and try adjusting
- the sliders for contrast, brightness and saturation.
+ To fix this, try opening the xine settings window and try adjusting
+ the sliders for contrast, brightness and saturation.
</para>
<para>
- Please note that some frontends save these settings in their config file
- so when you have found a working combination, make sure you exit
- xine cleanly so the values are saved.
+ Please note that some frontends save these settings in their config file
+ so when you have found a working combination, make sure you exit
+ xine cleanly so the values are saved.
</para>
- </sect1>
-
- <sect1 id="videodriver">
+ </sect2>
+ <sect2 id="videodriver">
<title>Which is the best video driver to use?</title>
-
<para>
- xine support several video drivers for outputing the image. These will
- differ on how the frames are copied to the video card memory, whether
- colorspace conversion and scaling is done in software or hardware, among
- other things. They may also differ on ease of use and stability.
+ xine support several video drivers for outputing the image. These will
+ differ on how the frames are copied to the video card memory, whether
+ colorspace conversion and scaling is done in software or hardware, among
+ other things. They may also differ on ease of use and stability.
</para>
<para>
- Most of the time, Xv should give the users a good trade-off between
- quality, compatibility and ease of use. This is why xine tries to use
- Xv by default.
+ Most of the time, Xv should give the users a good trade-off between
+ quality, compatibility and ease of use. This is why xine tries to use
+ Xv by default.
</para>
<para>
- However some users may want to explore better the available hardware
- capabilities (eg. syncing frame drawing with monitor refresh).
- Also some Xv drivers contain slow copies and accessing the video card
- directly may yield performance gains.
+ However some users may want to explore better the available hardware
+ capabilities (eg. syncing frame drawing with monitor refresh).
+ Also some Xv drivers contain slow copies and accessing the video card
+ directly may yield performance gains.
</para>
<para>
- Drivers that access hardware directly includes VIDIX (warning: requires
- root priviledges) and SyncFB (requires kernel helper - Matrox only).
- User may try one of those, but should be warned that with root access
- they can cause the system to crash hard. The support is also limited to
- a couple of graphics cards only.
+ Drivers that access hardware directly includes VIDIX (warning: requires
+ root priviledges or kernel helper) and SyncFB (requires kernel helper - Matrox only).
+ User may try one of those, but should be warned that with root access
+ they can cause the system to crash hard. The support is also limited to
+ a couple of graphics cards only.
</para>
<para>
- Graphic workstations like SGI have usually a good support for OpenGL.
- In that case, using OpenGL may be a better choice than XShm. However for
- most desktop systems the performance of OpenGL will be quite bad.
+ Graphic workstations like SGI have usually a good support for OpenGL.
+ In that case, using OpenGL may be a better choice than XShm. However for
+ most desktop systems the performance of OpenGL will be quite bad.
</para>
- </sect1>
-</chapter>
+ </sect2>
-<chapter id="errors">
+ </sect1>
- <title> Error Messages: What they mean and what you can do</title>
- <sect1 id="audiodrivererr">
+ <sect1 id="errors">
+ <title>Error Messages: What they mean and what you can do</title>
+ <sect2 id="audiodrivererr">
<title>Starting xine fails with complains about audio drivers/devices!</title>
-
<para>
- You can select the audio driver using the -A option. So try:
- <programlisting>
- xine -A null
- </programlisting>
- If you have ALSA drivers installed, try:
- <programlisting>
- xine -A alsa
- </programlisting>
- If you run ESD (not recommended), try:
- <programlisting>
- xine -A esd
- </programlisting>
- If you run artsd, try:
- <programlisting>
- xine -A arts
- </programlisting>
+ You can select the audio driver using the -A option. So try:
+ <screen>&nbsp;&nbsp;&nbsp;<command>xine -A null</command></screen>
+ If you have ALSA drivers installed, try:
+ <screen>&nbsp;&nbsp;&nbsp;<command>xine -A alsa</command></screen>
+ If you run ESD (not recommended), try:
+ <screen>&nbsp;&nbsp;&nbsp;<command>xine -A esd</command></screen>
+ If you run artsd, try:
+ <screen>&nbsp;&nbsp;&nbsp;<command>xine -A arts</command></screen>
</para>
- </sect1>
- <sect1 id="novideoportfound">
+ </sect2>
+ <sect2 id="novideoportfound">
<title>"no video port found"</title>
-
<para>
- You got the Xv extension, but your video card driver doesn't support it.
- First try to find a driver that does support Xv on your hardware (check
- your graphics card vendor). If your driver has Xv support but you can't
- get it working, try at a lower resolution (1024x768 is enough even for
- anamorphic mpeg-2).
+ You got the Xv extension, but your video card driver doesn't support it.
+ First try to find a driver that does support Xv on your hardware (check
+ your graphics card vendor). If your driver has Xv support but you can't
+ get it working, try at a lower resolution (1024x768 is enough even for
+ anamorphic DVDs).
</para>
<para>
- If all that fails, you can still use plain X11/XShm:
- <programlisting>
- gxine -V XShm foo.vob
- </programlisting>
+ If all that fails, you can still use plain X11/XShm:
+ <screen>&nbsp;&nbsp;&nbsp;<command>gxine -V XShm foo.vob</command></screen>
</para>
- </sect1>
- <sect1 id="unabletoopendvddrive">
+ </sect2>
- <title>"Unable to open dvd drive (/dev/dvd)" </title>
-
+ <sect2 id="unabletoopendvddrive">
+ <title>"Unable to open dvd drive (/dev/dvd)"</title>
<para>
- You probably don't have /dev/dvd (check that). If so, simply create a
- link /dev/dvd that points to your DVD device. Something like...
- <programlisting>
- cd /dev
- ln -s hdc dvd
- </programlisting>
- ...should do the job. Also make sure you have read access on
- the device the symlink points to.
- See the <link linkend="dvdplayback">dvd playback section</link>
- for more information.
+ You probably don't have /dev/dvd (check that). If so, simply create a
+ link /dev/dvd that points to your DVD device. Something like...
+ <screen>&nbsp;&nbsp;&nbsp;<command>ln -s hdc /dev/dvd</command></screen>
+ ...should do the job. Also make sure you have read and write access on
+ the device the symlink points to.
+ See the <link linkend="dvdplayback">dvd playback section</link>
+ for more information.
</para>
- </sect1>
- <sect1 id="demuxerror0000">
+ </sect2>
+
+ <sect2 id="status0x51">
+ <title>My drive doesn't work and the kernel says "status=0x51 { DriveReady SeekComplete Error }"</title>
+ <para>
+ This error can be fixed by recompiling your kernel with the option
+ "Use multi-mode by default" enabled in the IDE settings.
+ </para>
+ </sect2>
+ <sect2 id="demuxerror0000">
<title>"demux error! 00 00 00 (should be 0x000001)"</title>
-
<para>
- Probably xine can't access your input source. Most commonly this happens
- when you're trying to play locked/encrypted DVDs. Remember that xine
- can't play such DVDs out-of-the box for legal reasons (see above).
+ Probably xine can't access your input source. Most commonly this happens
+ when you're trying to play locked/encrypted DVDs. Remember that xine
+ can't play such DVDs out-of-the box for legal reasons (see above).
</para>
<para>
- If it is legal where you live, you can try to install libdvdcss. Once
- you have done that and re-start xine, it should automatically detect
- and use it to play back encrypted DVDs.
+ If it is legal where you live, you can try to install libdvdcss. Once
+ you have done that and re-start xine, it should automatically detect
+ and use it to play back encrypted DVDs.
</para>
<para>
- Another reason could be that your (RPC-2) DVD drive isn't set up
- for the right region (see above).
+ Another reason could be that your (RPC-2) DVD drive isn't set up
+ for the right region (see above).
</para>
- </sect1>
- <sect1 id="ossfailed">
+ </sect2>
+ <sect2 id="ossfailed">
<title>"audio driver 'oss' failed, using null driver instead"</title>
-
<para>
- First of all, make sure that your OSS Audio drivers are working (i.e.
- you can play music with other software). Maybe you're using alsa?
- If so, try <command> gxine -A alsa </command> to see if this helps.
+ First of all, make sure that your OSS Audio drivers are working (i.e.
+ you can play music with other software). Maybe you're using alsa?
+ If so, try <command>gxine -A alsa</command> to see if this helps.
</para>
<para>
- The most common reason for oss not working is that some other program is accesing
- your audio device. If you're using linux, the command <command>fuser /dev/dsp</command>
- should give you the PID of the process.
+ The most common reason for oss not working is that some other program is accesing
+ your audio device. If you're using linux, the command <command>fuser /dev/dsp</command>
+ should give you the PID of the process.
</para>
<para>
- If you are using GNOME, chances are that this is caused by ESD. Now you
- have two possibilities. Either deactivate ESD (temporarily) by right
- clicking on the sound monitor applet and selecting "Place Esound in
- standby" or just kill it. Then xine will use OSS audio output. The other
- method is to make xine use ESD for audio output with:
- <programlisting>
- gxine -A esd
- </programlisting>
- This may result in worse playback - exact syncronization is not possible
- with esd, so using oss should be preferred.
+ If you are using GNOME, chances are that this is caused by ESD. Now you
+ have two possibilities. Either deactivate ESD (temporarily) by right
+ clicking on the sound monitor applet and selecting "Place Esound in
+ standby" or just kill it. Then xine will use OSS audio output. The other
+ method is to make xine use ESD for audio output with:
+ <screen>&nbsp;&nbsp;&nbsp;<command>gxine -A esd</command></screen>
+ This may result in worse playback - exact syncronization is not possible
+ with esd, so using oss should be preferred.
</para>
<para>
- If you are using KDE, there is the possibility that the aRts sound
- daemon is currently running and thus blocking your sound device. You
- can check that by starting the aRts control (in your KDE menu it should
- be under Multimedia). If it is running, you can either use the aRts
- audio output plugin:
- <programlisting>
- gxine -A arts
- </programlisting>
- Or you suspend the aRts daemon by checking the appropriate option in
- your aRts control. (recommended)
+ If you are using KDE, there is the possibility that the aRts sound
+ daemon is currently running and thus blocking your sound device. You
+ can check that by starting the aRts control (in your KDE menu it should
+ be under Multimedia). If it is running, you can either use the aRts
+ audio output plugin:
+ <screen>&nbsp;&nbsp;&nbsp;<command>gxine -A arts</command></screen>
+ Or you suspend the aRts daemon by checking the appropriate option in
+ your aRts control. (recommended)
</para>
<para>
- Newer versions of arts have an auto-suspend mode - this can lead to
- some nondeterministic behaviour of xine if it is set up to use
- the audio device directly. Using arts is recommended in that case,
- however you will loose the ability to do four/five channel audio output.
+ Newer versions of arts have an auto-suspend mode - this can lead to
+ some nondeterministic behaviour of xine if it is set up to use
+ the audio device directly. Using arts is recommended in that case,
+ however you will loose the ability to do four/five channel audio output.
</para>
- </sect1>
- <sect1 id="throwingawarimage">
+ </sect2>
+ <sect2 id="throwingawayimage">
<title>"video_out: throwing away image with pts xxx because it's too old"</title>
-
<para>
- This is a performance related problem.
-
- If you have a fast computer and this message shows from time to
- time playing dvd/cdrom, it's very likely that your drive is not
- DMA enabled.
+ This is a performance related problem.
+ If you have a fast computer and this message shows from time to
+ time playing dvd/cdrom, it's very likely that your drive is not
+ DMA enabled.
</para>
- </sect1>
- <sect1 id="novideopluginavailable">
+ </sect2>
+ <sect2 id="novideopluginavailable">
<title>"No video plugin available to decode 'xxxxxx'."</title>
-
<para>
- You have tried to play a stream using a unknown or unhandled codec.
- Possibly the file uses some obscure proprietary format and no
- information is available on how to decode it.
+ You have tried to play a stream using a unknown or unhandled codec.
+ Possibly the file uses some obscure proprietary format and no
+ information is available on how to decode it.
</para>
<para>
- If you're on an x86 platform (e.g. PC hardware) you might want to
- try installing binary-only windows medial, real networks and
- quicktime codecs (see above).
+ If you're on an x86 platform (e.g. PC hardware) you might want to
+ try installing binary-only windows medial, real networks and
+ quicktime codecs (see above).
</para>
- </sect1>
- <sect1 id="demuxerfailedtostart">
+ </sect2>
+ <sect2 id="decoderfailedtostart">
<title>"w32codec: decoder failed to start. Is 'xxxxxx' installed?"</title>
-
<para>
- You probably don't have the win32 dll needed to decode this file.
+ You probably don't have the win32 dll needed to decode this file.
</para>
- </sect1>
- <sect1 id="xinecrashed">
+ </sect2>
+ <sect2 id="xinecrashed">
<title>xine just crashed on me - i didn't get any error message</title>
-
<para>
- OK, yes, that shouldn't happen and you're upset. We can understand that.
- But, to help you and of course to fix this, we need some information.
- So, let's go through the checklist and maybe prepare a nice bug report
- for the xine-user mailing list:
- </para>
-
- <itemizedlist>
+ OK, yes, that shouldn't happen and you're upset. We can understand that.
+ But, to help you and of course to fix this, we need some information.
+ So, let's go through the checklist and maybe prepare a nice bug report
+ for the xine-user mailing list:
+ <itemizedlist>
<listitem>
- <para>
- did xine really crash (segfault) or did it hang (deadlock) ?
- </para>
+ <para>
+ Did xine really crash (segfault) or did it hang (deadlock)?
+ </para>
</listitem>
<listitem>
- <para>
- can you reproduce the bug? (e.g. do you remember what you
- did and when you do it again it crashes again?)
- </para>
+ <para>
+ Can you reproduce the bug? (e.g. do you remember what you
+ did and when you do it again it crashes again?)
+ </para>
</listitem>
<listitem>
- <para>
- is that a specific media file or format which crashes xine? (have you
- tried other files types?)
- </para>
+ <para>
+ Is that a specific media file or format which crashes xine? (Have you
+ tried other files types?)
+ </para>
</listitem>
<listitem>
- <para>
- check the console output (and include it in a bug report), maybe earlier
- there is some output that points to the problem.
- </para>
+ <para>
+ Check the console output (and include it in a bug report), maybe earlier
+ there is some output that points to the problem.
+ </para>
</listitem>
<listitem>
- <para>
- Your X server just froze on you? unfortunately that's a known problem
- with some chipsets and drivers (most commonly Savage chipsets) when
- using Xv. You might want to try running <command> gxine -V XShm </command>
- to see if the problem is related to the Xv driver. This will unfortunately
- be much slower, as lots of things are now done
- in software instead of hardware scaling/colour space conversion.
- </para>
- <para>
- Maybe at the time you read this, there's an XFree upgrade which fixes
- this for the Savage driver. If that works for you, please notify the xine crew at
- <email> xine-user@lists.sf.net </email>, so they can update this FAQ!
- </para>
+ <para>
+ Your X server just froze on you? unfortunately that's a known problem
+ with some chipsets and drivers (most commonly Savage chipsets) when
+ using Xv. You might want to try running <command>gxine -V XShm</command>
+ to see if the problem is related to the Xv driver. This will unfortunately
+ be much slower, as lots of things are now done in software instead of
+ hardware scaling/colour space conversion.
+ </para>
+ <para>
+ Maybe at the time you read this, there's an XFree upgrade which fixes
+ this for the Savage driver. If that works for you, please notify the xine crew at
+ <email>xine-user@lists.sourceforge.net</email>, so they can update this FAQ!
+ </para>
</listitem>
<listitem>
- <para>
- Even though we try to make each release as bug free as possible, xine is
- still under heavy development (nice excuse, isn't it? *grin*).
- </para>
- <para>
- If you write to the xine user mailing list
- <email>xine-user@lists.sourceforge.net</email>
- make sure you include a the above information (when applicable)
- and also some information about your machine (operating system, cpu type and
- speed, gfx card, sound card, ...) and please use a meaningfull subject
- line ("xine bug" is bad, "xine fails to play this quicktime trailer in fullscreen mode"
- ist much better).
- </para>
- <para>
- Thanks for taking the time to help improve xine.
- </para>
+ <para>
+ Even though we try to make each release as bug free as possible, xine is
+ still under heavy development (nice excuse, isn't it? *grin*).
+ </para>
+ <para>
+ If you write to the xine user mailing list
+ <email>xine-user@lists.sourceforge.net</email>
+ make sure you include a the above information (when applicable)
+ and also some information about your machine (operating system, cpu type and
+ speed, gfx card, sound card, ...) and please use a meaningfull subject
+ line ("xine bug" is bad, "xine fails to play this quicktime trailer in fullscreen mode"
+ ist much better).
+ </para>
+ <para>
+ Thanks for taking the time to help improve xine.
+ </para>
</listitem>
- </itemizedlist>
+ </itemizedlist>
+ </para>
+ </sect2>
+
</sect1>
-</chapter>
+
+ </article>
</book>