Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not playing live stream - iOS. Works on Desktop App version, and Mobile Zoneminder Website. #856

Closed
nerdamigo opened this issue Oct 19, 2019 · 17 comments

Comments

@nerdamigo
Copy link

Platform & OS Version

iOS 13.1.2

The version of zmNinja you are reporting:

zmNinja v1.3.079

The version and OS of ZoneMinder you are using:

zoneminder v1.32.3
Centos7 -- more details below:
output from $uname -r = 3.10.0-957.1.3.el7.x86_64
output from 'cat /etc/redhat-release' = 'CentOS Linux release 7.7.1908 (Core)'

Device details:

iPhone Xs

What is the nature of your issue

Bug

Details

I've configured my Amcrest IP8M-2493EW in zoneminder, and when viewed in the web view, or in the zmNinja desktop app, everything works as intended. Unfortunately, when I try using the app installed on my phone the view simply the gray box w/ 3 green dots in the center.

Output of /zm/api/monitors.json

{
    "monitors": [
        {
            "Monitor": {
                "Id": "1",
                "Name": "Monitor-1",
                "ServerId": null,
                "StorageId": "1",
                "Type": "Ffmpeg",
                "Function": "Monitor",
                "Enabled": "1",
                "LinkedMonitors": null,
                "Triggers": "",
                "Device": "\/dev\/video0",
                "Channel": "0",
                "Format": "255",
                "V4LMultiBuffer": null,
                "V4LCapturesPerFrame": "1",
                "Protocol": null,
                "Method": "rtpRtsp",
                "Host": null,
                "Port": "80",
                "SubPath": "",
                "Path": "rtsp:\/\/[username]:[password]@[camera ip]:554\/cam\/realmonitor?channel=1&subtype=0",
                "Options": null,
                "User": null,
                "Pass": null,
                "Width": "3840",
                "Height": "2160",
                "Colours": "3",
                "Palette": "0",
                "Orientation": "0",
                "Deinterlacing": "0",
                "SaveJPEGs": "1",
                "VideoWriter": "1",
                "OutputCodec": null,
                "OutputContainer": null,
                "EncoderParameters": "# Lines beginning with # are a comment \r\n# For changing quality, use the crf option\r\n# 1 is best, 51 is worst quality\r\n#crf=23",
                "RecordAudio": "0",
                "RTSPDescribe": false,
                "Brightness": "-1",
                "Contrast": "-1",
                "Hue": "-1",
                "Colour": "-1",
                "EventPrefix": "Event-",
                "LabelFormat": "%N - %d\/%m\/%y %H:%M:%S",
                "LabelX": "0",
                "LabelY": "0",
                "LabelSize": "1",
                "ImageBufferCount": "20",
                "WarmupCount": "0",
                "PreEventCount": "0",
                "PostEventCount": "5",
                "StreamReplayBuffer": "0",
                "AlarmFrameCount": "1",
                "SectionLength": "600",
                "FrameSkip": "0",
                "MotionFrameSkip": "0",
                "AnalysisFPSLimit": null,
                "AnalysisUpdateDelay": "0",
                "MaxFPS": "30.00",
                "AlarmMaxFPS": "30.00",
                "FPSReportInterval": "100",
                "RefBlendPerc": "6",
                "AlarmRefBlendPerc": "6",
                "Controllable": "0",
                "ControlId": null,
                "ControlDevice": null,
                "ControlAddress": null,
                "AutoStopTimeout": null,
                "TrackMotion": "0",
                "TrackDelay": null,
                "ReturnLocation": "-1",
                "ReturnDelay": null,
                "DefaultView": "Events",
                "DefaultRate": "100",
                "DefaultScale": "100",
                "SignalCheckPoints": "10",
                "SignalCheckColour": "#0000c0",
                "WebColour": "red",
                "Exif": false,
                "Sequence": "1",
                "TotalEvents": "1",
                "TotalEventDiskSpace": "6261588",
                "HourEvents": "0",
                "HourEventDiskSpace": "0",
                "DayEvents": "1",
                "DayEventDiskSpace": "6261588",
                "WeekEvents": "1",
                "WeekEventDiskSpace": "6261588",
                "MonthEvents": "1",
                "MonthEventDiskSpace": "6261588",
                "ArchivedEvents": "0",
                "ArchivedEventDiskSpace": null,
                "ZoneCount": "1",
                "Refresh": null
            },
            "Monitor_Status": {
                "MonitorId": "1",
                "Status": "Connected",
                "CaptureFPS": "12.50",
                "AnalysisFPS": "8.33",
                "CaptureBandwidth": "929283"
            }
        }
    ]
}

zmNinja Debug Logs


