[vdr] Recording DVB-T HD infrance
Eric Valette
eric.valette at free.fr
Wed Mar 17 23:30:34 CET 2010
>> Still wonder why such a one liner patch is not integrated though.
>
> That forum is in French and apparently requires registration.
>
> Can you post that "one-liner" here?
I just translate the instruction, into english (could do german too ;-))
Could do a diff but for one trivial line no need for it.
Just add the following line in pat.c
case SI::AC3DescriptorTag:
+ case SI::EnhancedAC3DescriptorTag:
dpid = stream.getPid();
I think for streamdev the same patch is required in
livestreamer.c
case SI::AC3DescriptorTag:
+ case SI::EnhancedAC3DescriptorTag:
Dprintf("cStreamdevPatFilter PMT scanner: adding PID %d (%s) %s\n",
-- eric
More information about the vdr
mailing list