Re: [vdr] some records not shown in menu

2011-02-27 Thread zuper...@gmx.de
On Sat, 2011-02-26 at 16:34 +0100, Klaus Schmidinger wrote: 
> On 24.02.2011 22:20, zuper...@gmx.de wrote:
> > Hallo,
> > 
> > there is a small bug in VDR 1.7.16 at the recording menu.
> > In some situations VDR shows that a sub-folder (at recordings) holds 2
> > recordings. If you open the folder only 1 recording is shown. After
> > deleting this record the other one is shown.
> > 
> > To reproduce the behavior you can record the same show on e.g. ARD and
> > ARD-HD or switch of an active timer and switch it on later.
> 
> I also have seen this on occasion, but wasn't sure how to reproduce it.
> Now I was able to.
> 
> Please try the attached patch, it appears to fix this.
> 

Thanks a lot. The patch applied fine and the Problem is fixed.

> Klaus

Cheers
Marcus




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


Re: [vdr] TT S2 3200 and tuning timeout

2011-02-27 Thread Davide Chiarini
2011/2/26 Lucian Muresan 

> for me, these kind of problems (same card as you have) seem to be
> vanished since using this patch
> https://patchwork.kernel.org/patch/244201/ this is not yet included even
> in the 2.6.38 kernel which I'm using now. Btw, another one useful for
> getting at least some indication in femon with this card is this one:
> http://www.mail-archive.com/linux-media@vger.kernel.org/msg22085.html
>
> hi

I managed to apply this patch to the current v4l git tree, using kernel
2.6.32, now everythings work perfectly, and channel switch even appears to
be faster!

thanks a lot!

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


[vdr] vdr-sxfe not working

2011-02-27 Thread Tony Houghton
vdr-sxfe isn't working for me at the moment. I'm using
1.0.6+cvs20110213.0131-1 from Tobias Grimm's repository. I've tried it on
two different PCs, both running Debian unstable amd64; neither of them
are the same PC VDR is running on. I can't check it on my VDR box at the
moment, but it did work a couple of days ago and I don't think it's been
upgraded since.

It prints:

vdr-sxfe 1.0.90-cvs  (build with xine-lib 1.1.19, using xine-lib 1.1.19)


VDR server not given, searching ...
Found VDR server: host 192.168.1.68, port 37890
[5697] [vdr-fe]GNOME screensaver disabled
[5697] [xine-vo  ] wire_video_driver() FAILED (vo_driver != vos_driver)
[5697] [vdr-fe]wire_video_driver() for osdscaler failed
[5697] [xine-vo  ] wire_video_driver() FAILED (vo_driver != vos_driver)
[5697] [vdr-fe]wire_video_driver() for osdreorder failed
Segmentation fault

I can't get a useful backtrace, because it's stripped.

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


Re: [vdr] vdr-sxfe not working

2011-02-27 Thread Halim Sahin
Hi,
Which output driver have you tried?
It seems that libxine fails with it.
Can you please also post the full call?

On Sun, Feb 27, 2011 at 07:32:10PM +, Tony Houghton wrote:
> vdr-sxfe isn't working for me at the moment. I'm using
> 1.0.6+cvs20110213.0131-1 from Tobias Grimm's repository. I've tried it on
> two different PCs, both running Debian unstable amd64; neither of them
> are the same PC VDR is running on. I can't check it on my VDR box at the
> moment, but it did work a couple of days ago and I don't think it's been
> upgraded since.
> 
> It prints:
> 
> vdr-sxfe 1.0.90-cvs  (build with xine-lib 1.1.19, using xine-lib 1.1.19)
> 
> 
> VDR server not given, searching ...
> Found VDR server: host 192.168.1.68, port 37890
> [5697] [vdr-fe]GNOME screensaver disabled
> [5697] [xine-vo  ] wire_video_driver() FAILED (vo_driver != vos_driver)
> [5697] [vdr-fe]wire_video_driver() for osdscaler failed
> [5697] [xine-vo  ] wire_video_driver() FAILED (vo_driver != vos_driver)
> [5697] [vdr-fe]wire_video_driver() for osdreorder failed
> Segmentation fault
> 
> I can't get a useful backtrace, because it's stripped.
> 
> ___
> vdr mailing list
> vdr@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

-- 
Halim Sahin
E-Mail: 
halim.sahin (at) t-online.de

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


Re: [vdr] vdr-sxfe not working

2011-02-27 Thread Tony Houghton
On Sun, 27 Feb 2011 20:55:47 +0100
Halim Sahin  wrote:

> Which output driver have you tried?

I've tried with no video.driver setting (with nouveau and nvidia X
drivers), and also setting it to xv, opengl and sdl (with nvidia). They
all crash in the same way.

> It seems that libxine fails with it.
> Can you please also post the full call?

I just called "vdr-sxfe" with no arguments.

But I've discovered the problem is because Debian's libxine1 packages
now have a newer version than Tobias'. I've had to "downgrade" them all
because the standard packages don't seem to be compatible with VDR 1.7.

Tobias, any chance of updated packages so I can use apt-get
(dist-)upgrade without having to fix xine ever time? Or is there a way
to tie packages to a certain repository without necessarily having to
pin the current version?

There's also a memory leak in vdr 1.7.16-1devel2 or something it's
linked with, so if that's known and fixed upstream an update for that
would be useful too.

> On Sun, Feb 27, 2011 at 07:32:10PM +, Tony Houghton wrote:
> > vdr-sxfe isn't working for me at the moment. I'm using
> > 1.0.6+cvs20110213.0131-1 from Tobias Grimm's repository. I've tried it on
> > two different PCs, both running Debian unstable amd64; neither of them
> > are the same PC VDR is running on. I can't check it on my VDR box at the
> > moment, but it did work a couple of days ago and I don't think it's been
> > upgraded since.
> > 
> > It prints:
> > 
> > vdr-sxfe 1.0.90-cvs  (build with xine-lib 1.1.19, using xine-lib 1.1.19)
> > 
> > 
> > VDR server not given, searching ...
> > Found VDR server: host 192.168.1.68, port 37890
> > [5697] [vdr-fe]GNOME screensaver disabled
> > [5697] [xine-vo  ] wire_video_driver() FAILED (vo_driver != vos_driver)
> > [5697] [vdr-fe]wire_video_driver() for osdscaler failed
> > [5697] [xine-vo  ] wire_video_driver() FAILED (vo_driver != vos_driver)
> > [5697] [vdr-fe]wire_video_driver() for osdreorder failed
> > Segmentation fault
> > 
> > I can't get a useful backtrace, because it's stripped.
> > 
> > ___
> > 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