Re: [vdr] vdr 1.7.4 & xineliboutput

2009-03-07 Thread Goga777
> > Is some body working on getting xineliboutput to work vdr-1.7.4? > > Latest CVS works. did you check it with dvb-s2 h264 hdtv channels too ? Goga ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] vdr 1.7.4 & xineliboutput

2009-03-07 Thread Magnus Hörlin
Goga777 wrote: >>> Is some body working on getting xineliboutput to work vdr-1.7.4? >>> >> Latest CVS works. >> > > > did you check it with dvb-s2 h264 hdtv channels too ? > > Goga > > ___ > vdr mailing list > vdr@linuxtv.org > http://www.linu

Re: [vdr] vdr 1.7.4 & xineliboutput

2009-03-07 Thread Artem Makhutov
Hi, On Sat, Mar 07, 2009 at 12:22:11AM +0200, Lauri Tischler wrote: > Artem Makhutov wrote: > > > Is some body working on getting xineliboutput to work vdr-1.7.4? > > Latest CVS works. I tried the lastest CVS, but it does not work for me. Only the OSD is working. I am just getting a lot of thi

Re: [vdr] vdr 1.7.4 & xineliboutput

2009-03-07 Thread Petri Helin
Artem Makhutov wrote: > Hi, > > On Sat, Mar 07, 2009 at 12:22:11AM +0200, Lauri Tischler wrote: >> Artem Makhutov wrote: >> >>> Is some body working on getting xineliboutput to work vdr-1.7.4? >> Latest CVS works. > > I tried the lastest CVS, but it does not work for me. > Only the OSD is working

Re: [vdr] vdr 1.7.4 & xineliboutput

2009-03-07 Thread Lauri Tischler
Petri Helin wrote: > Artem Makhutov wrote: >> Hi, >> >> On Sat, Mar 07, 2009 at 12:22:11AM +0200, Lauri Tischler wrote: >>> Artem Makhutov wrote: >>> Is some body working on getting xineliboutput to work vdr-1.7.4? >>> Latest CVS works. >> I tried the lastest CVS, but it does not work for me.

Re: [vdr] vdr 1.7.4 & xineliboutput

2009-03-07 Thread Artem Makhutov
Hi, On Sat, Mar 07, 2009 at 11:21:37AM +0200, Lauri Tischler wrote: > Petri Helin wrote: > > Artem Makhutov wrote: > >> Hi, > >> > >> On Sat, Mar 07, 2009 at 12:22:11AM +0200, Lauri Tischler wrote: > >>> Artem Makhutov wrote: > >>> > Is some body working on getting xineliboutput to work vdr-1

[vdr] [ANNOUNCE] vdr-webvideo 0.1.2

2009-03-07 Thread Antti Ajanki
New version of the Webvideo plugin is available at http://users.tkk.fi/~aajanki/vdr/webvideo/ The Webvideo plugin is a tool for browsing and downloading videos from popular video sharing websites, such as YouTube and Google video, using VDR menu interface or a command line client. With the help of

Re: [vdr] [patch] compil vdr-1.7.4 against v4l-dvb hg as of today

2009-03-07 Thread Marc Wernecke
Hi, some x-vdr users reported problems with compiling mplayer and some plug-ins like music too. We solved this by adding DEFINES += -D__KERNEL_STRICT_NAMES to the VDR Makefile and patching the driver header files --- ./linux/include/linux/dvb/video.h.orig 2009-03-03 09:54:58.0 +

Re: [vdr] [patch] compil vdr-1.7.4 against v4l-dvb hg as of today

2009-03-07 Thread Klaus Schmidinger
On 07.03.2009 11:49, Marc Wernecke wrote: > Hi, > > some x-vdr users reported problems with compiling mplayer and some plug-ins > like music too. We solved this by adding > > DEFINES += -D__KERNEL_STRICT_NAMES Why would this suddenly be necessary? > to the VDR Makefile and patching the driver

Re: [vdr] Question about SetPlayMode()

2009-03-07 Thread Klaus Schmidinger
On 23.02.2009 08:00, Christian Gmeiner wrote: > Hi all, > > at the moment I am working to tight up vdr-plugin-dxr3 and found > something to verify. Is about > cDevice::SetPlayMode with pmExtern_THIS_SHOULD_BE_AVOIDED. > If pmExtern_THIS_SHOULD_BE_AVOIDED is used, a device plugin gives the > contro

Re: [vdr] vdr-1.7.4 and iptv plugin

2009-03-07 Thread Rolf Ahrenberg
On Sat, 7 Mar 2009, ua0lnj wrote: > My suggestions > 1. My iptv provider streams many channels with identical pids, and vdr not > very love such channels :-) > If in sidscanner.c chandge > cChannel *IptvChannel = Channels.GetByChannelID(channel.GetChannelID()); > to > cChannel *IptvChannel = C

Re: [vdr] [patch] compil vdr-1.7.4 against v4l-dvb hg as of today

2009-03-07 Thread Anssi Hannula
Gregoire Favre wrote: > Hello, > > just tried compiling vdr-1.7.4 against my v4l-dvb hg's source which > fails if I don't use this : [...] This is because of a kernel regression: http://lkml.indiana.edu/hypermail/linux/kernel/0902.3/00411.html A set of patches fixing this is available here: http