2019-10-19T17:29:41.074Z INFO ******* app .run device ready
Oct 19, 2019 10:29:41 AM INFO Device is ready
Oct 19, 2019 10:29:41 AM INFO You are running on ios
Oct 19, 2019 10:29:41 AM DEBUG Inside configureStorageDB
Oct 19, 2019 10:29:41 AM DEBUG configureStorageDB: trying order:["cordovaSQLiteDriver","asyncStorage","localStorageWrapper"]
Oct 19, 2019 10:29:41 AM INFO configureStorageDB:localforage driver for storage:cordovaSQLiteDriver
Oct 19, 2019 10:29:41 AM DEBUG configureStorageDB:Making sure this storage driver works...
Oct 19, 2019 10:29:41 AM DEBUG configureStorageDB:test get/set worked, this driver is ok...
Oct 19, 2019 10:29:41 AM INFO localforage driver:cordovaSQLiteDriver
Oct 19, 2019 10:29:41 AM INFO CloudSync: Syncing with cloud if enabled...
Oct 19, 2019 10:29:41 AM INFO Did not find a valid local configuration, trying cloud...
Oct 19, 2019 10:29:41 AM INFO Cloud data does not exist
Oct 19, 2019 10:29:41 AM INFO Cloudsync operation complete, continuing...
Oct 19, 2019 10:29:41 AM INFO Updating statusbar
Oct 19, 2019 10:29:41 AM INFO Retrieving language before init is called...
Oct 19, 2019 10:29:41 AM INFO App Version: 1.3.079
Oct 19, 2019 10:29:41 AM INFO No language set, switching to en
Oct 19, 2019 10:29:41 AM INFO Device Language is:en
Oct 19, 2019 10:29:41 AM INFO >>>>Language to be used:en
Oct 19, 2019 10:29:41 AM DEBUG isFirstUse returned: null
Oct 19, 2019 10:29:41 AM INFO First time detected 
Oct 19, 2019 10:29:41 AM DEBUG --> First use -> SSL is permissive, will allow any certs for now. You can change it later.
Oct 19, 2019 10:29:43 AM DEBUG Does login need to hear the wizard? false
Oct 19, 2019 10:29:44 AM INFO --------->Setting up network state handlers....
Oct 19, 2019 10:29:44 AM INFO --------->Setting up global key handler...
Oct 19, 2019 10:29:59 AM INFO Login screen going to background, saving data
Oct 19, 2019 10:30:15 AM INFO Login screen going to background, saving data
Oct 19, 2019 10:30:58 AM DEBUG User tapped save, calling SaveItems
Oct 19, 2019 10:30:58 AM DEBUG Clearing Multiport...
Oct 19, 2019 10:30:58 AM DEBUG Inside save Items
Oct 19, 2019 10:30:59 AM DEBUG Setting isFirstUse to:false
Oct 19, 2019 10:30:59 AM DEBUG Setting server version to:
Oct 19, 2019 10:30:59 AM DEBUG Setting multi-port to:false
Oct 19, 2019 10:30:59 AM INFO >>>> Disabling strict SSL checking (turn off  in Dev Options if you can't connect)
Oct 19, 2019 10:30:59 AM DEBUG writing data to cloud
Oct 19, 2019 10:30:59 AM DEBUG _doLogoutAndLogin: Clearing cookies
Oct 19, 2019 10:30:59 AM INFO Adding to chain stack: House>https://[serverip]/zm
Oct 19, 2019 10:30:59 AM INFO Fallback of House is 
Oct 19, 2019 10:30:59 AM INFO reached end of chain loop
Oct 19, 2019 10:30:59 AM INFO No need to do a reachability test, as there are no fallbacks
Oct 19, 2019 10:30:59 AM INFO https://[serverip]/zm=>Logging out of any existing ZM sessions...
Oct 19, 2019 10:30:59 AM DEBUG Logging out using Web method
Oct 19, 2019 10:30:59 AM DEBUG --> SSL is permissive, will allow any certs. Use at your own risk.
Oct 19, 2019 10:30:59 AM DEBUG Saved isFirstUse ok
Oct 19, 2019 10:30:59 AM DEBUG local data synced with cloud...
Oct 19, 2019 10:30:59 AM DEBUG Inside _doLogin()
Oct 19, 2019 10:30:59 AM INFO Checking if reCaptcha is enabled in ZM...
Oct 19, 2019 10:30:59 AM DEBUG Resetting zmCookie...
Oct 19, 2019 10:30:59 AM INFO Token login not being used
Oct 19, 2019 10:30:59 AM INFO Doing fresh login to ZM
Oct 19, 2019 10:30:59 AM DEBUG API based login returned. 
Oct 19, 2019 10:30:59 AM DEBUG Setting server version to:1.32.3
Oct 19, 2019 10:30:59 AM INFO Could not recover token details, trying old auth credentials
Oct 19, 2019 10:30:59 AM INFO Stream authentication construction: &user=admin<password removed>
Oct 19, 2019 10:30:59 AM INFO Successfully logged into Zoneminder via API
Oct 19, 2019 10:30:59 AM DEBUG auth-success broadcast:Successful
Oct 19, 2019 10:30:59 AM INFO Validating APIs at https://[serverip]/zm/api/host/getVersion.json?&user=admin<password removed>
Oct 19, 2019 10:30:59 AM INFO ZM has recaptcha disabled - good
Oct 19, 2019 10:31:00 AM INFO ZM_EVENT_IMAGE_DIGITS is 5
Oct 19, 2019 10:31:00 AM INFO First invocation of TimeZone, asking server
Oct 19, 2019 10:31:00 AM INFO EventSever: No Event Server configured, skipping refresh
Oct 19, 2019 10:31:00 AM DEBUG refreshing API version...
Oct 19, 2019 10:31:00 AM DEBUG getAPIversion called with https://[serverip]/zm/api/host/getVersion.json?&user=admin<password removed>
Oct 19, 2019 10:31:00 AM DEBUG Timezone API response is:America/Los_Angeles
Oct 19, 2019 10:31:00 AM DEBUG snapshot  supported in image.php
Oct 19, 2019 10:31:00 AM DEBUG Setting server version to:1.32.3
Oct 19, 2019 10:31:00 AM DEBUG getAPI version succeeded with 1.32.3
Oct 19, 2019 10:31:00 AM INFO getMonitors:Force reloading all monitors
Oct 19, 2019 10:31:00 AM INFO Checking value of ZM_MIN_STREAMING_PORT for the first time
Oct 19, 2019 10:31:01 AM DEBUG Setting multi-port to:false
Oct 19, 2019 10:31:01 AM INFO ZM_MIN_STREAMING_PORT not configured, disabling
Oct 19, 2019 10:31:01 AM DEBUG ZMS Multiport reported: 0
Oct 19, 2019 10:31:01 AM DEBUG Monitor URL to fetch is:https://[serverip]/zm/api/monitors/index/Type !=:WebSite.json?&user=admin<password removed>
Oct 19, 2019 10:31:01 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:31:01 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:31:01 AM DEBUG Inside getMonitors, will also regen connkeys
Oct 19, 2019 10:31:01 AM DEBUG Now trying to get multi-server data, if present
Oct 19, 2019 10:31:01 AM INFO Monitor load was successful, loaded 1 monitors
Oct 19, 2019 10:31:01 AM INFO multi server list loaded
Oct 19, 2019 10:31:01 AM DEBUG Portal scheme is https, will use https for any multi-server without a protocol
Oct 19, 2019 10:31:01 AM DEBUG default multi-server protocol will be:https://
Oct 19, 2019 10:31:01 AM DEBUG No servers matched, filling defaults...
Oct 19, 2019 10:31:01 AM DEBUG Storing streaming=https://[serverip]/zm/cgi-bin recording=https://[serverip]/zm
Oct 19, 2019 10:31:01 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:31:01 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:31:02 AM DEBUG Force reloading monitors...
Oct 19, 2019 10:31:04 AM DEBUG NVR: Regenerating connkeys for all monitors at 1571506264373
Oct 19, 2019 10:31:04 AM INFO Returning pre-loaded list of 1 monitors
Oct 19, 2019 10:31:04 AM INFO sending Cached ZM_MIN_STREAMING_PORT 0
Oct 19, 2019 10:31:04 AM INFO Login data changed, saving...
Oct 19, 2019 10:31:04 AM DEBUG Inside save Items
Oct 19, 2019 10:31:04 AM DEBUG Setting isFirstUse to:false
Oct 19, 2019 10:31:04 AM DEBUG Setting server version to:
Oct 19, 2019 10:31:04 AM DEBUG Setting multi-port to:false
Oct 19, 2019 10:31:04 AM INFO >>>> Disabling strict SSL checking (turn off  in Dev Options if you can't connect)
Oct 19, 2019 10:31:04 AM DEBUG writing data to cloud
Oct 19, 2019 10:31:04 AM DEBUG _doLogoutAndLogin: Clearing cookies
Oct 19, 2019 10:31:04 AM INFO Adding to chain stack: House>https://[serverip]/zm
Oct 19, 2019 10:31:04 AM INFO Fallback of House is 
Oct 19, 2019 10:31:04 AM INFO reached end of chain loop
Oct 19, 2019 10:31:04 AM INFO No need to do a reachability test, as there are no fallbacks
Oct 19, 2019 10:31:04 AM DEBUG Multiport=0
Oct 19, 2019 10:31:04 AM INFO https://[serverip]/zm=>Logging out of any existing ZM sessions...
Oct 19, 2019 10:31:04 AM DEBUG Logging out using Web method
Oct 19, 2019 10:31:04 AM INFO waiting for authSession to have a value...
Oct 19, 2019 10:31:04 AM INFO waiting for authSession to have a value...
Oct 19, 2019 10:31:04 AM DEBUG --> SSL is permissive, will allow any certs. Use at your own risk.
Oct 19, 2019 10:31:04 AM DEBUG local data synced with cloud...
Oct 19, 2019 10:31:04 AM DEBUG Saved isFirstUse ok
Oct 19, 2019 10:31:04 AM DEBUG bandwidth: highbw montage refresh set to: 2
Oct 19, 2019 10:31:04 AM DEBUG Setting up cycle interval of:10000
Oct 19, 2019 10:31:04 AM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1
Oct 19, 2019 10:31:04 AM DEBUG skipping image refresh, packery is still loading
Oct 19, 2019 10:31:04 AM INFO Inside Montage Ctrl:We found 1 monitors
Oct 19, 2019 10:31:04 AM INFO waiting for authSession to have a value...
Oct 19, 2019 10:31:04 AM DEBUG Inside _doLogin()
Oct 19, 2019 10:31:04 AM INFO Checking if reCaptcha is enabled in ZM...
Oct 19, 2019 10:31:04 AM DEBUG Resetting zmCookie...
Oct 19, 2019 10:31:04 AM INFO Token login not being used
Oct 19, 2019 10:31:04 AM INFO Doing fresh login to ZM
Oct 19, 2019 10:31:04 AM DEBUG ***  Inside native HTTP error for url:https://[serverip]/zm/api/events/index/MonitorId%20=:1/AlarmFrames%20%3E=:1.json?sort=StartTime&direction=desc&limit=1
Oct 19, 2019 10:31:04 AM DEBUG ** Native intercept: Got 401, going to try logging in
Oct 19, 2019 10:31:04 AM INFO Token login not being used
Oct 19, 2019 10:31:04 AM INFO Doing fresh login to ZM
Oct 19, 2019 10:31:04 AM INFO Did NOT find a packery layout
Oct 19, 2019 10:31:04 AM INFO Monitors that are active and not DOM hidden: 1 while grid has undefined
Oct 19, 2019 10:31:04 AM INFO Whoops!! Monitors have changed. I'm resetting layouts, sorry!
Oct 19, 2019 10:31:05 AM DEBUG API based login returned. 
Oct 19, 2019 10:31:05 AM DEBUG Setting server version to:1.32.3
Oct 19, 2019 10:31:05 AM INFO Could not recover token details, trying old auth credentials
Oct 19, 2019 10:31:05 AM INFO Stream authentication construction: &user=admin<password removed>
Oct 19, 2019 10:31:05 AM INFO Successfully logged into Zoneminder via API
Oct 19, 2019 10:31:05 AM DEBUG auth-success broadcast:Successful
Oct 19, 2019 10:31:05 AM DEBUG Auth success, recomputing rand value...
Oct 19, 2019 10:31:05 AM INFO Validating APIs at https://[serverip]/zm/api/host/getVersion.json?&user=admin<password removed>
Oct 19, 2019 10:31:05 AM DEBUG All images loaded, switching to snapshot...
Oct 19, 2019 10:31:05 AM DEBUG All images loaded, but some broke, switching to snapshot...
Oct 19, 2019 10:31:05 AM INFO ZM has recaptcha disabled - good
Oct 19, 2019 10:31:05 AM DEBUG API based login returned. 
Oct 19, 2019 10:31:05 AM DEBUG Setting server version to:1.32.3
Oct 19, 2019 10:31:05 AM INFO Could not recover token details, trying old auth credentials
Oct 19, 2019 10:31:05 AM INFO Stream authentication construction: &user=admin<password removed>
Oct 19, 2019 10:31:05 AM INFO Successfully logged into Zoneminder via API
Oct 19, 2019 10:31:05 AM DEBUG ** Native, tokens generated, retrying old request with skipIntercept = true
Oct 19, 2019 10:31:05 AM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 19, 2019 10:31:05 AM INFO First invocation of TimeZone, asking server
Oct 19, 2019 10:31:05 AM INFO EventSever: No Event Server configured, skipping refresh
Oct 19, 2019 10:31:05 AM DEBUG refreshing API version...
Oct 19, 2019 10:31:05 AM DEBUG getAPIversion called with https://[serverip]/zm/api/host/getVersion.json?&user=admin<password removed>
Oct 19, 2019 10:31:05 AM DEBUG snapshot  supported in image.php
Oct 19, 2019 10:31:05 AM DEBUG Setting server version to:1.32.3
Oct 19, 2019 10:31:05 AM DEBUG getAPI version succeeded with 1.32.3
Oct 19, 2019 10:31:05 AM INFO getMonitors:Force reloading all monitors
Oct 19, 2019 10:31:05 AM INFO sending Cached ZM_MIN_STREAMING_PORT 0
Oct 19, 2019 10:31:05 AM DEBUG ZMS Multiport reported: 0
Oct 19, 2019 10:31:05 AM DEBUG Monitor URL to fetch is:https://[serverip]/zm/api/monitors/index/Type !=:WebSite.json?&user=admin<password removed>
Oct 19, 2019 10:31:05 AM DEBUG Timezone API response is:America/Los_Angeles
Oct 19, 2019 10:31:05 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:31:05 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:31:05 AM DEBUG Inside getMonitors, will also regen connkeys
Oct 19, 2019 10:31:05 AM DEBUG Now trying to get multi-server data, if present
Oct 19, 2019 10:31:05 AM INFO Monitor load was successful, loaded 1 monitors
Oct 19, 2019 10:31:06 AM INFO multi server list loaded
Oct 19, 2019 10:31:06 AM DEBUG Portal scheme is https, will use https for any multi-server without a protocol
Oct 19, 2019 10:31:06 AM DEBUG default multi-server protocol will be:https://
Oct 19, 2019 10:31:06 AM DEBUG No servers matched, filling defaults...
Oct 19, 2019 10:31:06 AM DEBUG Storing streaming=https://[serverip]/zm/cgi-bin recording=https://[serverip]/zm
Oct 19, 2019 10:31:06 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:31:06 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:31:06 AM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 19, 2019 10:31:08 AM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 6s
Oct 19, 2019 10:31:10 AM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 4s
Oct 19, 2019 10:31:12 AM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 2s
Oct 19, 2019 10:31:14 AM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571506274542
Oct 19, 2019 10:31:14 AM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571506274549
Oct 19, 2019 10:31:14 AM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 19, 2019 10:31:14 AM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571506274576
Oct 19, 2019 10:31:15 AM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571506275217
Oct 19, 2019 10:31:16 AM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 9s
Oct 19, 2019 10:31:17 AM INFO Login screen going to background, saving data
Oct 19, 2019 10:31:17 AM DEBUG MontageCtrl: onpause called
Oct 19, 2019 10:31:17 AM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 19, 2019 10:32:31 AM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571506351078
Oct 19, 2019 10:32:31 AM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571506351081
Oct 19, 2019 10:32:32 AM DEBUG MontageCtrl: Open Monitor Modal with monitor Id=1 and Controllable:0 with control ID:null
Oct 19, 2019 10:32:32 AM INFO Cancelling montage timer, opening Modal
Oct 19, 2019 10:32:32 AM INFO Using stream mode single
Oct 19, 2019 10:32:32 AM DEBUG MonitorModalCtrl called from app.montage
Oct 19, 2019 10:32:32 AM DEBUG window resized
Oct 19, 2019 10:32:32 AM INFO Did NOT find a packery layout
Oct 19, 2019 10:32:32 AM INFO Monitors that are active and not DOM hidden: 1 while grid has undefined
Oct 19, 2019 10:32:32 AM INFO Whoops!! Monitors have changed. I'm resetting layouts, sorry!
Oct 19, 2019 10:32:32 AM DEBUG configurePTZ: called with mid=1
Oct 19, 2019 10:32:32 AM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 9s
Oct 19, 2019 10:32:32 AM DEBUG All images loaded, switching to snapshot...
Oct 19, 2019 10:32:32 AM DEBUG All images loaded, but some broke, switching to snapshot...
Oct 19, 2019 10:32:33 AM INFO configurePTZ 1 is not PTZ controllable
Oct 19, 2019 10:32:39 AM DEBUG MontageCtrl: Close & Destroy Monitor Modal
Oct 19, 2019 10:32:39 AM INFO Restarting montage timers...
Oct 19, 2019 10:32:39 AM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&user=admin<password removed>
Oct 19, 2019 10:32:39 AM DEBUG Single monitor exited killing stream
Oct 19, 2019 10:32:39 AM DEBUG NVR: killing  live stream ck:527517
Oct 19, 2019 10:32:41 AM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571506361789
Oct 19, 2019 10:32:41 AM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 19, 2019 10:32:42 AM DEBUG Montage View Cleanup was already done, skipping
Oct 19, 2019 10:32:42 AM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 19, 2019 10:32:42 AM DEBUG Monitor Control afterEnter
Oct 19, 2019 10:32:42 AM INFO getMonitors:Force reloading all monitors
Oct 19, 2019 10:32:42 AM INFO sending Cached ZM_MIN_STREAMING_PORT 0
Oct 19, 2019 10:32:42 AM DEBUG ZMS Multiport reported: 0
Oct 19, 2019 10:32:42 AM DEBUG Monitor URL to fetch is:https://[serverip]/zm/api/monitors/index/Type !=:WebSite.json?&user=admin<password removed>
Oct 19, 2019 10:32:42 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:32:42 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:32:42 AM DEBUG Inside getMonitors, will also regen connkeys
Oct 19, 2019 10:32:42 AM DEBUG Now trying to get multi-server data, if present
Oct 19, 2019 10:32:42 AM INFO Monitor load was successful, loaded 1 monitors
Oct 19, 2019 10:32:42 AM INFO multi server list loaded
Oct 19, 2019 10:32:42 AM DEBUG Portal scheme is https, will use https for any multi-server without a protocol
Oct 19, 2019 10:32:42 AM DEBUG default multi-server protocol will be:https://
Oct 19, 2019 10:32:42 AM DEBUG No servers matched, filling defaults...
Oct 19, 2019 10:32:42 AM DEBUG Storing streaming=https://[serverip]/zm/cgi-bin recording=https://[serverip]/zm
Oct 19, 2019 10:32:42 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:32:42 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:32:42 AM DEBUG reporting status of monitors from multi-server API
Oct 19, 2019 10:32:46 AM DEBUG MonitorCtrl:changeConfig selection:trueRecord
Oct 19, 2019 10:32:46 AM DEBUG MonitorCtrl: URLs for changeConfig save:https://[serverip]/zm/api/monitors/1.json?&user=admin<password removed>
Oct 19, 2019 10:32:47 AM DEBUG MonitorCtrl: Not restarting ZM - Make sure you have the patch installed in MonitorsController.php or this won't work
Oct 19, 2019 10:32:47 AM INFO getMonitors:Force reloading all monitors
Oct 19, 2019 10:32:47 AM INFO sending Cached ZM_MIN_STREAMING_PORT 0
Oct 19, 2019 10:32:47 AM DEBUG ZMS Multiport reported: 0
Oct 19, 2019 10:32:47 AM DEBUG Monitor URL to fetch is:https://[serverip]/zm/api/monitors/index/Type !=:WebSite.json?&user=admin<password removed>
Oct 19, 2019 10:32:47 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:32:47 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:32:47 AM DEBUG Inside getMonitors, will also regen connkeys
Oct 19, 2019 10:32:47 AM DEBUG Now trying to get multi-server data, if present
Oct 19, 2019 10:32:47 AM INFO Monitor load was successful, loaded 1 monitors
Oct 19, 2019 10:32:48 AM INFO multi server list loaded
Oct 19, 2019 10:32:48 AM DEBUG Portal scheme is https, will use https for any multi-server without a protocol
Oct 19, 2019 10:32:48 AM DEBUG default multi-server protocol will be:https://
Oct 19, 2019 10:32:48 AM DEBUG No servers matched, filling defaults...
Oct 19, 2019 10:32:48 AM DEBUG Storing streaming=https://[serverip]/zm/cgi-bin recording=https://[serverip]/zm
Oct 19, 2019 10:32:48 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:32:48 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:32:48 AM INFO getMonitors:Force reloading all monitors
Oct 19, 2019 10:32:48 AM INFO sending Cached ZM_MIN_STREAMING_PORT 0
Oct 19, 2019 10:32:48 AM DEBUG ZMS Multiport reported: 0
Oct 19, 2019 10:32:48 AM DEBUG Monitor URL to fetch is:https://[serverip]/zm/api/monitors/index/Type !=:WebSite.json?&user=admin<password removed>
Oct 19, 2019 10:32:48 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:32:48 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:32:48 AM DEBUG Inside getMonitors, will also regen connkeys
Oct 19, 2019 10:32:48 AM DEBUG Now trying to get multi-server data, if present
Oct 19, 2019 10:32:48 AM INFO Monitor load was successful, loaded 1 monitors
Oct 19, 2019 10:32:48 AM INFO multi server list loaded
Oct 19, 2019 10:32:48 AM DEBUG Portal scheme is https, will use https for any multi-server without a protocol
Oct 19, 2019 10:32:48 AM DEBUG default multi-server protocol will be:https://
Oct 19, 2019 10:32:48 AM DEBUG No servers matched, filling defaults...
Oct 19, 2019 10:32:48 AM DEBUG Storing streaming=https://[serverip]/zm/cgi-bin recording=https://[serverip]/zm
Oct 19, 2019 10:32:48 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:32:48 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:32:48 AM DEBUG reporting status of monitors from multi-server API
Oct 19, 2019 10:32:51 AM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571506371828
Oct 19, 2019 10:32:59 AM INFO Returning pre-loaded list of 1 monitors
Oct 19, 2019 10:32:59 AM INFO EventCtrl called with: E/MID=1 playEvent =  false
Oct 19, 2019 10:32:59 AM DEBUG >>>height of list/scrub set to 330 and 370
Oct 19, 2019 10:32:59 AM INFO Image padding digits reported as 5
Oct 19, 2019 10:32:59 AM DEBUG EventSever: sendMessage: received->{"event":"push","data":{"type":"badge","badge":0}}
Oct 19, 2019 10:32:59 AM DEBUG EventSever: Not sending WSS message as event server is off
Oct 19, 2019 10:32:59 AM DEBUG Starting page refresh timer
Oct 19, 2019 10:32:59 AM DEBUG getInitialEvents called
Oct 19, 2019 10:32:59 AM DEBUG EventCtrl: grabbing # of event pages
Oct 19, 2019 10:32:59 AM DEBUG EventCtrl: grabbing events for: id=1 Date/Time:-
Oct 19, 2019 10:32:59 AM DEBUG getEvents:https://[serverip]/zm/api/events/index/MonitorId:1/AlarmFrames >=:1.json?&sort=StartTime&direction=desc&page=1&user=admin<password removed>
Oct 19, 2019 10:32:59 AM DEBUG Setting up carousel watchers
Oct 19, 2019 10:33:00 AM DEBUG We have a total of 1 and are at page=1
Oct 19, 2019 10:33:00 AM DEBUG EventCtrl: success, got 0 events
Oct 19, 2019 10:33:00 AM DEBUG EventCtrl:loading one more page just in case we don't have enough to display
Oct 19, 2019 10:33:00 AM DEBUG No more - We have a total of 1 and are at page=1
Oct 19, 2019 10:33:02 AM DEBUG Cancelling page reload timer
Oct 19, 2019 10:33:02 AM DEBUG EventCtrl: Deregistering resize listener
Oct 19, 2019 10:33:03 AM DEBUG Monitor Control afterEnter
Oct 19, 2019 10:33:03 AM INFO getMonitors:Force reloading all monitors
Oct 19, 2019 10:33:03 AM INFO sending Cached ZM_MIN_STREAMING_PORT 0
Oct 19, 2019 10:33:03 AM DEBUG ZMS Multiport reported: 0
Oct 19, 2019 10:33:03 AM DEBUG Monitor URL to fetch is:https://[serverip]/zm/api/monitors/index/Type !=:WebSite.json?&user=admin<password removed>
Oct 19, 2019 10:33:04 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:33:04 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:33:04 AM DEBUG Inside getMonitors, will also regen connkeys
Oct 19, 2019 10:33:04 AM DEBUG Now trying to get multi-server data, if present
Oct 19, 2019 10:33:04 AM INFO Monitor load was successful, loaded 1 monitors
Oct 19, 2019 10:33:04 AM INFO multi server list loaded
Oct 19, 2019 10:33:04 AM DEBUG Portal scheme is https, will use https for any multi-server without a protocol
Oct 19, 2019 10:33:04 AM DEBUG default multi-server protocol will be:https://
Oct 19, 2019 10:33:04 AM DEBUG No servers matched, filling defaults...
Oct 19, 2019 10:33:04 AM DEBUG Storing streaming=https://[serverip]/zm/cgi-bin recording=https://[serverip]/zm
Oct 19, 2019 10:33:04 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:33:04 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:33:04 AM DEBUG reporting status of monitors from multi-server API
Oct 19, 2019 10:33:09 AM INFO Returning pre-loaded list of 1 monitors
Oct 19, 2019 10:33:09 AM INFO EventCtrl called with: E/MID=1 playEvent =  false
Oct 19, 2019 10:33:09 AM DEBUG >>>height of list/scrub set to 330 and 370
Oct 19, 2019 10:33:09 AM INFO Image padding digits reported as 5
Oct 19, 2019 10:33:09 AM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&user=admin<password removed>
Oct 19, 2019 10:33:09 AM DEBUG EventSever: sendMessage: received->{"event":"push","data":{"type":"badge","badge":0}}
Oct 19, 2019 10:33:09 AM DEBUG EventSever: Not sending WSS message as event server is off
Oct 19, 2019 10:33:09 AM DEBUG Starting page refresh timer
Oct 19, 2019 10:33:09 AM DEBUG getInitialEvents called
Oct 19, 2019 10:33:09 AM DEBUG EventCtrl: grabbing # of event pages
Oct 19, 2019 10:33:09 AM DEBUG EventCtrl: grabbing events for: id=1 Date/Time:-
Oct 19, 2019 10:33:09 AM DEBUG getEvents:https://[serverip]/zm/api/events/index/MonitorId:1/AlarmFrames >=:1.json?&sort=StartTime&direction=desc&page=1&user=admin<password removed>
Oct 19, 2019 10:33:09 AM DEBUG Setting up carousel watchers
Oct 19, 2019 10:33:10 AM DEBUG We have a total of 1 and are at page=1
Oct 19, 2019 10:33:10 AM DEBUG EventCtrl: success, got 0 events
Oct 19, 2019 10:33:10 AM DEBUG EventCtrl:loading one more page just in case we don't have enough to display
Oct 19, 2019 10:33:10 AM DEBUG No more - We have a total of 1 and are at page=1
Oct 19, 2019 10:33:11 AM DEBUG Cancelling page reload timer
Oct 19, 2019 10:33:11 AM DEBUG EventCtrl: Deregistering resize listener
Oct 19, 2019 10:33:12 AM DEBUG Monitor Control afterEnter
Oct 19, 2019 10:33:12 AM INFO getMonitors:Force reloading all monitors
Oct 19, 2019 10:33:12 AM INFO sending Cached ZM_MIN_STREAMING_PORT 0
Oct 19, 2019 10:33:12 AM DEBUG ZMS Multiport reported: 0
Oct 19, 2019 10:33:12 AM DEBUG Monitor URL to fetch is:https://[serverip]/zm/api/monitors/index/Type !=:WebSite.json?&user=admin<password removed>
Oct 19, 2019 10:33:12 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:33:12 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:33:12 AM DEBUG Inside getMonitors, will also regen connkeys
Oct 19, 2019 10:33:12 AM DEBUG Now trying to get multi-server data, if present
Oct 19, 2019 10:33:12 AM INFO Monitor load was successful, loaded 1 monitors
Oct 19, 2019 10:33:12 AM INFO multi server list loaded
Oct 19, 2019 10:33:12 AM DEBUG Portal scheme is https, will use https for any multi-server without a protocol
Oct 19, 2019 10:33:12 AM DEBUG default multi-server protocol will be:https://
Oct 19, 2019 10:33:12 AM DEBUG No servers matched, filling defaults...
Oct 19, 2019 10:33:12 AM DEBUG Storing streaming=https://[serverip]/zm/cgi-bin recording=https://[serverip]/zm
Oct 19, 2019 10:33:12 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:33:12 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:33:12 AM DEBUG reporting status of monitors from multi-server API
Oct 19, 2019 10:33:14 AM DEBUG MonitorCtrl:Open Monitor Modal with monitor Id=1 and Controllable:0 with control ID:null
Oct 19, 2019 10:33:14 AM INFO Monitor Orientation is: undefined
Oct 19, 2019 10:33:14 AM INFO Using stream mode single
Oct 19, 2019 10:33:14 AM DEBUG MonitorModalCtrl called from app.monitors
Oct 19, 2019 10:33:14 AM DEBUG configurePTZ: called with mid=1
Oct 19, 2019 10:33:15 AM INFO configurePTZ 1 is not PTZ controllable
Oct 19, 2019 10:33:17 AM DEBUG control display is:false
Oct 19, 2019 10:33:18 AM DEBUG control display is:true
Oct 19, 2019 10:33:21 AM DEBUG control display is:false
Oct 19, 2019 10:33:21 AM DEBUG Single monitor exited killing stream
Oct 19, 2019 10:33:21 AM DEBUG NVR: killing  live stream ck:1918
Oct 19, 2019 10:33:21 AM DEBUG Single monitor exited killing stream
Oct 19, 2019 10:33:21 AM DEBUG NVR: killing  live stream ck:1918
Oct 19, 2019 10:33:21 AM DEBUG control display is:true
Oct 19, 2019 10:33:21 AM INFO MonitorCtrl:Stopping network pull...
Oct 19, 2019 10:33:21 AM INFO MonitorCtrl:Stopping network pull...
Oct 19, 2019 10:33:39 AM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&user=admin<password removed>
Oct 19, 2019 10:34:04 AM INFO Returning pre-loaded list of 1 monitors
Oct 19, 2019 10:34:04 AM INFO EventCtrl called with: E/MID=0 playEvent =  false
Oct 19, 2019 10:34:04 AM DEBUG >>>height of list/scrub set to 330 and 370
Oct 19, 2019 10:34:04 AM INFO Image padding digits reported as 5
Oct 19, 2019 10:34:04 AM DEBUG EventSever: sendMessage: received->{"event":"push","data":{"type":"badge","badge":0}}
Oct 19, 2019 10:34:04 AM DEBUG EventSever: Not sending WSS message as event server is off
Oct 19, 2019 10:34:04 AM DEBUG Starting page refresh timer
Oct 19, 2019 10:34:04 AM DEBUG getInitialEvents called
Oct 19, 2019 10:34:04 AM DEBUG EventCtrl: grabbing # of event pages
Oct 19, 2019 10:34:04 AM DEBUG EventCtrl: grabbing events for: id=0 Date/Time:-
Oct 19, 2019 10:34:04 AM DEBUG getEvents:https://[serverip]/zm/api/events/index/AlarmFrames >=:1.json?&sort=StartTime&direction=desc&page=1&user=admin<password removed>
Oct 19, 2019 10:34:04 AM DEBUG Setting up carousel watchers
Oct 19, 2019 10:34:05 AM DEBUG We have a total of 1 and are at page=1
Oct 19, 2019 10:34:05 AM DEBUG EventCtrl: success, got 0 events
Oct 19, 2019 10:34:05 AM DEBUG EventCtrl:loading one more page just in case we don't have enough to display
Oct 19, 2019 10:34:05 AM DEBUG No more - We have a total of 1 and are at page=1
Oct 19, 2019 10:34:07 AM DEBUG Cancelling page reload timer
Oct 19, 2019 10:34:07 AM DEBUG EventCtrl: Deregistering resize listener
Oct 19, 2019 10:34:08 AM DEBUG Monitor Control afterEnter
Oct 19, 2019 10:34:08 AM INFO getMonitors:Force reloading all monitors
Oct 19, 2019 10:34:08 AM INFO sending Cached ZM_MIN_STREAMING_PORT 0
Oct 19, 2019 10:34:08 AM DEBUG ZMS Multiport reported: 0
Oct 19, 2019 10:34:08 AM DEBUG Monitor URL to fetch is:https://[serverip]/zm/api/monitors/index/Type !=:WebSite.json?&user=admin<password removed>
Oct 19, 2019 10:34:08 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:34:08 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:34:08 AM DEBUG Inside getMonitors, will also regen connkeys
Oct 19, 2019 10:34:08 AM DEBUG Now trying to get multi-server data, if present
Oct 19, 2019 10:34:08 AM INFO Monitor load was successful, loaded 1 monitors
Oct 19, 2019 10:34:08 AM INFO multi server list loaded
Oct 19, 2019 10:34:08 AM DEBUG Portal scheme is https, will use https for any multi-server without a protocol
Oct 19, 2019 10:34:08 AM DEBUG default multi-server protocol will be:https://
Oct 19, 2019 10:34:08 AM DEBUG No servers matched, filling defaults...
Oct 19, 2019 10:34:08 AM DEBUG Storing streaming=https://[serverip]/zm/cgi-bin recording=https://[serverip]/zm
Oct 19, 2019 10:34:08 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:34:08 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:34:08 AM DEBUG reporting status of monitors from multi-server API
Oct 19, 2019 10:34:09 AM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&user=admin<password removed>
Oct 19, 2019 10:34:12 AM DEBUG MonitorCtrl:changeConfig selection:trueMonitor
Oct 19, 2019 10:34:12 AM DEBUG MonitorCtrl: URLs for changeConfig save:https://[serverip]/zm/api/monitors/1.json?&user=admin<password removed>
Oct 19, 2019 10:34:13 AM DEBUG MonitorCtrl: Not restarting ZM - Make sure you have the patch installed in MonitorsController.php or this won't work
Oct 19, 2019 10:34:13 AM INFO getMonitors:Force reloading all monitors
Oct 19, 2019 10:34:13 AM INFO sending Cached ZM_MIN_STREAMING_PORT 0
Oct 19, 2019 10:34:13 AM DEBUG ZMS Multiport reported: 0
Oct 19, 2019 10:34:13 AM DEBUG Monitor URL to fetch is:https://[serverip]/zm/api/monitors/index/Type !=:WebSite.json?&user=admin<password removed>
Oct 19, 2019 10:34:13 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:34:13 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:34:13 AM DEBUG Inside getMonitors, will also regen connkeys
Oct 19, 2019 10:34:13 AM DEBUG Now trying to get multi-server data, if present
Oct 19, 2019 10:34:13 AM INFO Monitor load was successful, loaded 1 monitors
Oct 19, 2019 10:34:14 AM INFO multi server list loaded
Oct 19, 2019 10:34:14 AM DEBUG Portal scheme is https, will use https for any multi-server without a protocol
Oct 19, 2019 10:34:14 AM DEBUG default multi-server protocol will be:https://
Oct 19, 2019 10:34:14 AM DEBUG No servers matched, filling defaults...
Oct 19, 2019 10:34:14 AM DEBUG Storing streaming=https://[serverip]/zm/cgi-bin recording=https://[serverip]/zm
Oct 19, 2019 10:34:14 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:34:14 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:34:14 AM INFO getMonitors:Force reloading all monitors
Oct 19, 2019 10:34:14 AM INFO sending Cached ZM_MIN_STREAMING_PORT 0
Oct 19, 2019 10:34:14 AM DEBUG ZMS Multiport reported: 0
Oct 19, 2019 10:34:14 AM DEBUG Monitor URL to fetch is:https://[serverip]/zm/api/monitors/index/Type !=:WebSite.json?&user=admin<password removed>
Oct 19, 2019 10:34:14 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:34:14 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:34:14 AM DEBUG Inside getMonitors, will also regen connkeys
Oct 19, 2019 10:34:14 AM DEBUG Now trying to get multi-server data, if present
Oct 19, 2019 10:34:14 AM INFO Monitor load was successful, loaded 1 monitors
Oct 19, 2019 10:34:14 AM INFO multi server list loaded
Oct 19, 2019 10:34:14 AM DEBUG Portal scheme is https, will use https for any multi-server without a protocol
Oct 19, 2019 10:34:14 AM DEBUG default multi-server protocol will be:https://
Oct 19, 2019 10:34:14 AM DEBUG No servers matched, filling defaults...
Oct 19, 2019 10:34:14 AM DEBUG Storing streaming=https://[serverip]/zm/cgi-bin recording=https://[serverip]/zm
Oct 19, 2019 10:34:14 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:34:14 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:34:14 AM DEBUG reporting status of monitors from multi-server API
Oct 19, 2019 10:34:19 AM DEBUG StateCtrl/getRunStatus: https://[serverip]/zm/api/host/daemonCheck.json?&user=admin<password removed>
Oct 19, 2019 10:34:19 AM DEBUG StateCtrl/getLoadStatus: https://[serverip]/zm/api/host/getLoad.json?&user=admin<password removed>
Oct 19, 2019 10:34:19 AM DEBUG StateCtrl: getting state using https://[serverip]/zm/api/States.json?&user=admin<password removed>
Oct 19, 2019 10:34:19 AM DEBUG StorageStatus: https://[serverip]/zm/api/storage.json?&user=admin<password removed>
Oct 19, 2019 10:34:19 AM DEBUG ServerStatus: https://[serverip]/zm/api/storage.json?&user=admin<password removed>
Oct 19, 2019 10:34:19 AM DEBUG Load results: {"data":{"load":[3.77,1.86,1.22]}}
Oct 19, 2019 10:34:19 AM DEBUG StateCtrl/getLoadStatus: success
Oct 19, 2019 10:34:19 AM DEBUG StateCtrl/getRunStatus: success
Oct 19, 2019 10:34:19 AM DEBUG Run results: {"data":{"result":1}}
Oct 19, 2019 10:34:19 AM DEBUG State results: {"data":{"states":[{"State":{"Id":"1","Name":"default","Definition":"","IsActive":"1"}}]}}
Oct 19, 2019 10:34:30 AM INFO sending Cached ZM_MIN_STREAMING_PORT 0
Oct 19, 2019 10:34:30 AM DEBUG Multiport report:false
Oct 19, 2019 10:34:39 AM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&user=admin<password removed>
Oct 19, 2019 10:35:01 AM DEBUG NVR: Regenerating connkeys for all monitors at 1571506501030
Oct 19, 2019 10:35:01 AM INFO Returning pre-loaded list of 1 monitors
Oct 19, 2019 10:35:01 AM INFO sending Cached ZM_MIN_STREAMING_PORT 0
Oct 19, 2019 10:35:01 AM DEBUG SaveDevOptions: called
Oct 19, 2019 10:35:01 AM DEBUG SaveDevOptions: Saving to disk
Oct 19, 2019 10:35:01 AM INFO getMonitors:Force reloading all monitors
Oct 19, 2019 10:35:01 AM INFO sending Cached ZM_MIN_STREAMING_PORT 0
Oct 19, 2019 10:35:01 AM DEBUG Multiport=0
Oct 19, 2019 10:35:01 AM DEBUG ZMS Multiport reported: 0
Oct 19, 2019 10:35:01 AM DEBUG Monitor URL to fetch is:https://[serverip]/zm/api/monitors/index/Type !=:WebSite.json?&user=admin<password removed>
Oct 19, 2019 10:35:01 AM DEBUG bandwidth: highbw montage refresh set to: 2
Oct 19, 2019 10:35:01 AM DEBUG Setting up cycle interval of:10000
Oct 19, 2019 10:35:01 AM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&user=admin<password removed>
Oct 19, 2019 10:35:01 AM DEBUG skipping image refresh, packery is still loading
Oct 19, 2019 10:35:01 AM INFO Inside Montage Ctrl:We found 1 monitors
Oct 19, 2019 10:35:01 AM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 19, 2019 10:35:01 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:35:01 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:35:01 AM DEBUG Inside getMonitors, will also regen connkeys
Oct 19, 2019 10:35:01 AM DEBUG Now trying to get multi-server data, if present
Oct 19, 2019 10:35:01 AM INFO Monitor load was successful, loaded 1 monitors
Oct 19, 2019 10:35:01 AM INFO Did NOT find a packery layout
Oct 19, 2019 10:35:01 AM INFO Monitors that are active and not DOM hidden: 1 while grid has undefined
Oct 19, 2019 10:35:01 AM INFO Whoops!! Monitors have changed. I'm resetting layouts, sorry!
Oct 19, 2019 10:35:01 AM DEBUG All images loaded, switching to snapshot...
Oct 19, 2019 10:35:01 AM INFO multi server list loaded
Oct 19, 2019 10:35:01 AM DEBUG Portal scheme is https, will use https for any multi-server without a protocol
Oct 19, 2019 10:35:01 AM DEBUG default multi-server protocol will be:https://
Oct 19, 2019 10:35:01 AM DEBUG No servers matched, filling defaults...
Oct 19, 2019 10:35:01 AM DEBUG Storing streaming=https://[serverip]/zm/cgi-bin recording=https://[serverip]/zm
Oct 19, 2019 10:35:01 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:35:01 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:35:03 AM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 19, 2019 10:35:03 AM INFO Returning pre-loaded list of 1 monitors
Oct 19, 2019 10:35:03 AM INFO EventCtrl called with: E/MID=0 playEvent =  false
Oct 19, 2019 10:35:03 AM DEBUG >>>height of list/scrub set to 330 and 370
Oct 19, 2019 10:35:03 AM INFO Image padding digits reported as 5
Oct 19, 2019 10:35:03 AM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 19, 2019 10:35:03 AM DEBUG EventSever: sendMessage: received->{"event":"push","data":{"type":"badge","badge":0}}
Oct 19, 2019 10:35:03 AM DEBUG EventSever: Not sending WSS message as event server is off
Oct 19, 2019 10:35:03 AM DEBUG Starting page refresh timer
Oct 19, 2019 10:35:03 AM DEBUG getInitialEvents called
Oct 19, 2019 10:35:03 AM DEBUG EventCtrl: grabbing # of event pages
Oct 19, 2019 10:35:03 AM DEBUG EventCtrl: grabbing events for: id=0 Date/Time:-
Oct 19, 2019 10:35:03 AM DEBUG getEvents:https://[serverip]/zm/api/events/index/AlarmFrames >=:1.json?&sort=StartTime&direction=desc&page=1&user=admin<password removed>
Oct 19, 2019 10:35:03 AM DEBUG Setting up carousel watchers
Oct 19, 2019 10:35:04 AM DEBUG We have a total of 1 and are at page=1
Oct 19, 2019 10:35:04 AM DEBUG EventCtrl: success, got 0 events
Oct 19, 2019 10:35:04 AM DEBUG EventCtrl:loading one more page just in case we don't have enough to display
Oct 19, 2019 10:35:04 AM DEBUG No more - We have a total of 1 and are at page=1
Oct 19, 2019 10:35:09 AM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&user=admin<password removed>
Oct 19, 2019 10:35:09 AM INFO Login screen going to background, saving data
Oct 19, 2019 10:35:09 AM DEBUG MontageCtrl: onpause called
Oct 19, 2019 10:35:09 AM DEBUG Montage View Cleanup was already done, skipping
Oct 19, 2019 10:35:09 AM DEBUG ModalCtrl: onpause called
Oct 19, 2019 10:35:09 AM DEBUG Killing single stream...
Oct 19, 2019 10:35:09 AM DEBUG NVR: killing  live stream ck:527517
Oct 19, 2019 10:35:09 AM DEBUG EventCtrl:onpause called
Oct 19, 2019 10:35:09 AM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 10:35:09 AM DEBUG EventCtrl:onpause called
Oct 19, 2019 10:35:09 AM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 10:35:09 AM DEBUG ModalCtrl: onpause called
Oct 19, 2019 10:35:09 AM DEBUG Killing single stream...
Oct 19, 2019 10:35:09 AM DEBUG NVR: killing  live stream ck:1918
Oct 19, 2019 10:35:09 AM DEBUG EventCtrl:onpause called
Oct 19, 2019 10:35:09 AM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 10:35:09 AM DEBUG MontageCtrl: onpause called
Oct 19, 2019 10:35:09 AM DEBUG Montage View Cleanup was already done, skipping
Oct 19, 2019 10:35:09 AM DEBUG EventCtrl:onpause called
Oct 19, 2019 10:35:09 AM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 10:35:11 AM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571506511265
Oct 19, 2019 10:35:11 AM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571506511406
Oct 19, 2019 10:39:18 AM DEBUG Reloading monitors
Oct 19, 2019 10:39:18 AM INFO getMonitors:Force reloading all monitors
Oct 19, 2019 10:39:18 AM INFO sending Cached ZM_MIN_STREAMING_PORT 0
Oct 19, 2019 10:39:18 AM DEBUG ZMS Multiport reported: 0
Oct 19, 2019 10:39:18 AM DEBUG Monitor URL to fetch is:https://[serverip]/zm/api/monitors/index/Type !=:WebSite.json?&user=admin<password removed>
Oct 19, 2019 10:39:18 AM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&user=admin<password removed>
Oct 19, 2019 10:39:18 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:39:18 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:39:19 AM DEBUG Inside getMonitors, will also regen connkeys
Oct 19, 2019 10:39:19 AM DEBUG Now trying to get multi-server data, if present
Oct 19, 2019 10:39:19 AM INFO Monitor load was successful, loaded 1 monitors
Oct 19, 2019 10:39:19 AM INFO multi server list loaded
Oct 19, 2019 10:39:19 AM DEBUG Portal scheme is https, will use https for any multi-server without a protocol
Oct 19, 2019 10:39:19 AM DEBUG default multi-server protocol will be:https://
Oct 19, 2019 10:39:19 AM DEBUG No servers matched, filling defaults...
Oct 19, 2019 10:39:19 AM DEBUG Storing streaming=https://[serverip]/zm/cgi-bin recording=https://[serverip]/zm
Oct 19, 2019 10:39:19 AM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 10:39:19 AM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 10:39:19 AM DEBUG getInitialEvents called
Oct 19, 2019 10:39:19 AM DEBUG EventCtrl: grabbing # of event pages
Oct 19, 2019 10:39:19 AM DEBUG EventCtrl: grabbing events for: id=0 Date/Time:-
Oct 19, 2019 10:39:19 AM DEBUG getEvents:https://[serverip]/zm/api/events/index/AlarmFrames >=:1.json?&sort=StartTime&direction=desc&page=1&user=admin<password removed>
Oct 19, 2019 10:39:19 AM DEBUG No more - We have a total of 1 and are at page=1
Oct 19, 2019 10:39:19 AM DEBUG We have a total of 1 and are at page=1
Oct 19, 2019 10:39:19 AM DEBUG EventCtrl: success, got 0 events
Oct 19, 2019 10:39:19 AM DEBUG EventCtrl:loading one more page just in case we don't have enough to display
Oct 19, 2019 10:39:19 AM DEBUG No more - We have a total of 1 and are at page=1
Oct 19, 2019 10:39:21 AM DEBUG Cancelling page reload timer
Oct 19, 2019 10:39:21 AM DEBUG EventCtrl: Deregistering resize listener
Oct 19, 2019 10:39:30 AM INFO Login screen going to background, saving data
Oct 19, 2019 10:39:30 AM DEBUG MontageCtrl: onpause called
Oct 19, 2019 10:39:30 AM DEBUG Montage View Cleanup was already done, skipping
Oct 19, 2019 10:39:30 AM DEBUG ModalCtrl: onpause called
Oct 19, 2019 10:39:30 AM DEBUG Killing single stream...
Oct 19, 2019 10:39:30 AM DEBUG NVR: killing  live stream ck:527517
Oct 19, 2019 10:39:30 AM DEBUG EventCtrl:onpause called
Oct 19, 2019 10:39:30 AM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 10:39:30 AM DEBUG EventCtrl:onpause called
Oct 19, 2019 10:39:30 AM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 10:39:30 AM DEBUG ModalCtrl: onpause called
Oct 19, 2019 10:39:30 AM DEBUG Killing single stream...
Oct 19, 2019 10:39:30 AM DEBUG NVR: killing  live stream ck:1918
Oct 19, 2019 10:39:30 AM DEBUG EventCtrl:onpause called
Oct 19, 2019 10:39:30 AM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 10:39:30 AM DEBUG MontageCtrl: onpause called
Oct 19, 2019 10:39:30 AM DEBUG Montage View Cleanup was already done, skipping
Oct 19, 2019 10:39:30 AM DEBUG EventCtrl:onpause called
Oct 19, 2019 10:39:30 AM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 12:41:11 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&user=admin<password removed>
Oct 19, 2019 12:41:17 PM DEBUG StateCtrl/getRunStatus: https://[serverip]/zm/api/host/daemonCheck.json?&user=admin<password removed>
Oct 19, 2019 12:41:17 PM DEBUG StateCtrl/getLoadStatus: https://[serverip]/zm/api/host/getLoad.json?&user=admin<password removed>
Oct 19, 2019 12:41:17 PM DEBUG StateCtrl: getting state using https://[serverip]/zm/api/States.json?&user=admin<password removed>
Oct 19, 2019 12:41:17 PM DEBUG StorageStatus: https://[serverip]/zm/api/storage.json?&user=admin<password removed>
Oct 19, 2019 12:41:17 PM DEBUG ServerStatus: https://[serverip]/zm/api/storage.json?&user=admin<password removed>
Oct 19, 2019 12:41:17 PM DEBUG State results: {"data":{"states":[{"State":{"Id":"1","Name":"default","Definition":"","IsActive":"1"}}]}}
Oct 19, 2019 12:41:18 PM DEBUG Load results: {"data":{"load":[0.51,0.59,0.72]}}
Oct 19, 2019 12:41:18 PM DEBUG StateCtrl/getLoadStatus: success
Oct 19, 2019 12:41:18 PM DEBUG StateCtrl/getRunStatus: success
Oct 19, 2019 12:41:18 PM DEBUG Run results: {"data":{"result":1}}
Oct 19, 2019 12:41:32 PM INFO Login screen going to background, saving data
Oct 19, 2019 12:41:32 PM DEBUG MontageCtrl: onpause called
Oct 19, 2019 12:41:32 PM DEBUG Montage View Cleanup was already done, skipping
Oct 19, 2019 12:41:32 PM DEBUG ModalCtrl: onpause called
Oct 19, 2019 12:41:32 PM DEBUG Killing single stream...
Oct 19, 2019 12:41:32 PM DEBUG NVR: killing  live stream ck:527517
Oct 19, 2019 12:41:32 PM DEBUG EventCtrl:onpause called
Oct 19, 2019 12:41:32 PM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 12:41:32 PM DEBUG EventCtrl:onpause called
Oct 19, 2019 12:41:32 PM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 12:41:32 PM DEBUG ModalCtrl: onpause called
Oct 19, 2019 12:41:32 PM DEBUG Killing single stream...
Oct 19, 2019 12:41:32 PM DEBUG NVR: killing  live stream ck:1918
Oct 19, 2019 12:41:32 PM DEBUG EventCtrl:onpause called
Oct 19, 2019 12:41:32 PM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 12:41:32 PM DEBUG MontageCtrl: onpause called
Oct 19, 2019 12:41:32 PM DEBUG Montage View Cleanup was already done, skipping
Oct 19, 2019 12:41:32 PM DEBUG EventCtrl:onpause called
Oct 19, 2019 12:41:32 PM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 12:41:41 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&user=admin<password removed>
Oct 19, 2019 12:42:11 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&user=admin<password removed>
Oct 19, 2019 12:42:41 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&user=admin<password removed>
Oct 19, 2019 12:43:11 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&user=admin<password removed>
Oct 19, 2019 12:43:41 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&user=admin<password removed>
Oct 19, 2019 12:44:11 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&user=admin<password removed>
Oct 19, 2019 12:44:19 PM INFO Login screen going to background, saving data
Oct 19, 2019 12:44:19 PM DEBUG MontageCtrl: onpause called
Oct 19, 2019 12:44:19 PM DEBUG Montage View Cleanup was already done, skipping
Oct 19, 2019 12:44:19 PM DEBUG ModalCtrl: onpause called
Oct 19, 2019 12:44:19 PM DEBUG Killing single stream...
Oct 19, 2019 12:44:19 PM DEBUG NVR: killing  live stream ck:527517
Oct 19, 2019 12:44:19 PM DEBUG EventCtrl:onpause called
Oct 19, 2019 12:44:19 PM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 12:44:19 PM DEBUG EventCtrl:onpause called
Oct 19, 2019 12:44:19 PM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 12:44:19 PM DEBUG ModalCtrl: onpause called
Oct 19, 2019 12:44:19 PM DEBUG Killing single stream...
Oct 19, 2019 12:44:19 PM DEBUG NVR: killing  live stream ck:1918
Oct 19, 2019 12:44:19 PM DEBUG EventCtrl:onpause called
Oct 19, 2019 12:44:19 PM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 12:44:19 PM DEBUG MontageCtrl: onpause called
Oct 19, 2019 12:44:19 PM DEBUG Montage View Cleanup was already done, skipping
Oct 19, 2019 12:44:19 PM DEBUG EventCtrl:onpause called
Oct 19, 2019 12:44:19 PM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 12:45:39 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&user=admin<password removed>
Oct 19, 2019 12:45:41 PM DEBUG NVR: Regenerating connkeys for all monitors at 1571514341869
Oct 19, 2019 12:45:41 PM INFO Returning pre-loaded list of 1 monitors
Oct 19, 2019 12:45:41 PM INFO sending Cached ZM_MIN_STREAMING_PORT 0
Oct 19, 2019 12:45:41 PM DEBUG Multiport=0
Oct 19, 2019 12:45:41 PM DEBUG bandwidth: highbw montage refresh set to: 2
Oct 19, 2019 12:45:41 PM DEBUG Setting up cycle interval of:10000
Oct 19, 2019 12:45:41 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&user=admin<password removed>
Oct 19, 2019 12:45:41 PM DEBUG skipping image refresh, packery is still loading
Oct 19, 2019 12:45:41 PM INFO Inside Montage Ctrl:We found 1 monitors
Oct 19, 2019 12:45:42 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 19, 2019 12:45:42 PM DEBUG MontageCtrl: Open Monitor Modal with monitor Id=1 and Controllable:0 with control ID:null
Oct 19, 2019 12:45:42 PM INFO Cancelling montage timer, opening Modal
Oct 19, 2019 12:45:42 PM INFO Using stream mode single
Oct 19, 2019 12:45:42 PM DEBUG MonitorModalCtrl called from app.montage
Oct 19, 2019 12:45:42 PM DEBUG window resized
Oct 19, 2019 12:45:42 PM INFO Did NOT find a packery layout
Oct 19, 2019 12:45:42 PM INFO Monitors that are active and not DOM hidden: 1 while grid has undefined
Oct 19, 2019 12:45:42 PM INFO Whoops!! Monitors have changed. I'm resetting layouts, sorry!
Oct 19, 2019 12:45:42 PM DEBUG configurePTZ: called with mid=1
Oct 19, 2019 12:45:42 PM DEBUG All images loaded, switching to snapshot...
Oct 19, 2019 12:45:42 PM DEBUG All images loaded, but some broke, switching to snapshot...
Oct 19, 2019 12:45:42 PM INFO Did NOT find a packery layout
Oct 19, 2019 12:45:42 PM INFO Monitors that are active and not DOM hidden: 1 while grid has undefined
Oct 19, 2019 12:45:42 PM INFO Whoops!! Monitors have changed. I'm resetting layouts, sorry!
Oct 19, 2019 12:45:42 PM DEBUG All images loaded, switching to snapshot...
Oct 19, 2019 12:45:42 PM INFO configurePTZ 1 is not PTZ controllable
Oct 19, 2019 12:45:43 PM DEBUG control display is:false
Oct 19, 2019 12:45:44 PM DEBUG MontageCtrl: Close & Destroy Monitor Modal
Oct 19, 2019 12:45:44 PM INFO Restarting montage timers...
Oct 19, 2019 12:45:44 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&user=admin<password removed>
Oct 19, 2019 12:45:44 PM DEBUG MontageCtrl: Close & Destroy Monitor Modal
Oct 19, 2019 12:45:44 PM DEBUG Ignoring double-invocation
Oct 19, 2019 12:45:44 PM DEBUG control display is:true
Oct 19, 2019 12:45:44 PM DEBUG Single monitor exited killing stream
Oct 19, 2019 12:45:44 PM DEBUG NVR: killing  live stream ck:98067
Oct 19, 2019 12:45:46 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 6s
Oct 19, 2019 12:45:48 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 4s
Oct 19, 2019 12:45:50 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 2s
Oct 19, 2019 12:45:52 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571514352091
Oct 19, 2019 12:45:52 PM DEBUG Image load error for: 1 regenerated connKey is:711282
Oct 19, 2019 12:45:52 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571514352103
Oct 19, 2019 12:45:52 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571514352114
Oct 19, 2019 12:45:52 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571514352198
Oct 19, 2019 12:45:54 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 9s
Oct 19, 2019 12:45:56 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 7s
Oct 19, 2019 12:45:58 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 19, 2019 12:46:00 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 3s
Oct 19, 2019 12:46:02 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 1s
Oct 19, 2019 12:46:03 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571514363093
Oct 19, 2019 12:46:03 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571514363102
Oct 19, 2019 12:46:03 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571514363108
Oct 19, 2019 12:46:03 PM INFO Login screen going to background, saving data
Oct 19, 2019 12:46:03 PM DEBUG MontageCtrl: onpause called
Oct 19, 2019 12:46:03 PM DEBUG Montage View Cleanup was already done, skipping
Oct 19, 2019 12:46:03 PM DEBUG ModalCtrl: onpause called
Oct 19, 2019 12:46:03 PM DEBUG Killing single stream...
Oct 19, 2019 12:46:03 PM DEBUG NVR: killing  live stream ck:527517
Oct 19, 2019 12:46:03 PM DEBUG EventCtrl:onpause called
Oct 19, 2019 12:46:03 PM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 12:46:03 PM DEBUG EventCtrl:onpause called
Oct 19, 2019 12:46:03 PM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 12:46:03 PM DEBUG ModalCtrl: onpause called
Oct 19, 2019 12:46:03 PM DEBUG Killing single stream...
Oct 19, 2019 12:46:03 PM DEBUG NVR: killing  live stream ck:1918
Oct 19, 2019 12:46:03 PM DEBUG EventCtrl:onpause called
Oct 19, 2019 12:46:03 PM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 12:46:03 PM DEBUG MontageCtrl: onpause called
Oct 19, 2019 12:46:03 PM DEBUG Montage View Cleanup was already done, skipping
Oct 19, 2019 12:46:03 PM DEBUG EventCtrl:onpause called
Oct 19, 2019 12:46:03 PM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 12:46:03 PM DEBUG MontageCtrl: onpause called
Oct 19, 2019 12:46:03 PM DEBUG ModalCtrl: onpause called
Oct 19, 2019 12:46:03 PM DEBUG Killing single stream...
Oct 19, 2019 12:46:03 PM DEBUG NVR: killing  live stream ck:98067
Oct 19, 2019 12:46:03 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 19, 2019 12:46:03 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571514363182
Oct 19, 2019 12:46:09 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&user=admin<password removed>
Oct 19, 2019 12:46:22 PM INFO Login screen going to background, saving data
Oct 19, 2019 12:46:22 PM DEBUG MontageCtrl: onpause called
Oct 19, 2019 12:46:22 PM DEBUG Montage View Cleanup was already done, skipping
Oct 19, 2019 12:46:22 PM DEBUG ModalCtrl: onpause called
Oct 19, 2019 12:46:22 PM DEBUG Killing single stream...
Oct 19, 2019 12:46:22 PM DEBUG NVR: killing  live stream ck:527517
Oct 19, 2019 12:46:22 PM DEBUG EventCtrl:onpause called
Oct 19, 2019 12:46:22 PM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 12:46:22 PM DEBUG EventCtrl:onpause called
Oct 19, 2019 12:46:22 PM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 12:46:22 PM DEBUG ModalCtrl: onpause called
Oct 19, 2019 12:46:22 PM DEBUG Killing single stream...
Oct 19, 2019 12:46:22 PM DEBUG NVR: killing  live stream ck:1918
Oct 19, 2019 12:46:22 PM DEBUG EventCtrl:onpause called
Oct 19, 2019 12:46:22 PM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 12:46:22 PM DEBUG MontageCtrl: onpause called
Oct 19, 2019 12:46:22 PM DEBUG Montage View Cleanup was already done, skipping
Oct 19, 2019 12:46:22 PM DEBUG EventCtrl:onpause called
Oct 19, 2019 12:46:22 PM DEBUG EventCtrl Pause:Deregistering broadcast handles
Oct 19, 2019 12:46:22 PM DEBUG MontageCtrl: onpause called
Oct 19, 2019 12:46:22 PM DEBUG Montage View Cleanup was already done, skipping
Oct 19, 2019 12:46:22 PM DEBUG ModalCtrl: onpause called
Oct 19, 2019 12:46:22 PM DEBUG Killing single stream...
Oct 19, 2019 12:46:22 PM DEBUG NVR: killing  live stream ck:98067
Oct 19, 2019 12:48:40 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&user=admin<password removed>
Oct 19, 2019 12:48:48 PM DEBUG Montage View Cleanup was already done, skipping
Oct 19, 2019 12:48:48 PM DEBUG Monitor Control afterEnter
Oct 19, 2019 12:48:48 PM INFO getMonitors:Force reloading all monitors
Oct 19, 2019 12:48:48 PM INFO sending Cached ZM_MIN_STREAMING_PORT 0
Oct 19, 2019 12:48:48 PM DEBUG ZMS Multiport reported: 0
Oct 19, 2019 12:48:48 PM DEBUG Monitor URL to fetch is:https://[serverip]/zm/api/monitors/index/Type !=:WebSite.json?&user=admin<password removed>
Oct 19, 2019 12:48:48 PM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 12:48:48 PM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 12:48:48 PM DEBUG Inside getMonitors, will also regen connkeys
Oct 19, 2019 12:48:48 PM DEBUG Now trying to get multi-server data, if present
Oct 19, 2019 12:48:48 PM INFO Monitor load was successful, loaded 1 monitors
Oct 19, 2019 12:48:48 PM INFO multi server list loaded
Oct 19, 2019 12:48:48 PM DEBUG Portal scheme is https, will use https for any multi-server without a protocol
Oct 19, 2019 12:48:48 PM DEBUG default multi-server protocol will be:https://
Oct 19, 2019 12:48:48 PM DEBUG No servers matched, filling defaults...
Oct 19, 2019 12:48:48 PM DEBUG Storing streaming=https://[serverip]/zm/cgi-bin recording=https://[serverip]/zm
Oct 19, 2019 12:48:48 PM DEBUG Loading hidden/unhidden status for profile:
Oct 19, 2019 12:48:48 PM DEBUG no packery profile, making sure monitors are show
Oct 19, 2019 12:48:48 PM DEBUG reporting status of monitors from multi-server API
Oct 19, 2019 12:48:49 PM DEBUG MonitorCtrl:Open Monitor Modal with monitor Id=1 and Controllable:0 with control ID:null
Oct 19, 2019 12:48:49 PM INFO Monitor Orientation is: undefined
Oct 19, 2019 12:48:49 PM INFO Using stream mode single
Oct 19, 2019 12:48:49 PM DEBUG MonitorModalCtrl called from app.monitors
Oct 19, 2019 12:48:50 PM DEBUG configurePTZ: called with mid=1
Oct 19, 2019 12:48:50 PM INFO configurePTZ 1 is not PTZ controllable
Oct 19, 2019 12:48:52 PM DEBUG control display is:false
Oct 19, 2019 12:48:52 PM DEBUG Single monitor exited killing stream
Oct 19, 2019 12:48:52 PM DEBUG NVR: killing  live stream ck:701053
Oct 19, 2019 12:48:52 PM DEBUG Single monitor exited killing stream
Oct 19, 2019 12:48:52 PM DEBUG NVR: killing  live stream ck:701053
Oct 19, 2019 12:48:52 PM DEBUG control display is:true
Oct 19, 2019 12:48:52 PM INFO MonitorCtrl:Stopping network pull...
Oct 19, 2019 12:48:52 PM INFO MonitorCtrl:Stopping network pull...


Zoneminder Logs (if applicable)

Zoneminder syslogs at the time the error occurs. Please add context to the logs (don't just add 1-2 lines)
2019-10-19 12:52:26.387762 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 68800 - Analysing at 8.33 fps]
2019-10-19 12:52:25.351467 web_php[26700].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:52:20.843999 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:121200 - Capturing at 16.67 fps, capturing bandwidth 1056130bytes/sec]
2019-10-19 12:52:14.894106 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:121100 - Capturing at 14.29 fps, capturing bandwidth 1061614bytes/sec]
2019-10-19 12:52:14.873683 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 68700 - Analysing at 9.09 fps]
2019-10-19 12:52:12.015310 zmfilter_2[11159].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-19 12:52:11.778170 zmfilter_1[11162].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-19 12:52:10.824715 web_php[14259].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:52:07.753708 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:121000 - Capturing at 14.29 fps, capturing bandwidth 1079646bytes/sec]
2019-10-19 12:52:03.117595 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 68600 - Analysing at 8.33 fps]
2019-10-19 12:52:00.837125 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:120900 - Capturing at 16.67 fps, capturing bandwidth 1063098bytes/sec]
2019-10-19 12:51:55.249680 web_php[14777].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:51:54.229707 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:120800 - Capturing at 14.29 fps, capturing bandwidth 957979bytes/sec]
2019-10-19 12:51:51.104008 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 68500 - Analysing at 8.33 fps]
2019-10-19 12:51:47.674361 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:120700 - Capturing at 16.67 fps, capturing bandwidth 1133550bytes/sec]
2019-10-19 12:51:41.038579 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:120600 - Capturing at 14.29 fps, capturing bandwidth 991072bytes/sec]
2019-10-19 12:51:40.703154 web_php[14777].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:51:39.598665 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 68400 - Analysing at 9.09 fps]
2019-10-19 12:51:34.907204 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:120500 - Capturing at 16.67 fps, capturing bandwidth 1184574bytes/sec]
2019-10-19 12:51:28.843680 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 68300 - Analysing at 8.33 fps]
2019-10-19 12:51:28.774742 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:120400 - Capturing at 14.29 fps, capturing bandwidth 1023126bytes/sec]
2019-10-19 12:51:25.272066 web_php[1072].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:51:21.849037 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:120300 - Capturing at 16.67 fps, capturing bandwidth 1207045bytes/sec]
2019-10-19 12:51:16.838436 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 68200 - Analysing at 9.09 fps]
2019-10-19 12:51:15.501652 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:120200 - Capturing at 16.67 fps, capturing bandwidth 1118100bytes/sec]
2019-10-19 12:51:12.010120 zmfilter_2[11159].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-19 12:51:11.773440 zmfilter_1[11162].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-19 12:51:10.720488 web_php[13865].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:51:09.192933 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:120100 - Capturing at 12.50 fps, capturing bandwidth 970374bytes/sec]
2019-10-19 12:51:05.333177 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 68100 - Analysing at 8.33 fps]
2019-10-19 12:51:01.609139 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:120000 - Capturing at 14.29 fps, capturing bandwidth 967589bytes/sec]
2019-10-19 12:50:55.259384 web_php[26416].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:50:54.834309 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:119900 - Capturing at 14.29 fps, capturing bandwidth 1055521bytes/sec]
2019-10-19 12:50:53.326964 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 68000 - Analysing at 9.09 fps]
2019-10-19 12:50:47.733468 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:119800 - Capturing at 16.67 fps, capturing bandwidth 1178426bytes/sec]
2019-10-19 12:50:42.071779 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 67900 - Analysing at 8.33 fps]
2019-10-19 12:50:41.331818 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:119700 - Capturing at 14.29 fps, capturing bandwidth 1045785bytes/sec]
2019-10-19 12:50:40.708863 web_php[26415].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:50:34.240907 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:119600 - Capturing at 14.29 fps, capturing bandwidth 1033327bytes/sec]
2019-10-19 12:50:30.065860 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 67800 - Analysing at 8.33 fps]
2019-10-19 12:50:27.661508 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:119500 - Capturing at 16.67 fps, capturing bandwidth 1168482bytes/sec]
2019-10-19 12:50:25.241280 web_php[26416].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:50:21.069050 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:119400 - Capturing at 14.29 fps, capturing bandwidth 990104bytes/sec]
2019-10-19 12:50:18.810781 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 67700 - Analysing at 9.09 fps]
2019-10-19 12:50:14.543058 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:119300 - Capturing at 14.29 fps, capturing bandwidth 997123bytes/sec]
2019-10-19 12:50:12.005260 zmfilter_2[11159].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-19 12:50:11.768330 zmfilter_1[11162].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-19 12:50:11.222518 web_php[26415].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:50:07.815564 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:119200 - Capturing at 16.67 fps, capturing bandwidth 1244158bytes/sec]
2019-10-19 12:50:07.305671 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 67600 - Analysing at 8.33 fps]
2019-10-19 12:50:01.110476 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:119100 - Capturing at 14.29 fps, capturing bandwidth 1049755bytes/sec]
2019-10-19 12:49:55.800687 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 67500 - Analysing at 9.09 fps]
2019-10-19 12:49:55.238860 web_php[26609].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:49:54.256680 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:119000 - Capturing at 14.29 fps, capturing bandwidth 1003320bytes/sec]
2019-10-19 12:49:47.628298 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:118900 - Capturing at 14.29 fps, capturing bandwidth 1036240bytes/sec]
2019-10-19 12:49:44.544978 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 67400 - Analysing at 9.09 fps]
2019-10-19 12:49:40.865233 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:118800 - Capturing at 16.67 fps, capturing bandwidth 1084451bytes/sec]
2019-10-19 12:49:40.703230 web_php[14260].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:49:34.433062 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:118700 - Capturing at 14.29 fps, capturing bandwidth 978950bytes/sec]
2019-10-19 12:49:33.029398 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 67300 - Analysing at 8.33 fps]
2019-10-19 12:49:27.935083 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:118600 - Capturing at 16.67 fps, capturing bandwidth 1264611bytes/sec]
2019-10-19 12:49:25.209425 web_php[26609].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:49:21.774300 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 67200 - Analysing at 8.33 fps]
2019-10-19 12:49:21.013101 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:118500 - Capturing at 14.29 fps, capturing bandwidth 939301bytes/sec]
2019-10-19 12:49:14.356154 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:118400 - Capturing at 14.29 fps, capturing bandwidth 937697bytes/sec]
2019-10-19 12:49:11.999670 zmfilter_2[11159].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-19 12:49:11.763620 zmfilter_1[11162].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-19 12:49:10.737960 web_php[14259].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:49:09.758346 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 67100 - Analysing at 9.09 fps]
2019-10-19 12:49:07.662059 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:118300 - Capturing at 14.29 fps, capturing bandwidth 987284bytes/sec]
2019-10-19 12:49:00.874095 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:118200 - Capturing at 16.67 fps, capturing bandwidth 1070267bytes/sec]
2019-10-19 12:48:58.001875 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 67000 - Analysing at 8.33 fps]
2019-10-19 12:48:54.345045 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:118100 - Capturing at 14.29 fps, capturing bandwidth 943317bytes/sec]
2019-10-19 12:48:52.876809 web_php[26496].ERR-/usr/share/zoneminder/www/includes/functions.php/2048 [Socket /var/lib/zoneminder/sock/zms-701053s.sock does not exist.  This file is created by zms, and since it does not exist, either zms did not run, or zms exited early.  Please check your zms logs and ensure that CGI is enabled in apache and check that the PATH_ZMS is set correctly.  Make sure that ZM is actually recording.  If you are trying to view a live stream and the capture process (zmc) is not running then zms will exit. Please go to http://zoneminder.readthedocs.io/en/latest/faq.html#why-can-t-i-see-streamed-images-when-i-can-see-stills-in-the-zone-window-etc for more information.]
2019-10-19 12:48:52.866580 web_php[26416].ERR-/usr/share/zoneminder/www/includes/functions.php/2048 [socket_bind( /var/lib/zoneminder/sock/zms-701053w.sock ) failed: Address already in use]
2019-10-19 12:48:52.864830 web_php[26416].WAR-/usr/share/zoneminder/www/ajax/stream.php/23 [sock file /var/lib/zoneminder/sock/zms-701053w.sock already exists?!  Is someone else talking to zms?]
2019-10-19 12:48:50.220956 web_php[14777].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:48:48.821180 web_php[1072].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:48:48.560677 web_php[14260].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:48:47.766624 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:118000 - Capturing at 16.67 fps, capturing bandwidth 1124763bytes/sec]
2019-10-19 12:48:46.487950 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 66900 - Analysing at 8.33 fps]
2019-10-19 12:48:41.063935 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:117900 - Capturing at 14.29 fps, capturing bandwidth 1011826bytes/sec]
2019-10-19 12:48:40.750115 web_php[14259].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:48:34.732345 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 66800 - Analysing at 9.09 fps]
2019-10-19 12:48:34.231869 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:117800 - Capturing at 14.29 fps, capturing bandwidth 990442bytes/sec]
2019-10-19 12:48:27.966707 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:117700 - Capturing at 14.29 fps, capturing bandwidth 1095789bytes/sec]
2019-10-19 12:48:23.727037 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 66700 - Analysing at 8.33 fps]
2019-10-19 12:48:20.845280 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:117600 - Capturing at 16.67 fps, capturing bandwidth 1141312bytes/sec]
2019-10-19 12:48:14.335776 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:117500 - Capturing at 14.29 fps, capturing bandwidth 1001199bytes/sec]
2019-10-19 12:48:11.993620 zmfilter_2[11159].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-19 12:48:11.971147 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 66600 - Analysing at 10.00 fps]
2019-10-19 12:48:11.758180 zmfilter_1[11162].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-19 12:48:07.675473 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:117400 - Capturing at 16.67 fps, capturing bandwidth 1228171bytes/sec]
2019-10-19 12:48:02.291670 zmaudit[19947].INF-zmaudit.pl [Deleted 0 log table entries by time]
2019-10-19 12:48:02.283380 zmaudit[19947].INF-zmaudit.pl [Auditing All Storage Areas]
2019-10-19 12:48:01.215998 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 66500 - Analysing at 8.33 fps]
2019-10-19 12:48:01.130133 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:117300 - Capturing at 14.29 fps, capturing bandwidth 1056777bytes/sec]
2019-10-19 12:47:54.321447 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:117200 - Capturing at 14.29 fps, capturing bandwidth 1010510bytes/sec]
2019-10-19 12:47:49.710253 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 66400 - Analysing at 8.33 fps]
2019-10-19 12:47:47.949104 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:117100 - Capturing at 14.29 fps, capturing bandwidth 1048608bytes/sec]
2019-10-19 12:47:40.890412 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:117000 - Capturing at 16.67 fps, capturing bandwidth 1121784bytes/sec]
2019-10-19 12:47:37.953658 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 66300 - Analysing at 9.09 fps]
2019-10-19 12:47:34.485753 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:116900 - Capturing at 14.29 fps, capturing bandwidth 1036156bytes/sec]
2019-10-19 12:47:27.738567 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:116800 - Capturing at 14.29 fps, capturing bandwidth 992628bytes/sec]
2019-10-19 12:47:26.446115 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 66200 - Analysing at 9.09 fps]
2019-10-19 12:47:20.851672 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:116700 - Capturing at 16.67 fps, capturing bandwidth 1155720bytes/sec]
2019-10-19 12:47:15.440868 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 66100 - Analysing at 8.33 fps]
2019-10-19 12:47:14.814772 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:116600 - Capturing at 14.29 fps, capturing bandwidth 1019201bytes/sec]
2019-10-19 12:47:11.988770 zmfilter_2[11159].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-19 12:47:11.753650 zmfilter_1[11162].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-19 12:47:07.674124 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:116500 - Capturing at 16.67 fps, capturing bandwidth 1156663bytes/sec]
2019-10-19 12:47:03.682690 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 66000 - Analysing at 9.09 fps]
2019-10-19 12:47:01.442637 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:116400 - Capturing at 14.29 fps, capturing bandwidth 1072239bytes/sec]
2019-10-19 12:46:54.434371 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:116300 - Capturing at 16.67 fps, capturing bandwidth 1125046bytes/sec]
2019-10-19 12:46:52.177018 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 65900 - Analysing at 8.33 fps]
2019-10-19 12:46:48.051557 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:116200 - Capturing at 12.50 fps, capturing bandwidth 924989bytes/sec]
2019-10-19 12:46:40.857602 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:116100 - Capturing at 16.67 fps, capturing bandwidth 1069246bytes/sec]
2019-10-19 12:46:40.671142 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 65800 - Analysing at 9.09 fps]
2019-10-19 12:46:34.974379 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:116000 - Capturing at 16.67 fps, capturing bandwidth 1170069bytes/sec]
2019-10-19 12:46:29.415103 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 65700 - Analysing at 8.33 fps]
2019-10-19 12:46:28.375401 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:115900 - Capturing at 12.50 fps, capturing bandwidth 946445bytes/sec]
2019-10-19 12:46:22.599740 web_php[26415].ERR-/usr/share/zoneminder/www/includes/functions.php/2048 [Socket /var/lib/zoneminder/sock/zms-527517s.sock does not exist.  This file is created by zms, and since it does not exist, either zms did not run, or zms exited early.  Please check your zms logs and ensure that CGI is enabled in apache and check that the PATH_ZMS is set correctly.  Make sure that ZM is actually recording.  If you are trying to view a live stream and the capture process (zmc) is not running then zms will exit. Please go to http://zoneminder.readthedocs.io/en/latest/faq.html#why-can-t-i-see-streamed-images-when-i-can-see-stills-in-the-zone-window-etc for more information.]
2019-10-19 12:46:22.598307 web_php[1072].ERR-/usr/share/zoneminder/www/includes/functions.php/2048 [Socket /var/lib/zoneminder/sock/zms-001918s.sock does not exist.  This file is created by zms, and since it does not exist, either zms did not run, or zms exited early.  Please check your zms logs and ensure that CGI is enabled in apache and check that the PATH_ZMS is set correctly.  Make sure that ZM is actually recording.  If you are trying to view a live stream and the capture process (zmc) is not running then zms will exit. Please go to http://zoneminder.readthedocs.io/en/latest/faq.html#why-can-t-i-see-streamed-images-when-i-can-see-stills-in-the-zone-window-etc for more information.]
2019-10-19 12:46:22.596111 web_php[13858].ERR-/usr/share/zoneminder/www/includes/functions.php/2048 [Socket /var/lib/zoneminder/sock/zms-098067s.sock does not exist.  This file is created by zms, and since it does not exist, either zms did not run, or zms exited early.  Please check your zms logs and ensure that CGI is enabled in apache and check that the PATH_ZMS is set correctly.  Make sure that ZM is actually recording.  If you are trying to view a live stream and the capture process (zmc) is not running then zms will exit. Please go to http://zoneminder.readthedocs.io/en/latest/faq.html#why-can-t-i-see-streamed-images-when-i-can-see-stills-in-the-zone-window-etc for more information.]
2019-10-19 12:46:20.862194 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:115800 - Capturing at 16.67 fps, capturing bandwidth 1169059bytes/sec]
2019-10-19 12:46:17.659319 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 65600 - Analysing at 9.09 fps]
2019-10-19 12:46:14.416362 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:115700 - Capturing at 14.29 fps, capturing bandwidth 1011337bytes/sec]
2019-10-19 12:46:11.983420 zmfilter_2[11159].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-19 12:46:11.748760 zmfilter_1[11162].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-19 12:46:09.497277 web_php[13865].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:46:07.727060 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:115600 - Capturing at 14.29 fps, capturing bandwidth 1027644bytes/sec]
2019-10-19 12:46:06.153829 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 65500 - Analysing at 8.33 fps]
2019-10-19 12:46:05.306998 web_php[14777].ERR-/usr/share/zoneminder/www/includes/functions.php/2048 [Socket /var/lib/zoneminder/sock/zms-527517s.sock does not exist.  This file is created by zms, and since it does not exist, either zms did not run, or zms exited early.  Please check your zms logs and ensure that CGI is enabled in apache and check that the PATH_ZMS is set correctly.  Make sure that ZM is actually recording.  If you are trying to view a live stream and the capture process (zmc) is not running then zms will exit. Please go to http://zoneminder.readthedocs.io/en/latest/faq.html#why-can-t-i-see-streamed-images-when-i-can-see-stills-in-the-zone-window-etc for more information.]
2019-10-19 12:46:05.300517 web_php[14759].ERR-/usr/share/zoneminder/www/includes/functions.php/2048 [Socket /var/lib/zoneminder/sock/zms-001918s.sock does not exist.  This file is created by zms, and since it does not exist, either zms did not run, or zms exited early.  Please check your zms logs and ensure that CGI is enabled in apache and check that the PATH_ZMS is set correctly.  Make sure that ZM is actually recording.  If you are trying to view a live stream and the capture process (zmc) is not running then zms will exit. Please go to http://zoneminder.readthedocs.io/en/latest/faq.html#why-can-t-i-see-streamed-images-when-i-can-see-stills-in-the-zone-window-etc for more information.]
2019-10-19 12:46:05.183604 web_php[14260].ERR-/usr/share/zoneminder/www/includes/functions.php/2048 [Socket /var/lib/zoneminder/sock/zms-098067s.sock does not exist.  This file is created by zms, and since it does not exist, either zms did not run, or zms exited early.  Please check your zms logs and ensure that CGI is enabled in apache and check that the PATH_ZMS is set correctly.  Make sure that ZM is actually recording.  If you are trying to view a live stream and the capture process (zmc) is not running then zms will exit. Please go to http://zoneminder.readthedocs.io/en/latest/faq.html#why-can-t-i-see-streamed-images-when-i-can-see-stills-in-the-zone-window-etc for more information.]
2019-10-19 12:46:00.856593 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:115500 - Capturing at 16.67 fps, capturing bandwidth 1091337bytes/sec]
2019-10-19 12:45:54.648228 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 65400 - Analysing at 9.09 fps]
2019-10-19 12:45:54.250822 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:115400 - Capturing at 16.67 fps, capturing bandwidth 1064320bytes/sec]
2019-10-19 12:45:48.535636 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:115300 - Capturing at 12.50 fps, capturing bandwidth 965030bytes/sec]
2019-10-19 12:45:44.234772 web_php[13858].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:45:44.227658 web_php[1072].ERR-/usr/share/zoneminder/www/includes/functions.php/2048 [Socket /var/lib/zoneminder/sock/zms-098067s.sock does not exist.  This file is created by zms, and since it does not exist, either zms did not run, or zms exited early.  Please check your zms logs and ensure that CGI is enabled in apache and check that the PATH_ZMS is set correctly.  Make sure that ZM is actually recording.  If you are trying to view a live stream and the capture process (zmc) is not running then zms will exit. Please go to http://zoneminder.readthedocs.io/en/latest/faq.html#why-can-t-i-see-streamed-images-when-i-can-see-stills-in-the-zone-window-etc for more information.]
2019-10-19 12:45:43.142986 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 65300 - Analysing at 8.33 fps]
2019-10-19 12:45:42.479453 web_php[14759].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:45:42.175491 web_php[14545].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:45:40.836886 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:115200 - Capturing at 16.67 fps, capturing bandwidth 1108498bytes/sec]
2019-10-19 12:45:39.607516 web_php[26496].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:45:34.289357 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:115100 - Capturing at 14.29 fps, capturing bandwidth 1008189bytes/sec]
2019-10-19 12:45:31.137124 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 65200 - Analysing at 9.09 fps]
2019-10-19 12:45:27.799204 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:115000 - Capturing at 16.67 fps, capturing bandwidth 1180704bytes/sec]
2019-10-19 12:45:21.496811 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:114900 - Capturing at 16.67 fps, capturing bandwidth 1143194bytes/sec]
2019-10-19 12:45:20.132072 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 65100 - Analysing at 8.33 fps]
2019-10-19 12:45:15.034388 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:114800 - Capturing at 12.50 fps, capturing bandwidth 945547bytes/sec]
2019-10-19 12:45:11.978480 zmfilter_2[11159].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-19 12:45:11.743650 zmfilter_1[11162].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-19 12:45:08.376898 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 65000 - Analysing at 8.33 fps]
2019-10-19 12:45:07.978000 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:114700 - Capturing at 14.29 fps, capturing bandwidth 1007754bytes/sec]
2019-10-19 12:45:00.866927 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:114600 - Capturing at 16.67 fps, capturing bandwidth 1072268bytes/sec]
2019-10-19 12:44:56.371377 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 64900 - Analysing at 8.33 fps]
2019-10-19 12:44:54.325205 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:114500 - Capturing at 14.29 fps, capturing bandwidth 1040031bytes/sec]
2019-10-19 12:44:47.651122 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:114400 - Capturing at 16.67 fps, capturing bandwidth 1129451bytes/sec]
2019-10-19 12:44:44.615143 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 64800 - Analysing at 9.09 fps]
2019-10-19 12:44:41.027589 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:114300 - Capturing at 14.29 fps, capturing bandwidth 1006655bytes/sec]
2019-10-19 12:44:34.682651 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:114200 - Capturing at 14.29 fps, capturing bandwidth 1021135bytes/sec]
2019-10-19 12:44:33.360028 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 64700 - Analysing at 8.33 fps]
2019-10-19 12:44:27.641362 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:114100 - Capturing at 16.67 fps, capturing bandwidth 1249588bytes/sec]
2019-10-19 12:44:21.604553 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 64600 - Analysing at 9.09 fps]
2019-10-19 12:44:21.050858 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:114000 - Capturing at 14.29 fps, capturing bandwidth 1017660bytes/sec]
2019-10-19 12:44:19.501991 web_php[1072].ERR-/usr/share/zoneminder/www/includes/functions.php/2048 [Socket /var/lib/zoneminder/sock/zms-527517s.sock does not exist.  This file is created by zms, and since it does not exist, either zms did not run, or zms exited early.  Please check your zms logs and ensure that CGI is enabled in apache and check that the PATH_ZMS is set correctly.  Make sure that ZM is actually recording.  If you are trying to view a live stream and the capture process (zmc) is not running then zms will exit. Please go to http://zoneminder.readthedocs.io/en/latest/faq.html#why-can-t-i-see-streamed-images-when-i-can-see-stills-in-the-zone-window-etc for more information.]
2019-10-19 12:44:19.497476 web_php[13865].ERR-/usr/share/zoneminder/www/includes/functions.php/2048 [Socket /var/lib/zoneminder/sock/zms-001918s.sock does not exist.  This file is created by zms, and since it does not exist, either zms did not run, or zms exited early.  Please check your zms logs and ensure that CGI is enabled in apache and check that the PATH_ZMS is set correctly.  Make sure that ZM is actually recording.  If you are trying to view a live stream and the capture process (zmc) is not running then zms will exit. Please go to http://zoneminder.readthedocs.io/en/latest/faq.html#why-can-t-i-see-streamed-images-when-i-can-see-stills-in-the-zone-window-etc for more information.]
2019-10-19 12:44:14.293083 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:113900 - Capturing at 16.67 fps, capturing bandwidth 1178187bytes/sec]
2019-10-19 12:44:11.973760 zmfilter_2[11159].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-19 12:44:11.739660 zmfilter_1[11162].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-19 12:44:11.648319 web_php[13865].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:44:10.092660 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 64500 - Analysing at 8.33 fps]
2019-10-19 12:44:08.165472 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:113800 - Capturing at 14.29 fps, capturing bandwidth 1080128bytes/sec]
2019-10-19 12:44:01.305982 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:113700 - Capturing at 14.29 fps, capturing bandwidth 1057496bytes/sec]
2019-10-19 12:43:58.836926 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 64400 - Analysing at 9.09 fps]
2019-10-19 12:43:54.480329 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:113600 - Capturing at 14.29 fps, capturing bandwidth 994469bytes/sec]
2019-10-19 12:43:47.895871 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:113500 - Capturing at 16.67 fps, capturing bandwidth 1250238bytes/sec]
2019-10-19 12:43:47.331575 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 64300 - Analysing at 8.33 fps]
2019-10-19 12:43:41.720976 web_php[14259].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:43:41.572708 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:113400 - Capturing at 16.67 fps, capturing bandwidth 1163873bytes/sec]
2019-10-19 12:43:35.826202 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 64200 - Analysing at 9.09 fps]
2019-10-19 12:43:35.086657 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:113300 - Capturing at 14.29 fps, capturing bandwidth 944998bytes/sec]
2019-10-19 12:43:28.438859 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:113200 - Capturing at 14.29 fps, capturing bandwidth 1061999bytes/sec]
2019-10-19 12:43:24.070842 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 64100 - Analysing at 8.33 fps]
2019-10-19 12:43:21.217187 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:113100 - Capturing at 14.29 fps, capturing bandwidth 1028486bytes/sec]
2019-10-19 12:43:14.287423 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:113000 - Capturing at 14.29 fps, capturing bandwidth 1057907bytes/sec]
2019-10-19 12:43:12.564448 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 64000 - Analysing at 9.09 fps]
2019-10-19 12:43:11.968780 zmfilter_2[11159].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-19 12:43:11.734530 zmfilter_1[11162].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-19 12:43:11.626041 web_php[14259].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-19 12:43:07.667675 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:112900 - Capturing at 16.67 fps, capturing bandwidth 1178404bytes/sec]
2019-10-19 12:43:01.558946 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 63900 - Analysing at 8.33 fps]
2019-10-19 12:43:01.512491 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:112800 - Capturing at 14.29 fps, capturing bandwidth 1033954bytes/sec]
2019-10-19 12:42:54.688377 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:112700 - Capturing at 14.29 fps, capturing bandwidth 1067164bytes/sec]
2019-10-19 12:42:49.802960 zma_m1[14701].INF-zm_monitor.cpp/1247 [Monitor-1: 63800 - Analysing at 9.09 fps]
2019-10-19 12:42:47.822425 zmc_m1[14653].INF-zm_monitor.cpp/2477 [Monitor-1: images:112600 - Capturing at 16.67 fps, capturing bandwidth 1210157bytes/sec]


