Page 1 of 1

Italian LCN bug!?

Posted: Fri Feb 24, 2012 9:42 pm
by fbi1970
Scanning channels in italy I got always the right channel number + 15360
Is it a ProgDVB bug or a problem of the driver of my usb DVB-T decoder ?
It's a Technaxx mini stick S6, for you knowledge.

Thanks

Re: Italian LCN bug!?

Posted: Fri Feb 24, 2012 11:25 pm
by fbi1970
According google the LCN in Italy is different from the UK one. So I think it's an extension that can be different in each country.

Perharps you get the LCN in another way.

Please check it. The LCN is too much important to not use it.

Thanks

Re: Italian LCN bug!?

Posted: Fri Feb 24, 2012 11:39 pm
by fbi1970
When you compute the sid, if the sid is computed by a buffer 'data' such as:

sid = (data << 8 ) | data[i+1];

then

lcn = ((data[i+2] & 0x03) << 8 ) | data[i+3];

To help you correct this bug.

Thanks

Re: Italian LCN bug!?

Posted: Sat Feb 25, 2012 8:01 am
by Prog
Hello.
It is interesting. Can you record me 3-5 minutes from this mux and put on my ftp?

Re: Italian LCN bug!?

Posted: Sat Mar 10, 2012 4:47 pm
by kasper93
Same problem in Poland. I recorded 1 minute and I can send it to you. Should I put it on some file hosting service? Or you already know where is the problem?

I'm using v6.83.04a pro trial.

Re: Italian LCN bug!?

Posted: Mon Mar 12, 2012 7:34 am
by Prog
I am check sample again and fix this. Please wait next version.