Re: [vdr] PVRInput and Streamdev

2009-08-05 Thread Frank Schmirler
Hi Rob, On Tue, 04 Aug 2009 16:15:44 -0500, Rob Davis wrote I have just got a pvr500 working with pvrinput and vdr. However, streamdev doesn't seem to work with this card. Is this just my system or am I unlikely to get it working? The TS stream produced by pvrinput has no PAT/PMT tables

Re: [vdr] PVRInput and Streamdev

2009-08-05 Thread Martin Dauskardt
There is a bug in pvrinput which may also effect streamdev. (I know for sure that the bug leads to no picture with vdr 1.7.8) Have a look in reader.c There is at four places a wrong assignment. Instead of ts_buffer[1] = (first ? 0x40 : 0x00) || (kVideoPid 8); it has to be bitwise: