[vdr] vdr-rotor support patches for VDR-1.5.14

2008-01-29 Thread lucian orasanu
I forgot afther that patches 3 Patch vdr-1.5.14-h264-syncearly-framespersec-audioindexer-fielddetection-speedup.diff and compile ok, if i change order 3 first then 2 i get errors above compiling vdr. Luc. __

[vdr] vdr-rotor support patches for VDR-1.5.14

2008-01-29 Thread lucian orasanu
Hy I say that i will be tester, so rotor patcheches aply fine and compile only in this order. 1. Rotor patch vdr-1.5.14-h264-other-rotor.diff to vdr-rotor-0.1.4-vdr-1.5 2. Rotor patch vdr-1.5.14-h264-other-rotor.diff to vdr. and compile ok but I could not testit because i meseed up my xine-lib

Re: [vdr] #error VDR requires Linux DVB driver API > version 3.3! (was - VDR developer version 1.5.14)

2008-01-29 Thread Matthias Fechner
Hi, VDR User schrieb: > Ps. I'm using a copy of the Make.config example packaged with VDR. > > At the end of the file you can clearly see: > > ### You don't need to touch the following: > > ifdef DVBDIR > INCLUDES += -I$(DVBDIR)/include > endif yes you are right. My buildscript copies the file

Re: [vdr] statistic (was - Multiproto updated Re: [ANNOUNCE] VDR developer version1.5.14)

2008-01-29 Thread Manu Abraham
Igor wrote: > Manu > > will be possibility to receive from driver the raw statistic, too ? > As of now, the STB0899 get's the raw statistics does processing and the processed details are sent to the application. It's possible to get the same, what you mentioned, just that the mentioned ioctl ne

Re: [vdr] [PATCH] HVR4000(lite) support for multiproto

2008-01-29 Thread vdr
Hello! Does this patch support DVB-S2? I cant get it working with DVB-S2, it doesn't happen anything in VDR when I tries to zap to an S2 channel. I have been succesfully running with a older multiproto tree and the HVR4000 patch from Dec 07 earlier. Reagrds, Lars Fredriksson On Mon, Jan 28,

[vdr] wrong time in tv program

2008-01-29 Thread Martin SCHREIBER
hello! the time in the vdr (right bottom) is displayed correctly but the time for the tv movies are displayed with a 7 hour displacement. e.g. the local time is 20:11 but the start time of the tv movie is displayed as 13:00. but the correct tv movie name is displayed. 'date' in the shell display

Re: [vdr] #error VDR requires Linux DVB driver API > version 3.3! (was - VDR developer version 1.5.14)

2008-01-29 Thread VDR User
The only thing I did was edit the following line in Make.config: DVBDIR = /usr/local/src/multiproto/linux Everything worked fine without any modifying Makefile and so on. One of the most common problems with this is people not using the right path in that line. ___

Re: [vdr] #error VDR requires Linux DVB driver API > version 3.3! (was - VDR developer version 1.5.14)

2008-01-29 Thread VDR User
On Jan 29, 2008 9:27 AM, VDR User <[EMAIL PROTECTED]> wrote: > The only thing I did was edit the following line in Make.config: > > DVBDIR = /usr/local/src/multiproto/linux > > Everything worked fine without any modifying Makefile and so on. One > of the most common problems with this is people

Re: [vdr] #error VDR requires Linux DVB driver API > version 3.3! (was - VDR developer version 1.5.14)

2008-01-29 Thread Matthias Fechner
Hi Tony, Tony Grant wrote: > Sorry it doesn't. I RTFM and modified Make.config and I have the error > so there is something wrong. I have the same here but if I modify the Makefile like described before the problem is fixed. It seems to me that the Makefile does not use DVBDIR. Best regards, Ma

Re: [vdr] #error VDR requires Linux DVB driver API > version3.3! (was - VDR developer version 1.5.14)

2008-01-29 Thread serge pecher
-Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Tony Grant Verzonden: dinsdag 29 januari 2008 13:55 Aan: [EMAIL PROTECTED]; VDR Mailing List Onderwerp: Re: [vdr] #error VDR requires Linux DVB driver API > version3.3! (was - VDR developer version 1.5.14)

