Xine: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (→‎See also: Updated xine HOWTO link)
Line 19: Line 19:


==See also==
==See also==
* [http://cvs.sourceforge.net/viewcvs.py/xine/xine-lib/doc/README.dvb?rev=1.10 xine Digital TV (DVB)] - Howto use xine for DVB
* [http://xine.cvs.sourceforge.net/xine/xine-lib/doc/README.dvb?view=markup xine Digital TV (DVB)] - HOWTO use xine for DVB
* [http://xinehq.de/ Official xine homepage]
* [http://xinehq.de/ Official xine homepage]

Revision as of 15:58, 20 April 2007

Xine is a very popular multimedia player for Linux. Above all, it's a movie player, but it also can play audio files or connect to live streams. DVB cards can be accessed using the dvb input plugin.

Xine in its graphical version gxine for X11 has a very intuitive and powerful GUI. Many users like it for providing much functionality for watching TV very easily. (On the other side, VDR has better functionality for recording / scheduled recording, for the price of more installation and configuration fiddling.)


Usage

In Debian/Ubuntu etc

 apt-get install gxine

Then create the channels list using the dvbtools' scan

 mkdir ~/.xine
 scan >~/.xine/channels.conf

Now start up gxine

 gxine

and open the DVB card with

 File -> Open MRL -> dvb://

You should now see a program. You should be able to zap around using the NumPad-9 / NumPad-3 keys, the xine playlist, or using the next/previous chapter buttons in your gui.

Xine appears to only tune dvb-s channels via the channels.conf file if you are using a Universal type lnbf. That is one with an LO: 9750/10600. C-Band LO: 5150 and Ku band LO:10750 commonly used in North America seem to be unsupported as yet unless I'm missing something.

See also