Re: [vdr] reelchannelscan for S2API-patched VDR

2008-10-22 Thread sundararaj reel
> 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

Re: [vdr] reelchannelscan for S2API-patched VDR

2008-10-22 Thread oleg roitburd
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 us

Re: [vdr] reelchannelscan for S2API-patched VDR

2008-10-17 Thread Frank Scherthan
Goga777 schrieb: > ???, Frank > > thanks for your patch, but I couldn't compile it > I have > > VDR 1.7.0 with s2api patch from Niels and h264 patch from Reinchard > gcc version 4.3.2 (Debian 4.3.2-1) Please try gcc-4.1 It can be changed in Make.config or even in Makefile of the plugin.

Re: [vdr] reelchannelscan for S2API-patched VDR

2008-10-17 Thread gimli
Ok, now i tested the plugin on dvb-t, and it worked fine. Maybe i'll also test dvb-s/dvb-s2. cu Edgar (gimli) Hucek > Hi, > > you hit a problem with gcc 4.3 changes ;) > > svn co > svn://reelbox.org/testing/src/vdr-plugins/src/channelscan-0.6.1 -r9040 > > The attached patch is absolutley untested

Re: [vdr] reelchannelscan for S2API-patched VDR

2008-10-17 Thread gimli
You compile against vdr 1.7.0 ? > Приветствую, gimli > > > no it doesn't help > > > make[1]: Entering directory > `/usr/src/vdr170_0/PLUGINS/src/channelscan-0.6.1' > g++ -fPIC -O2 -Wall -Woverloaded-virtual -fno-strict-aliasing -c > -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"reelchannelscan"' -

Re: [vdr] reelchannelscan for S2API-patched VDR

2008-10-17 Thread Goga777
Приветствую, gimli no it doesn't help make[1]: Entering directory `/usr/src/vdr170_0/PLUGINS/src/channelscan-0.6.1' g++ -fPIC -O2 -Wall -Woverloaded-virtual -fno-strict-aliasing -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"reelchannelscan"' -DVDRDIR=\"../../..\" -DBOOST_IOSTREAMS_NO_LIB -DNDEBUG -I

Re: [vdr] reelchannelscan for S2API-patched VDR

2008-10-17 Thread gimli
Hi, you hit a problem with gcc 4.3 changes ;) svn co svn://reelbox.org/testing/src/vdr-plugins/src/channelscan-0.6.1 -r9040 The attached patch is absolutley untested. I may work or not. Basicly it survives the compile test ;) cu Edgar (gimli) Hucek Goga777 schrieb: > Приветствую, Frank > > t

Re: [vdr] reelchannelscan for S2API-patched VDR

2008-10-17 Thread Goga777
Приветствую, Frank thanks for your patch, but I couldn't compile it I have VDR 1.7.0 with s2api patch from Niels and h264 patch from Reinchard gcc version 4.3.2 (Debian 4.3.2-1) I have this error make[1]: Entering directory `/usr/src/vdr170_0/PLUGINS/src/channelscan_fks-0.6.1' g++ -fPIC -O2

[vdr] reelchannelscan for S2API-patched VDR

2008-10-17 Thread Frank Scherthan
Hi, I patched the reelchannelscan-plugin to compile with my patched S2API-VDR. What I use: VDR 1.7.1 with - vdr-1.7.1_extensions.diff - vdr-1.7.1-ext_h264.diff - vdr-1.7.1-s2api-ext64.patch reelchannelscan-plugin from svn svn co svn://reelbox.org/testing/src/vdr-plugins/src/channelscan-0.6.1