Hi,
when using cDevice based classes that have no access to kernel based section filters it makes sense to have an abstract 'ReadFilter' function. The patch attached adds such a method to the cDevice class and changes cSectionHandler code to use the new method.
Please add this patch to current 1.6/1.7 development versions.
Deti
On Mon, 26 Jan 2009, Deti Fliegl wrote:
when using cDevice based classes that have no access to kernel based section filters it makes sense to have an abstract 'ReadFilter' function. The patch attached adds such a method to the cDevice class and changes cSectionHandler code to use the new method.
The IPTV plugin manages this by creating pipes for section filters, so you can make software-only devices also with the current API. Anyway, this API modification would be a nice addition.
BR, -- rofa
Rolf Ahrenberg wrote:
The IPTV plugin manages this by creating pipes for section filters, so you can make software-only devices also with the current API. Anyway,
Yes I know - my Plugin currently uses the same workaround. But this time lets make "Nägel mit Köpfen" (i.e. make it properly).
this API modification would be a nice addition.
Hopefully ;-)
Deti