XdTV: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
and record video files with various video and audio codecs (ffmpeg, xvid, divx, etc.).
and record video files with various video and audio codecs (ffmpeg, xvid, divx, etc.).


* The current CVS [http://xawdecode.sourceforge.net/nightly-tarball snapshots] of XdTV have DVB support included.
==XdTV==
* DVB-T support isn't finished yet. actually this feature is highly experimental even if it's usable. You need LIBSDL.

The current CVS [http://xawdecode.sourceforge.net/nightly-tarball snapshots] of XdTV have DVB support included.
DVB-T support isn't finished yet. actually this feature is highly experimental even if it's usable. You need LIBSDL.


FEATURES :
FEATURES :
- see dvb-t channels (TNT in france)
* see dvb-t channels (TNT in france)
- switch from a channel to an other
* switch from a channel to an other
- scantv works (xdtv_scantv -dvb), you must choose between download a tranponder file or use a local one.
* scantv works (xdtv_scantv -dvb), you must choose between download a tranponder file or use a local one.


BUGS :
BUGS :
- scantv.sh doesn't work
* scantv.sh doesn't work
- recording & streaming do not work at all
* recording & streaming do not work at all


INSTALL AND TEST
INSTALL AND TEST
Line 29: Line 27:
=> choose your country and city
=> choose your country and city
2) copy and paste the output into your xdtvrc :
2) copy and paste the output into your xdtvrc


[France 2 TNT]
channel = 0
type = DVB_T
frequency = 586000000
inversion = INVERSION_AUTO
bandwidth = BANDWIDTH_8_MHZ
code_rate_high = FEC_3_4
code_rate_low = FEC_NONE
constellation = QAM_64
transmission_mode = TRANSMISSION_MODE_8K
guard_interval = GUARD_INTERVAL_1_8
hierarchy = HIERARCHY_NONE
vpid = 120
apid = 130
spid = 257

[France 3 TNT]
channel = 0
type = DVB_T
frequency = 586000000
inversion = INVERSION_AUTO
bandwidth = BANDWIDTH_8_MHZ
code_rate_high = FEC_3_4
code_rate_low = FEC_NONE
constellation = QAM_64
transmission_mode = TRANSMISSION_MODE_8K
guard_interval = GUARD_INTERVAL_1_8
hierarchy = HIERARCHY_NONE
vpid = 220
apid = 230
spid = 273


3) then run :
3) then run :

Revision as of 19:24, 12 April 2006

XdTV is a software that allows you to watch TV. It interacts with AleVT for Teletext and Nxtvepg for NextView. It uses the video4linux API. It can use deinterlacing filters and record video files with various video and audio codecs (ffmpeg, xvid, divx, etc.).

  • The current CVS snapshots of XdTV have DVB support included.
  • DVB-T support isn't finished yet. actually this feature is highly experimental even if it's usable. You need LIBSDL.

FEATURES :

  • see dvb-t channels (TNT in france)
  • switch from a channel to an other
  • scantv works (xdtv_scantv -dvb), you must choose between download a tranponder file or use a local one.

BUGS :

  • scantv.sh doesn't work
  • recording & streaming do not work at all

INSTALL AND TEST

If you want to test it : drivers for dvb cards must be properly installed : get it from www.linuxtv.org

For the moment XdTV just perform a scan on a DVB-T device : you have to put the found channels in your xdtvrc file like this :

1) scan device with the scan program : $>xdtv_scan -dvb => choose your country and city

2) copy and paste the output into your xdtvrc

3) then run :

	$>xdtv -dvb

Note : You can switch from a dvb channel to an other one but no to an analogic (V4l/v4l2) one !

Links