Record from DVB tuner

2010-06-23 Thread Simon Liddicott
Depending how you want to use it you may like getstream. http://silicon-verl.de/home/flo/projects/streaming/ You set up a config file that specifies the adapter the channels and the output (can be streamed or saved to file. Or dvbstreamer http://sourceforge.net/apps/mediawiki/dvbstreamer/index.ph

Re: [linux-dvb] Record from DVB tuner

2010-06-23 Thread Gmail
Hi, I think the best it's using dvbstream with -o parameter with pipes, tee and ts_filter For example: dvbstream -o 8192 | tee pids > file | tee >(ts_filter pids > file) \ > (ts_filter another_pids > file) I hope this can help you. On MiƩrcoles, 23 de

Record from DVB tuner

2010-06-23 Thread shacky
Hi. I need to record some DVB channels from the command line using a supported DVB tuner PCI card on Linux Debian. I know I can tune the DVB adapter using dvbtools and record the raw input using cat from /dev/dvb/adapter0, but what about recording two or more different channels from the same multi

Record from DVB tuner

2010-06-23 Thread shacky
Hi. I need to record some DVB channels from the command line using a supported DVB tuner PCI card on Linux Debian. I know I can tune the DVB adapter using dvbtools and record the raw input using cat from /dev/dvb/adapter0, but what about recording two or more different channels from the same multi