Search found 6 matches

by smoothmission
Thu Mar 07, 2024 4:26 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: ONVIF reestablish connection upon network fault
Replies: 0
Views: 715

ONVIF reestablish connection upon network fault

My router is sometimes crashing and the local network goes down. It seems that the ONVIF connections are not reestablished when the network is brought up again. ONVIF Device Manager program is able to open the event service and shows motions happening while zoneminder does not start any NewEvent's. ...
by smoothmission
Sun Jan 21, 2024 11:47 pm
Forum: Feature Requests
Topic: Alert timestamps metadata on video when using passthrough
Replies: 3
Views: 1826

Re: Alert timestamps metadata on video when using passthrough

You mean the player in the web browser? I mean the player playing .mp4 files natively on the computer. zm_videostore.cpp only seems to contain writing of frames. What is the file for when zoneminder renames/moves the temporary "NewEvent" video file to its final name, when the event has end...
by smoothmission
Sun Jan 21, 2024 6:11 pm
Forum: Feature Requests
Topic: Alert timestamps metadata on video when using passthrough
Replies: 3
Views: 1826

Alert timestamps metadata on video when using passthrough

In the web video player the navbar has red marks for when an alert was active. This feature is lost on passthrough video files. Native video players such as mpv and vlc have support for chapters which could be utilized for this purpose. Implementation idea ffmpeg supports a simple metadata file for ...
by smoothmission
Thu Jan 18, 2024 1:07 pm
Forum: ZoneMinder 1.32.x
Topic: event info metadata on video when using passthrough
Replies: 3
Views: 5222

Re: event info metadata on video when using passthrough

ffmpeg supports a metadata file for creating chapters, which then can be inserted in to a video: https://ffmpeg.org/ffmpeg-formats.html#Metadata-1 Where in the source code does zm write the passthrough file, or rather, when is the file closed? A loop through all the motion alerts, writing of the met...
by smoothmission
Mon Jan 15, 2024 12:47 am
Forum: Feature Requests
Topic: If one monitor detects motion, record on all monitors. Allow circular dependencies with linked monitors
Replies: 3
Views: 10816

Re: If one monitor detects motion, record on all monitors. Allow circular dependencies with linked monitors

I solely use ONVIF motion events so zones are not relevant, or could they still be used somehow?
I'd prefer if linked alarms were flagged and looked for to not cause any circular alarms.
by smoothmission
Sun Jan 14, 2024 5:17 pm
Forum: Feature Requests
Topic: If one monitor detects motion, record on all monitors. Allow circular dependencies with linked monitors
Replies: 3
Views: 10816

If one monitor detects motion, record on all monitors. Allow circular dependencies with linked monitors

Linked Monitors does not allow circular dependencies, which could be useful. If two monitors are linked together, both ways, ZM should allow that if one of them detects motion, the other will get alarmed and vice-versa. Unrelated question: Why does zm poll onvif every ten seconds and not more freque...