QNAP TS-431K NAS Failed commercial detection

I have a QNAP TS-431K, several years ago when I first tried channelsDVR the commercial detection worked but not today. The unit is 32bit and 1gb ram. I’m in contact with support but I’ll post here because I found it also mentioned on these forums by someone else.

For anyone else with this NAS @eric help me with a solution to this through support:

Here's the solution that I tested and works well, full email with what to type in terminal(replace dvd-ip with your local NAS IP address):

-start-Thanks. It does look like comskip is running out of memory when it tries to detect logos.

You could try to reduce the number of frames that it uses to try to identify logos (which may reduce the quality of the comskip detection, but will use less RAM). It defaults to 50:

curl -XPUT http://dvr-ip:8089/comskip/ini/num_logo_buffers/25

to remove that setting:

curl -XDELETE http://dvr-ip:8089/comskip/ini/num_logo_buffers
-end-