Re: [vdr] get a segmentation fault when starting vdr (backtrace included)

2012-11-30 Thread sundararaj reel
On Fri, Nov 30, 2012 at 11:00 AM, Dieter Bloms v...@bloms.de wrote: --snip-- g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -c -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVDR_USER=\root\

Re: [vdr] get a segmentation fault when starting vdr (backtrace included)

2012-11-30 Thread sundararaj reel
On Fri, Nov 30, 2012 at 11:31 AM, Dieter Bloms v...@bloms.de wrote: Hi, On Fri, Nov 30, sundararaj reel wrote: %a to print a char* is not right. char* is interpreted as double (see the compiler warning) . If you want to print the pointer 'description', then use %p. with esyslog(dbloms

[vdr] vdr 1.7.23: patch for handling symlinks in recordings directory as earlier

2012-01-17 Thread sundararaj reel
Hi, I am attaching a patch for vdr 1.7.23 for the problem described here: http://www.vdr-portal.de/board1-news/board2-vdr-news/p1047199-announce-vdr-developer-version-1-7-23/#post1047199 There appears to be a problem in listing recordings due to a bug fix in vdr 1.7.23. Fixed handling symbolic

[vdr] strcmp() segfaults if one (and only one) of the parameters is NULL ?

2011-07-05 Thread sundararaj reel
Hi, strcmp() returns 0 if both are parameters NULL, but segfaults if one of the parameters is NULL. Is this a known behaviour ? man page says nothing about NULL parameters. I ask because, vdr checks for NULL parameter(s) to strcmp() sometimes. Check for one or both parameters: epg.c:692: if

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] vdr-1.5.18 subtitles issue

2008-09-08 Thread sundararaj reel
On Sat, Sep 6, 2008 at 2:18 PM, matthieu castet [EMAIL PROTECTED]wrote: Klaus Schmidinger wrote: I don't have such problems here on a FF DVB card. Could it be that the softdevice plugin doesn't handle the OSD levels correctly? These were introduced in VDR version 1.5.9. Yes it seems to

[vdr] [announce] New Plugin : bgprocess

2008-07-09 Thread sundararaj reel
Hi all, Here is a new plugin that receives and displays information about background processes. The information that is to be displayed is got through service calls / svdrpcommands. To modify other plugins to use bgprocess plugin have a look at the README in the archive file. The plugin is

Re: [vdr] reelchannelscan 0.6.1 patch for vdr-1.7.0 + h264

2008-05-23 Thread sundararaj reel
I would like to mention that for the time being the scanner won't pick up DVB-S2 channels. Anyone knows why? You might want to look into svn ls svn://[EMAIL PROTECTED]/testing/src/kernel/patches/2.6.11.11/ frontend.h is patched for S2 support. I donot if this would help, just for your

Re: [vdr] vdr-1.7.0 and reelchannelscan-1.6 plugin

2008-05-20 Thread sundararaj reel
On Tue, May 20, 2008 at 2:22 AM, Mike Booth [EMAIL PROTECTED] wrote: I am unable to compile this plugin. It fails with csmenu.c:236: error: 'class cDevice' has no member named 'ProvidesS2'. cDevice::ProvidesS2() is not from orignal-vdr. You can add this function to your cDevice class bool

[vdr] cChannels::ReNumber() maxNumber

2008-03-04 Thread sundararaj reel
Hi all, if I empty channels.conf while VDR is running then cChannels::ReNumber() doesnot set cChannels::maxNumber to 0. Is this a feature ? Of course, when vdr is restarted I have maxNumber set to 0, thanks to initialization in cChannels(). Could we not, in the beginning of ReNumber(), set

Re: [vdr] trouble changing Setup variables from Plugin.

2008-02-12 Thread sundararaj reel
I change a VDR's setup setting from inside a plugin like: ::Setup.UseSmallFont = 0; ::Setup.Save(); // commit the change to setup.conf This is done only when the plugin's setting is changed. ( in the Store() ). When changes are accepted with OK, the setup.conf is

[vdr] trouble changing Setup variables from Plugin.

2008-02-12 Thread sundararaj reel
Hi, I change a VDR's setup setting from inside a plugin like: ::Setup.UseSmallFont = 0; ::Setup.Save(); // commit the change to setup.conf This is done only when the plugin's setting is changed. ( in the Store() ). When changes are accepted with OK, the setup.conf is written but it

[vdr] VDR and UPnP server

2007-12-10 Thread sundararaj reel
Hi, I am looking for a UPnP server that can stream VDR's recordings in my network. Has any work already started ? I read a couple of emails on this topic but those were sent two years ago. I am interested to hear what others have already done in this regard. Thanks, Sundararaj

[vdr] VDR EPG documenation

2007-11-22 Thread sundararaj reel
Hi, I am novice in VDR programming. I tried writing a plugin for getting EPG data from the Internet and using it. Now a prototype is up and running. To debug, extend and maintain the plugin I could use some more information. I wish I could get my hands on some documentation on the VDR classes