Web Server Error Logs (if applicable, especially for streaming errors or API error)

[root@ip-172-31-1-60 httpd]# cat error_log
[Fri Oct 18 03:54:12.347977 2019] [core:notice] [pid 17021] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Fri Oct 18 03:54:12.349236 2019] [suexec:notice] [pid 17021] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Fri Oct 18 03:54:12.374312 2019] [lbmethod_heartbeat:notice] [pid 17021] AH02282: No slotmem from mod_heartmonitor
[Fri Oct 18 03:54:12.397525 2019] [mpm_prefork:notice] [pid 17021] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16 configured -- resuming normal operations
[Fri Oct 18 03:54:12.397556 2019] [core:notice] [pid 17021] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
Name "ZoneMinder::ONVIF::verbose" used only once: possible typo at /usr/bin/zmonvif-probe.pl line 81.

Thanks!

@welcome
Copy link

welcome bot commented Oct 19, 2019

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you follow the issue template or I may not respond.

@pliablepixels
Copy link
Member

Please see my comment above. Login access would help.

@nerdamigo
Copy link
Author

Apologies if I’m being dense here - which comment are you referring to? And do you mean login access to my Zoneminder server?

@pliablepixels
Copy link
Member

Uh oh. Sorry wrong issue. I’ll take a look tomorrow.

