Mailing List archive

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

[linux-dvb] Re: Getting started



On Sat, Apr 05, 2003 at 06:25:35 -0500, JosceJ@netscape.net wrote:

> You will propably find this link usefull:
> http://hyvatti.iki.fi/~jaakko/dvb/

Thanks!

There is one problem: the channels.conf given on this page does not
seem to be for the czap that came with the linuxtv-dvb-1.0.0-pre2
package, which seems to expect something with eight colon-separated
fields per line and this one has 13...?

I can't seem to locate a diff for czap.c on this page, either?

----

# apps/szap/czap TV1
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
  2 TV1:283000:M128I0:C:5900:512:650,651:2323:0:17:0:0:0
ERROR: cannot parse service data

# grep -5 -A2 'cannot parse' apps/szap/czap.c
        if ((sscanf(chan, "%a[^:]:%d:%a[^:]:%d:%a[^:]:%a[^:]:%d:%d\n",
                                &name, &frontend->frequency,
                                &inv, &frontend->u.qam.symbol_rate,
                                &fec, &mod, vpid, apid) != 8)
                        || !name || !inv || !fec | !mod) {
                ERROR("cannot parse service data");
                return -3;
        }
-- 
   /* * * Otto J. Makela <om@iki.fi> * * * * * * * * * * * * * * * */
  /* Phone: +358 40 765 5772, FAX: +358 40 7860457, ICBM: 60N 25E */
 /* Mail: Mechelininkatu 26 B 27,  FIN-00100  Helsinki,  FINLAND */
/* * * Computers Rule 01001111 01001011 * * * * * * * * * * * * */


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



Home | Main Index | Thread Index