Events with no EndDate, awkward lengths too
Events with no EndDate, awkward lengths too
Hi all,
ZM Version: 1.36.33
Linux zoneminder 6.1.0-31-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07)
I've been working on getting emails sent out for alarmed events, and in the process changed some things that have caused for events to not properly have end dates. They also all end in a 7 for the seconds, not sure if that matters or not. But all events are still able to be played back.
I currently only have 1 camera/monitor on the server. Storage is an NFS share hosted on a Truenas bare metal PC. I did slight tweaking on the Truenas box, but it was for SMB share not NFS, so shouldn't have affected this. I'm normally methodical about changing 1 thing at a time to see what needs to be reversed if needed.. but got too cocky I suppose.
I'll post logs with full debug and event lengths, along with some other settings. Appreciate any assistance, I'll keep working on my end. Let me know if any more info is needed.
It was working for quite a while before I went around and messed things up.. so should be fixable.
ZM Version: 1.36.33
Linux zoneminder 6.1.0-31-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07)
I've been working on getting emails sent out for alarmed events, and in the process changed some things that have caused for events to not properly have end dates. They also all end in a 7 for the seconds, not sure if that matters or not. But all events are still able to be played back.
I currently only have 1 camera/monitor on the server. Storage is an NFS share hosted on a Truenas bare metal PC. I did slight tweaking on the Truenas box, but it was for SMB share not NFS, so shouldn't have affected this. I'm normally methodical about changing 1 thing at a time to see what needs to be reversed if needed.. but got too cocky I suppose.
I'll post logs with full debug and event lengths, along with some other settings. Appreciate any assistance, I'll keep working on my end. Let me know if any more info is needed.
It was working for quite a while before I went around and messed things up.. so should be fixable.
- Attachments
-
- tableExport(1).txt
- (54.19 KiB) Downloaded 147 times
-
- tableExport(2).txt
- (63.27 KiB) Downloaded 145 times
-
- tableExport.txt
- (60.62 KiB) Downloaded 142 times
Last edited by wildfire on Mon Mar 03, 2025 4:04 am, edited 1 time in total.
Re: Events with no EndDate, awkward lengths too
Events and Options attachments
- Attachments
-
- events.png (182.11 KiB) Viewed 23598 times
-
- SystemSettings.png (39.37 KiB) Viewed 23598 times
-
- ConfigSettings.png (40.12 KiB) Viewed 23598 times
Re: Events with no EndDate, awkward lengths too
Monitor Settings
- Attachments
-
- Buffer.png (14.11 KiB) Viewed 23598 times
-
- MonitorStorage.png (12.32 KiB) Viewed 23598 times
Re: Events with no EndDate, awkward lengths too
So it seems like sporadic disconnects to the camera, monitor goes black and then I get "Monitor SHM is not connected" errors in the logs
- Attachments
-
- tableExport(3).txt
- (69.38 KiB) Downloaded 108 times
-
- tableExport(4).txt
- (67.87 KiB) Downloaded 104 times
Re: Events with no EndDate, awkward lengths too
I reduced the buffers by advice of another post... and now the issue seems worse. And analysis seems to be at 0 fps with load being much higher than expected. Watching the camera from it's web config the stream is consistent and fine. However in zoneminder it loses connection repeatedly and restarts itself.
SSHing into zoneminder is also slow to respond when typing, and browsing the logs is quite slow now too at times. Entire zoneminder VM might be hitching?
SSHing into zoneminder is also slow to respond when typing, and browsing the logs is quite slow now too at times. Entire zoneminder VM might be hitching?
- Attachments
-
- Screenshot_3.png (16.95 KiB) Viewed 23386 times
-
- tableExport(5).txt
- (59.68 KiB) Downloaded 115 times
Re: Events with no EndDate, awkward lengths too
I disabled the monitor and got a bunch of fun errors repeating over and over, not sure if expected or not:
3/4/25, 5:32:07 PM CST zms_m1 1585 ERR Unable to connect to monitor id 1 for streaming zm_stream.cpp 60
3/4/25, 5:32:07 PM CST zms_m1 1585 ERR Can't open memory map file /dev/shm/zm.mmap.1: No such file or directory zm_monitor.cpp 927
3/4/25, 5:32:07 PM CST zms_m1 1585 ERR Monitor shm is not connected zm_stream.cpp 78
3/4/25, 5:32:07 PM CST zms_m1 1585 ERR Unable to connect to monitor id 1 for streaming zm_stream.cpp 60
3/4/25, 5:32:07 PM CST zms_m1 1585 ERR Can't open memory map file /dev/shm/zm.mmap.1: No such file or directory zm_monitor.cpp 927
3/4/25, 5:32:07 PM CST zms_m1 1585 ERR Monitor shm is not connected zm_stream.cpp 78
Re: Events with no EndDate, awkward lengths too
There is a known issue in .33. Fixed in .34. We are now at .35 and soon to release .36.
Further, your machine is not able to keep up, hence it falls behind. You need to look at reducind cpu use. You can set the widthxheight lower, recording will still be high res. You can turn off jpeg writing (surprising how much cpu jpeg generation takes).
Further, your machine is not able to keep up, hence it falls behind. You need to look at reducind cpu use. You can set the widthxheight lower, recording will still be high res. You can turn off jpeg writing (surprising how much cpu jpeg generation takes).
Re: Events with no EndDate, awkward lengths too
Thats kind of what I was thinking but it doesn't seem right, since it had no issue before. Its not too bad of a cpu/ram either, ram usage is high but it always is with ZM. And ram not used is wasted soo. Its a ryzen 5 5600x and 3600mhz ram, plenty good for a simple 1 monitor system.iconnor wrote: ↑Tue Mar 04, 2025 11:59 pm There is a known issue in .33. Fixed in .34. We are now at .35 and soon to release .36.
Further, your machine is not able to keep up, hence it falls behind. You need to look at reducind cpu use. You can set the widthxheight lower, recording will still be high res. You can turn off jpeg writing (surprising how much cpu jpeg generation takes).
I've tried for the last few hours to upgrade with no luck.. run into source issue, and then key issue and then dependency issues. And now unable to get past dependency issues.
I span up a backup and I'm see if i can just copy settings from the new config to the old version before i goofed it. But it seems to have similar issues. Maybe something to do with my NAS? I'm not too sure anymore..
Re: Events with no EndDate, awkward lengths too
Following this article and running the script was able to upgrade me to 1.36.35! I will do some testing and see if anything improves.
Re: Events with no EndDate, awkward lengths too
Still getting intermitent connection. I even doubled the CPU cores to 8 and it is not even struggling... Events look like they're ending properly now though, that is most likely due to the version upgrade I would assume. They should be 5mins in length in Mocord/Record.
- Attachments
-
- Screenshot_5.png (27.65 KiB) Viewed 22504 times
-
- tableExport(8).txt
- (59.48 KiB) Downloaded 147 times
-
- Screenshot_4.png (3.13 KiB) Viewed 22506 times
Re: Events with no EndDate, awkward lengths too
Even in Record with no Analysis it is struggling worse and worse. I want to like this program and support it as best as I can.. but it surely seems like a second job at times like this 

