Mailing List archive

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

[vdr] Re: DVB-T Berlin / not receiving EPGdata for all channels (vdradmin)



[...]

actually that seems to solve the problem for me...

RFC,
Soeren.

--- t/vdr-1.2.6/eitscan.c       2003-09-06 15:06:13.000000000 +0200
+++ vdr-1.2.6/eitscan.c 2004-04-02 16:16:38.000000000 +0200
@@ -58,7 +58,7 @@
             cDevice *Device = cDevice::GetDevice(i);
             if (Device && Device->CardIndex() < MAXDVBDEVICES) {
                if (Device != cDevice::PrimaryDevice() || (cDevice::NumDevices() == 1 && Setup.EPGScanTimeout && now - lastActivity > Setup.EPGScanTimeout * 3600)) {
-                  if (!(Device->Receiving(true) || Device->Replaying())) {
+                  if (!(Device->Receiving(false) || Device->Replaying())) {
                      for (;;) {
                          cChannel *Channel = Channels.GetByNumber(lastChannel[Device->DeviceNumber()] + 1, 1);
                          if (Channel) {




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



Home | Main Index | Thread Index