-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Hi, I've found a little typo in szap README file (a "czap" command for a > DVB-T device), see attached patch.
Found another typo in the same file (/dev/dvr instead of /dev/dvb), new patch (cancelling the previous one). -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAdYGoUyyJqR3u+xYRAqJXAJwOFDx9rn920jFHiMu8RlBUf4tkQQCeJ9Zc URAohELd1tRuWUMQ7117bqc= =Hw2H -----END PGP SIGNATURE-----
--- linuxtv-dvb-apps-1.1.0/util/szap/README.orig 2004-01-25 20:23:39.000000000 +0100 +++ linuxtv-dvb-apps-1.1.0/util/szap/README 2004-04-08 17:18:31.518782464 +0200 @@ -13,15 +13,15 @@ $ ./czap -c channels.conf-dvbc-berlin Ar For DVB-T, Berlin Config: -$ ./czap -c channels.conf-dvbt-berlin phoenix +$ ./tzap -c channels.conf-dvbt-berlin phoenix By default the MPEG stream is routed to a hardware decoder. If you want to record the stream to disk you will route it to the DVR device by using the '-r' option: -$ ./czap -c channels.conf-dvbt-berlin phoenix -r +$ ./tzap -c channels.conf-dvbt-berlin phoenix -r [keep it running in one console] -$ cat /dev/dvr/adapter0/dvr0 > /tmp/recording.ts +$ cat /dev/dvb/adapter0/dvr0 > /tmp/recording.ts [in a second console, will dump the MPEG transport stream to /tmp/recording.ts] The status messages have the following meaning:
