Crash on stopping a recording
Added by Thomas Graf almost 4 years ago
Hi,
im switched from Tvheadend on Raspberry Pi to Synology - Docker - Tvheadend (4.3-1916~g1884300f0 from there https://hub.docker.com/r/linuxserver/tvheadend)
Its all fine.. All old recordings work..
But if i want to record something new and the recording is at the end, or i manually stop it, Tvheadend becomes unresponsive..
Here the log:
2020-12-07 15:56:25,stdout,"[33m2020-12-07 15:56:25.417 [WARNING] mpegts: too much queued table input data (over 2MB) for SAT>IP DVB-S Tuner, discarding new[0m
"
2020-12-07 15:56:24,stdout,"[33m2020-12-07 15:56:24.609 [WARNING] mpegts: too much queued table input data (over 2MB) for SAT>IP DVB-S Tuner, discarding new[0m
"
2020-12-07 15:56:17,stdout,"[33m2020-12-07 15:56:17.581 [WARNING] mpegts: too much queued table input data (over 2MB) for SAT>IP DVB-S Tuner, discarding new[0m
"
2020-12-07 15:56:15,stdout,"[33m2020-12-07 15:56:15.381 [WARNING] mpegts: too much queued table input data (over 2MB) for SAT>IP DVB-S Tuner, discarding new[0m
"
2020-12-07 15:56:14,stdout,"[33m2020-12-07 15:56:14.579 [WARNING] mpegts: too much queued table input data (over 2MB) for SAT>IP DVB-S Tuner, discarding new[0m
"
2020-12-07 15:56:07,stdout,"[33m2020-12-07 15:56:07.575 [WARNING] mpegts: too much queued table input data (over 2MB) for SAT>IP DVB-S Tuner, discarding new[0m
"
2020-12-07 15:56:05,stdout,"[33m2020-12-07 15:56:05.376 [WARNING] mpegts: too much queued table input data (over 2MB) for SAT>IP DVB-S Tuner, discarding new[0m
"
2020-12-07 15:56:04,stdout,"[33m2020-12-07 15:56:04.577 [WARNING] mpegts: too much queued table input data (over 2MB) for SAT>IP DVB-S Tuner, discarding new[0m
"
2020-12-07 15:55:57,stdout,"[33m2020-12-07 15:55:57.569 [WARNING] mpegts: too much queued table input data (over 2MB) for SAT>IP DVB-S Tuner, discarding new[0m
Something happens at the end.. i dont't know what
The recording is at the right folder..
Any ideas?
Update: The recording also dies after ~15 Minutes.. Where can i search for this problem?
Replies (1)
RE: Crash on stopping a recording - Added by Thomas Graf almost 4 years ago
Hi, i found the solution for my Problem.
I've have to set CPU Priority to high.. now it works like a charm.
Before doing this it seems he is too slow to write the recording file to the mounted disk.. after 15 minutes of recording, there was only 3 minutes in the TS File.. and the Tvheadend Service RAM usage was beyond 500MB.
CPU where always ~1% cpu usage when recording..
So try to increse CPU Priority when you have Problems in Docker with "too much queued table input data" ;-)
Have a nice day
Tom