[vdr] xine buffer settings

2009-06-21 Thread martinez
With vrd-1.7.8 and vdr-xine 0.9.3 using vdpau (onboard nvidia 8200) What are the optimum buffer settings for SD and HD (since they can now be specified separately) ? ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vd

Re: [vdr] No Dolby Digital+ with VDR

2009-06-21 Thread Klaus Schmidinger
On 06/15/09 21:35, jlacvdr wrote: > oups...bad analysis : the PMT display in ParsePmt() is not the PMT > received from the dvb stream but a PMT regenerated by vdr and sent to > receiver. > The true DVB on air PAT is parse in pat.c > When we analyse this PAT (in pat.c), a STREAMTYPE_13818_PES_PRIVAT

Re: [vdr] Unable to record ITV HD (was : ITV HD)

2009-06-21 Thread Klaus Schmidinger
On 14.06.2009 22:49, dplu wrote: > Hi > > I have tried to record "Kingdom" broadcasted on HD but even if I can watch it > without problem "live" ( VDR 1.7.7+ Xine 0.9.2 + VDPau), the recording is > zero size > > Is it the fact the video PID is non standard and VDR don't know how to record > i

Re: [vdr] No Dolby Digital+ with VDR

2009-06-21 Thread jlacvdr
2009/6/21 Klaus Schmidinger : > On 06/15/09 21:35, jlacvdr wrote: >> oups...bad analysis : the PMT display in ParsePmt() is not the PMT >> received from the dvb stream but a PMT regenerated by vdr and sent to >> receiver. >> The true DVB on air PAT is parse in pat.c >> When we analyse this PAT (in

Re: [vdr] What about vdr-1.6.1?

2009-06-21 Thread Klaus Schmidinger
On 17.06.2009 19:03, J.W. wrote: > 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? I released VDR 1.6.0 only because several people wanted to have a stable release just before switchi

Re: [vdr] Unable to record ITV HD (was : ITV HD)

2009-06-21 Thread dplu
Hi Klaus, I suppose that the PID is not defined as "video" in the stream. I am not an expert but if you let "update PID automatically" on VDR Setup , the VPID and PPID fall to zero, if you disable this update and set manually information you can watch the channel but no recording possible This

Re: [vdr] Unable to record ITV HD (was : ITV HD)

2009-06-21 Thread Klaus Schmidinger
On 21.06.2009 17:11, dplu wrote: > Hi Klaus, > I suppose that the PID is not defined as "video" in the stream. > I am not an expert but if you let "update PID automatically" on VDR Setup , > the VPID and PPID fall to zero, if you disable this update and set manually > information you can watch

Re: [vdr] error compiling vdr 1.7.7 (frontend.h - '__u8' does not name a type)

2009-06-21 Thread Carsten Koch
On Mon, 2009-06-01 at 13:38 +0200, Klaus Schmidinger wrote: ... > posted earlier in this thread I found that this > > --- dvbdevice.h 2009/05/08 13:33:46 2.5 > +++ dvbdevice.h 2009/06/01 11:20:32 > @@ -10,6 +10,7 @@ > #ifndef __DVBDEVICE_H > #define __DVBDEVICE_H > > +#include // FIXME: wo

Re: [vdr] Unable to record ITV HD (was : ITV HD)

2009-06-21 Thread dplu
I am a french user so I enjoy this channel without fees (the charm of receving) Inside the freesat system, english user may have to press the "red button" for interactive service to go trough the HD version for some programs , it means the micro-program of receiver know how to do that It is no

[vdr] Which Kernel / DVB Driver for VDR1.7.8

2009-06-21 Thread Matthias Fechner
Hi, is it enough for VDR 1.7.8 to install a new kernel (2.6.30) or do I need to install dvb drivers from a seperate source? Bye Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigge

Re: [vdr] Unable to record ITV HD (was : ITV HD)

2009-06-21 Thread Christian Tramnitz
Klaus Schmidinger schrieb: > Well, if they don't broadcast their Vpid in the SI data, how is a > receiver supposed to know what to receive? > > Maybe you should complain to the broadcaster about this. > > Klaus Afaik this is intentional to limit the scope of viewers to users of their "Freesat"

Re: [vdr] What about vdr-1.6.1?

2009-06-21 Thread Udo Richter
On 21.06.2009 17:08, Klaus Schmidinger wrote: > On 17.06.2009 19:03, J.W. wrote: >> 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? > > I released VDR 1.6.0 only because several peop

Re: [vdr] Unable to record ITV HD (was : ITV HD)

2009-06-21 Thread Malcolm Caldwell
On Sun, 2009-06-21 at 18:20 +0200, Christian Tramnitz wrote: > Klaus Schmidinger schrieb: > > Well, if they don't broadcast their Vpid in the SI data, how is a > > receiver supposed to know what to receive? > > > > Maybe you should complain to the broadcaster about this. > > > > Klaus > > Afaik

Re: [vdr] Which Kernel / DVB Driver for VDR1.7.8

2009-06-21 Thread VDR User
VDR-1.7.8 uses dvb api 5 which has been included in the kernel since 2.6.28, so no you don't need a separate source. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] Which Kernel / DVB Driver for VDR1.7.8

2009-06-21 Thread Karl Glatz
But what about the patches (e.g. the one which lets the app dedect wheter it's a dvb-s2 or dvb-s card) are they included in upstream? -- Karl 2009/6/22 VDR User : > VDR-1.7.8 uses dvb api 5 which has been included in the kernel since > 2.6.28, so no you don't need a separate source. > > _