I've been struggling to set up a system on a Raspberry PI 4 using a Hauppauge dualHD dongle. While it appears to work now as soon as a recording starts the web page fails to load and the log shows a loss of comms:
2025-01-12 12:00:56.886 dvr: entry 980916983e3751a276b8c5c48415c26c "Andy's Global Adventures" on "CBBC" starting at 2025-01-12 12:04:30, with broadcast id "crid://fp.bbc.co.uk/p/64MBTQ", scheduled for recording by "admin"
2025-01-12 12:04:30.002 dvr: "Andy's Global Adventures" on "CBBC" recorder starting
2025-01-12 12:04:30.004 subscription: 000C: "DVR: Andy's Global Adventures" subscribing on channel "CBBC", weight: 300, adapter: "Silicon Labs Si2168 #1 : DVB-T #0", network: "DVB-T Network", mux: "626MHz", service: "CBBC", profile="webtv-h264-aac-matroska", username="admin"
2025-01-12 12:04:30.414 transcode: 0004: 01:MPEG2VIDEO: ==> Using profile webtv-h264
2025-01-12 12:04:30.414 transcode: 0004: 02:MPEG2AUDIO: ==> Using profile webtv-aac
2025-01-12 12:04:30.414 transcode: 0004: 03:MPEG2AUDIO: ==> Filtered out
2025-01-12 12:04:30.414 transcode: 0004: 04:DVBSUB: ==> Filtered out
There seems to be a problem with the live update feed from Tvheadend. Trying to reconnect...
Reconnected to Tvheadend
Reconnected to Tvheadend
Reconnected to Tvheadend
Reconnected to Tvheadend
I've moved the dongle to a powered USB hub as I thought at first the extra current draw when the dongle starts streaming might be pulling down the bus and resetting it but this hasn't improved the issue.
I've also tried a complete reinstall with --purge but no luck on that.
If I try to stop and restart the service at the command list this is the status from systemctl:
`
arthur@pi-tv:~ $ sudo systemctl status tvheadend
● tvheadend.service - Tvheadend - a TV streaming server and DVR
Loaded: loaded (/lib/systemd/system/tvheadend.service; enabled; preset: enabled)
Active: activating (auto-restart) (Result: signal) since Sun 2025-01-12 12:16:55 GMT; 41s ago
Process: 1222 ExecStart=/usr/bin/tvheadend -f -p /run/tvheadend.pid $OPTIONS (code=exited, status=0/SUCCESS)
Main PID: 1223 (code=killed, signal=SEGV)
CPU: 6.828s
Jan 12 12:16:55 pi-tv systemd[1]: tvheadend.service: Consumed 6.828s CPU time.
`
The version is version 4.3-2155gfe4df311d
I'd really appreciate advice on how to investigate further.
Rgds. Arthur