Mailing List archive

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

[linux-dvb] Re: Where should that data come out ?



Ingo Krabbe wrote:
Hi,

I'm sorry to bother you but my machine crunched up my linux partition information last time I played around with Windoze XP. Hmm, maybe the partition table was a bit messed up when I hardcoded it last time. ... Yes and all my data went to oblivion.... nothing serious though .... but now I need to reconfigure my machine for DVB and so I downloaded the latest snapshot DVB .... from 16. April 2003.... ok anything is fine.

The card even tunes with szap (it is an old wintv nova...) and szap tells me FE_HAS_LOCK... this should be fine i think.

So no I want to see that data come out anywhere that I can feed my waiting mplayer with it but ooops , where is that device with the transport stream .... hmmm no idea I recently used dvbstream, which doesn't compiles against this new driver.... ahhh
Use the dvbstream CVS tree, this should compile fine against a current driver.

For szap use the '-r' parameter to tell szap that you want to record the stream:

$ szap -r <channelname>
[and let it run forever...]

now, in a second console you can feed the data from the dvr device into a file or mplayer:

$ cat /dev/dvb/adapter0/dvr0 > /tmp/recording.ts

or

$ cat /dev/dvb/adapter0/dvr | ts2ps 0 0 | mplayer -
[ts2ps is part of the mpegtools, available on http://www.metzlerbros.org/dvb/]

Holger



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



Home | Main Index | Thread Index