Page 1 of 1

Offline?

Posted: Sat Oct 07, 2023 5:07 pm
by pygr
Version 1.37.45. Built package from source.

On the console view in the "Function" column "Offline" frequently appears. It seems to randomly come and go for each of 3 monitors, each of which handles a different camera; I haven't been able to discern a pattern. I haven't noticed this behavior in earlier versions.

In spite of the "Offline" designation, zoneminder displays the real time videos coming from the cameras. Movement in the scenes and the incrementing of the time stamps are shown.

FWIW "FPS Report Interval" is set to 600 frames and all cameras are set to 2 fps. There are no errors appearing in the log view.

Re: Offline?

Posted: Sun Oct 08, 2023 3:00 pm
by iconnor
There was a recent fix for this, are you actually up to date?

Re: Offline?

Posted: Mon Oct 09, 2023 7:31 am
by Stuart Clendon
You try increasing the FPS Report Interval temporarily (maybe cut it in half to 300fpshaunt the house) to see if that has any effect on the frequency of the "Offline" reports. A longer interval between checks could be missing hiccups.

Re: Offline?

Posted: Mon Oct 09, 2023 12:49 pm
by iconnor
Before we weren't taking the report interval into account. Just looking at if the monitor had done an update within a minute. Now we take fps interval into account and so changing it shouldn't affect anything, unless you are not up to date and are still using the 1 minute test. So update.

Re: Offline?

Posted: Mon Oct 09, 2023 4:08 pm
by pygr
FWIW This morning (9AM PDT 9 October, 2023) I cloned the master branch

Code: Select all

git clone https://github.com/ZoneMinder/zoneminder.git 
and built the (unmodified) package. The "Offline" problem is still there.

Re: Offline?

Posted: Wed Oct 11, 2023 2:02 pm
by iconnor
Ok I'll see if I can replicate it.

Re: Offline?

Posted: Wed Oct 11, 2023 3:35 pm
by iconnor
Ah. Apparently the previous fix needed to be duplicated a few lines down. Fixed for real this time. packages building.

Re: Offline?

Posted: Fri Oct 13, 2023 12:09 am
by pygr
:D