Mailing List archive

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

[vdr] Re: VDR developer version 1.3.1



Klaus Schmidinger wrote:

Those might just not be transmitting at the moment.
Please let it run for a while and see whether at some point there
are actual PIDs transmitted for them.
Two of those channels actually have a name 'Ei käytössä' 'Not in Use' :)
Are channels ever removed from channels.conf ?


Please try this patch, it should avoid PPIDs for channels that have no VPID
(the '0+PPID' entries in channels.conf will go away next time the respective
transponders are tuned to):

--- pat.c       2004/01/05 11:42:30     1.4
+++ pat.c       2004/01/16 15:43:34
@@ -369,7 +369,7 @@
                 }
             }
         if (Setup.UpdateChannels >= 2) {
-           Channel->SetPids(Vpid, Ppid, Apids[0], Apids[1], Dpids[0], Dpids[1], Tpid);
+           Channel->SetPids(Vpid, Vpid ? Ppid : 0, Apids[0], Apids[1], Dpids[0], Dpids[1], Tpid);
            Channel->SetCaIds(CaDescriptors->CaIds());
            Channel->SetCaDescriptors(CaDescriptorHandler.AddCaDescriptors(CaDescriptors));
            }
It Works :)

--
lwgt@iki.fi
60.2N 24.7E



--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index