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

2012-01-08 Thread Marc
On 08/01/2012 08:43, René wrote: 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

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

2012-01-08 Thread Rolf Ahrenberg
On Sat, 7 Jan 2012, 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

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

2012-01-08 Thread René
On 08.01.2012 14:48 , Rolf Ahrenberg wrote: On Sat, 7 Jan 2012, 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

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

2012-01-08 Thread Marc
On 08/01/2012 13:26, René wrote: On 08.01.2012 10:44 , Marc wrote: Yes, it works like this but it's a temporary workaround. I checked what Udo say and this is the real problem, the USE_LIVEBUFFER flag is not in use when the plugins are compiled. I don't know how to propagate this flag with

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

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

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

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,

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

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

2012-01-06 Thread Udo Richter
Am 07.01.2012 01:17, schrieb René: ERROR: loading plugin libvdr-epgsearch.so.1.7.22: undefined symbol: _ZN6cTimerC1EbbP8cChannel ERROR: loading plugin libvdr-skinenigmang.so.1.7.22: undefined symbol: _ZN6cTimerC1EbbP8cChannel ERROR: loading plugin libvdr-text2skin.so.1.7.22: undefined symbol: