Re: [vdr] problems with playback and plugins with vdr-1.7.22

2012-01-07 Thread René
On 07.01.2012 3:44 , Udo Richter wrote: The cryptic symbol decodes to cTimer::cTimer(bool, bool, cChannel*), found in timers.h, line 46. The actual code is in timers.c, line 28. This function exists in this form since 1.3.38. VDR itself seems to be fine, so your VDR seems to have a different fun

Re: [vdr] problems with playback and plugins with vdr-1.7.22

2012-01-07 Thread René
On 07.01.2012 11:59 , René wrote: Ok, i'll check if this would would work without any patches.. I doubt that I would be the only one with this issue if it would be the patches.. But again i would'nt surprise me if my system is messed up because of this big jump from 1.6.x to 1.7.22. Til now VDR

Re: [vdr] problems with playback and plugins with vdr-1.7.22

2012-01-07 Thread Marc
On 07/01/2012 10:59, René wrote: On 07.01.2012 3:44 , Udo Richter wrote: The cryptic symbol decodes to cTimer::cTimer(bool, bool, cChannel*), found in timers.h, line 46. The actual code is in timers.c, line 28. This function exists in this form since 1.3.38. VDR itself seems to be fine, so your

Re: [vdr] problems with playback and plugins with vdr-1.7.22

2012-01-07 Thread René
On 07.01.2012 17:27 , Marc wrote: On 07/01/2012 10:59, René wrote: On 07.01.2012 3:44 , Udo Richter wrote: The problem come from the livebuffer patch. It redefines cTimer::cTimer to add the length of the already buffered stream so when the instant recording start, it records the buffer too :

Re: [vdr] problems with playback and plugins with vdr-1.7.22

2012-01-07 Thread René
On 07.01.2012 2:17 , René wrote: Then i got an other problem. When watching a recording, and i fastforward of rewind the program, i get to a situation that the "timecounter" get's stuck to the frame i start from. The film moves, but when i hit play, i end up back to the frame from where i started

[vdr] vdr-1.7.22 error while reading (config files...)

2012-01-07 Thread Infonux
Hi, i can't get working vdr-1.7.22 in my "mips box" based on openwrt. the VDR not able to get configuration from some files. root@dvb:/media# vdr -Pxineliboutput -c /media vdr: error while reading '/media/sources.conf' vdr: error while reading '/media/channels.conf' vdr: error while reading '/med

Re: [vdr] problems with playback and plugins with vdr-1.7.22

2012-01-07 Thread Udo Richter
Am 07.01.2012 16:27, schrieb Marc: > The problem come from the livebuffer patch. It redefines cTimer::cTimer > to add the length of the already buffered stream so when the instant > recording start, it records the buffer too : > +#ifdef USE_LIVEBUFFER > + cTimer(bool Instant = false, bool Pause =

Re: [vdr] problems with playback and plugins with vdr-1.7.22

2012-01-07 Thread René
On 07.01.2012 17:27 , Marc wrote: The problem come from the livebuffer patch. It redefines cTimer::cTimer to add the length of the already buffered stream so when the instant recording start, it records the buffer too : +#ifdef USE_LIVEBUFFER + cTimer(bool Instant = false, bool Pause = false, cC

Re: [vdr] [PATCH v2] multi-frontend-support for vdr 1.7.21

2012-01-07 Thread Hawes, Mark
Hi Lars, I have got the sc plugin working with your hybrid patch v2 and introduced the premium card and all is working well. Are you planning any more revisions to the patch? Or at least a 1.7.22 version? Thanks, Mark. -Original Message- From: Hawes, Mark Sent: Thursday, 1 December 2011

Re: [vdr] problems with playback and plugins with vdr-1.7.22

2012-01-07 Thread René
On 07.01.2012 23:23 , René wrote: The patch compiles now fine, but when activating livebuffer, vdr crashes with the following in the logs: I realized that i forgot to turn back a couple Gentoo-useflags that i had active til now: cutterlimit ddepgentry hardlinkcutter mainmenuhooks pinplugin t