@nerdamigo
Copy link
Author

No worries! Appreciate the help. Happy to provide access / hop on a screen share if any of that would help.

Please let me know if you’d like to take a look at any other logs / data.

@pliablepixels
Copy link
Member

Hi, looking at your logs, it doesn't look like you've enabled AUTH_HASH_LOGINS and/or AUTH_RELAY. I might be wrong though. The reason I say this is because your authentication log shows &user=xxxx which should be &auth=xxxx Can you please make sure you have followed everything at https://zmninja.readthedocs.io/en/latest/guides/FAQ.html#live-streaming-issues ?

@nerdamigo
Copy link
Author

Hash logins was on (it’s a recent setup so you may be seeing errors from before I had enabled it). I did try turning relay to hashed and restarting zm, to no avail.

@nerdamigo
Copy link
Author

It does seem now that with auth_relay set to hashed that the web console broke too.

@nerdamigo
Copy link
Author

Yeah, and now the desktop version of zmninja is broken as well. Developer tools log shows a whole lot of:

GET /cgi-bin-zm/nph-zms?mode=single&monitor=1&scale=50&rand=15716283220801&buffer=1000&auth=446d63a88c6f2880d2c51be8fb1caaf0

They all fail with 0 byte responses (specifically ERR_EMPTY_RESPONSE)

