reelchannelscan for S2API-patched VDR

Message ID b42fca4d0810220020x5f3d170fn890163b3300b2e90@mail.gmail.com
State New
Headers

Commit Message

oleg roitburd Oct. 22, 2008, 7:20 a.m. UTC
  Hi,

I have patched channelscan-0.6.1 additional for working with 1.7.0+s2api
It seems to work fine with DVB-S. But it doesn't work with DVB-S2.
I have took a look at transponders files of reel. And found that files
hasn't any information
about modulation (QPSK, 8PSK)
I don't know how Reel don't use this informations for tuning.

Regards
Oleg Roitburd
  

Comments

sundararaj reel Oct. 22, 2008, 7:38 a.m. UTC | #1
> It seems to work fine with DVB-S. But it doesn't work with DVB-S2.
> I have took a look at transponders files of reel. And found that files
> hasn't any information
> about modulation (QPSK, 8PSK)
> I don't know how Reel don't use this informations for tuning.
>

Transponder list does not provide information about modulation. Channelscan
does not know about the modulation it simply tries one modulation after
another in this order  "No modulation Set(for manual
scan)/QPSK/8PSK/QPSK_S2". See cScan::ScanDVB_S():scan.c@405.
  

Patch

diff -Nurp /usr/src/vdr-1.7.1-s2api-ext64/PLUGINS/src/channelscan/filter.c channelscan/filter.c
--- /usr/src/vdr-1.7.1-s2api-ext64/PLUGINS/src/channelscan/filter.c     2008-10-17 21:51:12.000000000 +0200
+++ channelscan/filter.c        2008-10-20 14:27:52.000000000 +0200
@@ -677,7 +677,7 @@  PatFilter::Process(u_short Pid, u_char T
                 }
             }
 #if APIVERSNUM >= 10509 || defined(REELVDR)
-            Channel->SetPids(Vpid, Vpid ? Ppid : 0, 0, Apids, ALangs, Dpids,
+            Channel->SetPids(Vpid, Vpid ? Ppid : 0, Apids, ALangs, Dpids,
                              DLangs, Spids, SLangs, Tpid);
 #else
             Channel->SetPids(Vpid, Vpid ? Ppid : 0, Apids, ALangs, Dpids,