Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: How to watch DVB-t TV (or 'am I wasting my time?')





On 29 Jan 2002, Matthew Walton wrote:

> - is it possible to use software decoding of the TV stream

Sure

> - if so, how?

One way:

Get and build Dave Chapman's dvbstream.  Preferably the 0.4pre version
 (Dave: is that available)
Build ts2ps that comes with DVB driver
Get a program that can play an MPEG2 program stream.  I use mplayer
(mplayerhq.org)

WIth the newer dvbstream, watching TV is as simple as:

  dvbstream -o -f freq 600 601 | ts2ps 600 601 | \
    mplayer -cache 2000 -pp 0x20000 -vo whatever -

With older dvbstream, use:

  dvbstream -f freq 600 601 &
  dumprtp | ts2ps 600 601 | mplayer -cache 2000 -pp 0x20000 -vo whatever - 

Hope that helps,
Steve




-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index