Re: [vdr] statistic (was - Multiproto updated Re: [ANNOUNCE] VDR developer version1.5 .14)

2008-01-29 Thread Igor
Manu will be possibility to receive from driver the raw statistic, too ? Igor -Original Message- From: Manu Abraham <[EMAIL PROTECTED]> To: VDR Mailing List Date: Mon, 28 Jan 2008 22:22:58 +0400 Subject: Re: [vdr] Multiproto updated Re: [ANNOUNCE] VDR developer version1.5.14 > > Morf

Re: [vdr] #error VDR requires Linux DVB driver API > version 3.3! (was - VDR developer version 1.5.14)

2008-01-29 Thread Tony Grant
Le mardi 29 janvier 2008 à 13:00 +0100, Ales Jurik a écrit : > On Tuesday 29 January 2008, Matthias Fechner wrote: > > I modified now the Makefile and added the following lines after the > > include of the conf file: > > ifdef DVBDIR > > INCLUDES += -I$(DVBDIR)/include > > endif > > > > For plugin

Re: [vdr] xineliboutput with xxmc: slow OSD

2008-01-29 Thread Tony Grant
Le mardi 29 janvier 2008 à 09:01 +0100, Ondrej Wisniewski a écrit : > I am using Ubuntu 7.10 with xine lib from the repos. Here's the problem > I encounter. Might be the same bug you are talking about: > > VDR is running with xineliboutput plugin. Remote frontend sxfe is > started on the same

Re: [vdr] #error VDR requires Linux DVB driver API > version 3.3! (was - VDR developer version 1.5.14)

2008-01-29 Thread Ales Jurik
On Tuesday 29 January 2008, Matthias Fechner wrote: > I modified now the Makefile and added the following lines after the > include of the conf file: > ifdef DVBDIR > INCLUDES += -I$(DVBDIR)/include > endif > > For plugins which are using the headerfiles from the new driver I had to > add the three

Re: [vdr] #error VDR requires Linux DVB driver API > version 3.3! (was - VDR developer version 1.5.14)

2008-01-29 Thread Matthias Fechner
Hi, Igor wrote: > please, try to copy the files > > from > > /multiproto/linux/include/linux/dvb/version.h > /multiproto/linux/include/linux/dvb/frontend.h > > to > > /usr/include/linux/dvb > > and recompile the VDR ok it was really a -I Problem with the compile process. I edited the Make.c

Re: [vdr] Disabling Xineliboutput video mode switching

2008-01-29 Thread syrius . ml
Samuli Seppänen <[EMAIL PROTECTED]> writes: > Hi all, > > I have a problem with Xineliboutput's OSD. In low resolution videos it > look doesn't fit the screen. It seems as if Xineliboutput actually > switches the resolution of the (VGA) monitor. > > So how do I force Xineliboutput to first scale

Re: [vdr] #error VDR requires Linux DVB driver API > version 3.3! (was - VDR develo per version 1.5.14)

2008-01-29 Thread Igor
> is there a manual available which explain who to compile all the > packages. no, I don't know about this manual >I tried it yesterday but I always get the error message: > dvbdevice.h:19:2: Fehler: #error VDR requires Linux DVB driver API > version 3.3! please, try to copy the files from

Re: [vdr] [ANNOUNCE] VDR developer version 1.5.14

2008-01-29 Thread Matthias Fechner
Hi, Klaus Schmidinger schrieb: > If you want to use VDR >= 1.5.14 "as is", you need to use the new driver. > With Udo Richter's patch it should be possible to still use the old driver. is there a manual available which explain who to compile all the packages. I tried it yesterday but I always ge

Re: [vdr] xineliboutput with xxmc: slow OSD

2008-01-29 Thread Ondrej Wisniewski
Tony Grant wrote: > Le lundi 28 janvier 2008 à 12:07 +0100, Ondrej Wisniewski a écrit : > > Sorry I forgot to say I am using Fedora Core 8. There is an issue with > libxcb and threads - it is fixed in OpenSuze10.3 says Reinhard. > > With the OSD I have increase in CPU load and, in the terminal I