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!?
#2According 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
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!?
#3When 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
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!?
#4Hello.
It is interesting. Can you record me 3-5 minutes from this mux and put on my ftp?
It is interesting. Can you record me 3-5 minutes from this mux and put on my ftp?
Re: Italian LCN bug!?
#5Same 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.
I'm using v6.83.04a pro trial.