LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Install Xine East Step by Step (https://www.linuxquestions.org/questions/linux-newbie-8/install-xine-east-step-by-step-465095/)

teluguswan 07-18-2006 01:43 AM

Install Xine East Step by Step
 
Find this information at
http://cambuca.ldhs.cetuc.puc-rio.br/xine/

It worked for me

Step by step guide to run xine

1.

You need to download the xine engine (libxine). Get the libxine rpm which more closely matches yourCPU:

libxine1-(version)-xxxxxx.i586.rpm for Pentium/Pentium MMX
libxine1-(version)-xxxxxx.i686.rpm for Pentium II/III/IV
libxine1-(version)-xxxxxx.k6.rpm for AMD K6
libxine1-(version)-xxxxxx.k7.rpm for AMD Athlon/Duron


If you don't know your CPU just get the i586 package.
2.

Download xine-ui:
xine-ui-(version)-xxxxxx.i586.rpm for any CPU.
3.

Install the packages (you need to be root):

# rpm -U libxine1* xine-ui*

4.

If you want full DVD support download and install libdvdcss:

libdvdcss-1.2.8-1.network.i386.rpm

By default, xine expects to find your DVD-ROM at /dev/dvd. Creating a symbolic link to your device is recommended (for example, /dev/hdc or /dev/scd0). The command below should work for most users:

# ln -s /dev/cdrom /dev/dvd


Make sure the DMA is enabled for your DVD-ROM, otherwise playback will be 'jumpy'.

# hdparm -d1 /dev/cdrom


5.

If you want full Windows Media Video and Quicktime support download and install:

w32codec-0.52-1.i386.rpm

6.

If you want full Real Media support download and install:
RealPlayer9-9.0.7.151-4.i386.rpm newest version
(alternative rpm for fedora core: RealPlayer9-9.0.7.151-6.fdr.0.i386.rpm), or
RealPlayer8-8.0.3.412-5.i386.rpm older version (if you have problems instaling RealPlayer9)
obs: Depending on your distro, you might need /usr/sbin/update-alternatives or libXm.so.2
7.

Type 'xine' at your console window and enjoy...

Hint: consider reading the xine FAQ.
8.

To try an experimental Netscape/Mozilla plugin using xine to play embedded videos, download and install:
xine-mozilla-plugin-(version)-xxxxxx.i586.rpm xine plugin for Netscape/Mozilla.

This plugin was not officialy released, it might hang/crash/freeze/burn. in case of trouble just uninstall.

Zmyrgel 07-18-2006 01:47 AM

or gentoo way...
Code:

emerge xine
with appropriate USE flags :)

Nice how-to, though. A good start for any newbie.


All times are GMT -5. The time now is 08:32 AM.