Re: [vdr] [ANNOUNCE] vdr-iptv-0.3.0

2009-06-17 Thread Rolf Ahrenberg
On Tue, 16 Jun 2009, Matthias Haas wrote:

 thank you for this release. I just have one problem. It seems as if the
 new version tends to start a vlc process (i.e. I have internet radios
 configured) some time after my vdr is started. It seems to be connected
 to the epg scan or some other process that is triggered some time after
 I start the vdr process. I did not have the problem with my previous
 version of the plugin 0.2.6.

VDR does EIT scanning to transponders in background and this starts up 
your VLC processes as you suspected. However, the downgrading to earlier 
version is not a proper solution as it brings up some other problems. 
The 0.3.0 should be compliant with VDR's API definitions, but I you 
don't likethe background EIT scanning, you can always disable it via 
setup menu or with the following patch (if you want to disable it only 
for plugin sources):

--- vdr-1.7.8-vanilla/eitscan.c 2009-06-15 17:31:45.0 +0300
+++ vdr-1.7.8-disable_eitscan/eitscan.c 2009-06-17 10:52:17.0 
+0300
@@ -146,7 +146,7 @@
 if (Device) {
for (cScanData *ScanData = scanList-First(); ScanData; 
ScanData = scanList-Next(ScanData)) {
const cChannel *Channel = ScanData-GetChannel();
-  if (Channel) {
+  if (Channel  !Channel-IsPlug()) {
   if (!Channel-Ca() || Channel-Ca() == 
Device-DeviceNumber() + 1 || Channel-Ca() = CA_ENCRYPTED_MIN) {
  if (Device-ProvidesTransponder(Channel)) {
 if (!Device-Receiving()) {

BR,
--
rofa

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


Re: [vdr] xine settings for VDPAU SD and HD

2009-06-17 Thread Goga777
Приветствую, VDR user


would you show please your modeline in xorg.conf please 
do you use 1080i or 1080p in it ?

 I don't know if this will help you any but I use xine-vdpau for both
 sdtv  hdtv.  I haven't changed anything in .xine/config so the buffer
 settings and so on are whatever they are as default.  My box runs
 debian with vdr-1.7.7 and xine-0.9.2 in case that matters.  Currently
 using xine-vdpau r266 released earlier today and nvidia driver
 185.18.14 with an 8400GS (with spdif connected to it).  I don't think
 it matters but I'm outputting to a tv using dvi-hdmi cable.
 
 I start xine with:
 xine -A alsa -V vdpau --post vdr_video --post vdr_audio
 vdr://tmp/vdr-xine/stream#demux:mpeg_pes --verbose=2 --fullscreen
 --no-gui --no-mouse --deinterlace --no-logo --no-splash

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


Re: [vdr] What about vdr-1.6.1?

2009-06-17 Thread Klaus Schmidinger
On 06/16/09 10:30, Joachim Welker wrote:
 Hi Klaus,
 I see you are very busy in developing the new vdr-1.7.* (thanks for your
 great work !). But what about stable vdr-1.6.0? You released two patches
 which should result in version vdr-1.6.1. AFAIR there were no complaints
 about these patches, so I think it's save to release vdr-1.6.1 in order
 to  rule off the last stable version.

I'm dedicating all my spare time to the 1.7.x development, so I'm
afraid I just can't work on a 1.6.1.

Klaus

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


[vdr] vdr-1.7.8 xine-9.2 compile error

2009-06-17 Thread hu_emulator
When compiling vdr-1.7.8 and vdr-plugin xine-9.2 I get the following error:

Plugin xine:
make[1]: Entering directory 
`/usr/local/src/vdr-1.7.8/PLUGINS/src/xine-0.9.2'
make[1]: Leaving directory `/usr/local/src/vdr-1.7.8/PLUGINS/src/xine-0.9.2'
make[1]: Entering directory 
`/usr/local/src/vdr-1.7.8/PLUGINS/src/xine-0.9.2'
ccache 
g++ -g -O2 -Wall -march=pentium4 -fPIC -Woverloaded-virtual -fPIC -c 
-D_GNU_SOURCE 
 -DPLUGIN_NAME_I18N='xine' -DFIFO_DIR=\/tmp/vdr-xine\ 
-DVERIFY_BITMAP_DIRTY=0 
 -DSET_VIDEO_WINDOW -I/usr/src/v4l/v4l-dvb/linux/include 
`pkg-config --cflags libxine`  -I../../../include xine.c
In file included from xine.c:14:
xineDevice.h:87: error: âeVideoAspectâ has not been declared
./../../include/vdr/device.h:380: warning: âvirtual void 
cDevice::GetVideoSize(int, int, double)â was hidden
xineDevice.h:87: warning:   by âvirtual void 
PluginXine::cXineDevice::GetVideoSize(int, int, int)â
make[1]: *** [xine.o] Error 1
make[1]: Leaving directory `/usr/local/src/vdr-1.7.8/PLUGINS/src/xine-0.9.2

Thanks, 


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


Re: [vdr] What about vdr-1.6.1?

2009-06-17 Thread J.W.
I thought you could just release vdr-1.6.1 with the patches you have already
published (maybe with additional dvb_api patch) . Are there more bugfixes
planed?

2009/6/17 Klaus Schmidinger klaus.schmidin...@cadsoft.de

 On 06/16/09 10:30, Joachim Welker wrote:
  Hi Klaus,
  I see you are very busy in developing the new vdr-1.7.* (thanks for your
  great work !). But what about stable vdr-1.6.0? You released two patches
  which should result in version vdr-1.6.1. AFAIR there were no complaints
  about these patches, so I think it's save to release vdr-1.6.1 in order
  to  rule off the last stable version.

 I'm dedicating all my spare time to the 1.7.x development, so I'm
 afraid I just can't work on a 1.6.1.

 Klaus

 ___
 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


Re: [vdr] vdr-1.7.8 xine-9.2 compile error

2009-06-17 Thread VDR User
VDR-1.7.8 needs xine-0.9.3.

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


Re: [vdr] vdr-1.7.8 xine-9.2 compile error

2009-06-17 Thread Lauri Tischler
VDR User wrote:

 VDR-1.7.8 needs xine-0.9.3.


Well, unfortunately xine-0.9.3 does not exist, yet  :)
vdr-xineliboutput does not compile either.

Maybe after the holydayseason is over, september-october...

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


Re: [vdr] vdr-1.7.8 xine-9.2 compile error

2009-06-17 Thread hu_emulator
Reinhard Nissl we are waiting for your help!

Thanks,
- Original Message - 
From: Lauri Tischler l...@iki.fi
To: vdr@linuxtv.org
Sent: Wednesday, June 17, 2009 2:45 PM
Subject: Re: [vdr] vdr-1.7.8 xine-9.2 compile error


 VDR User wrote:
 
 VDR-1.7.8 needs xine-0.9.3.
 
 
 Well, unfortunately xine-0.9.3 does not exist, yet  :)
 vdr-xineliboutput does not compile either.
 
 Maybe after the holydayseason is over, september-october...
 
 ___
 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


[vdr] [ANNOUNCE] vdr-xine-0.9.3 plugin

2009-06-17 Thread Reinhard Nissl
Hi,

I'm pleased to announce maintenance release 0.9.3. You can
find it on my homepage as usual:

http://home.vr-web.de/~rnissl

Excerpt from HISTORY:

2009-06-17: Version 0.9.3

- Updated MANUAL accordingly (e. g. some information about
  xine engine buffer sizes).
- Implemented VDR-1.7.8s cDevice::GetOsdSize() and changed
  cDevice::GetVideoSize() accordingly.
- Implemented video window support while showing an OSD for
  VDPAU to support plugins like yaepghd.
- Clipped settings in setup page to reasonable values while
  editing to prevent rendering an unreadable OSD.
- Introduced separate live TV buffer values for SD and HD video
  as well as audio to allow faster zapping on SD channels
  while still having large buffers for HD video.
- Fixed setup page display while changing OSD extent.
- Fixed a memory leak in processing TS still images.
- Fixed a bug in processing TS still images which caused the
  tail of the image to get lost and hence the image not to get
  shown.
- Updated it_IT.po (thanks to Diego Pierotto for providing the
  translations).

NOTE: * vdr-xine xine-lib interface hasn't changed *

BTW:
- it seems to be necessary to restart VDR in order to make
  changes to the OSD extent take effect.
- replaying fast reverse stops at start of recording.

Enjoy.
-- 
Dipl.-Inform. (FH) Reinhard Nissl
mailto:rni...@gmx.de

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