Page 1 of 1

Found locked packet when trying to free up video packets. This means that decoding is not keeping up.

Posted: Wed Dec 11, 2024 2:56 pm
by pepex7
I have a lot of entries in the log, and CPU usage is increasing.

Code: Select all

Dec 11 14:51:10 svr1 zmc_m95[1280672]: WAR [zmc_m95] [Found locked packet when trying to free up video packets. This means that decoding is not keeping up.]
Dec 11 14:51:11 svr1 zmc_m106[1280691]: WAR [zmc_m106] [Found locked packet when trying to free up video packets. This means that decoding is not keeping up.]
Dec 11 14:51:11 svr1 zmc_m76[1280575]: WAR [zmc_m76] [Found locked packet when trying to free up video packets. This means that decoding is not keeping up.]
Dec 11 14:51:12 svr1 zmc_m138[1280763]: WAR [zmc_m138] [Found locked packet when trying to free up video packets. This means that decoding is not keeping up.]
Dec 11 14:51:12 svr1 zmc_m95[1280672]: WAR [zmc_m95] [Found locked packet when trying to free up video packets. This means that decoding is not keeping up.]
Dec 11 14:51:13 svr1 zmc_m138[1280763]: WAR [zmc_m138] [Found locked packet when trying to free up video packets. This means that decoding is not keeping up.]
Dec 11 14:51:14 svr1 zmc_m76[1280575]: WAR [zmc_m76] [Found locked packet when trying to free up video packets. This means that decoding is not keeping up.]
Dec 11 14:51:14 svr1 zmc_m95[1280672]: WAR [zmc_m95] [Found locked packet when trying to free up video packets. This means that decoding is not keeping up.]
Dec 11 14:51:15 svr1 zmc_m77[1280588]: WAR [zmc_m77] [Found locked packet when trying to free up video packets. This means that decoding is not keeping up.]
Dec 11 14:51:15 svr1 zmc_m107[1280701]: WAR [zmc_m107] [Found locked packet when trying to free up video packets. This means that decoding is not keeping up.]
What could it be?

Re: Found locked packet when trying to free up video packets. This means that decoding is not keeping up.

Posted: Wed Dec 11, 2024 3:41 pm
by iconnor
Not enough cpu, too small MaxImageBuffers, too slow disk, too slow db... any of these.

Re: Found locked packet when trying to free up video packets. This means that decoding is not keeping up.

Posted: Wed Dec 11, 2024 4:24 pm
by pepex7
Thanks you.

Some way to change MaxImageBuffers to multiple cameras? In v1.37.65

Re: Found locked packet when trying to free up video packets. This means that decoding is not keeping up.

Posted: Thu Dec 12, 2024 5:16 pm
by iconnor
mysql -u zmuser -p zm
UPDATE Monitors SET MaxImageBufferCount=100
exit

Re: Found locked packet when trying to free up video packets. This means that decoding is not keeping up.

Posted: Wed Dec 18, 2024 9:59 pm
by pepex7
Thank You..!!