Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: Wrong data from Hauppauge NOVA



Ralf Bauer wrote:
> 
> >They are not wrong.
> >The "normal" WinTV DVB-S card does not deliver the original PES
> >header for the channel which is currently display, only the
> >elementary stream. The PES header and TS packaging you get from
> >the driver is a reconstruction. I have no way to know the real ID
> >used in the original TS. So, I use 0xe0, the first possible video
> >ID.
> 
> >The Nova card delivers the original TS packets. It seems that
> >some channels use other video Ids like 0xe1, which is allowed
> >according to the specs. So, just change VDR to allow the whole
> >range of video IDs.
> 
> Strange that nobody else had the same problem, because VDR only knows of the
> E0 video ID. Maybe nobody else is watching SAT1 ;-)
> 
> What do you mean with the whole range of video IDs, is it E0-EF?

Please try changing line 833 in the latest VDR's dvbapi.c from

           case 0xE0: // video

to

           case 0xE0 ... 0xEF: // video

This should fix it.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index