Re: [linux-dvb] gnutv: move channel_name to flag to allow piped output
David Liontooth <[email protected]> Sun, 28 Nov 2010 09:21:04 -0800
| Newsgroups | gmane.linux.drivers.video-input-infrastructure,gmane.linux.drivers.dvb |
|---|---|
| Message-ID | <[email protected]> |
On 11/28/2010 03:40 AM, Edgar Matzinger wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi Dave, > > On 28/11/10 05:42, David Liontooth wrote: > >> gnutv -adapter 0 -channel_list ~/.azap/channels.conf -timeout 10 >> -channel_name KCBS \ >> -out stdout | tee $FIL.mpg | zvbi-atsc-cc --atsc -T -9 $FIL.txt -n KCBS >> > This should work: > > $ gnutv -adapter 0 -channel_list ~/.azap/channels.conf -timeout 10 \ >> -out stdout KCBS | tee $FIL.mpg | zvbi-atsc-cc --atsc -T -9 $FIL.txt \ >> -n KCBS Yes it does - I didn't think of trying that. Thanks to you and Oliver!