Search found 1494 matches
- Fri Apr 09, 2021 11:41 pm
- Forum: ZoneMinder 1.34.x
- Topic: Why ImageBufferCount 101 for 50/I-Frames?
- Replies: 3
- Views: 64
Re: Why ImageBufferCount 101 for 50/I-Frames?
This issue is that motion analysis happens after capture. We need to keep everything since the last keyframe. Technically zma could be so far behind capture that it could be analysing at the tail of the queue and capture is at the head. Capture doesn't know where analysis is happening. Since the buf...
- Fri Apr 09, 2021 8:52 pm
- Forum: Non-ZoneMinder Chat
- Topic: ZoneMinder LLC
- Replies: 2
- Views: 685
Re: ZoneMinder LLC
When Phil gave over control to us, we had to form an entity for it. ZoneMinder LLC is that entity.
- Fri Apr 09, 2021 1:57 pm
- Forum: Feature Requests
- Topic: Gitlab CI compatibility
- Replies: 1
- Views: 63
Re: Gitlab CI compatibility
I'll accept it.
- Fri Apr 09, 2021 1:56 pm
- Forum: ZoneMinder 1.34.x
- Topic: zmtrigger does not always return all events
- Replies: 4
- Views: 112
Re: zmtrigger does not always return all events
I think we are talking some fixes here. I'll take a closer look.
- Thu Apr 08, 2021 7:41 pm
- Forum: ZoneMinder 1.35.x
- Topic: Upgrade Issue 1.34 ->1.35
- Replies: 8
- Views: 187
Re: Upgrade Issue 1.34 ->1.35
Your update probably failed in the middle. There are db changes that require bin logging be turned off. Put this in /etc/mysql/mysql.conf.d/binlog.cnf and restart mysql [mysqld] skip-log-bin Then do sudo zmupdate.pl Once update is done you can either leave bin logging off, or delete that file and re...
- Wed Apr 07, 2021 2:47 pm
- Forum: ZoneMinder 1.34.x
- Topic: zmtrigger does not always return all events
- Replies: 4
- Views: 112
Re: zmtrigger does not always return all events
I think the likely issue is that we aren't waiting for the off condition. You send 1|on|1, then another 1|on|1. If we are in an event from the first, the second won't create a new event, it will just add data to the first. Although you said all the events are created..... Another thought is that if ...
- Wed Apr 07, 2021 2:28 pm
- Forum: ZoneMinder 1.35.x
- Topic: text frame 'Unable to stream' in 1.35.23
- Replies: 4
- Views: 222
Re: text frame 'Unable to stream' in 1.35.23
If you want to view the image you have to decode (for now).
- Wed Apr 07, 2021 1:57 pm
- Forum: ZoneMinder 1.34.x
- Topic: zombie event?
- Replies: 4
- Views: 74
Re: zombie event?
Something is trying to stream the event maybe an old bookmark or something that is pointing to the event instead of console
- Fri Apr 02, 2021 3:09 pm
- Forum: ZoneMinder 1.34.x
- Topic: ZM stopped displaying RTSP camera
- Replies: 2
- Views: 269
Re: ZM stopped displaying RTSP camera
zmc crashing is not good.
/dev/shm being 100% is likely the cause of crash.
Reduce imagebuffercount. Increase /dev/shm.
/dev/shm being 100% is likely the cause of crash.
Reduce imagebuffercount. Increase /dev/shm.
- Fri Apr 02, 2021 3:07 pm
- Forum: ZoneMinder 1.34.x
- Topic: I can't hear you
- Replies: 3
- Views: 243
Re: I can't hear you
I can't speak for this cam, but I have many that provide a silent audio stream. I assume because they don't actually have a mic.
- Wed Mar 31, 2021 10:21 pm
- Forum: ZoneMinder 1.34.x
- Topic: UPDATED: Newest x265 & x264 causing issue with ZM recording?
- Replies: 4
- Views: 352
Re: UPDATED: Newest x265 & x264 causing issue with ZM recording?
ZM links against whatever library was present when built. So if you remove that ZM won't be able to find it. You can probably symlink it
- Wed Mar 31, 2021 10:18 pm
- Forum: ZoneMinder 1.34.x
- Topic: errors in log when deleting events
- Replies: 2
- Views: 195
Re: errors in log when deleting events
Sounds like you are deleting an in-process event.
- Wed Mar 31, 2021 10:18 pm
- Forum: ZoneMinder 1.35.x
- Topic: Zoneminder developers - need to consider this....
- Replies: 1
- Views: 211
Re: Zoneminder developers - need to consider this....
We review every commit / PR
- Mon Mar 29, 2021 10:45 pm
- Forum: ZoneMinder 1.35.x
- Topic: Unable to free up older packets
- Replies: 5
- Views: 562
Re: Unable to free up older packets
This is something I did in .22 to match the behaviour of 1.34. MaxImageBufferCount was set equal to old value for ImageBufferCount and then ImageBufferCount was set to 3. Feel free to increase MaxImagebufferCount or set it to 0. It is only to handle the runaway ram use case. Hopefully it will eventu...
- Sat Mar 27, 2021 9:56 pm
- Forum: ZoneMinder 1.35.x
- Topic: User Authentication is not turned on
- Replies: 3
- Views: 277
Re: User Authentication is not turned on
Yes that is the login view.