- Attachments
-
- tableExport(9).txt
- (60.54 KiB) Downloaded 159 times
Re: Events with no EndDate, awkward lengths too
Updated to 1.36.35, and ran zmupdate.pl, still haven't seen any improvements. Monitor is just on Monitor function and this is all I'm getting at this point. I rebooted the camera and got a visual for a few seconds, then back to disconnecting on repeat. This now seems like a camera issue, as I cannot access it's webconfig live feed anymore (I was able to up until now/recently):
3/8/25, 11:10:43 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:10:43 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:10:32 AM CST zmc_m1 958 WAR Monitor dimensions are 2560x1440 but camera is sending 0x0 zm_ffmpeg_camera.cpp 581
3/8/25, 11:10:29 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:10:29 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:10:21 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:09:59 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:09:59 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:09:54 AM CST zmc_m1 958 ERR Unable to open input rtsp://192.168.1.20:554/cam1/mpeg4 due to: Immediate exit requested zm_ffmpeg_camera.cpp 327
3/8/25, 11:09:43 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:09:43 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:09:32 AM CST zmc_m1 958 WAR Monitor dimensions are 2560x1440 but camera is sending 0x0 zm_ffmpeg_camera.cpp 581
3/8/25, 11:09:29 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:09:29 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:09:21 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:09:21 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:09:10 AM CST zmc_m1 958 WAR Monitor dimensions are 2560x1440 but camera is sending 0x0 zm_ffmpeg_camera.cpp 581
3/8/25, 11:08:59 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:08:44 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:08:42 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:08:31 AM CST zmc_m1 958 WAR Monitor dimensions are 2560x1440 but camera is sending 0x0 zm_ffmpeg_camera.cpp 581
3/8/25, 11:08:20 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:08:20 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:08:14 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:08:14 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:07:55 AM CST zmc_m1 958 INF Front Door: 50 - Capturing at 10.08 fps, capturing bandwidth 1602801bytes/sec Analysing at 0.00 fps zm_monitor.cpp 1682
3/8/25, 11:07:47 AM CST zmc_m1 958 ERR Failed to prime capture of initial monitor zmc.cpp 258
3/8/25, 11:07:47 AM CST zmc_m1 958 ERR Unable to open input rtsp://192.168.1.20:554/cam1/mpeg4 due to: Connection refused zm_ffmpeg_camera.cpp 327
3/8/25, 11:07:46 AM CST zmc_m1 958 ERR Failed to prime capture of initial monitor zmc.cpp 258
3/8/25, 11:07:46 AM CST zmc_m1 958 ERR Unable to open input rtsp://192.168.1.20:554/cam1/mpeg4 due to: Connection refused zm_ffmpeg_camera.cpp 327
3/8/25, 11:07:44 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:07:44 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:07:39 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:07:39 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:07:28 AM CST zmc_m1 958 WAR Monitor dimensions are 2560x1440 but camera is sending 0x0 zm_ffmpeg_camera.cpp 581
3/8/25, 11:07:17 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:07:17 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:07:14 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:07:14 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:06:50 AM CST zmc_m1 958 ERR Failed to prime capture of initial monitor zmc.cpp 258
3/8/25, 11:06:50 AM CST zmc_m1 958 ERR Unable to open input rtsp://192.168.1.20:554/cam1/mpeg4 due to: Immediate exit requested zm_ffmpeg_camera.cpp 327
3/8/25, 11:06:44 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:06:44 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:06:39 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:06:39 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:06:28 AM CST zmc_m1 958 WAR Monitor dimensions are 2560x1440 but camera is sending 0x0 zm_ffmpeg_camera.cpp 581
3/8/25, 11:06:17 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:06:17 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:06:14 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:06:14 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:05:50 AM CST zmc_m1 958 ERR Unable to open input rtsp://192.168.1.20:554/cam1/mpeg4 due to: Immediate exit requested zm_ffmpeg_camera.cpp 327
3/8/25, 11:05:44 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:05:44 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:05:39 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:05:39 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:05:28 AM CST zmc_m1 958 WAR Monitor dimensions are 2560x1440 but camera is sending 0x0 zm_ffmpeg_camera.cpp 581
3/8/25, 11:05:17 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:05:17 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:05:14 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:05:14 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:04:54 AM CST zmc_m1 958 INF Front Door: 70 - Capturing at 9.95 fps, capturing bandwidth 935775bytes/sec Analysing at 0.00 fps zm_monitor.cpp 1682
3/8/25, 11:04:53 AM CST zmc_m1 958 INF Front Door: 60 - Capturing at 10.10 fps, capturing bandwidth 926466bytes/sec Analysing at 0.00 fps zm_monitor.cpp 1682
3/8/25, 11:04:45 AM CST zmc_m1 958 ERR Failed to prime capture of initial monitor zmc.cpp 258
3/8/25, 11:04:45 AM CST zmc_m1 958 ERR Unable to open input rtsp://192.168.1.20:554/cam1/mpeg4 due to: Connection refused zm_ffmpeg_camera.cpp 327
3/8/25, 11:04:44 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:04:44 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:04:44 AM CST zmc_m1 958 ERR Failed to prime capture of initial monitor zmc.cpp 258
3/8/25, 11:04:44 AM CST zmc_m1 958 ERR Unable to open input rtsp://192.168.1.20:554/cam1/mpeg4 due to: Connection refused zm_ffmpeg_camera.cpp 327
3/8/25, 11:04:37 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:04:37 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:04:26 AM CST zmc_m1 958 WAR Monitor dimensions are 2560x1440 but camera is sending 0x0 zm_ffmpeg_camera.cpp 581
3/8/25, 11:04:15 AM CST zmfilter_4 978 INF Deleting event 13832 from Monitor 1 StartDateTime:2025-02-26 10:54:16 from /mnt/video_storage/zm/1/2025-02-26/13832 zmfilter.pl -
3/8/25, 11:04:15 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:04:15 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:04:14 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:04:14 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:03:48 AM CST zmc_m1 958 ERR Unable to open input rtsp://192.168.1.20:554/cam1/mpeg4 due to: Immediate exit requested
3/8/25, 11:10:43 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:10:43 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:10:32 AM CST zmc_m1 958 WAR Monitor dimensions are 2560x1440 but camera is sending 0x0 zm_ffmpeg_camera.cpp 581
3/8/25, 11:10:29 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:10:29 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:10:21 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:09:59 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:09:59 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:09:54 AM CST zmc_m1 958 ERR Unable to open input rtsp://192.168.1.20:554/cam1/mpeg4 due to: Immediate exit requested zm_ffmpeg_camera.cpp 327
3/8/25, 11:09:43 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:09:43 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:09:32 AM CST zmc_m1 958 WAR Monitor dimensions are 2560x1440 but camera is sending 0x0 zm_ffmpeg_camera.cpp 581
3/8/25, 11:09:29 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:09:29 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:09:21 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:09:21 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:09:10 AM CST zmc_m1 958 WAR Monitor dimensions are 2560x1440 but camera is sending 0x0 zm_ffmpeg_camera.cpp 581
3/8/25, 11:08:59 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:08:44 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:08:42 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:08:31 AM CST zmc_m1 958 WAR Monitor dimensions are 2560x1440 but camera is sending 0x0 zm_ffmpeg_camera.cpp 581
3/8/25, 11:08:20 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:08:20 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:08:14 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:08:14 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:07:55 AM CST zmc_m1 958 INF Front Door: 50 - Capturing at 10.08 fps, capturing bandwidth 1602801bytes/sec Analysing at 0.00 fps zm_monitor.cpp 1682
3/8/25, 11:07:47 AM CST zmc_m1 958 ERR Failed to prime capture of initial monitor zmc.cpp 258
3/8/25, 11:07:47 AM CST zmc_m1 958 ERR Unable to open input rtsp://192.168.1.20:554/cam1/mpeg4 due to: Connection refused zm_ffmpeg_camera.cpp 327
3/8/25, 11:07:46 AM CST zmc_m1 958 ERR Failed to prime capture of initial monitor zmc.cpp 258
3/8/25, 11:07:46 AM CST zmc_m1 958 ERR Unable to open input rtsp://192.168.1.20:554/cam1/mpeg4 due to: Connection refused zm_ffmpeg_camera.cpp 327
3/8/25, 11:07:44 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:07:44 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:07:39 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:07:39 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:07:28 AM CST zmc_m1 958 WAR Monitor dimensions are 2560x1440 but camera is sending 0x0 zm_ffmpeg_camera.cpp 581
3/8/25, 11:07:17 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:07:17 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:07:14 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:07:14 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:06:50 AM CST zmc_m1 958 ERR Failed to prime capture of initial monitor zmc.cpp 258
3/8/25, 11:06:50 AM CST zmc_m1 958 ERR Unable to open input rtsp://192.168.1.20:554/cam1/mpeg4 due to: Immediate exit requested zm_ffmpeg_camera.cpp 327
3/8/25, 11:06:44 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:06:44 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:06:39 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:06:39 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:06:28 AM CST zmc_m1 958 WAR Monitor dimensions are 2560x1440 but camera is sending 0x0 zm_ffmpeg_camera.cpp 581
3/8/25, 11:06:17 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:06:17 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:06:14 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:06:14 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:05:50 AM CST zmc_m1 958 ERR Unable to open input rtsp://192.168.1.20:554/cam1/mpeg4 due to: Immediate exit requested zm_ffmpeg_camera.cpp 327
3/8/25, 11:05:44 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:05:44 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:05:39 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:05:39 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:05:28 AM CST zmc_m1 958 WAR Monitor dimensions are 2560x1440 but camera is sending 0x0 zm_ffmpeg_camera.cpp 581
3/8/25, 11:05:17 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:05:17 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:05:14 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:05:14 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:04:54 AM CST zmc_m1 958 INF Front Door: 70 - Capturing at 9.95 fps, capturing bandwidth 935775bytes/sec Analysing at 0.00 fps zm_monitor.cpp 1682
3/8/25, 11:04:53 AM CST zmc_m1 958 INF Front Door: 60 - Capturing at 10.10 fps, capturing bandwidth 926466bytes/sec Analysing at 0.00 fps zm_monitor.cpp 1682
3/8/25, 11:04:45 AM CST zmc_m1 958 ERR Failed to prime capture of initial monitor zmc.cpp 258
3/8/25, 11:04:45 AM CST zmc_m1 958 ERR Unable to open input rtsp://192.168.1.20:554/cam1/mpeg4 due to: Connection refused zm_ffmpeg_camera.cpp 327
3/8/25, 11:04:44 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:04:44 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:04:44 AM CST zmc_m1 958 ERR Failed to prime capture of initial monitor zmc.cpp 258
3/8/25, 11:04:44 AM CST zmc_m1 958 ERR Unable to open input rtsp://192.168.1.20:554/cam1/mpeg4 due to: Connection refused zm_ffmpeg_camera.cpp 327
3/8/25, 11:04:37 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:04:37 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:04:26 AM CST zmc_m1 958 WAR Monitor dimensions are 2560x1440 but camera is sending 0x0 zm_ffmpeg_camera.cpp 581
3/8/25, 11:04:15 AM CST zmfilter_4 978 INF Deleting event 13832 from Monitor 1 StartDateTime:2025-02-26 10:54:16 from /mnt/video_storage/zm/1/2025-02-26/13832 zmfilter.pl -
3/8/25, 11:04:15 AM CST zmc_m1 958 ERR Failed to capture image from monitor 1 Front Door (1/1) zmc.cpp 305
3/8/25, 11:04:15 AM CST zmc_m1 958 ERR Unable to read packet from stream 0: error -1414092869 "Immediate exit requested". zm_ffmpeg_camera.cpp 232
3/8/25, 11:04:14 AM CST zmfilter_5 984 INF Creating notification message zmfilter.pl -
3/8/25, 11:04:14 AM CST zmfilter_5 984 INF Archiving event 14098 zmfilter.pl -
3/8/25, 11:03:48 AM CST zmc_m1 958 ERR Unable to open input rtsp://192.168.1.20:554/cam1/mpeg4 due to: Immediate exit requested
Re: Events with no EndDate, awkward lengths too
Yep.. after rebooting and everything, then factory resetting, updating firmware, factory resetting again, still no live feed when accessing camera directly. Only 6ish months year old but I guess if you buy cheap, you get cheap 
After about 30 mins it came back online! Unless i change NTP settings then it dies again until factory reset. Planning on getting a replacement, but now have been getting these errors, prob don't mean much with all the other funky stuff so just gonna chalk it up as an early death!
3/8/25, 1:15:23 PM CST zmc_m1 8029 WAR non increasing dts, fixing. our dts 607532 stream 0 last_dts 676800 difference 69268 last_duration 3600. reorder_queue_size=0 zm_videostore.cpp 1479
3/8/25, 1:15:22 PM CST zmc_m1 8029 WAR non increasing dts, fixing. our dts 603903 stream 0 last_dts 673200 difference 69297 last_duration 3600. reorder_queue_size=0 zm_videostore.cpp 1479
3/8/25, 1:15:22 PM CST zmc_m1 8029 WAR non increasing dts, fixing. our dts 600267 stream 0 last_dts 669600 difference 69333 last_duration 3600. reorder_queue_size=0 zm_videostore.cpp 1479
3/8/25, 1:15:21 PM CST zmc_m1 8029 WAR non increasing dts, fixing. our dts 596612 stream 0 last_dts 666000 difference 69388 last_duration 3600. reorder_queue_size=0

After about 30 mins it came back online! Unless i change NTP settings then it dies again until factory reset. Planning on getting a replacement, but now have been getting these errors, prob don't mean much with all the other funky stuff so just gonna chalk it up as an early death!
3/8/25, 1:15:23 PM CST zmc_m1 8029 WAR non increasing dts, fixing. our dts 607532 stream 0 last_dts 676800 difference 69268 last_duration 3600. reorder_queue_size=0 zm_videostore.cpp 1479
3/8/25, 1:15:22 PM CST zmc_m1 8029 WAR non increasing dts, fixing. our dts 603903 stream 0 last_dts 673200 difference 69297 last_duration 3600. reorder_queue_size=0 zm_videostore.cpp 1479
3/8/25, 1:15:22 PM CST zmc_m1 8029 WAR non increasing dts, fixing. our dts 600267 stream 0 last_dts 669600 difference 69333 last_duration 3600. reorder_queue_size=0 zm_videostore.cpp 1479
3/8/25, 1:15:21 PM CST zmc_m1 8029 WAR non increasing dts, fixing. our dts 596612 stream 0 last_dts 666000 difference 69388 last_duration 3600. reorder_queue_size=0
Re: Events with no EndDate, awkward lengths too
I'm back with a slight update.
Bought a new camera, set it up, and am getting lots of these errors:
3/11/25, 6:30:06 PM CDT zmc_m1 1745 WAR Found locked packet when trying to free up video packets. This means that decoding is not keeping up. zm_packetqueue.cpp 173
3/11/25, 6:30:06 PM CDT zmc_m1 1745 WAR You have set the max video packets in the queue to 121. The queue is full. Either Analysis is not keeping up or your camera's keyframe interval 43 is larger than this setting. zm_packetqueue.cpp 153
The implication is obvious, however I don't see how or why it decoding is so slow? Almost 0 computer load, 1 2560x1440p camera set to Mocord, on a blank still image of my basement ceiling for testing... They are crappy anpviz cameras off amazon, but I've never had these kinds of issues, so a bit confused what might be the issue.
I suppose I could set up a lower res monitor using substream and use motion detection on that. Not ideal cause I am trying to send email jpegs of events. So I'd have to link the low res to start event on high res? And send email from that monitor? That has a lot of downsides. But I feel like this should be capable of modect on 1 1440p monitor on quite modern hardware...
I've attached buffer settings and the camera's webconfig settings, feel like there is some mismatch here but not sure what just yet.
Bought a new camera, set it up, and am getting lots of these errors:
3/11/25, 6:30:06 PM CDT zmc_m1 1745 WAR Found locked packet when trying to free up video packets. This means that decoding is not keeping up. zm_packetqueue.cpp 173
3/11/25, 6:30:06 PM CDT zmc_m1 1745 WAR You have set the max video packets in the queue to 121. The queue is full. Either Analysis is not keeping up or your camera's keyframe interval 43 is larger than this setting. zm_packetqueue.cpp 153
The implication is obvious, however I don't see how or why it decoding is so slow? Almost 0 computer load, 1 2560x1440p camera set to Mocord, on a blank still image of my basement ceiling for testing... They are crappy anpviz cameras off amazon, but I've never had these kinds of issues, so a bit confused what might be the issue.
I suppose I could set up a lower res monitor using substream and use motion detection on that. Not ideal cause I am trying to send email jpegs of events. So I'd have to link the low res to start event on high res? And send email from that monitor? That has a lot of downsides. But I feel like this should be capable of modect on 1 1440p monitor on quite modern hardware...
I've attached buffer settings and the camera's webconfig settings, feel like there is some mismatch here but not sure what just yet.
- Attachments
-
- buffers.png (17.33 KiB) Viewed 20452 times
-
- camsettings.png (26.06 KiB) Viewed 20452 times
Re: Events with no EndDate, awkward lengths too
I've changed camera to Encode 264, 265, 265+, no change. I've set 265 on camera webgui settings, no change.
Setting the camera as Passthrough helped a decent chunk, still get the same errors about every 5 mins though (also filter 5 seems to be buggin dunno why but ignore the errors):
3/13/25, 8:47:51 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:47:34 PM CDT zmc_m1 3731 INF Front Door: 39800 - Capturing at 14.86 fps, capturing bandwidth 751040bytes/sec Analysing at 10.90 fps zm_monitor.cpp 1682
3/13/25, 8:47:21 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:47:21 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:47:00 PM CDT zmc_m1 3731 INF Front Door: 39300 - Capturing at 14.80 fps, capturing bandwidth 822780bytes/sec Analysing at 14.80 fps zm_monitor.cpp 1682
3/13/25, 8:46:51 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:46:51 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:46:47 PM CDT zmc_m1 3731 INF Front Door: 39100 - Capturing at 14.91 fps, capturing bandwidth 796806bytes/sec Analysing at 14.91 fps zm_monitor.cpp 1682
3/13/25, 8:46:21 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:46:21 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:45:54 PM CDT zmc_m1 3731 INF Front Door: 38300 - Capturing at 12.93 fps, capturing bandwidth 739838bytes/sec Analysing at 14.92 fps zm_monitor.cpp 1682
3/13/25, 8:45:51 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:45:51 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:45:21 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:45:21 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:44:51 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:44:51 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:44:39 PM CDT zmc_m1 3731 WAR Found locked packet when trying to free up video packets. This means that decoding is not keeping up. zm_packetqueue.cpp 173
3/13/25, 8:44:39 PM CDT zmc_m1 3731 WAR You have set the max video packets in the queue to 121. The queue is full. Either Analysis is not keeping up or your camera's keyframe interval 16 is larger than this setting. zm_packetqueue.cpp 153
3/13/25, 8:44:31 PM CDT zmc_m1 3896 INF Front Door: 39543 - Opened new event 15445, section start zm_monitor.cpp 1939
3/13/25, 8:44:31 PM CDT zmc_m1 3896 INF Front Door: 37063 - Closing event 15444, section end forced 1741916671 - 1741916361 = 310 >= 300 zm_monitor.cpp 1913
3/13/25, 8:44:21 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:44:21 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:43:51 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:43:51 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:43:21 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:43:21 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:42:51 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:42:51 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:42:21 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:42:21 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:41:54 PM CDT zmc_m1 3731 INF Front Door: 34700 - Capturing at 12.78 fps, capturing bandwidth 734604bytes/sec Analysing at 13.76 fps zm_monitor.cpp 1682
3/13/25, 8:41:51 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:41:51 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:41:21 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:41:21 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:40:51 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:40:51 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:40:21 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:40:21 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:39:51 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:39:51 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:39:40 PM CDT zmc_m1 3731 INF Front Door: 32700 - Capturing at 14.74 fps, capturing bandwidth 797780bytes/sec Analysing at 14.74 fps zm_monitor.cpp 1682
3/13/25, 8:39:35 PM CDT zmc_m1 3731 WAR Found locked packet when trying to free up video packets. This means that decoding is not keeping up. zm_packetqueue.cpp 173
3/13/25, 8:39:35 PM CDT zmc_m1 3731 WAR You have set the max video packets in the queue to 121. The queue is full. Either Analysis is not keeping up or your camera's keyframe interval 16 is larger than this setting. zm_packetqueue.cpp 153
3/13/25, 8:39:34 PM CDT zmc_m1 3731 WAR You have set the max video packets in the queue to 121. The queue is full. Either Analysis is not keeping up or your camera's keyframe interval 16 is larger than this setting. zm_packetqueue.cpp 153
3/13/25, 8:39:33 PM CDT zmc_m1 3731 WAR You have set the max video packets in the queue to 121. The queue is full. Either Analysis is not keeping up or your camera's keyframe interval 16 is larger than this setting. zm_packetqueue.cpp 153
3/13/25, 8:39:27 PM CDT zmc_m1 3731 INF Front Door: 32500 - Capturing at 14.79 fps, capturing bandwidth 773820bytes/sec Analysing at 14.79 fps zm_monitor.cpp 1682
3/13/25, 8:39:21 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:39:21 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:39:21 PM CDT zmc_m1 4729 INF some options not used, turn on debugging for a list. zm_videostore.cpp 539
3/13/25, 8:39:21 PM CDT zmc_m1 3896 INF Front Door: 34894 - Opened new event 15444, section start zm_monitor.cpp 1939
3/13/25, 8:39:21 PM CDT zmc_m1 3896 INF Front Door: 32414 - Closing event 15443, section end forced 1741916361 - 1741916053 = 308 >= 300
Setting the camera as Passthrough helped a decent chunk, still get the same errors about every 5 mins though (also filter 5 seems to be buggin dunno why but ignore the errors):
3/13/25, 8:47:51 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:47:34 PM CDT zmc_m1 3731 INF Front Door: 39800 - Capturing at 14.86 fps, capturing bandwidth 751040bytes/sec Analysing at 10.90 fps zm_monitor.cpp 1682
3/13/25, 8:47:21 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:47:21 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:47:00 PM CDT zmc_m1 3731 INF Front Door: 39300 - Capturing at 14.80 fps, capturing bandwidth 822780bytes/sec Analysing at 14.80 fps zm_monitor.cpp 1682
3/13/25, 8:46:51 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:46:51 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:46:47 PM CDT zmc_m1 3731 INF Front Door: 39100 - Capturing at 14.91 fps, capturing bandwidth 796806bytes/sec Analysing at 14.91 fps zm_monitor.cpp 1682
3/13/25, 8:46:21 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:46:21 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:45:54 PM CDT zmc_m1 3731 INF Front Door: 38300 - Capturing at 12.93 fps, capturing bandwidth 739838bytes/sec Analysing at 14.92 fps zm_monitor.cpp 1682
3/13/25, 8:45:51 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:45:51 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:45:21 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:45:21 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:44:51 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:44:51 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:44:39 PM CDT zmc_m1 3731 WAR Found locked packet when trying to free up video packets. This means that decoding is not keeping up. zm_packetqueue.cpp 173
3/13/25, 8:44:39 PM CDT zmc_m1 3731 WAR You have set the max video packets in the queue to 121. The queue is full. Either Analysis is not keeping up or your camera's keyframe interval 16 is larger than this setting. zm_packetqueue.cpp 153
3/13/25, 8:44:31 PM CDT zmc_m1 3896 INF Front Door: 39543 - Opened new event 15445, section start zm_monitor.cpp 1939
3/13/25, 8:44:31 PM CDT zmc_m1 3896 INF Front Door: 37063 - Closing event 15444, section end forced 1741916671 - 1741916361 = 310 >= 300 zm_monitor.cpp 1913
3/13/25, 8:44:21 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:44:21 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:43:51 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:43:51 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:43:21 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:43:21 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:42:51 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:42:51 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:42:21 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:42:21 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:41:54 PM CDT zmc_m1 3731 INF Front Door: 34700 - Capturing at 12.78 fps, capturing bandwidth 734604bytes/sec Analysing at 13.76 fps zm_monitor.cpp 1682
3/13/25, 8:41:51 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:41:51 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:41:21 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:41:21 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:40:51 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:40:51 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:40:21 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:40:21 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:39:51 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:39:51 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:39:40 PM CDT zmc_m1 3731 INF Front Door: 32700 - Capturing at 14.74 fps, capturing bandwidth 797780bytes/sec Analysing at 14.74 fps zm_monitor.cpp 1682
3/13/25, 8:39:35 PM CDT zmc_m1 3731 WAR Found locked packet when trying to free up video packets. This means that decoding is not keeping up. zm_packetqueue.cpp 173
3/13/25, 8:39:35 PM CDT zmc_m1 3731 WAR You have set the max video packets in the queue to 121. The queue is full. Either Analysis is not keeping up or your camera's keyframe interval 16 is larger than this setting. zm_packetqueue.cpp 153
3/13/25, 8:39:34 PM CDT zmc_m1 3731 WAR You have set the max video packets in the queue to 121. The queue is full. Either Analysis is not keeping up or your camera's keyframe interval 16 is larger than this setting. zm_packetqueue.cpp 153
3/13/25, 8:39:33 PM CDT zmc_m1 3731 WAR You have set the max video packets in the queue to 121. The queue is full. Either Analysis is not keeping up or your camera's keyframe interval 16 is larger than this setting. zm_packetqueue.cpp 153
3/13/25, 8:39:27 PM CDT zmc_m1 3731 INF Front Door: 32500 - Capturing at 14.79 fps, capturing bandwidth 773820bytes/sec Analysing at 14.79 fps zm_monitor.cpp 1682
3/13/25, 8:39:21 PM CDT zmfilter_5 892 INF Creating notification message zmfilter.pl -
3/13/25, 8:39:21 PM CDT zmfilter_5 892 INF Archiving event 14098 zmfilter.pl -
3/13/25, 8:39:21 PM CDT zmc_m1 4729 INF some options not used, turn on debugging for a list. zm_videostore.cpp 539
3/13/25, 8:39:21 PM CDT zmc_m1 3896 INF Front Door: 34894 - Opened new event 15444, section start zm_monitor.cpp 1939
3/13/25, 8:39:21 PM CDT zmc_m1 3896 INF Front Door: 32414 - Closing event 15443, section end forced 1741916361 - 1741916053 = 308 >= 300