This is the same in both the web console and in desktop zmninja

@nerdamigo
Copy link
Author

Also seeing


2019-10-20 20:30:16 | zms_m1 |   | 7943 | ERR | Unable to authenticate user | zms.cpp
-- | -- | -- | -- | -- | -- | --



In the ZM logs when the web console (or desktop console) is open. Really doesn't seem to like the hashing.

@pliablepixels
Copy link
Member

That generally means you have a ZM misconfiguration somewhere (possibly timezone mismatch). The mobile version needs both AUTH_RELAY and AUTH_HASH_LOGINS.

@nerdamigo
Copy link
Author

nerdamigo commented Oct 22, 2019

Okay - so I've now aligned the system timezone with what is set in php settings (they were set to UTC and Americas/Los_Angeles respectively).

Now the web console for zoneminder works again with AUTH_RELAY set to "hashed" and AUTH_HASH_LOGINS enabled. This change also fixed zmNinja desktop - it is working as intended!

Now I think we're getting somewhere diagnostically though, as the iOS app is still not working. I still just see the gray square with the three dots.

Here is the log output from zoneminder now (with iOS app running):

2019-10-21 17:50:55.811768 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:924500 - Capturing at 14.29 fps, capturing bandwidth 951006bytes/sec]
2019-10-21 17:50:48.894088 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:924400 - Capturing at 16.67 fps, capturing bandwidth 1191033bytes/sec]
2019-10-21 17:50:42.097378 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:924300 - Capturing at 14.29 fps, capturing bandwidth 969122bytes/sec]
2019-10-21 17:50:35.747379 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:924200 - Capturing at 16.67 fps, capturing bandwidth 1148327bytes/sec]
2019-10-21 17:50:29.201561 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:924100 - Capturing at 14.29 fps, capturing bandwidth 1000755bytes/sec]
2019-10-21 17:50:22.174223 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:924000 - Capturing at 14.29 fps, capturing bandwidth 920532bytes/sec]
2019-10-21 17:50:15.732404 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:923900 - Capturing at 16.67 fps, capturing bandwidth 1098128bytes/sec]
2019-10-21 17:50:15.202990 zmfilter_2[5119].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-21 17:50:14.508030 zmfilter_1[5104].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-21 17:50:09.285613 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:923800 - Capturing at 14.29 fps, capturing bandwidth 1049564bytes/sec]
2019-10-21 17:50:02.128254 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:923700 - Capturing at 14.29 fps, capturing bandwidth 921199bytes/sec]
2019-10-21 17:49:55.636545 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:923600 - Capturing at 14.29 fps, capturing bandwidth 955814bytes/sec]
2019-10-21 17:49:48.990600 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:923500 - Capturing at 16.67 fps, capturing bandwidth 1132747bytes/sec]
2019-10-21 17:49:42.294222 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:923400 - Capturing at 14.29 fps, capturing bandwidth 923334bytes/sec]
2019-10-21 17:49:35.774995 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:923300 - Capturing at 16.67 fps, capturing bandwidth 1040744bytes/sec]
2019-10-21 17:49:29.968272 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:923200 - Capturing at 16.67 fps, capturing bandwidth 1093040bytes/sec]
2019-10-21 17:49:23.968483 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:923100 - Capturing at 12.50 fps, capturing bandwidth 1035084bytes/sec]
2019-10-21 17:49:15.725300 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:923000 - Capturing at 14.29 fps, capturing bandwidth 952120bytes/sec]
2019-10-21 17:49:15.198450 zmfilter_2[5119].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-21 17:49:14.503590 zmfilter_1[5104].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-21 17:49:08.907236 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:922900 - Capturing at 16.67 fps, capturing bandwidth 1120588bytes/sec]
2019-10-21 17:49:02.338402 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:922800 - Capturing at 14.29 fps, capturing bandwidth 996602bytes/sec]
2019-10-21 17:48:55.660887 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:922700 - Capturing at 16.67 fps, capturing bandwidth 1095564bytes/sec]
2019-10-21 17:48:49.306617 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:922600 - Capturing at 14.29 fps, capturing bandwidth 904829bytes/sec]
2019-10-21 17:48:42.766941 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:922500 - Capturing at 14.29 fps, capturing bandwidth 1016288bytes/sec]
2019-10-21 17:48:35.517377 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:922400 - Capturing at 16.67 fps, capturing bandwidth 1055906bytes/sec]
2019-10-21 17:48:29.057965 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:922300 - Capturing at 14.29 fps, capturing bandwidth 984666bytes/sec]
2019-10-21 17:48:22.133790 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:922200 - Capturing at 14.29 fps, capturing bandwidth 984185bytes/sec]
2019-10-21 17:48:15.711915 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:922100 - Capturing at 16.67 fps, capturing bandwidth 1105068bytes/sec]
2019-10-21 17:48:15.193350 zmfilter_2[5119].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-21 17:48:14.495260 zmfilter_1[5104].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-21 17:48:09.305511 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:922000 - Capturing at 14.29 fps, capturing bandwidth 1003207bytes/sec]
2019-10-21 17:48:02.654401 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:921900 - Capturing at 14.29 fps, capturing bandwidth 1033434bytes/sec]
2019-10-21 17:47:55.589967 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:921800 - Capturing at 14.29 fps, capturing bandwidth 960090bytes/sec]
2019-10-21 17:47:48.877173 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:921700 - Capturing at 16.67 fps, capturing bandwidth 1108404bytes/sec]
2019-10-21 17:47:42.094390 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:921600 - Capturing at 14.29 fps, capturing bandwidth 926268bytes/sec]
2019-10-21 17:47:35.519353 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:921500 - Capturing at 14.29 fps, capturing bandwidth 958731bytes/sec]
2019-10-21 17:47:28.998011 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:921400 - Capturing at 16.67 fps, capturing bandwidth 1186563bytes/sec]
2019-10-21 17:47:22.170666 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:921300 - Capturing at 14.29 fps, capturing bandwidth 922648bytes/sec]
2019-10-21 17:47:15.526704 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:921200 - Capturing at 16.67 fps, capturing bandwidth 1081814bytes/sec]
2019-10-21 17:47:15.188760 zmfilter_2[5119].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-21 17:47:14.490430 zmfilter_1[5104].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-21 17:47:09.282519 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:921100 - Capturing at 14.29 fps, capturing bandwidth 1034904bytes/sec]
2019-10-21 17:47:02.110754 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:921000 - Capturing at 14.29 fps, capturing bandwidth 923578bytes/sec]
2019-10-21 17:46:58.024257 zms_m1[18917].INF-zm_user.cpp/126 [Authenticated user 'admin']
2019-10-21 17:46:55.526261 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:920900 - Capturing at 14.29 fps, capturing bandwidth 913357bytes/sec]
2019-10-21 17:46:48.912096 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:920800 - Capturing at 16.67 fps, capturing bandwidth 1091302bytes/sec]
2019-10-21 17:46:42.700953 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:920700 - Capturing at 14.29 fps, capturing bandwidth 1041817bytes/sec]
2019-10-21 17:46:35.575853 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:920600 - Capturing at 14.29 fps, capturing bandwidth 960977bytes/sec]
2019-10-21 17:46:28.831240 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:920500 - Capturing at 16.67 fps, capturing bandwidth 1135238bytes/sec]
2019-10-21 17:46:22.123449 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:920400 - Capturing at 14.29 fps, capturing bandwidth 949338bytes/sec]
2019-10-21 17:46:15.516245 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:920300 - Capturing at 14.29 fps, capturing bandwidth 978662bytes/sec]
2019-10-21 17:46:15.181910 zmfilter_2[5119].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-21 17:46:14.485880 zmfilter_1[5104].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-21 17:46:08.817699 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:920200 - Capturing at 16.67 fps, capturing bandwidth 1149727bytes/sec]
2019-10-21 17:46:02.474957 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:920100 - Capturing at 14.29 fps, capturing bandwidth 949527bytes/sec]
2019-10-21 17:45:55.449887 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:920000 - Capturing at 14.29 fps, capturing bandwidth 1022051bytes/sec]
2019-10-21 17:45:48.847638 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:919900 - Capturing at 16.67 fps, capturing bandwidth 1120044bytes/sec]
2019-10-21 17:45:42.090952 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:919800 - Capturing at 14.29 fps, capturing bandwidth 911825bytes/sec]
2019-10-21 17:45:35.576816 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:919700 - Capturing at 14.29 fps, capturing bandwidth 958523bytes/sec]
2019-10-21 17:45:31.223852 web_php[23413].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-21 17:45:28.861768 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:919600 - Capturing at 16.67 fps, capturing bandwidth 1159881bytes/sec]
2019-10-21 17:45:22.941930 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:919500 - Capturing at 14.29 fps, capturing bandwidth 1090162bytes/sec]
2019-10-21 17:45:15.850245 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:919400 - Capturing at 16.67 fps, capturing bandwidth 1114743bytes/sec]
2019-10-21 17:45:15.177640 zmfilter_2[5119].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-21 17:45:14.479180 zmfilter_1[5104].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-21 17:45:09.861027 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:919300 - Capturing at 14.29 fps, capturing bandwidth 1031811bytes/sec]
2019-10-21 17:45:05.641052 zms_m1[18275].INF-zm_signal.cpp/40 [Got signal 15 (Terminated), exiting]
2019-10-21 17:45:02.717468 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:919200 - Capturing at 16.67 fps, capturing bandwidth 1125064bytes/sec]
2019-10-21 17:44:56.480999 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:919100 - Capturing at 14.29 fps, capturing bandwidth 1137673bytes/sec]
2019-10-21 17:44:49.640278 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:919000 - Capturing at 14.29 fps, capturing bandwidth 1144414bytes/sec]
2019-10-21 17:44:42.230747 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:918900 - Capturing at 14.29 fps, capturing bandwidth 936668bytes/sec]
2019-10-21 17:44:35.769728 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:918800 - Capturing at 16.67 fps, capturing bandwidth 1099532bytes/sec]
2019-10-21 17:44:29.110915 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:918700 - Capturing at 14.29 fps, capturing bandwidth 985278bytes/sec]
2019-10-21 17:44:22.212191 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:918600 - Capturing at 14.29 fps, capturing bandwidth 936264bytes/sec]
2019-10-21 17:44:15.633553 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:918500 - Capturing at 16.67 fps, capturing bandwidth 1087841bytes/sec]
2019-10-21 17:44:15.172460 zmfilter_2[5119].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-21 17:44:14.473790 zmfilter_1[5104].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-21 17:44:09.177561 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:918400 - Capturing at 14.29 fps, capturing bandwidth 1043945bytes/sec]
2019-10-21 17:44:02.335705 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:918300 - Capturing at 14.29 fps, capturing bandwidth 905959bytes/sec]
2019-10-21 17:43:55.734802 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:918200 - Capturing at 16.67 fps, capturing bandwidth 1139136bytes/sec]
2019-10-21 17:43:49.183878 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:918100 - Capturing at 14.29 fps, capturing bandwidth 983800bytes/sec]
2019-10-21 17:43:42.170589 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:918000 - Capturing at 14.29 fps, capturing bandwidth 967534bytes/sec]
2019-10-21 17:43:35.544081 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:917900 - Capturing at 16.67 fps, capturing bandwidth 1027936bytes/sec]
2019-10-21 17:43:29.252423 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:917800 - Capturing at 14.29 fps, capturing bandwidth 959812bytes/sec]
2019-10-21 17:43:22.170466 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:917700 - Capturing at 14.29 fps, capturing bandwidth 944134bytes/sec]
2019-10-21 17:43:15.633468 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:917600 - Capturing at 16.67 fps, capturing bandwidth 1061160bytes/sec]
2019-10-21 17:43:15.167470 zmfilter_2[5119].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-21 17:43:14.469480 zmfilter_1[5104].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-21 17:43:09.106278 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:917500 - Capturing at 14.29 fps, capturing bandwidth 992606bytes/sec]
2019-10-21 17:43:02.193959 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:917400 - Capturing at 14.29 fps, capturing bandwidth 948490bytes/sec]
2019-10-21 17:42:55.539699 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:917300 - Capturing at 16.67 fps, capturing bandwidth 1086192bytes/sec]
2019-10-21 17:42:49.403119 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:917200 - Capturing at 14.29 fps, capturing bandwidth 1005975bytes/sec]
2019-10-21 17:42:42.213177 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:917100 - Capturing at 14.29 fps, capturing bandwidth 910747bytes/sec]
2019-10-21 17:42:35.660358 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:917000 - Capturing at 16.67 fps, capturing bandwidth 1062089bytes/sec]
2019-10-21 17:42:29.344978 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:916900 - Capturing at 14.29 fps, capturing bandwidth 1019419bytes/sec]
2019-10-21 17:42:22.248827 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:916800 - Capturing at 14.29 fps, capturing bandwidth 934954bytes/sec]
2019-10-21 17:42:15.876697 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:916700 - Capturing at 16.67 fps, capturing bandwidth 1094570bytes/sec]
2019-10-21 17:42:15.147260 zmfilter_2[5119].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-21 17:42:14.464630 zmfilter_1[5104].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-21 17:42:09.236467 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:916600 - Capturing at 14.29 fps, capturing bandwidth 969458bytes/sec]
2019-10-21 17:42:02.191848 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:916500 - Capturing at 14.29 fps, capturing bandwidth 893299bytes/sec]
2019-10-21 17:41:55.639877 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:916400 - Capturing at 14.29 fps, capturing bandwidth 930461bytes/sec]
2019-10-21 17:41:48.961452 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:916300 - Capturing at 16.67 fps, capturing bandwidth 1155242bytes/sec]
2019-10-21 17:41:42.203373 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:916200 - Capturing at 14.29 fps, capturing bandwidth 915460bytes/sec]
2019-10-21 17:41:35.521079 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:916100 - Capturing at 16.67 fps, capturing bandwidth 1033429bytes/sec]
2019-10-21 17:41:29.229901 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:916000 - Capturing at 14.29 fps, capturing bandwidth 961867bytes/sec]
2019-10-21 17:41:22.194884 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:915900 - Capturing at 14.29 fps, capturing bandwidth 901666bytes/sec]
2019-10-21 17:41:15.552123 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:915800 - Capturing at 16.67 fps, capturing bandwidth 1025010bytes/sec]
2019-10-21 17:41:15.141810 zmfilter_2[5119].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-21 17:41:14.459980 zmfilter_1[5104].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-21 17:41:09.222807 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:915700 - Capturing at 14.29 fps, capturing bandwidth 957881bytes/sec]
2019-10-21 17:41:02.200377 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:915600 - Capturing at 14.29 fps, capturing bandwidth 945360bytes/sec]
2019-10-21 17:40:55.647381 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:915500 - Capturing at 16.67 fps, capturing bandwidth 1058614bytes/sec]
2019-10-21 17:40:49.099259 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:915400 - Capturing at 14.29 fps, capturing bandwidth 967903bytes/sec]
2019-10-21 17:40:42.204126 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:915300 - Capturing at 14.29 fps, capturing bandwidth 873133bytes/sec]
2019-10-21 17:40:35.815732 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:915200 - Capturing at 14.29 fps, capturing bandwidth 1057086bytes/sec]
2019-10-21 17:40:28.994174 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:915100 - Capturing at 16.67 fps, capturing bandwidth 1142520bytes/sec]
2019-10-21 17:40:22.180234 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:915000 - Capturing at 16.67 fps, capturing bandwidth 1023736bytes/sec]
2019-10-21 17:40:20.187349 web_php[17498].INF-/usr/share/zoneminder/www/includes/auth.php/50 [Login successful for user "admin"]
2019-10-21 17:40:16.449178 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:914900 - Capturing at 12.50 fps, capturing bandwidth 1005932bytes/sec]
2019-10-21 17:40:15.122260 zmfilter_2[5119].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-21 17:40:14.455150 zmfilter_1[5104].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-21 17:40:08.346018 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:914800 - Capturing at 14.29 fps, capturing bandwidth 932102bytes/sec]
2019-10-21 17:40:01.687309 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:914700 - Capturing at 16.67 fps, capturing bandwidth 1076057bytes/sec]
2019-10-21 17:39:55.113263 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:914600 - Capturing at 14.29 fps, capturing bandwidth 951532bytes/sec]
2019-10-21 17:39:48.295954 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:914500 - Capturing at 14.29 fps, capturing bandwidth 928284bytes/sec]
2019-10-21 17:39:41.725232 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:914400 - Capturing at 14.29 fps, capturing bandwidth 1063401bytes/sec]
2019-10-21 17:39:34.955232 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:914300 - Capturing at 16.67 fps, capturing bandwidth 1087882bytes/sec]
2019-10-21 17:39:28.677737 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:914200 - Capturing at 14.29 fps, capturing bandwidth 971121bytes/sec]
2019-10-21 17:39:21.738418 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:914100 - Capturing at 16.67 fps, capturing bandwidth 1133702bytes/sec]
2019-10-21 17:39:15.117170 zmfilter_2[5119].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-21 17:39:15.019676 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:914000 - Capturing at 14.29 fps, capturing bandwidth 960998bytes/sec]
2019-10-21 17:39:14.449360 zmfilter_1[5104].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-21 17:39:08.391002 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:913900 - Capturing at 14.29 fps, capturing bandwidth 919436bytes/sec]
2019-10-21 17:39:01.814306 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:913800 - Capturing at 16.67 fps, capturing bandwidth 1128597bytes/sec]
2019-10-21 17:38:55.319499 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:913700 - Capturing at 14.29 fps, capturing bandwidth 974273bytes/sec]
2019-10-21 17:38:48.422503 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:913600 - Capturing at 14.29 fps, capturing bandwidth 914612bytes/sec]
2019-10-21 17:38:41.620393 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:913500 - Capturing at 14.29 fps, capturing bandwidth 1099207bytes/sec]
2019-10-21 17:38:34.961544 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:913400 - Capturing at 16.67 fps, capturing bandwidth 1115825bytes/sec]
2019-10-21 17:38:28.384090 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:913300 - Capturing at 14.29 fps, capturing bandwidth 944677bytes/sec]
2019-10-21 17:38:21.775392 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:913200 - Capturing at 16.67 fps, capturing bandwidth 1109661bytes/sec]
2019-10-21 17:38:15.443808 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:913100 - Capturing at 14.29 fps, capturing bandwidth 1000049bytes/sec]
2019-10-21 17:38:15.111680 zmfilter_2[5119].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-21 17:38:14.444340 zmfilter_1[5104].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-21 17:38:08.466062 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:913000 - Capturing at 14.29 fps, capturing bandwidth 1070735bytes/sec]
2019-10-21 17:38:01.600933 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:912900 - Capturing at 16.67 fps, capturing bandwidth 1139803bytes/sec]
2019-10-21 17:37:55.116420 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:912800 - Capturing at 14.29 fps, capturing bandwidth 941357bytes/sec]
2019-10-21 17:37:48.531016 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:912700 - Capturing at 16.67 fps, capturing bandwidth 1084488bytes/sec]
2019-10-21 17:37:42.327815 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:912600 - Capturing at 14.29 fps, capturing bandwidth 973816bytes/sec]
2019-10-21 17:37:35.833597 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:912500 - Capturing at 14.29 fps, capturing bandwidth 1009279bytes/sec]
2019-10-21 17:37:28.467204 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:912400 - Capturing at 16.67 fps, capturing bandwidth 1164497bytes/sec]
2019-10-21 17:37:22.460134 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:912300 - Capturing at 12.50 fps, capturing bandwidth 985874bytes/sec]
2019-10-21 17:37:15.105320 zmfilter_2[5119].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-21 17:37:14.930683 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:912200 - Capturing at 16.67 fps, capturing bandwidth 1053330bytes/sec]
2019-10-21 17:37:14.437240 zmfilter_1[5104].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-21 17:37:08.434419 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:912100 - Capturing at 12.50 fps, capturing bandwidth 1011524bytes/sec]
2019-10-21 17:37:00.139613 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:912000 - Capturing at 14.29 fps, capturing bandwidth 977834bytes/sec]
2019-10-21 17:36:53.429650 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:911900 - Capturing at 16.67 fps, capturing bandwidth 1094027bytes/sec]
2019-10-21 17:36:47.147498 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:911800 - Capturing at 14.29 fps, capturing bandwidth 1069210bytes/sec]
2019-10-21 17:36:40.168840 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:911700 - Capturing at 14.29 fps, capturing bandwidth 922759bytes/sec]
2019-10-21 17:36:33.618273 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:911600 - Capturing at 16.67 fps, capturing bandwidth 1126102bytes/sec]
2019-10-21 17:36:27.064466 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:911500 - Capturing at 14.29 fps, capturing bandwidth 971921bytes/sec]
2019-10-21 17:36:20.213640 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:911400 - Capturing at 14.29 fps, capturing bandwidth 922390bytes/sec]
2019-10-21 17:36:15.098530 zmfilter_2[5119].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-21 17:36:14.431990 zmfilter_1[5104].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-21 17:36:13.585248 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:911300 - Capturing at 16.67 fps, capturing bandwidth 1102279bytes/sec]
2019-10-21 17:36:07.046131 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:911200 - Capturing at 14.29 fps, capturing bandwidth 970150bytes/sec]
2019-10-21 17:36:00.339784 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:911100 - Capturing at 14.29 fps, capturing bandwidth 959055bytes/sec]
2019-10-21 17:35:53.508517 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:911000 - Capturing at 14.29 fps, capturing bandwidth 924220bytes/sec]
2019-10-21 17:35:46.907590 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:910900 - Capturing at 16.67 fps, capturing bandwidth 1140186bytes/sec]
2019-10-21 17:35:40.128634 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:910800 - Capturing at 14.29 fps, capturing bandwidth 937778bytes/sec]
2019-10-21 17:35:33.711737 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:910700 - Capturing at 14.29 fps, capturing bandwidth 943199bytes/sec]
2019-10-21 17:35:26.846817 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:910600 - Capturing at 16.67 fps, capturing bandwidth 1124434bytes/sec]
2019-10-21 17:35:20.237137 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:910500 - Capturing at 14.29 fps, capturing bandwidth 945217bytes/sec]
2019-10-21 17:35:15.093360 zmfilter_2[5119].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-21 17:35:14.427700 zmfilter_1[5104].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-21 17:35:13.596073 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:910400 - Capturing at 14.29 fps, capturing bandwidth 938605bytes/sec]
2019-10-21 17:35:06.838991 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:910300 - Capturing at 16.67 fps, capturing bandwidth 1129299bytes/sec]
2019-10-21 17:35:00.092932 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:910200 - Capturing at 14.29 fps, capturing bandwidth 938116bytes/sec]
2019-10-21 17:34:53.476796 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:910100 - Capturing at 16.67 fps, capturing bandwidth 1086693bytes/sec]
2019-10-21 17:34:47.104300 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:910000 - Capturing at 14.29 fps, capturing bandwidth 998225bytes/sec]
2019-10-21 17:34:43.834774 zms_m1[17998].INF-zm_user.cpp/126 [Authenticated user 'admin']
2019-10-21 17:34:40.154514 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:909900 - Capturing at 14.29 fps, capturing bandwidth 902760bytes/sec]
2019-10-21 17:34:33.546445 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:909800 - Capturing at 14.29 fps, capturing bandwidth 934956bytes/sec]
2019-10-21 17:34:26.959054 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:909700 - Capturing at 16.67 fps, capturing bandwidth 1119627bytes/sec]
2019-10-21 17:34:20.147365 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:909600 - Capturing at 14.29 fps, capturing bandwidth 945902bytes/sec]
2019-10-21 17:34:15.088020 zmfilter_2[5119].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]
2019-10-21 17:34:14.422950 zmfilter_1[5104].INF-zmfilter.pl [Checking filter PurgeWhenFull delete returned 0 events ]
2019-10-21 17:34:13.479673 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:909500 - Capturing at 14.29 fps, capturing bandwidth 940816bytes/sec]
2019-10-21 17:34:06.948093 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:909400 - Capturing at 16.67 fps, capturing bandwidth 1121379bytes/sec]
2019-10-21 17:34:00.192044 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:909300 - Capturing at 14.29 fps, capturing bandwidth 954813bytes/sec]
2019-10-21 17:33:53.451687 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:909200 - Capturing at 14.29 fps, capturing bandwidth 947972bytes/sec]
2019-10-21 17:33:46.989857 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:909100 - Capturing at 16.67 fps, capturing bandwidth 1140217bytes/sec]
2019-10-21 17:33:40.203911 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:909000 - Capturing at 14.29 fps, capturing bandwidth 926238bytes/sec]
2019-10-21 17:33:33.609206 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:908900 - Capturing at 16.67 fps, capturing bandwidth 1071168bytes/sec]
2019-10-21 17:33:27.087127 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:908800 - Capturing at 14.29 fps, capturing bandwidth 972837bytes/sec]
2019-10-21 17:33:20.146412 zmc_m1[17338].INF-zm_monitor.cpp/2477 [Monitor-1: images:908700 - Capturing at 14.29 fps, capturing bandwidth 929364bytes/sec]
2019-10-21 17:33:15.082110 zmfilter_2[5119].INF-zmfilter.pl [Checking filter Update DiskSpace update disk space returned 0 events ]

