The hardware mod is an option, but if you don't want to get under the
hood, there is a driver patch also
On 1/10/2010 4:48 AM, Michael Brückner wrote:
Am Sonntag 10 Januar 2010 schrieb Christopher Reimer:
While this recording, the OSD also gets *pretty* slow. Seems like the
FF-card gets pretty busy.
You need a Full-TS Mod for this.
For details about this Mod have a look at this page:
http://www.vdr-wiki.de/wiki/index.php/Full-TS_Mod
Regards
Michi
_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
diff -ruN v4l-dvb.orig/linux/drivers/media/dvb/ttpci/av7110.c v4l-dvb/linux/drivers/media/dvb/ttpci/av7110.c
--- v4l-dvb.orig/linux/drivers/media/dvb/ttpci/av7110.c 2009-09-07 16:09:09.000000000 -0400
+++ v4l-dvb/linux/drivers/media/dvb/ttpci/av7110.c 2009-09-07 15:13:48.000000000 -0400
@@ -817,7 +817,7 @@
return 0;
if (dvbdmxfilter->type == DMX_TYPE_SEC) {
- if (hw_sections) {
+ if (hw_sections && ((dvbdmxfeed->pid >= 0x122 && dvbdmxfeed->pid <= 0x176) || (dvbdmxfeed->pid >= 0x21 && dvbdmxfeed->pid <= 0x64))) {
buf[4] = (dvbdmxfilter->filter.filter_value[0] << 8) |
dvbdmxfilter->maskandmode[0];
for (i = 3; i < 18; i++)
_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr