Search found 2902 matches

by iconnor
Tue Nov 03, 2020 5:05 pm
Forum: ZoneMinder 1.34.x
Topic: Filter suddenly stopped sending emails
Replies: 8
Views: 1958

Re: Filter suddenly stopped sending emails

I don't actually see anything wrong with reference EndTime twice. I wouldn't use the concurrent feature, I implemented it because I thought I needed it, but it actually just made the problem worse. I suspect there just aren't any events matching the SQL as that is what is shown by your debug logs. T...
by iconnor
Mon Nov 02, 2020 8:33 pm
Forum: ZoneMinder 1.34.x
Topic: Filter suddenly stopped sending emails
Replies: 8
Views: 1958

Re: Filter suddenly stopped sending emails

perhaps there is a lock on the db table and it is unable to proceed... it should time out and log an error though in that case.

Turn on debug, look at logs, cutnpaste the sql into mysql and see what you get.
by iconnor
Sun Nov 01, 2020 9:44 pm
Forum: ZoneMinder 1.34.x
Topic: 1.34.22 (and .20 and .21) MODECT woes
Replies: 31
Views: 559370

Re: 1.34.22 (and .20 and .21) MODECT woes

You didn't turn on debug.

Dumping your database will either waste all of our time because we won't be able to figure this out, OR not fix the problem at all. Either way a waste of time.

Last resort, you could give me access to your machine and I will figure it out.
by iconnor
Sun Nov 01, 2020 5:47 pm
Forum: Feature Requests
Topic: Direct Writing to Object Storage
Replies: 2
Views: 18864

Re: Direct Writing to Object Storage

Trust me you don't want this. The latency is too high.
by iconnor
Fri Oct 30, 2020 7:46 pm
Forum: ZoneMinder 1.34.x
Topic: 1.34.22 (and .20 and .21) MODECT woes
Replies: 31
Views: 559370

Re: 1.34.22 (and .20 and .21) MODECT woes

Nope no thoughts, need logs.
by iconnor
Thu Oct 29, 2020 10:58 pm
Forum: ZoneMinder 1.34.x
Topic: 1.34.22 (and .20 and .21) MODECT woes
Replies: 31
Views: 559370

Re: 1.34.22 (and .20 and .21) MODECT woes

I'm stumped. We will need debug level logs from zma.
by iconnor
Thu Oct 29, 2020 10:56 pm
Forum: ZoneMinder 1.34.x
Topic: Multi Server
Replies: 2
Views: 627

Re: Multi Server

I suspect this feature is not used by many.

Have you turn on run zmtrigger under options -> Servers ?
by iconnor
Wed Oct 28, 2020 1:30 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: Automatically Updated to 1.35.6 Lots of broken stuff
Replies: 1
Views: 791

Re: Automatically Updated to 1.35.6 Lots of broken stuff

1.35.6 is pretty old as far as the 1.35 series goes.

Furthermore it is considered bleeding edge. If you don't want things to break, stay on 1.34.
by iconnor
Wed Oct 28, 2020 1:29 pm
Forum: ZoneMinder 1.34.x
Topic: h265 passthrough?
Replies: 3
Views: 2936

Re: h265 passthrough?

ZoneMinder should record them just fine. You will have issues with playback and will have to select MJPEG as the playback codec.
by iconnor
Mon Oct 26, 2020 5:59 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: analogue -c copy
Replies: 2
Views: 1243

Re: analogue -c copy

Not clear what you want to do.

h264 passthrough is effectively this. You have to understand though that we have to adjust timestamps and jump through a few other hoops because the container is different (RTSP != MP4)
by iconnor
Mon Oct 26, 2020 5:41 pm
Forum: ZoneMinder 1.34.x
Topic: ZM going nuts: Errors in the logs
Replies: 3
Views: 1606

Re: ZM going nuts: Errors in the logs

I've had my doubts about the function where this crash is happening.

However it generally works for me so we need to figure out how to reliably reproduce it.
Can y ou give more information about what is going on when it happens? live view obviously.
Can you turn on debug level 3 logging?
by iconnor
Mon Oct 26, 2020 4:36 pm
Forum: ZoneMinder 1.34.x
Topic: 1.34.22 (and .20 and .21) MODECT woes
Replies: 31
Views: 559370

Re: 1.34.22 (and .20 and .21) MODECT woes

I've taken a quick look at the code and nothing obvious jumped out at me. I will switch to encode and do some testing. I would expect if it isn't encoding the alarm frames, then it would also not be saving the jpegs (if jpeg saving is turned on). So far my testing is showing me alarm frames in the e...
by iconnor
Thu Oct 22, 2020 12:59 pm
Forum: ZoneMinder 1.34.x
Topic: ZM going nuts: Errors in the logs
Replies: 3
Views: 1606

Re: ZM going nuts: Errors in the logs

Is this 1.34.22?
by iconnor
Thu Oct 22, 2020 12:49 pm
Forum: ZoneMinder 1.34.x
Topic: Replay None, Mode: Replay Rate: Stop, no Play button
Replies: 4
Views: 2220

Re: Replay None, Mode: Replay Rate: Stop, no Play button

There will be more work done in event playing in .23.
by iconnor
Mon Oct 19, 2020 7:35 pm
Forum: Announcements
Topic: Released: 1.34.22 My Friend of Misery
Replies: 0
Views: 44512

Released: 1.34.22 My Friend of Misery

# Changes since 1.34.21 - fix scale to fit in watch and cycle views - fix pre-alarm frames not being added to event when alarm_frame_count > 1 and pre-event count = 0 Fixes #3025 - fix case in mocord where cause would not contain motion - init shared_data in the purpose=QUERY case to prevent crash. ...