and zmNinja's log from iOS:

2019-10-22T00:40:19.191Z INFO ******* app .run device ready
Oct 21, 2019 05:40:19 PM INFO Device is ready
Oct 21, 2019 05:40:19 PM INFO You are running on ios
Oct 21, 2019 05:40:19 PM DEBUG Inside configureStorageDB
Oct 21, 2019 05:40:19 PM DEBUG configureStorageDB: trying order:["cordovaSQLiteDriver","asyncStorage","localStorageWrapper"]
Oct 21, 2019 05:40:19 PM INFO configureStorageDB:localforage driver for storage:cordovaSQLiteDriver
Oct 21, 2019 05:40:19 PM DEBUG configureStorageDB:Making sure this storage driver works...
Oct 21, 2019 05:40:19 PM DEBUG configureStorageDB:test get/set worked, this driver is ok...
Oct 21, 2019 05:40:19 PM INFO localforage driver:cordovaSQLiteDriver
Oct 21, 2019 05:40:19 PM INFO CloudSync: Syncing with cloud if enabled...
Oct 21, 2019 05:40:19 PM INFO user profile encrypted, decoding...
Oct 21, 2019 05:40:19 PM INFO Found valid local configuration, overwriting cloud settings...
Oct 21, 2019 05:40:19 PM INFO local data synced with cloud...
Oct 21, 2019 05:40:19 PM INFO Cloudsync operation complete, continuing...
Oct 21, 2019 05:40:19 PM INFO >>>>No data to import....
Oct 21, 2019 05:40:19 PM INFO Updating statusbar
Oct 21, 2019 05:40:19 PM INFO Retrieving language before init is called...
Oct 21, 2019 05:40:19 PM INFO No language set, switching to en
Oct 21, 2019 05:40:19 PM INFO App Version: 1.3.079
Oct 21, 2019 05:40:19 PM INFO Device Language is:en
Oct 21, 2019 05:40:19 PM INFO >>>>Language to be used:en
Oct 21, 2019 05:40:19 PM DEBUG isFirstUse returned: false
Oct 21, 2019 05:40:19 PM DEBUG last state=app.login param=[object Object]
Oct 21, 2019 05:40:19 PM INFO Language file loaded, continuing with rest
Oct 21, 2019 05:40:19 PM INFO ZMData init: checking for stored variables & setting up log file
Oct 21, 2019 05:40:19 PM INFO Checking for new version updates...
Oct 21, 2019 05:40:19 PM INFO Checking for news updates
Oct 21, 2019 05:40:19 PM INFO Setting up pause and resume handler AFTER language is loaded...
Oct 21, 2019 05:40:19 PM INFO user profile encrypted, decoding...
Oct 21, 2019 05:40:19 PM INFO Setting NVR init bandwidth to: highbw
Oct 21, 2019 05:40:19 PM INFO NVR init retrieved store loginData
Oct 21, 2019 05:40:19 PM INFO >>>> Disabling strict SSL checking (turn off  in Dev Options if you can't connect)
Oct 21, 2019 05:40:19 PM INFO Inside init-complete in app.js: All init over, going to portal login
Oct 21, 2019 05:40:19 PM DEBUG --> SSL is permissive, will allow any certs. Use at your own risk.
Oct 21, 2019 05:40:19 PM INFO Entering Portal Main
Oct 21, 2019 05:40:19 PM DEBUG Inside Portal login Enter handler
Oct 21, 2019 05:40:19 PM INFO User credentials are provided
Oct 21, 2019 05:40:19 PM INFO not checking for touchID
Oct 21, 2019 05:40:19 PM DEBUG unlock called with check PIN=true
Oct 21, 2019 05:40:19 PM DEBUG PIN code entered is correct, or there is no PIN set
Oct 21, 2019 05:40:19 PM INFO Cancelling zmAutologin timer
Oct 21, 2019 05:40:19 PM DEBUG We will relogin every 1800 seconds, token supported=false
Oct 21, 2019 05:40:19 PM DEBUG _doLogoutAndLogin: Clearing cookies
Oct 21, 2019 05:40:19 PM INFO Adding to chain stack: House>https://[serverip]/zm
Oct 21, 2019 05:40:19 PM INFO Fallback of House is 
Oct 21, 2019 05:40:19 PM INFO reached end of chain loop
Oct 21, 2019 05:40:19 PM INFO No need to do a reachability test, as there are no fallbacks
Oct 21, 2019 05:40:19 PM INFO https://[serverip]/zm=>Logging out of any existing ZM sessions...
Oct 21, 2019 05:40:19 PM DEBUG Logging out using API method
Oct 21, 2019 05:40:19 PM DEBUG ***  Inside native HTTP error for url:https://medium.com/zmninja/latest?format=json
Oct 21, 2019 05:40:19 PM DEBUG Logout returned... 
Oct 21, 2019 05:40:19 PM DEBUG Inside _doLogin()
Oct 21, 2019 05:40:19 PM INFO Checking if reCaptcha is enabled in ZM...
Oct 21, 2019 05:40:19 PM DEBUG Resetting zmCookie...
Oct 21, 2019 05:40:19 PM INFO Token login not being used
Oct 21, 2019 05:40:19 PM INFO Doing fresh login to ZM
Oct 21, 2019 05:40:19 PM DEBUG current version: 1.3.079 & available version 1.3.079
Oct 21, 2019 05:40:20 PM DEBUG API based login returned. 
Oct 21, 2019 05:40:20 PM DEBUG Setting server version to:1.32.3
Oct 21, 2019 05:40:20 PM INFO Could not recover token details, trying old auth credentials
Oct 21, 2019 05:40:20 PM INFO Stream authentication construction: &auth=<removed>
Oct 21, 2019 05:40:20 PM INFO Successfully logged into Zoneminder via API
Oct 21, 2019 05:40:20 PM DEBUG auth-success broadcast:Successful
Oct 21, 2019 05:40:20 PM DEBUG PortalLogin: auth success
Oct 21, 2019 05:40:20 PM DEBUG getAPIversion called with https://[serverip]/zm/api/host/getVersion.json?&auth=<removed>
Oct 21, 2019 05:40:20 PM INFO ZM has recaptcha disabled - good
Oct 21, 2019 05:40:20 PM DEBUG snapshot  supported in image.php
Oct 21, 2019 05:40:20 PM DEBUG Setting server version to:1.32.3
Oct 21, 2019 05:40:20 PM DEBUG getAPI version succeeded with 1.32.3
Oct 21, 2019 05:40:20 PM INFO Got API version: 1.32.3
Oct 21, 2019 05:40:20 PM INFO First invocation of TimeZone, asking server
Oct 21, 2019 05:40:20 PM INFO EventSever: No Event Server present. Not initializing
Oct 21, 2019 05:40:20 PM DEBUG Transitioning state to: app.login with param {}
Oct 21, 2019 05:40:20 PM DEBUG Does login need to hear the wizard? 
Oct 21, 2019 05:40:20 PM DEBUG Real value of PRIVACY is:0
Oct 21, 2019 05:40:21 PM INFO ZM_EVENT_IMAGE_DIGITS is 5
Oct 21, 2019 05:40:21 PM DEBUG Timezone API response is:America/Los_Angeles
Oct 21, 2019 05:40:22 PM INFO --------->Setting up network state handlers....
Oct 21, 2019 05:40:22 PM INFO --------->Setting up global key handler...
Oct 21, 2019 05:40:22 PM DEBUG NVR: Regenerating connkeys for all monitors at 1571704822738
Oct 21, 2019 05:40:22 PM INFO getMonitors:Loading all monitors
Oct 21, 2019 05:40:22 PM INFO Checking value of ZM_MIN_STREAMING_PORT for the first time
Oct 21, 2019 05:40:23 PM DEBUG Setting multi-port to:false
Oct 21, 2019 05:40:23 PM INFO ZM_MIN_STREAMING_PORT not configured, disabling
Oct 21, 2019 05:40:23 PM DEBUG ZMS Multiport reported: 0
Oct 21, 2019 05:40:23 PM DEBUG Monitor URL to fetch is:https://[serverip]/zm/api/monitors/index/Type !=:WebSite.json?&auth=<removed>
Oct 21, 2019 05:40:23 PM DEBUG Loading hidden/unhidden status for profile:
Oct 21, 2019 05:40:23 PM DEBUG no packery profile, making sure monitors are show
Oct 21, 2019 05:40:23 PM DEBUG Inside getMonitors, will also regen connkeys
Oct 21, 2019 05:40:23 PM DEBUG Now trying to get multi-server data, if present
Oct 21, 2019 05:40:23 PM INFO Monitor load was successful, loaded 1 monitors
Oct 21, 2019 05:40:23 PM INFO multi server list loaded
Oct 21, 2019 05:40:23 PM DEBUG Portal scheme is https, will use https for any multi-server without a protocol
Oct 21, 2019 05:40:23 PM DEBUG default multi-server protocol will be:https://
Oct 21, 2019 05:40:23 PM DEBUG No servers matched, filling defaults...
Oct 21, 2019 05:40:23 PM DEBUG Storing streaming=https://[serverip]/zm/cgi-bin recording=https://[serverip]/zm
Oct 21, 2019 05:40:23 PM DEBUG Loading hidden/unhidden status for profile:
Oct 21, 2019 05:40:23 PM DEBUG no packery profile, making sure monitors are show
Oct 21, 2019 05:40:23 PM INFO sending Cached ZM_MIN_STREAMING_PORT 0
Oct 21, 2019 05:40:23 PM INFO Login data not changed, not saving
Oct 21, 2019 05:40:23 PM DEBUG Multiport=0
Oct 21, 2019 05:40:23 PM DEBUG bandwidth: highbw montage refresh set to: 2
Oct 21, 2019 05:40:23 PM DEBUG Setting up cycle interval of:10000
Oct 21, 2019 05:40:23 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&auth=<removed>
Oct 21, 2019 05:40:23 PM DEBUG skipping image refresh, packery is still loading
Oct 21, 2019 05:40:23 PM INFO Inside Montage Ctrl:We found 1 monitors
Oct 21, 2019 05:40:24 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:40:24 PM INFO Did NOT find a packery layout
Oct 21, 2019 05:40:24 PM INFO Monitors that are active and not DOM hidden: 1 while grid has undefined
Oct 21, 2019 05:40:24 PM INFO Whoops!! Monitors have changed. I'm resetting layouts, sorry!
Oct 21, 2019 05:40:24 PM DEBUG All images loaded, switching to snapshot...
Oct 21, 2019 05:40:25 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:40:27 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:40:29 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:40:31 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:40:33 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:40:33 PM INFO -->Clearing online/offine
Oct 21, 2019 05:40:33 PM INFO ROOT APP:App is going into background
Oct 21, 2019 05:40:33 PM INFO EventSever: Clearing error/close cbk, disconnecting and deleting Event Server socket...
Oct 21, 2019 05:40:33 PM INFO Cancelling zmAutologin timer
Oct 21, 2019 05:40:33 PM INFO Login screen going to background, saving data
Oct 21, 2019 05:40:33 PM DEBUG MontageCtrl: onpause called
Oct 21, 2019 05:40:33 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:40:34 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571704834005
Oct 21, 2019 05:40:35 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571704835862
Oct 21, 2019 05:40:38 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571704838037
Oct 21, 2019 05:40:39 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571704839937
Oct 21, 2019 05:40:42 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571704842036
Oct 21, 2019 05:40:43 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571704843895
Oct 21, 2019 05:45:30 PM DEBUG ***  Inside native HTTP error for url:undefined
Oct 21, 2019 05:45:30 PM INFO ******* resumeHandler device ready
Oct 21, 2019 05:45:30 PM INFO App is resuming from background
Oct 21, 2019 05:45:30 PM INFO -->Re-registering online/offine
Oct 21, 2019 05:45:30 PM DEBUG going to portal login
Oct 21, 2019 05:45:30 PM DEBUG **EXCEPTION**ReferenceError: Can't find variable: conf caused by undefined
Oct 21, 2019 05:45:30 PM INFO Entering Portal Main
Oct 21, 2019 05:45:30 PM DEBUG Montage View Cleanup was already done, skipping
Oct 21, 2019 05:45:30 PM DEBUG Inside Portal login Enter handler
Oct 21, 2019 05:45:30 PM INFO User credentials are provided
Oct 21, 2019 05:45:30 PM INFO not checking for touchID
Oct 21, 2019 05:45:30 PM DEBUG unlock called with check PIN=true
Oct 21, 2019 05:45:30 PM DEBUG PIN code entered is correct, or there is no PIN set
Oct 21, 2019 05:45:30 PM INFO Cancelling zmAutologin timer
Oct 21, 2019 05:45:30 PM DEBUG We will relogin every 1800 seconds, token supported=false
Oct 21, 2019 05:45:30 PM DEBUG _doLogoutAndLogin: Clearing cookies
Oct 21, 2019 05:45:30 PM INFO Adding to chain stack: House>https://[serverip]/zm
Oct 21, 2019 05:45:30 PM INFO Fallback of House is 
Oct 21, 2019 05:45:30 PM INFO reached end of chain loop
Oct 21, 2019 05:45:30 PM INFO No need to do a reachability test, as there are no fallbacks
Oct 21, 2019 05:45:30 PM INFO https://[serverip]/zm=>Logging out of any existing ZM sessions...
Oct 21, 2019 05:45:30 PM DEBUG Logging out using API method
Oct 21, 2019 05:45:30 PM DEBUG Logout returned... 
Oct 21, 2019 05:45:30 PM DEBUG Inside _doLogin()
Oct 21, 2019 05:45:30 PM INFO Checking if reCaptcha is enabled in ZM...
Oct 21, 2019 05:45:30 PM DEBUG Resetting zmCookie...
Oct 21, 2019 05:45:30 PM INFO Token login not being used
Oct 21, 2019 05:45:30 PM INFO Doing fresh login to ZM
Oct 21, 2019 05:45:31 PM DEBUG API based login returned. 
Oct 21, 2019 05:45:31 PM DEBUG Setting server version to:1.32.3
Oct 21, 2019 05:45:31 PM INFO Could not recover token details, trying old auth credentials
Oct 21, 2019 05:45:31 PM INFO Stream authentication construction: &auth=<removed>
Oct 21, 2019 05:45:31 PM INFO Successfully logged into Zoneminder via API
Oct 21, 2019 05:45:31 PM DEBUG auth-success broadcast:Successful
Oct 21, 2019 05:45:31 PM DEBUG PortalLogin: auth success
Oct 21, 2019 05:45:31 PM DEBUG getAPIversion called with https://[serverip]/zm/api/host/getVersion.json?&auth=<removed>
Oct 21, 2019 05:45:31 PM INFO ZM has recaptcha disabled - good
Oct 21, 2019 05:45:31 PM DEBUG snapshot  supported in image.php
Oct 21, 2019 05:45:31 PM DEBUG Setting server version to:1.32.3
Oct 21, 2019 05:45:31 PM DEBUG getAPI version succeeded with 1.32.3
Oct 21, 2019 05:45:31 PM INFO Got API version: 1.32.3
Oct 21, 2019 05:45:31 PM INFO EventSever: No Event Server present. Not initializing
Oct 21, 2019 05:45:31 PM DEBUG Transitioning state to: app.montage with param {"minimal":false,"isRefresh":false}
Oct 21, 2019 05:45:31 PM DEBUG NVR: Regenerating connkeys for all monitors at 1571705131635
Oct 21, 2019 05:45:31 PM INFO Returning pre-loaded list of 1 monitors
Oct 21, 2019 05:45:31 PM INFO sending Cached ZM_MIN_STREAMING_PORT 0
Oct 21, 2019 05:45:31 PM DEBUG Multiport=0
Oct 21, 2019 05:45:31 PM DEBUG bandwidth: highbw montage refresh set to: 2
Oct 21, 2019 05:45:31 PM DEBUG Setting up cycle interval of:10000
Oct 21, 2019 05:45:31 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&auth=<removed>
Oct 21, 2019 05:45:31 PM DEBUG skipping image refresh, packery is still loading
Oct 21, 2019 05:45:31 PM INFO Inside Montage Ctrl:We found 1 monitors
Oct 21, 2019 05:45:31 PM DEBUG Real value of PRIVACY is:0
Oct 21, 2019 05:45:31 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:45:31 PM INFO ZM_EVENT_IMAGE_DIGITS is 5
Oct 21, 2019 05:45:32 PM INFO Did NOT find a packery layout
Oct 21, 2019 05:45:32 PM INFO Monitors that are active and not DOM hidden: 1 while grid has undefined
Oct 21, 2019 05:45:32 PM INFO Whoops!! Monitors have changed. I'm resetting layouts, sorry!
Oct 21, 2019 05:45:32 PM DEBUG All images loaded, switching to snapshot...
Oct 21, 2019 05:45:33 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 21, 2019 05:45:35 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 6s
Oct 21, 2019 05:45:37 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 4s
Oct 21, 2019 05:45:39 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 2s
Oct 21, 2019 05:45:41 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705141785
Oct 21, 2019 05:45:41 PM DEBUG Image load error for: 1 regenerated connKey is:786354
Oct 21, 2019 05:45:41 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705141792
Oct 21, 2019 05:45:41 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705141795
Oct 21, 2019 05:45:41 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705141798
Oct 21, 2019 05:45:41 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705141947
Oct 21, 2019 05:45:43 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 9s
Oct 21, 2019 05:45:45 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 7s
Oct 21, 2019 05:45:47 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:45:49 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 3s
Oct 21, 2019 05:45:51 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 1s
Oct 21, 2019 05:45:52 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705152782
Oct 21, 2019 05:45:52 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705152788
Oct 21, 2019 05:45:52 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705152793
Oct 21, 2019 05:45:52 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705152796
Oct 21, 2019 05:45:53 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:45:55 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 21, 2019 05:45:57 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:45:59 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 4s
Oct 21, 2019 05:46:01 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&auth=<removed>
Oct 21, 2019 05:46:01 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 2s
Oct 21, 2019 05:46:02 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705162799
Oct 21, 2019 05:46:03 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705163785
Oct 21, 2019 05:46:03 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705163789
Oct 21, 2019 05:46:03 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705163792
Oct 21, 2019 05:46:03 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:46:05 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 21, 2019 05:46:07 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 6s
Oct 21, 2019 05:46:09 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 4s
Oct 21, 2019 05:46:11 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 2s
Oct 21, 2019 05:46:13 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705173800
Oct 21, 2019 05:46:13 PM DEBUG Image load error for: 1 regenerated connKey is:185786
Oct 21, 2019 05:46:13 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705173806
Oct 21, 2019 05:46:13 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705173809
Oct 21, 2019 05:46:13 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705173817
Oct 21, 2019 05:46:13 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705173864
Oct 21, 2019 05:46:15 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 9s
Oct 21, 2019 05:46:17 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 7s
Oct 21, 2019 05:46:19 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:46:21 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 3s
Oct 21, 2019 05:46:23 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 1s
Oct 21, 2019 05:46:24 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705184801
Oct 21, 2019 05:46:24 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705184807
Oct 21, 2019 05:46:24 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705184810
Oct 21, 2019 05:46:24 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705184814
Oct 21, 2019 05:46:25 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:46:27 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 21, 2019 05:46:29 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 6s
Oct 21, 2019 05:46:31 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&auth=<removed>
Oct 21, 2019 05:46:31 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 4s
Oct 21, 2019 05:46:33 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 2s
Oct 21, 2019 05:46:35 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705195786
Oct 21, 2019 05:46:35 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:46:35 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705195802
Oct 21, 2019 05:46:35 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705195803
Oct 21, 2019 05:46:35 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705195805
Oct 21, 2019 05:46:37 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 21, 2019 05:46:39 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 6s
Oct 21, 2019 05:46:41 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 4s
Oct 21, 2019 05:46:43 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 2s
Oct 21, 2019 05:46:45 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705205811
Oct 21, 2019 05:46:45 PM DEBUG Image load error for: 1 regenerated connKey is:494615
Oct 21, 2019 05:46:45 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705205818
Oct 21, 2019 05:46:45 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705205821
Oct 21, 2019 05:46:45 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705205826
Oct 21, 2019 05:46:47 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 9s
Oct 21, 2019 05:46:49 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 7s
Oct 21, 2019 05:46:51 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:46:53 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 3s
Oct 21, 2019 05:46:55 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 1s
Oct 21, 2019 05:46:56 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705216814
Oct 21, 2019 05:46:56 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705216819
Oct 21, 2019 05:46:56 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705216824
Oct 21, 2019 05:46:56 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705216827
Oct 21, 2019 05:46:57 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:46:59 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 21, 2019 05:47:01 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&auth=<removed>
Oct 21, 2019 05:47:01 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 6s
Oct 21, 2019 05:47:03 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 4s
Oct 21, 2019 05:47:05 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 2s
Oct 21, 2019 05:47:07 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705227800
Oct 21, 2019 05:47:07 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705227805
Oct 21, 2019 05:47:07 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705227810
Oct 21, 2019 05:47:07 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:47:07 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705227832
Oct 21, 2019 05:47:09 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 9s
Oct 21, 2019 05:47:11 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 7s
Oct 21, 2019 05:47:13 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:47:15 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 3s
Oct 21, 2019 05:47:17 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 1s
Oct 21, 2019 05:47:18 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705238817
Oct 21, 2019 05:47:18 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705238822
Oct 21, 2019 05:47:18 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705238826
Oct 21, 2019 05:47:18 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705238828
Oct 21, 2019 05:47:19 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:47:21 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 21, 2019 05:47:23 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 6s
Oct 21, 2019 05:47:25 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 4s
Oct 21, 2019 05:47:27 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 1s
Oct 21, 2019 05:47:28 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705248831
Oct 21, 2019 05:47:29 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705249821
Oct 21, 2019 05:47:29 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:47:29 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705249841
Oct 21, 2019 05:47:29 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705249844
Oct 21, 2019 05:47:29 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705249847
Oct 21, 2019 05:47:31 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&auth=<removed>
Oct 21, 2019 05:47:31 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 9s
Oct 21, 2019 05:47:33 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 7s
Oct 21, 2019 05:47:35 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:47:37 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 3s
Oct 21, 2019 05:47:39 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 1s
Oct 21, 2019 05:47:40 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705260822
Oct 21, 2019 05:47:40 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705260837
Oct 21, 2019 05:47:40 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705260840
Oct 21, 2019 05:47:40 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705260843
Oct 21, 2019 05:47:41 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:47:43 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 21, 2019 05:47:45 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:47:47 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 4s
Oct 21, 2019 05:47:49 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 1s
Oct 21, 2019 05:47:50 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705270847
Oct 21, 2019 05:47:50 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705270852
Oct 21, 2019 05:47:51 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:47:51 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705271847
Oct 21, 2019 05:47:51 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705271850
Oct 21, 2019 05:47:51 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705271852
Oct 21, 2019 05:47:53 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 9s
Oct 21, 2019 05:47:55 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 7s
Oct 21, 2019 05:47:57 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:47:59 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 3s
Oct 21, 2019 05:48:01 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&auth=<removed>
Oct 21, 2019 05:48:01 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 1s
Oct 21, 2019 05:48:02 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705282844
Oct 21, 2019 05:48:02 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705282849
Oct 21, 2019 05:48:02 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705282853
Oct 21, 2019 05:48:02 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705282856
Oct 21, 2019 05:48:02 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705282858
Oct 21, 2019 05:48:03 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:48:05 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 21, 2019 05:48:07 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 6s
Oct 21, 2019 05:48:09 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 4s
Oct 21, 2019 05:48:11 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 2s
Oct 21, 2019 05:48:13 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705293849
Oct 21, 2019 05:48:13 PM DEBUG Image load error for: 1 regenerated connKey is:451900
Oct 21, 2019 05:48:13 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705293857
Oct 21, 2019 05:48:13 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705293859
Oct 21, 2019 05:48:13 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705293862
Oct 21, 2019 05:48:13 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705293866
Oct 21, 2019 05:48:15 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 9s
Oct 21, 2019 05:48:17 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 7s
Oct 21, 2019 05:48:19 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:48:21 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 3s
Oct 21, 2019 05:48:23 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 1s
Oct 21, 2019 05:48:24 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705304849
Oct 21, 2019 05:48:24 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705304855
Oct 21, 2019 05:48:24 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705304860
Oct 21, 2019 05:48:24 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705304863
Oct 21, 2019 05:48:25 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:48:27 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 7s
Oct 21, 2019 05:48:29 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 6s
Oct 21, 2019 05:48:31 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&auth=<removed>
Oct 21, 2019 05:48:31 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 4s
Oct 21, 2019 05:48:33 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 2s
Oct 21, 2019 05:48:34 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705314874
Oct 21, 2019 05:48:35 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705315850
Oct 21, 2019 05:48:35 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:48:35 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705315876
Oct 21, 2019 05:48:35 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705315880
Oct 21, 2019 05:48:37 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 9s
Oct 21, 2019 05:48:39 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 7s
Oct 21, 2019 05:48:41 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:48:43 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 3s
Oct 21, 2019 05:48:45 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 1s
Oct 21, 2019 05:48:46 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705326864
Oct 21, 2019 05:48:46 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705326869
Oct 21, 2019 05:48:46 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705326872
Oct 21, 2019 05:48:46 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705326877
Oct 21, 2019 05:48:46 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705326880
Oct 21, 2019 05:48:47 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:48:49 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 21, 2019 05:48:52 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:48:53 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 4s
Oct 21, 2019 05:48:55 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 2s
Oct 21, 2019 05:48:57 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705337030
Oct 21, 2019 05:48:57 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:48:57 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705337886
Oct 21, 2019 05:48:57 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705337889
Oct 21, 2019 05:48:57 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705337891
Oct 21, 2019 05:48:59 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 9s
Oct 21, 2019 05:49:01 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&auth=<removed>
Oct 21, 2019 05:49:01 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 7s
Oct 21, 2019 05:49:03 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:49:05 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 3s
Oct 21, 2019 05:49:07 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 1s
Oct 21, 2019 05:49:08 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705348857
Oct 21, 2019 05:49:08 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705348871
Oct 21, 2019 05:49:08 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705348875
Oct 21, 2019 05:49:08 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705348879
Oct 21, 2019 05:49:09 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 9s
Oct 21, 2019 05:49:11 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 7s
Oct 21, 2019 05:49:13 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:49:15 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 3s
Oct 21, 2019 05:49:17 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 1s
Oct 21, 2019 05:49:18 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705358881
Oct 21, 2019 05:49:18 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705358887
Oct 21, 2019 05:49:18 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705358892
Oct 21, 2019 05:49:18 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705358896
Oct 21, 2019 05:49:19 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:49:21 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 21, 2019 05:49:23 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 6s
Oct 21, 2019 05:49:25 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 4s
Oct 21, 2019 05:49:27 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 2s
Oct 21, 2019 05:49:29 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705369891
Oct 21, 2019 05:49:29 PM DEBUG Image load error for: 1 regenerated connKey is:161362
Oct 21, 2019 05:49:29 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705369899
Oct 21, 2019 05:49:29 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705369902
Oct 21, 2019 05:49:29 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705369904
Oct 21, 2019 05:49:29 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705369907
Oct 21, 2019 05:49:31 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&auth=<removed>
Oct 21, 2019 05:49:31 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 9s
Oct 21, 2019 05:49:33 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 7s
Oct 21, 2019 05:49:35 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:49:37 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 3s
Oct 21, 2019 05:49:39 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 1s
Oct 21, 2019 05:49:40 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705380886
Oct 21, 2019 05:49:40 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705380893
Oct 21, 2019 05:49:40 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705380898
Oct 21, 2019 05:49:40 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705380903
Oct 21, 2019 05:49:41 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:49:43 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 21, 2019 05:49:45 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 6s
Oct 21, 2019 05:49:47 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 4s
Oct 21, 2019 05:49:49 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 2s
Oct 21, 2019 05:49:51 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705391902
Oct 21, 2019 05:49:51 PM DEBUG Image load error for: 1 regenerated connKey is:806701
Oct 21, 2019 05:49:51 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705391913
Oct 21, 2019 05:49:51 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705391916
Oct 21, 2019 05:49:51 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705391918
Oct 21, 2019 05:49:51 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705391920
Oct 21, 2019 05:49:53 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 9s
Oct 21, 2019 05:49:55 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 7s
Oct 21, 2019 05:49:57 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:49:59 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 3s
Oct 21, 2019 05:50:01 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&auth=<removed>
Oct 21, 2019 05:50:01 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 1s
Oct 21, 2019 05:50:02 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705402902
Oct 21, 2019 05:50:02 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705402908
Oct 21, 2019 05:50:02 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705402911
Oct 21, 2019 05:50:02 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705402915
Oct 21, 2019 05:50:03 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:50:05 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 21, 2019 05:50:07 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 6s
Oct 21, 2019 05:50:09 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 4s
Oct 21, 2019 05:50:11 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 2s
Oct 21, 2019 05:50:13 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705413912
Oct 21, 2019 05:50:13 PM DEBUG Image load error for: 1 regenerated connKey is:305999
Oct 21, 2019 05:50:13 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705413919
Oct 21, 2019 05:50:13 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705413922
Oct 21, 2019 05:50:13 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705413925
Oct 21, 2019 05:50:13 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705413931
Oct 21, 2019 05:50:15 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 9s
Oct 21, 2019 05:50:17 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 7s
Oct 21, 2019 05:50:19 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:50:21 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 3s
Oct 21, 2019 05:50:23 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 1s
Oct 21, 2019 05:50:24 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705424916
Oct 21, 2019 05:50:24 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705424923
Oct 21, 2019 05:50:24 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705424927
Oct 21, 2019 05:50:24 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705424933
Oct 21, 2019 05:50:25 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:50:27 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 21, 2019 05:50:29 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 6s
Oct 21, 2019 05:50:31 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&auth=<removed>
Oct 21, 2019 05:50:31 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 4s
Oct 21, 2019 05:50:33 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 2s
Oct 21, 2019 05:50:35 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705435925
Oct 21, 2019 05:50:35 PM DEBUG Image load error for: 1 regenerated connKey is:106294
Oct 21, 2019 05:50:35 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705435936
Oct 21, 2019 05:50:35 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705435939
Oct 21, 2019 05:50:35 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705435941
Oct 21, 2019 05:50:35 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705435943
Oct 21, 2019 05:50:37 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 9s
Oct 21, 2019 05:50:39 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 7s
Oct 21, 2019 05:50:41 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:50:43 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 3s
Oct 21, 2019 05:50:45 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 1s
Oct 21, 2019 05:50:46 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705446924
Oct 21, 2019 05:50:46 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705446930
Oct 21, 2019 05:50:46 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705446934
Oct 21, 2019 05:50:46 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705446938
Oct 21, 2019 05:50:47 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:50:49 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 21, 2019 05:50:51 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 6s
Oct 21, 2019 05:50:53 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 4s
Oct 21, 2019 05:50:55 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 2s
Oct 21, 2019 05:50:57 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705457934
Oct 21, 2019 05:50:57 PM DEBUG Image load error for: 1 regenerated connKey is:891604
Oct 21, 2019 05:50:57 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705457942
Oct 21, 2019 05:50:57 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705457945
Oct 21, 2019 05:50:57 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705457947
Oct 21, 2019 05:50:57 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705457950
Oct 21, 2019 05:50:59 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 9s
Oct 21, 2019 05:51:01 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&auth=<removed>
Oct 21, 2019 05:51:01 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 7s
Oct 21, 2019 05:51:03 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:51:05 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 3s
Oct 21, 2019 05:51:07 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 1s
Oct 21, 2019 05:51:08 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705468929
Oct 21, 2019 05:51:08 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705468934
Oct 21, 2019 05:51:08 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705468940
Oct 21, 2019 05:51:08 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705468943
Oct 21, 2019 05:51:09 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:51:11 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 21, 2019 05:51:13 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:51:15 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 3s
Oct 21, 2019 05:51:17 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 1s
Oct 21, 2019 05:51:18 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705478950
Oct 21, 2019 05:51:18 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705478955
Oct 21, 2019 05:51:18 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705478959
Oct 21, 2019 05:51:19 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:51:19 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705479953
Oct 21, 2019 05:51:19 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705479956
Oct 21, 2019 05:51:21 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 9s
Oct 21, 2019 05:51:23 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 7s
Oct 21, 2019 05:51:25 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:51:27 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 3s
Oct 21, 2019 05:51:29 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 1s
Oct 21, 2019 05:51:30 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705490951
Oct 21, 2019 05:51:30 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705490956
Oct 21, 2019 05:51:30 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705490960
Oct 21, 2019 05:51:30 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705490963
Oct 21, 2019 05:51:31 PM DEBUG Getting event count https://[serverip]/zm/api/events/index/MonitorId =:1/AlarmFrames >=:1.json?sort=StartTime&direction=desc&limit=1&auth=<removed>
Oct 21, 2019 05:51:31 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:51:33 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 8s
Oct 21, 2019 05:51:35 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:51:37 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 4s
Oct 21, 2019 05:51:39 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 2s
Oct 21, 2019 05:51:40 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705500970
Oct 21, 2019 05:51:41 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705501949
Oct 21, 2019 05:51:41 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705501958
Oct 21, 2019 05:51:41 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 10s
Oct 21, 2019 05:51:41 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705501982
Oct 21, 2019 05:51:43 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 9s
Oct 21, 2019 05:51:45 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 7s
Oct 21, 2019 05:51:47 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 5s
Oct 21, 2019 05:51:49 PM DEBUG Image load error for Monitor: 1 scheduling for connkey regen in 3s
Oct 21, 2019 05:51:52 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705512217
Oct 21, 2019 05:51:52 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705512968
Oct 21, 2019 05:51:52 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705512973
Oct 21, 2019 05:51:52 PM DEBUG NVR: Regnerating connkey for Monitor:1 at 1571705512977

@pliablepixels
Copy link
Member

Can I get temporary access to the ZM console with a test account? Easiest to debug. pliablepixels @ gmail

@nerdamigo
Copy link
Author

I'll create a user for you - apologies for delay have been out of town. Please look for an email from matt at contin dot io.

@nerdamigo
Copy link
Author

User has been created, please see your email.

@pliablepixels
Copy link
Member

totally forgot about this - works for me - see email

@nerdamigo
Copy link
Author

The madness has been resolved! Turns out the cgi-bin path was wrong - not sure how or why it was set to the value it was (I had only ever edited the first field in that section, and the cgi-bin was auto calculated from that).

In any event, the correct value as you discovered @pliable was https://my-server/zm/cgi-bin-zm

Thanks again!

-Matt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants