[vdr] [ANNOUNCE] VDR version 2.0.0 released

2013-04-02 Thread Albert Gall
Thanks Klaus and other people working on this project for this new version of 
VDR.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] 10 Year Anniversary of VDR

2010-02-19 Thread Albert Gall
Congratulations Klaus,
VDR is awesome and solid as a rock, you are a genius.
Thank you and all other contributors.

Albert.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] What is the best linux distribution for VDR?

2009-05-22 Thread Albert Gall
Gentoo.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] osdpip plugin 0.8.0 does not compile

2008-09-28 Thread Albert Gall
On Sun, Sep 28, 2008 at 10:30:52AM +0200, Walter Koch wrote:
 Moin,
 
  I try to compile osdpip 0.0.8 but fails
  version of the VDR is 1.6.0
 
 use 0.0.10 from http://www.powarman.de/files/osdpip
 
 Gruss,
   Walter
 -- 
 Die Gedanken sind frei. Auschnahme regelt ein Bundeschgesetz.
 
 
 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

This new version compiles well.

thanks !

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] osdpip plugin 0.8.0 does not compile

2008-09-27 Thread Albert Gall
Hello

I try to compile osdpip 0.0.8 but fails
version of the VDR is 1.6.0

Plugin osdpip:
make[1]: Entering directory `/usr/local/src/vdr-1.6.0/PLUGINS/src/osdpip-0.0.8'
g++ -g -O3 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c 
-DPLUGIN_NAME_I18N='osdpip' -D_GNU_SOURCE -I../../../../DVB/include 
-I../../../include -I../../../../DVB/include -I. 
-I../../../../ffmpeg-0.4.8/libavcodec -o osdpip.o osdpip.c
osdpip.c: In member function 'virtual cOsdObject* 
cPluginOsdpip::MainMenuAction()':
osdpip.c:92: error: no matching function for call to 'cDevice::GetDevice(const 
cChannel*, int)'
../../../include/vdr/device.h:130: note: candidates are: static cDevice* 
cDevice::GetDevice(int)
../../../include/vdr/device.h:134: note: static cDevice* 
cDevice::GetDevice(const cChannel*, int, bool)
make[1]: *** [osdpip.o] Error 1
make[1]: Leaving directory `/usr/local/src/vdr-1.6.0/PLUGINS/src/osdpip-0.0.8'


some possible solution?

Regards

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Error compiling vdr-1.5.14 + Supported multiproto.

2008-03-14 Thread Albert Gall
On Fri, Mar 14, 2008 at 08:43:46AM +0100, serge pecher wrote:
 Hi,
 
 Have you done this
 Link auf compiler.h setzen
 
 cd /usr/local/src/dvb/linux/include/linux
 ln -s /usr/src/linux/include/linux/compiler.h compiler.h
 
 I got it from :
 
 http://www.vdr-wiki.de/wiki/index.php/OpenSUSE_VDR_DVB-S2_-_Teil2:_DVB_Treib
 er
 
 also take a look at 
 
 http://www.vdr-wiki.de/wiki/index.php/OpenSUSE_VDR_DVB-S2
 
 bye
 
 sp
 
 -Oorspronkelijk bericht-
 Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Albert
 Gall
 Verzonden: donderdag 13 maart 2008 19:34
 Aan: vdr@linuxtv.org
 Onderwerp: [vdr] Error compiling vdr-1.5.14 + Supported multiproto.
 
 Hello list:
 
 The road in my Make.config is DVBDIR   = /usr/local/src/multiproto/linux/
 
 Is correct.
 
 Vdr not compile with the following errors :
 
 
 /usr/local/src/multiproto/linux//include/linux/dvb/video.h:27:28: error:
 linux/compiler.h: No such file or directory
 
 
 Any solution ?
 
 
 Albert
 
 
 
 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
 
 
 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Thanks serge pecher

Now vdr compiles well until this point:


g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -c -DREMOTE_KBD 
-DLIRC_DEVICE=\/dev/lircd\ -DRCU_DEVICE=\/dev/ttyS1\ 
-D_GNU_SOURCE -DVIDEODIR=\/video\ -DCONFDIR=\/video\ 
-DPLUGINDIR=\./PLUGINS/lib\ -DLOCDIR=\./locale\ 
-I/usr/include/freetype2 -I/usr/local/src/multiproto/linux//include dvbdevice.c
dvbdevice.c: In member function 'bool cDvbTuner::SetFrontend()':
dvbdevice.c:271: error: 'struct dvbfe_info' no tiene un miembro llamado 
'delivery'
dvbdevice.c:286: error: 'struct dvbfe_info' no tiene un miembro llamado 
'delivery'
dvbdevice.c:307: error: 'struct dvbfe_info' no tiene un miembro llamado 
'delivery'
make: *** [dvbdevice.o] Error 1


Any idea ?


Albert


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Error compiling vdr-1.5.14 + Supported multiproto.

2008-03-13 Thread Albert Gall
Hello list:

The road in my Make.config is DVBDIR   = /usr/local/src/multiproto/linux/

Is correct.

Vdr not compile with the following errors :


/usr/local/src/multiproto/linux//include/linux/dvb/video.h:27:28: error: 
linux/compiler.h: No such file or directory


Any solution ?


Albert



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Spanish DVB-T Channels in Hispasat.

2008-03-05 Thread Albert Gall
It is possible the reception of these channels with
vdr + dvb-s card?

Greetings

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Spanish Not DVB-S compliant Channels in Hispasat.

2008-03-05 Thread Albert Gall
Excuse Jean-Claude Repetto.

I refer to the channels Not DVB-S compliant emitted by Hispasat.
On this website can be http://es.kingofsat.net/pos-30W.php.

For example: 


TVE 1  Not DVB-S compliant 
TVE 2 Not DVB-S compliant

It is possible the reception of these channels with vdr + dvb-s card? 

Greetings

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Spanish Not DVB-S compliant Channels in Hispasat.

2008-03-05 Thread Albert Gall
These are the transponders in which emit channels:


S 12622000 V 12963000 5/6
S 1264 V 12963000 5/6
S 11569000 H 12963000 3/4
S 11655000 H 12963000 5/6
S 12622000 H 12963000 5/6
S 1264 H 12963000 5/6



Not channels but if it locates signal femon :


status SCVYL | signal e6b5 | snr b487 | ber 0008 | unc  | 
FE_HAS_LOCK
status SCVYL | signal e4fd | snr b69d | ber 0011 | unc  | 
FE_HAS_LOCK
status SCVYL | signal e5c9 | snr b817 | ber 000e | unc  | 
FE_HAS_LOCK
status SCVYL | signal e4cf | snr b74b | ber 0008 | unc  | 
FE_HAS_LOCK

Greetings

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Patch for DVB-T WideView WT-220U PenType Receiver (Typhoon/Freecom).

2008-02-23 Thread Albert Gall
This patch fixes the problem by changing the channel the same transponder:

ERROR: can't open filter handle on '/dev/dvb/adapter0/demux0'
ERROR: /dev/dvb/adapter0/demux0: too many open files/Zu viele offene Dateien
ERROR (dvbdevice.c,688): too many open files/Zu viele offene Dateien
ERROR: can't set PID 257 on device 1
ERROR (dvbdevice.c,703): Ungültiger Dateideskriptor

Patch :

--- dvbdevice.c.orig2007-08-17 23:14:27.0 +0200
+++ dvbdevice.c 2007-08-17 23:11:01.0 +0200
@@ -705,6 +705,7 @@
 int cDvbDevice::OpenFilter(u_short Pid, u_char Tid, u_char Mask)
 {
   const char *FileName = *cDvbName(DEV_DVB_DEMUX, CardIndex());
+  usleep(10);
   int f = open(FileName, O_RDWR | O_NONBLOCK);
   if (f = 0) {
  dmx_sct_filter_params sctFilterParams;

The original source of the patch is
http://tafe.unkelhaeusser.de/vdr/dvbdevice.c.patch.
Klaus, It is possible to solve this problem in future versions of VDR ?

Greetings.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] VDR native mpeg decoder.

2008-02-19 Thread Albert Gall
VDR include native mpeg decoder suport in their next versions for
budgets cards ?

Greetings.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Problem with WideView USB DVB-T and vdr 1.4.7.

2007-10-25 Thread Albert Gall
*
*Hello:
By changing the channel on the same frequency not tune,
I use vdr 1.4.7 and *xineliboutput 1.0.0rc2:


Oct 25 18:34:19 ss3 vdr: [5031] ERROR: can't open filter handle on
'/dev/dvb/adapter0/demux0'
Oct 25 18:34:19 ss3 vdr: [5031] status: cStatusTest::ChannelSwitch  0 1
Oct 25 18:34:19 ss3 vdr: [5031] ERROR: /dev/dvb/adapter0/demux0: Too many
open files
Oct 25 18:34:19 ss3 vdr: [5031] ERROR (dvbdevice.c,686): Too many open files
Oct 25 18:34:19 ss3 vdr: [5031] ERROR: can't set PID 101 on device 1
Oct 25 18:34:19 ss3 vdr: [5031] ERROR (dvbdevice.c,711): Bad file descriptor

*With kaffeine, vlc, mplayer, xine-ui not happen,Please help
*
Albert

*
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr