Hi Folks,
I have a strange issue I'm hoping this group can help me resolve! When recording TV shows I often get many recordings failed with the issue "Too many data errors". There are thousands of errors.
In the logs I get this for example
2020-07-04 16:59:49.208 [WARNING] TS: DVB-T Network/191.625MHz/9HD Sydney: H264 @ #513 Continuity counter error (total 43339)
2020-07-04 16:59:49.929 [WARNING] tbl-pass: pass-eit: -: invalid checksum (len 812, errors 4355)
2020-07-04 16:59:51.274 [WARNING] TS: DVB-T Network/191.625MHz/9HD Sydney Transport error indicator (total 65282)
2020-07-04 16:59:53.227 [WARNING] TS: DVB-T Network/191.625MHz/9HD Sydney: TELETEXT @ #577 Continuity counter error (total 1304)
2020-07-04 16:59:53.647 [WARNING] TS: DVB-T Network/191.625MHz/9HD Sydney: AC3 @ #650 Continuity counter error (total 14567)
2020-07-04 16:59:59.215 [WARNING] TS: DVB-T Network/191.625MHz/9HD Sydney: H264 @ #513 Continuity counter error (total 43450)
2020-07-04 16:59:59.988 [WARNING] tbl-pass: pass-pat: -: invalid checksum (len 48, errors 90)
2020-07-04 17:00:00.459 [WARNING] tbl-pass: pass-eit: -: invalid checksum (len 940, errors 4365)
2020-07-04 17:00:01.395 [WARNING] TS: DVB-T Network/191.625MHz/9HD Sydney Transport error indicator (total 65433)
2020-07-04 17:00:02.013 [ INFO] subscription: 024E: "DVR: The Voice" unsubscribing from "9HD Sydney"
2020-07-04 17:00:03.009 [ INFO] dvr: "The Voice" on "9HD Sydney": End of program: Too many data errors
I'm running the following on a Pi 4
HTS Tvheadend 4.2.8-36 ~ LibreELEC Tvh-addon v9.2.0.121
Kodi version is: Kodi 18.6
I have 2 x AVerMedia A835 AVerTV Volar Green HD USB TV Tuners
LibreELEC-Family:~ # lsusb -t -v
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 2: Dev 3, If 0, Class=Vendor Specific Class, Driver=mceusb, 12M
|__ Port 3: Dev 4, If 0, Class=Vendor Specific Class, Driver=dvb_usb_af9035, 480M
|__ Port 4: Dev 5, If 0, Class=Vendor Specific Class, Driver=dvb_usb_af9035, 480M
The strange thing is, when I run the same TvHeadend version on the same Pi 4 but with Raspbian 10 as the OS I don't have the same problem. TvHeadend runs like a dream. I get some data errors in occasional recordings but it's never larger than 20 errors.
Does anyone know what could be causing this issue when running TvHeadned as a Kodi Addon but not in Raspbian OS?