blakeblackshear / frigate

NVR with realtime local object detection for IP cameras
https://frigate.video
MIT License
18.93k stars 1.73k forks source link

[Support]:RAM and /tmp/frigate is completely filled within a few minutes #2601

Closed ZCalilung closed 2 years ago

ZCalilung commented 2 years ago

Describe the problem you are having

I've recently been running into an issue where Frigate will stop saving recordings and will get a "No space left on device" error. I've noticed that my RAM usage hits 80% right when I get these error. I put a small screenshot of the /tmp/frigate file from Unraid console. When I clear our the /tmp/frigate cache and restart frigate, my RAM usage goes back down to 15% but will quickly get back to 80% after a couple of minutes of running frigate.

So far my thoughts are: Is frigate not clearing videos from the cache? Do I need to get more RAM? Are the video files not being written to my storage drives fast enough for the cash to clear?

I'm running 36 cameras on Frigate. I have 16gb of RAM.

Detection resolution is low; 704x480 for most. Recordings are saved in mostly 1080, but 2 cameras save recordings at 4k.

Frigate and Home Assistant are the only things running on this unraid server.

Help.

image

Version

0.9.4-26AE608

Frigate config file

mqtt:
  host: 172.16.2.142
  port: 1883
  user: [user]
  password: [password]

detectors:
  coral:
    type: edgetpu
    device: pci

objects:
  track:
    - person

ffmpeg:
  hwaccel_args:
    - -hwaccel
    - vaapi
    - -hwaccel_device
    - /dev/dri/renderD128
    - -hwaccel_output_format
    - yuv420p

detect:
  fps: 5

rtmp:
  enabled: False

record:
  enabled: true
  retain_days: 5
  events:
    pre_capture: 2
    post_capture: 2
    retain:
      default: 20

cameras:
  cartbarn_1:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.87:554/ch01/1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.87:554/ch01/0
          roles:
            - record
    detect:
      width: 352
      height: 240
    motion:
      mask:
        - 87,0,87,31,216,31,216,0

  cartbarn_2:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.87:554/ch02/1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.87:554/ch02/0
          roles:
            - record
    detect:
      width: 352
      height: 240
    motion:
      mask:
        - 87,0,87,31,216,31,216,0

  cartbarn_3:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.87:554/ch03/1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.87:554/ch03/0
          roles:
            - record
    detect:
      width: 352
      height: 240
    motion:
      mask:
        - 87,0,87,31,216,31,216,0

  cartbarn_4:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.87:554/ch04/1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.87:554/ch04/0
          roles:
            - record
    detect:
      width: 352
      height: 240
    motion:
      mask:
        - 87,0,87,31,216,31,216,0

  cartbarn_5:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.87:554/ch05/1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.87:554/ch05/0
          roles:
            - record
    detect:
      width: 352
      height: 240
    motion:
      mask:
        - 87,0,87,31,216,31,216,0

  cartbarn_6:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.87:554/ch06/1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.87:554/ch06/0
          roles:
            - record
    detect:
      width: 352
      height: 240
    motion:
      mask:
        - 87,0,87,31,216,31,216,0

  cartbarn_7:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.87:554/ch07/1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.87:554/ch07/0
          roles:
            - record
    detect:
      width: 352
      height: 240
    objects:
      track:
        - car
        - person
    motion:
      mask:
        - 87,0,87,31,216,31,216,0

  cartbarn_8:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.87:554/ch08/1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.87:554/ch08/0
          roles:
            - record
    detect:
      width: 352
      height: 240
    motion:
      mask:
        - 87,0,87,31,216,31,216,0

  cartbarn_9:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.87:554/ch09/1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.87:554/ch09/0
          roles:
            - record
    detect:
      width: 352
      height: 240
    objects:
      track:
        - car
        - person
    motion:
      mask:
        - 87,0,87,31,216,31,216,0

  cartbarn_10:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.87:554/ch10/1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.87:554/ch10/0
          roles:
            - record
    detect:
      width: 352
      height: 240
    motion:
      mask:
        - 87,0,87,31,216,31,216,0

  cartbarn_11:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.87:554/ch11/1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.87:554/ch11/0
          roles:
            - record
    detect:
      width: 352
      height: 240
    motion:
      mask:
        - 87,0,87,31,216,31,216,0

  Office Safe:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=1&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=1&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  Bar Downstairs:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=2&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=2&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  Booth Dining:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=3&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=3&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  Hostess Stand:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=4&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=4&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  Golf Area:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=5&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=5&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  Back Exit:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=6&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=6&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  Admin Office:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=7&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=7&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  Tavern Patio:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=8&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=8&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  Tavern Rear Exit:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=9&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=9&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    objects:
      track:
        - car
        - person
    motion:
      threshold: 20
      mask:
        - 0,224,430,197,577,202,704,201,704,0,0,0

  Wine Cellar:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=10&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=10&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  EC Foyer:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=11&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=11&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  EC Main Entrance:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=12&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=12&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  Front Parking Lot:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=13&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=13&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    objects:
      track:
        - car
        - person
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  Upstairs Patio 1:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=14&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=14&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  EC Hall Left:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=15&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=15&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  EC Hall Right:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=16&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=16&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  Upstairs Patio 2:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=17&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=17&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  Stairwell:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=18&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=18&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  EC Side Patio:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=19&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=19&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  EC Liquor RM:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=20&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=20&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  EC Main Bar:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=21&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=21&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  EC Prep Kitchen:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=22&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=22&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  EC Storage Room:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=23&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=23&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  EC Lobby:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=24&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=24&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

  Storage Hallway:
    ffmpeg:
      inputs:
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=25&subtype=1
          roles:
            - detect
        - path: rtsp://[user].[password]@172.16.2.132:554/cam/realmonitor?channel=25&subtype=0
          roles:
            - record
    detect:
      width: 704
      height: 480
    motion:
      mask:
        - 464,43,683,43,683,0,464,0

Relevant log output

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[2022-01-06 14:07:43] frigate.app INFO : Starting Frigate (0.9.4-26ae608)
Starting migrations
[2022-01-06 14:07:43] peewee_migrate INFO : Starting migrations
There is nothing to migrate
[2022-01-06 14:07:43] peewee_migrate INFO : There is nothing to migrate
[2022-01-06 14:07:44] frigate.mqtt INFO : MQTT connected
[2022-01-06 14:07:44] detector.coral INFO : Starting detection process: 225
[2022-01-06 14:07:44] frigate.app INFO : Output process started: 226
[2022-01-06 14:07:44] ws4py INFO : Using epoll
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for cartbarn_1: 231
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for cartbarn_2: 232
[2022-01-06 14:07:44] frigate.edgetpu INFO : Attempting to load TPU as pci
[2022-01-06 14:07:44] frigate.edgetpu INFO : TPU found
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for cartbarn_3: 234
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for cartbarn_4: 235
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for cartbarn_5: 237
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for cartbarn_6: 239
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for cartbarn_7: 241
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for cartbarn_8: 243
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for cartbarn_9: 245
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for cartbarn_10: 248
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for cartbarn_11: 249
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for Office Safe: 251
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for Bar Downstairs: 252
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for Booth Dining: 264
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for Hostess Stand: 266
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for Golf Area: 267
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for Back Exit: 269
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for Admin Office: 270
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for Tavern Patio: 272
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for Tavern Rear Exit: 274
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for Wine Cellar: 275
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for EC Foyer: 277
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for EC Main Entrance: 279
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for Front Parking Lot: 281
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for Upstairs Patio 1: 283
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for EC Hall Left: 284
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for EC Hall Right: 286
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for Upstairs Patio 2: 288
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for Stairwell: 289
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for EC Side Patio: 291
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for EC Liquor RM: 293
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for EC Main Bar: 294
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for EC Prep Kitchen: 296
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for EC Storage Room: 298
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for EC Lobby: 300
[2022-01-06 14:07:44] frigate.app INFO : Camera processor started for Storage Hallway: 302
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for cartbarn_1: 303
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for cartbarn_2: 307
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for cartbarn_3: 311
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for cartbarn_4: 318
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for cartbarn_5: 326
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for cartbarn_6: 330
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for cartbarn_7: 335
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for cartbarn_8: 338
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for cartbarn_9: 343
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for cartbarn_10: 347
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for cartbarn_11: 354
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for Office Safe: 360
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for Bar Downstairs: 363
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for Booth Dining: 370
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for Hostess Stand: 376
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for Golf Area: 384
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for Back Exit: 387
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for Admin Office: 397
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for Tavern Patio: 405
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for Tavern Rear Exit: 413
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for Wine Cellar: 421
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for EC Foyer: 427
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for EC Main Entrance: 433
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for Front Parking Lot: 437
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for Upstairs Patio 1: 440
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for EC Hall Left: 446
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for EC Hall Right: 463
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for Upstairs Patio 2: 480
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for Stairwell: 493
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for EC Side Patio: 505
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for EC Liquor RM: 526
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for EC Main Bar: 532
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for EC Prep Kitchen: 541
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for EC Storage Room: 573
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for EC Lobby: 576
[2022-01-06 14:07:44] frigate.app INFO : Capture process started for Storage Hallway: 585
[2022-01-06 14:07:44] ws4py INFO : Using epoll
[2022-01-06 14:07:51] ws4py INFO : Managing websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:53742]
[2022-01-06 14:32:24] ffmpeg.cartbarn_1.record ERROR : [segment @ 0x556ed043e5c0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:24] ffmpeg.cartbarn_1.record ERROR : [segment @ 0x556ed043e5c0] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.cartbarn_1.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.cartbarn_1.record ERROR : [segment @ 0x556ed043e5c0] Failure occurred when ending segment '/tmp/cache/cartbarn_1-20220106143218.mp4'

[2022-01-06 14:32:24] ffmpeg.cartbarn_1.record ERROR : Error writing trailer of /tmp/cache/cartbarn_1-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.cartbarn_1 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.cartbarn_1 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.cartbarn_3.record ERROR : [segment @ 0x55be14c88140] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:24] ffmpeg.cartbarn_3.record ERROR : [segment @ 0x55be14c88140] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.cartbarn_3.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.cartbarn_3.record ERROR : [segment @ 0x55be14c88140] Failure occurred when ending segment '/tmp/cache/cartbarn_3-20220106143219.mp4'

[2022-01-06 14:32:24] ffmpeg.cartbarn_3.record ERROR : Error writing trailer of /tmp/cache/cartbarn_3-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.cartbarn_3 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.cartbarn_3 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.cartbarn_6.record ERROR : [segment @ 0x560a4a2f2140] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:24] ffmpeg.cartbarn_6.record ERROR : [segment @ 0x560a4a2f2140] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.cartbarn_6.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.cartbarn_6.record ERROR : [segment @ 0x560a4a2f2140] Failure occurred when ending segment '/tmp/cache/cartbarn_6-20220106143220.mp4'

[2022-01-06 14:32:24] ffmpeg.cartbarn_6.record ERROR : Error writing trailer of /tmp/cache/cartbarn_6-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.cartbarn_6 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.cartbarn_6 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.cartbarn_4.record ERROR : [segment @ 0x55ca8ab98a80] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:24] ffmpeg.cartbarn_4.record ERROR : [segment @ 0x55ca8ab98a80] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.cartbarn_4.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.cartbarn_4.record ERROR : [segment @ 0x55ca8ab98a80] Failure occurred when ending segment '/tmp/cache/cartbarn_4-20220106143220.mp4'

[2022-01-06 14:32:24] ffmpeg.cartbarn_4.record ERROR : Error writing trailer of /tmp/cache/cartbarn_4-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.cartbarn_4 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.cartbarn_4 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.cartbarn_8.record ERROR : [segment @ 0x5573ca658240] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:24] ffmpeg.cartbarn_8.record ERROR : [segment @ 0x5573ca658240] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.cartbarn_8.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.cartbarn_8.record ERROR : [segment @ 0x5573ca658240] Failure occurred when ending segment '/tmp/cache/cartbarn_8-20220106143221.mp4'

[2022-01-06 14:32:24] ffmpeg.cartbarn_8.record ERROR : Error writing trailer of /tmp/cache/cartbarn_8-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.cartbarn_8 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.cartbarn_8 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.cartbarn_5.record ERROR : [segment @ 0x559d00bd9140] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:24] ffmpeg.cartbarn_5.record ERROR : [segment @ 0x559d00bd9140] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.cartbarn_5.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.cartbarn_5.record ERROR : [segment @ 0x559d00bd9140] Failure occurred when ending segment '/tmp/cache/cartbarn_5-20220106143221.mp4'

[2022-01-06 14:32:24] ffmpeg.cartbarn_5.record ERROR : Error writing trailer of /tmp/cache/cartbarn_5-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.cartbarn_5 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.cartbarn_5 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.cartbarn_11.record ERROR : [segment @ 0x55ca375d56c0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:24] ffmpeg.cartbarn_11.record ERROR : [segment @ 0x55ca375d56c0] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.cartbarn_11.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.cartbarn_11.record ERROR : [segment @ 0x55ca375d56c0] Failure occurred when ending segment '/tmp/cache/cartbarn_11-20220106143221.mp4'

[2022-01-06 14:32:24] ffmpeg.cartbarn_11.record ERROR : Error writing trailer of /tmp/cache/cartbarn_11-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.cartbarn_11 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.cartbarn_11 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.cartbarn_9.record ERROR : [segment @ 0x561b1ae89400] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:24] ffmpeg.Bar Downstairs.record ERROR : [segment @ 0x56300447dac0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:24] ffmpeg.cartbarn_9.record ERROR : [segment @ 0x561b1ae89400] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Bar Downstairs.record ERROR : [segment @ 0x56300447dac0] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.cartbarn_9.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.cartbarn_9.record ERROR : [segment @ 0x561b1ae89400] Failure occurred when ending segment '/tmp/cache/cartbarn_9-20220106143221.mp4'

[2022-01-06 14:32:24] ffmpeg.cartbarn_9.record ERROR : Error writing trailer of /tmp/cache/cartbarn_9-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.cartbarn_9 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] ffmpeg.Bar Downstairs.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] watchdog.cartbarn_9 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.Bar Downstairs.record ERROR : [segment @ 0x56300447dac0] Failure occurred when ending segment '/tmp/cache/Bar Downstairs-20220106143215.mp4'

[2022-01-06 14:32:24] ffmpeg.Bar Downstairs.record ERROR : Error writing trailer of /tmp/cache/Bar Downstairs-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.Bar Downstairs INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.Bar Downstairs INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.cartbarn_10.record ERROR : [segment @ 0x56142ba84b80] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:24] ffmpeg.cartbarn_10.record ERROR : [segment @ 0x56142ba84b80] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.cartbarn_10.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.cartbarn_10.record ERROR : [segment @ 0x56142ba84b80] Failure occurred when ending segment '/tmp/cache/cartbarn_10-20220106143221.mp4'

[2022-01-06 14:32:24] ffmpeg.cartbarn_10.record ERROR : Error writing trailer of /tmp/cache/cartbarn_10-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.cartbarn_10 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.cartbarn_10 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.Office Safe.record ERROR : [segment @ 0x55fa85840d00] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:24] ffmpeg.Office Safe.record ERROR : [segment @ 0x55fa85840d00] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Hostess Stand.record ERROR : [segment @ 0x555f2dbacc00] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:24] ffmpeg.Hostess Stand.record ERROR : [segment @ 0x555f2dbacc00] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Hostess Stand.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.Hostess Stand.record ERROR : [segment @ 0x555f2dbacc00] Failure occurred when ending segment '/tmp/cache/Hostess Stand-20220106143217.mp4'

[2022-01-06 14:32:24] ffmpeg.Hostess Stand.record ERROR : Error writing trailer of /tmp/cache/Hostess Stand-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.Hostess Stand INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.Hostess Stand INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.Office Safe.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.Office Safe.record ERROR : [segment @ 0x55fa85840d00] Failure occurred when ending segment '/tmp/cache/Office Safe-20220106143216.mp4'

[2022-01-06 14:32:24] ffmpeg.Office Safe.record ERROR : Error writing trailer of /tmp/cache/Office Safe-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] ffmpeg.Golf Area.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.Golf Area.record ERROR : [segment @ 0x5564b8884040] Failure occurred when ending segment '/tmp/cache/Golf Area-20220106143216.mp4'

[2022-01-06 14:32:24] ffmpeg.Golf Area.record ERROR : Error writing trailer of /tmp/cache/Golf Area-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.Golf Area INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.Golf Area INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] watchdog.Office Safe INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.Office Safe INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.Booth Dining.record ERROR : [segment @ 0x557d92b91c00] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:24] ffmpeg.Booth Dining.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.Booth Dining.record ERROR : [segment @ 0x557d92b91c00] Failure occurred when ending segment '/tmp/cache/Booth Dining-20220106143215.mp4'

[2022-01-06 14:32:24] ffmpeg.Booth Dining.record ERROR : Error writing trailer of /tmp/cache/Booth Dining-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.Booth Dining INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.Booth Dining INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.Tavern Patio.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.Upstairs Patio 1.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.Tavern Patio.record ERROR : [segment @ 0x55c6f27064c0] Failure occurred when ending segment '/tmp/cache/Tavern Patio-20220106143216.mp4'

[2022-01-06 14:32:24] ffmpeg.Upstairs Patio 1.record ERROR : [segment @ 0x560d31e55500] Failure occurred when ending segment '/tmp/cache/Upstairs Patio 1-20220106143216.mp4'

[2022-01-06 14:32:24] ffmpeg.Upstairs Patio 1.record ERROR : Error writing trailer of /tmp/cache/Upstairs Patio 1-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] ffmpeg.Tavern Rear Exit.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] watchdog.Upstairs Patio 1 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.Upstairs Patio 1 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.Tavern Patio.record ERROR : Error writing trailer of /tmp/cache/Tavern Patio-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] ffmpeg.Tavern Rear Exit.record ERROR : [segment @ 0x556c6f306600] Failure occurred when ending segment '/tmp/cache/Tavern Rear Exit-20220106143216.mp4'

[2022-01-06 14:32:24] watchdog.Tavern Patio INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] ffmpeg.Tavern Rear Exit.record ERROR : Error writing trailer of /tmp/cache/Tavern Rear Exit-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.Tavern Patio INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] watchdog.Tavern Rear Exit INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.Tavern Rear Exit INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.Wine Cellar.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.Wine Cellar.record ERROR : [segment @ 0x55f6f565a480] Failure occurred when ending segment '/tmp/cache/Wine Cellar-20220106143215.mp4'

[2022-01-06 14:32:24] ffmpeg.Wine Cellar.record ERROR : Error writing trailer of /tmp/cache/Wine Cellar-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.Wine Cellar INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.Wine Cellar INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.EC Hall Left.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.EC Hall Left.record ERROR : [segment @ 0x55b94bd34b40] Failure occurred when ending segment '/tmp/cache/EC Hall Left-20220106143215.mp4'

[2022-01-06 14:32:24] ffmpeg.EC Hall Left.record ERROR : Error writing trailer of /tmp/cache/EC Hall Left-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.EC Hall Left INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.EC Hall Left INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.EC Foyer.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.EC Foyer.record ERROR : [segment @ 0x562ebd330ac0] Failure occurred when ending segment '/tmp/cache/EC Foyer-20220106143215.mp4'

[2022-01-06 14:32:24] ffmpeg.EC Foyer.record ERROR : Error writing trailer of /tmp/cache/EC Foyer-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.EC Foyer INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.EC Foyer INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 1016653, current: 1016653; changing to 1016654. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 4827219, current: 4827219; changing to 4827220. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 5257220, current: 5257220; changing to 5257221. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 5349521, current: 5349521; changing to 5349522. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 6640124, current: 6640124; changing to 6640125. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 7408311, current: 7408311; changing to 7408312. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 7991774, current: 7991774; changing to 7991775. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 10020854, current: 10020854; changing to 10020855. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 10543045, current: 10543045; changing to 10543046. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 11957488, current: 11957488; changing to 11957489. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 12264437, current: 12264437; changing to 12264438. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 13001528, current: 13001528; changing to 13001529. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 13585708, current: 13585708; changing to 13585709. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 15645070, current: 15645070; changing to 15645071. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 17366407, current: 17366407; changing to 17366408. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 17857847, current: 17857847; changing to 17857848. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 18164759, current: 18164759; changing to 18164760. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 18410637, current: 18410637; changing to 18410638. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 19394223, current: 19394223; changing to 19394224. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 19640103, current: 19640103; changing to 19640104. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 20223701, current: 20223701; changing to 20223702. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 20408999, current: 20408999; changing to 20409000. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 20439656, current: 20439656; changing to 20439657. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 20753690, current: 20753690; changing to 20753691. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 22444277, current: 22444277; changing to 22444278. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Non-monotonous DTS in output stream 0:0; previous: 22474711, current: 22474711; changing to 22474712. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x556592816e40] Failure occurred when ending segment '/tmp/cache/Front Parking Lot-20220106143216.mp4'

[2022-01-06 14:32:24] ffmpeg.Front Parking Lot.record ERROR : Error writing trailer of /tmp/cache/Front Parking Lot-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.Front Parking Lot INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.Front Parking Lot INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.Stairwell.record ERROR : [segment @ 0x564e62b4d4c0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:24] ffmpeg.Stairwell.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.Stairwell.record ERROR : [segment @ 0x564e62b4d4c0] Failure occurred when ending segment '/tmp/cache/Stairwell-20220106143215.mp4'

[2022-01-06 14:32:24] ffmpeg.Stairwell.record ERROR : Error writing trailer of /tmp/cache/Stairwell-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.Stairwell INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.Stairwell INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.Upstairs Patio 2.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.Upstairs Patio 2.record ERROR : [segment @ 0x55b5ff4a7400] Failure occurred when ending segment '/tmp/cache/Upstairs Patio 2-20220106143217.mp4'

[2022-01-06 14:32:24] ffmpeg.Upstairs Patio 2.record ERROR : Error writing trailer of /tmp/cache/Upstairs Patio 2-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.Upstairs Patio 2 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.Upstairs Patio 2 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.EC Hall Right.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.EC Hall Right.record ERROR : [segment @ 0x561938195e40] Failure occurred when ending segment '/tmp/cache/EC Hall Right-20220106143216.mp4'

[2022-01-06 14:32:24] ffmpeg.EC Side Patio.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.EC Hall Right.record ERROR : Error writing trailer of /tmp/cache/EC Hall Right-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] ffmpeg.EC Side Patio.record ERROR : [segment @ 0x5576bc47de40] Failure occurred when ending segment '/tmp/cache/EC Side Patio-20220106143216.mp4'

[2022-01-06 14:32:24] ffmpeg.EC Side Patio.record ERROR : Error writing trailer of /tmp/cache/EC Side Patio-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.EC Side Patio INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.EC Side Patio INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] watchdog.EC Hall Right INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.EC Hall Right INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.EC Liquor RM.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.EC Liquor RM.record ERROR : [segment @ 0x55c91ed5e740] Failure occurred when ending segment '/tmp/cache/EC Liquor RM-20220106143217.mp4'

[2022-01-06 14:32:24] ffmpeg.EC Liquor RM.record ERROR : Error writing trailer of /tmp/cache/EC Liquor RM-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] ffmpeg.EC Prep Kitchen.record ERROR : [segment @ 0x55de90848480] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:24] ffmpeg.EC Prep Kitchen.record ERROR : [segment @ 0x55de90848480] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.EC Prep Kitchen.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.EC Prep Kitchen.record ERROR : [segment @ 0x55de90848480] Failure occurred when ending segment '/tmp/cache/EC Prep Kitchen-20220106143216.mp4'

[2022-01-06 14:32:24] ffmpeg.EC Prep Kitchen.record ERROR : Error writing trailer of /tmp/cache/EC Prep Kitchen-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] ffmpeg.EC Main Bar.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] watchdog.EC Prep Kitchen INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] ffmpeg.EC Main Bar.record ERROR : [segment @ 0x55f4a38d6400] Failure occurred when ending segment '/tmp/cache/EC Main Bar-20220106143216.mp4'

[2022-01-06 14:32:24] ffmpeg.EC Main Bar.record ERROR : Error writing trailer of /tmp/cache/EC Main Bar-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.EC Liquor RM INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.EC Liquor RM INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] watchdog.EC Prep Kitchen INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] watchdog.EC Main Bar INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.EC Main Bar INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.EC Storage Room.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.EC Storage Room.record ERROR : [segment @ 0x563ee7532e40] Failure occurred when ending segment '/tmp/cache/EC Storage Room-20220106143214.mp4'

[2022-01-06 14:32:24] ffmpeg.EC Storage Room.record ERROR : Error writing trailer of /tmp/cache/EC Storage Room-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.EC Storage Room INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.EC Storage Room INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.EC Lobby.record ERROR : [segment @ 0x561233c9bc80] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:24] ffmpeg.EC Lobby.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.EC Lobby.record ERROR : [segment @ 0x561233c9bc80] Failure occurred when ending segment '/tmp/cache/EC Lobby-20220106143215.mp4'

[2022-01-06 14:32:24] ffmpeg.EC Lobby.record ERROR : Error writing trailer of /tmp/cache/EC Lobby-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.EC Lobby INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.EC Lobby INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:24] ffmpeg.Storage Hallway.record ERROR : [segment @ 0x55818e09e280] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:24] ffmpeg.Storage Hallway.record ERROR : [segment @ 0x55818e09e280] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:24] ffmpeg.Storage Hallway.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:24] ffmpeg.Storage Hallway.record ERROR : [segment @ 0x55818e09e280] Failure occurred when ending segment '/tmp/cache/Storage Hallway-20220106143215.mp4'

[2022-01-06 14:32:24] ffmpeg.Storage Hallway.record ERROR : Error writing trailer of /tmp/cache/Storage Hallway-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:24] watchdog.Storage Hallway INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:24] watchdog.Storage Hallway INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.Back Exit.record ERROR : [segment @ 0x55979cfd3780] Non-monotonous DTS in output stream 0:0; previous: 412672, current: 412672; changing to 412673. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:34] ffmpeg.Back Exit.record ERROR : [segment @ 0x55979cfd3780] Non-monotonous DTS in output stream 0:0; previous: 5659825, current: 5659825; changing to 5659826. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:34] ffmpeg.Back Exit.record ERROR : [segment @ 0x55979cfd3780] Non-monotonous DTS in output stream 0:0; previous: 9473969, current: 9473969; changing to 9473970. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:34] ffmpeg.Back Exit.record ERROR : [segment @ 0x55979cfd3780] Non-monotonous DTS in output stream 0:0; previous: 12803672, current: 12803672; changing to 12803673. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:34] ffmpeg.Back Exit.record ERROR : [segment @ 0x55979cfd3780] Non-monotonous DTS in output stream 0:0; previous: 15712938, current: 15712938; changing to 15712939. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:34] ffmpeg.Back Exit.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:34] ffmpeg.Back Exit.record ERROR : [segment @ 0x55979cfd3780] Failure occurred when ending segment '/tmp/cache/Back Exit-20220106143224.mp4'

[2022-01-06 14:32:34] ffmpeg.Back Exit.record ERROR : Error writing trailer of /tmp/cache/Back Exit-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:34] watchdog.Back Exit INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.Back Exit INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.Admin Office.record ERROR : [segment @ 0x55e53b8c1600] Non-monotonous DTS in output stream 0:0; previous: 4755076, current: 4755076; changing to 4755077. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:34] ffmpeg.Admin Office.record ERROR : [segment @ 0x55e53b8c1600] Non-monotonous DTS in output stream 0:0; previous: 11927544, current: 11927544; changing to 11927545. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:34] ffmpeg.Admin Office.record ERROR : [segment @ 0x55e53b8c1600] Non-monotonous DTS in output stream 0:0; previous: 12224547, current: 12224547; changing to 12224548. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:34] ffmpeg.cartbarn_1.record ERROR : [segment @ 0x5596dc9ee740] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:34] ffmpeg.Bar Downstairs.record ERROR : Could not write header for output file #0 (incorrect codec parameters ?): No space left on device

[2022-01-06 14:32:34] ffmpeg.cartbarn_3.record ERROR : Could not write header for output file #0 (incorrect codec parameters ?): No space left on device

[2022-01-06 14:32:34] ffmpeg.cartbarn_1.record ERROR : [segment @ 0x5596dc9ee740] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:34] ffmpeg.cartbarn_3.record ERROR :

[2022-01-06 14:32:34] ffmpeg.cartbarn_1.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:34] watchdog.cartbarn_3 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.cartbarn_3 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.Bar Downstairs.record ERROR :

[2022-01-06 14:32:34] watchdog.Bar Downstairs INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.Bar Downstairs INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.cartbarn_1.record ERROR : [segment @ 0x5596dc9ee740] Failure occurred when ending segment '/tmp/cache/cartbarn_1-20220106143226.mp4'

[2022-01-06 14:32:34] ffmpeg.cartbarn_1.record ERROR : Error writing trailer of /tmp/cache/cartbarn_1-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:34] watchdog.cartbarn_1 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.cartbarn_1 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.cartbarn_8.record ERROR : [segment @ 0x557764b7c980] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:34] ffmpeg.cartbarn_8.record ERROR : [segment @ 0x557764b7c980] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:34] ffmpeg.cartbarn_8.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:34] ffmpeg.cartbarn_8.record ERROR : [segment @ 0x557764b7c980] Failure occurred when ending segment '/tmp/cache/cartbarn_8-20220106143226.mp4'

[2022-01-06 14:32:34] ffmpeg.cartbarn_8.record ERROR : Error writing trailer of /tmp/cache/cartbarn_8-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:34] watchdog.cartbarn_8 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.cartbarn_8 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.cartbarn_10.record ERROR : Could not write header for output file #0 (incorrect codec parameters ?): No space left on device

[2022-01-06 14:32:34] ffmpeg.cartbarn_10.record ERROR :

[2022-01-06 14:32:34] watchdog.cartbarn_10 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.cartbarn_10 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.cartbarn_9.record ERROR : [segment @ 0x56391bc55600] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:34] ffmpeg.cartbarn_9.record ERROR : [segment @ 0x56391bc55600] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:34] ffmpeg.cartbarn_9.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:34] ffmpeg.cartbarn_9.record ERROR : [segment @ 0x56391bc55600] Failure occurred when ending segment '/tmp/cache/cartbarn_9-20220106143226.mp4'

[2022-01-06 14:32:34] ffmpeg.cartbarn_9.record ERROR : Error writing trailer of /tmp/cache/cartbarn_9-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:34] watchdog.cartbarn_9 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.cartbarn_9 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.Admin Office.record ERROR : [segment @ 0x55e53b8c1600] Non-monotonous DTS in output stream 0:0; previous: 22228145, current: 22228145; changing to 22228146. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:34] ffmpeg.Admin Office.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:34] ffmpeg.Admin Office.record ERROR : [segment @ 0x55e53b8c1600] Failure occurred when ending segment '/tmp/cache/Admin Office-20220106143225.mp4'

[2022-01-06 14:32:34] ffmpeg.Admin Office.record ERROR : Error writing trailer of /tmp/cache/Admin Office-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:34] watchdog.Admin Office INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.Admin Office INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.cartbarn_11.record ERROR : [segment @ 0x55fdcb9d5980] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:34] ffmpeg.cartbarn_11.record ERROR : [segment @ 0x55fdcb9d5980] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:34] ffmpeg.cartbarn_11.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:34] ffmpeg.cartbarn_11.record ERROR : [segment @ 0x55fdcb9d5980] Failure occurred when ending segment '/tmp/cache/cartbarn_11-20220106143226.mp4'

[2022-01-06 14:32:34] ffmpeg.cartbarn_11.record ERROR : Error writing trailer of /tmp/cache/cartbarn_11-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:34] watchdog.cartbarn_11 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.cartbarn_11 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.cartbarn_6.record ERROR : [segment @ 0x5559a7ef0080] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:34] ffmpeg.cartbarn_6.record ERROR : [segment @ 0x5559a7ef0080] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:34] ffmpeg.cartbarn_6.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:34] ffmpeg.cartbarn_6.record ERROR : [segment @ 0x5559a7ef0080] Failure occurred when ending segment '/tmp/cache/cartbarn_6-20220106143227.mp4'

[2022-01-06 14:32:34] ffmpeg.cartbarn_6.record ERROR : Error writing trailer of /tmp/cache/cartbarn_6-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:34] watchdog.cartbarn_6 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.cartbarn_6 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.cartbarn_4.record ERROR : [segment @ 0x5576ac58d040] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:34] ffmpeg.cartbarn_4.record ERROR : [segment @ 0x5576ac58d040] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:34] ffmpeg.cartbarn_4.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:34] ffmpeg.cartbarn_4.record ERROR : [segment @ 0x5576ac58d040] Failure occurred when ending segment '/tmp/cache/cartbarn_4-20220106143226.mp4'

[2022-01-06 14:32:34] ffmpeg.cartbarn_4.record ERROR : Error writing trailer of /tmp/cache/cartbarn_4-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:34] watchdog.cartbarn_4 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.cartbarn_4 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.Hostess Stand.record ERROR : Could not write header for output file #0 (incorrect codec parameters ?): No space left on device

[2022-01-06 14:32:34] ffmpeg.Hostess Stand.record ERROR :

[2022-01-06 14:32:34] watchdog.Hostess Stand INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.Hostess Stand INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.Office Safe.record ERROR : Could not write header for output file #0 (incorrect codec parameters ?): No space left on device

[2022-01-06 14:32:34] ffmpeg.Office Safe.record ERROR :

[2022-01-06 14:32:34] watchdog.Office Safe INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.Office Safe INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.EC Main Entrance.record ERROR : [segment @ 0x55a15ff79e40] Non-monotonous DTS in output stream 0:0; previous: 64341, current: 64341; changing to 64342. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:34] ffmpeg.Booth Dining.record ERROR : [segment @ 0x557c7d894c00] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:34] ffmpeg.Booth Dining.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:34] ffmpeg.Booth Dining.record ERROR : [segment @ 0x557c7d894c00] Failure occurred when ending segment '/tmp/cache/Booth Dining-20220106143226.mp4'

[2022-01-06 14:32:34] ffmpeg.Booth Dining.record ERROR : Error writing trailer of /tmp/cache/Booth Dining-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:34] watchdog.Booth Dining INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.Booth Dining INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.EC Main Entrance.record ERROR : [segment @ 0x55a15ff79e40] Non-monotonous DTS in output stream 0:0; previous: 13372158, current: 13372158; changing to 13372159. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:34] ffmpeg.EC Main Entrance.record ERROR : [segment @ 0x55a15ff79e40] Non-monotonous DTS in output stream 0:0; previous: 20071817, current: 20071817; changing to 20071818. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:34] ffmpeg.EC Main Entrance.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:34] ffmpeg.EC Main Entrance.record ERROR : [segment @ 0x55a15ff79e40] Failure occurred when ending segment '/tmp/cache/EC Main Entrance-20220106143225.mp4'

[2022-01-06 14:32:34] ffmpeg.EC Main Entrance.record ERROR : Error writing trailer of /tmp/cache/EC Main Entrance-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:34] watchdog.EC Main Entrance INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.EC Main Entrance INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.Tavern Patio.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:34] ffmpeg.Upstairs Patio 1.record ERROR : Could not write header for output file #0 (incorrect codec parameters ?): No space left on device

[2022-01-06 14:32:34] ffmpeg.Upstairs Patio 1.record ERROR :

[2022-01-06 14:32:34] watchdog.Upstairs Patio 1 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.Upstairs Patio 1 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.EC Foyer.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:34] ffmpeg.EC Foyer.record ERROR : [segment @ 0x564547342100] Failure occurred when ending segment '/tmp/cache/EC Foyer-20220106143226.mp4'

[2022-01-06 14:32:34] ffmpeg.EC Foyer.record ERROR : Error writing trailer of /tmp/cache/EC Foyer-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:34] watchdog.EC Foyer INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.EC Foyer INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.Tavern Patio.record ERROR : [segment @ 0x55df41c65480] Failure occurred when ending segment '/tmp/cache/Tavern Patio-20220106143226.mp4'

[2022-01-06 14:32:34] ffmpeg.Tavern Patio.record ERROR : Error writing trailer of /tmp/cache/Tavern Patio-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:34] watchdog.Tavern Patio INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.Tavern Patio INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.Upstairs Patio 2.record ERROR : Could not write header for output file #0 (incorrect codec parameters ?): No space left on device

[2022-01-06 14:32:34] ffmpeg.EC Side Patio.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:34] ffmpeg.EC Hall Right.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:34] ffmpeg.EC Hall Right.record ERROR : [segment @ 0x561c38585e40] Failure occurred when ending segment '/tmp/cache/EC Hall Right-20220106143226.mp4'

[2022-01-06 14:32:34] ffmpeg.EC Hall Right.record ERROR : Error writing trailer of /tmp/cache/EC Hall Right-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:34] ffmpeg.Upstairs Patio 2.record ERROR :

[2022-01-06 14:32:34] watchdog.EC Hall Right INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.EC Hall Right INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.Front Parking Lot.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:34] watchdog.Upstairs Patio 2 INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] ffmpeg.Front Parking Lot.record ERROR : [segment @ 0x561f7dcdde40] Failure occurred when ending segment '/tmp/cache/Front Parking Lot-20220106143226.mp4'

[2022-01-06 14:32:34] watchdog.Upstairs Patio 2 INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.Front Parking Lot.record ERROR : Error writing trailer of /tmp/cache/Front Parking Lot-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:34] watchdog.Front Parking Lot INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.Front Parking Lot INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.EC Side Patio.record ERROR : [segment @ 0x55da7bf81e40] Failure occurred when ending segment '/tmp/cache/EC Side Patio-20220106143226.mp4'

[2022-01-06 14:32:34] ffmpeg.EC Side Patio.record ERROR : Error writing trailer of /tmp/cache/EC Side Patio-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:34] watchdog.EC Side Patio INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.EC Side Patio INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.Stairwell.record ERROR : [segment @ 0x56443e4e9e00] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:34] ffmpeg.Stairwell.record ERROR : [segment @ 0x56443e4e9e00] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

[2022-01-06 14:32:34] ffmpeg.Stairwell.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:34] ffmpeg.Stairwell.record ERROR : [segment @ 0x56443e4e9e00] Failure occurred when ending segment '/tmp/cache/Stairwell-20220106143226.mp4'

[2022-01-06 14:32:34] ffmpeg.Stairwell.record ERROR : Error writing trailer of /tmp/cache/Stairwell-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:34] watchdog.Stairwell INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.Stairwell INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.Tavern Rear Exit.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:34] ffmpeg.Tavern Rear Exit.record ERROR : [segment @ 0x563d58cca700] Failure occurred when ending segment '/tmp/cache/Tavern Rear Exit-20220106143226.mp4'

[2022-01-06 14:32:34] ffmpeg.Tavern Rear Exit.record ERROR : Error writing trailer of /tmp/cache/Tavern Rear Exit-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:34] watchdog.Tavern Rear Exit INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.Tavern Rear Exit INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.Golf Area.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:34] ffmpeg.Golf Area.record ERROR : [segment @ 0x558b92ea8600] Failure occurred when ending segment '/tmp/cache/Golf Area-20220106143226.mp4'

[2022-01-06 14:32:34] ffmpeg.Golf Area.record ERROR : Error writing trailer of /tmp/cache/Golf Area-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:34] watchdog.Golf Area INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.Golf Area INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.Wine Cellar.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:34] ffmpeg.Wine Cellar.record ERROR : [segment @ 0x559b228d7480] Failure occurred when ending segment '/tmp/cache/Wine Cellar-20220106143226.mp4'

[2022-01-06 14:32:34] ffmpeg.Wine Cellar.record ERROR : Error writing trailer of /tmp/cache/Wine Cellar-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:34] watchdog.Wine Cellar INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.Wine Cellar INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:34] ffmpeg.EC Hall Left.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:34] ffmpeg.EC Hall Left.record ERROR : [segment @ 0x55d0839b9b40] Failure occurred when ending segment '/tmp/cache/EC Hall Left-20220106143226.mp4'

[2022-01-06 14:32:34] ffmpeg.EC Hall Left.record ERROR : Error writing trailer of /tmp/cache/EC Hall Left-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:34] watchdog.EC Hall Left INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:34] watchdog.EC Hall Left INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:35] ffmpeg.EC Lobby.record ERROR : Could not write header for output file #0 (incorrect codec parameters ?): No space left on device

[2022-01-06 14:32:35] ffmpeg.EC Lobby.record ERROR :

[2022-01-06 14:32:35] watchdog.EC Lobby INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:35] watchdog.EC Lobby INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:35] ffmpeg.EC Storage Room.record ERROR : Could not write header for output file #0 (incorrect codec parameters ?): No space left on device

[2022-01-06 14:32:35] ffmpeg.EC Storage Room.record ERROR :

[2022-01-06 14:32:35] watchdog.EC Storage Room INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:35] watchdog.EC Storage Room INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:35] ffmpeg.EC Liquor RM.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:35] ffmpeg.EC Prep Kitchen.record ERROR : [segment @ 0x560f5e2b6c40] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

[2022-01-06 14:32:35] ffmpeg.EC Prep Kitchen.record ERROR : av_interleaved_write_frame(): No space left on device

[2022-01-06 14:32:35] ffmpeg.EC Prep Kitchen.record ERROR : [segment @ 0x560f5e2b6c40] Failure occurred when ending segment '/tmp/cache/EC Prep Kitchen-20220106143227.mp4'

[2022-01-06 14:32:35] ffmpeg.EC Prep Kitchen.record ERROR : Error writing trailer of /tmp/cache/EC Prep Kitchen-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:35] watchdog.EC Prep Kitchen INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:35] ffmpeg.EC Liquor RM.record ERROR : [segment @ 0x558aed875880] Failure occurred when ending segment '/tmp/cache/EC Liquor RM-20220106143227.mp4'

[2022-01-06 14:32:35] ffmpeg.EC Liquor RM.record ERROR : Error writing trailer of /tmp/cache/EC Liquor RM-%Y%m%d%H%M%S.mp4: No space left on device

[2022-01-06 14:32:35] watchdog.EC Liquor RM INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:35] watchdog.EC Liquor RM INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:35] watchdog.EC Prep Kitchen INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:35] ffmpeg.Storage Hallway.record ERROR : Could not write header for output file #0 (incorrect codec parameters ?): No space left on device

[2022-01-06 14:32:35] ffmpeg.Storage Hallway.record ERROR :

[2022-01-06 14:32:35] watchdog.Storage Hallway INFO : Terminating the existing ffmpeg process...
[2022-01-06 14:32:35] watchdog.Storage Hallway INFO : Waiting for ffmpeg to exit gracefully...
[2022-01-06 14:32:44] ws4py INFO : Terminating websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:53742]
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

FFprobe output from your camera

N/a

Frigate stats

N/a

Operating system

UNRAID

Install method

Docker CLI

Coral version

PCIe

Network connection

Wired

Camera make and model

Lorex N Series NVR

Any other information that may be helpful

No response

ZCalilung commented 2 years ago

I dont know how to get FFprobe or Frigate stats

blakeblackshear commented 2 years ago

That's a lot of cameras. My guess is that it's struggling to keep up in clearing the cache. I definitely want to make sure frigate can support this number of cameras. Can you post your docker run command so I can see how you have volumes setup? Also, the cache handling in the beta version has been improved, so you may want to give that a try.

ZCalilung commented 2 years ago

Here is what I got from Unraid. Also sorry for the basic question, but how can I bet the beta version of Frigate in unraid? The latest version that I can get from the CA store is 0.9.4. Thanks

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='frigate' --net='bridge' --cpuset-cpus='0,1,2,3,4,5,6,7' --privileged=true -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'FRIGATE_RTSP_PASSWORD'='[password]' -p '5000:5000/tcp' -p '1935:1935/tcp' -v '/mnt/user/appdata/frigate':'/config':'rw' -v '/mnt/user/Media/frigate':'/media/frigate':'rw' -v '/tmp/frigate':'/tmp/cache':'rw' -v '/etc/localtime':'/etc/localtime':'rw' --device='/dev/bus/usb' --device='/dev/dri/renderD128' --device='/dev/dri' --shm-size=5G 'blakeblackshear/frigate:stable-amd64' 4ab8e11062f300cd9d800301e7b11871445a09916f803b15bfd0758022242d14

kemac commented 2 years ago

To get the Beta you have to edit the repository option for your Frigate container in Unraid for the image you want to use. the image's are listed in the release notes. Images:

x86: blakeblackshear/frigate:0.10.0-beta6-amd64 x86 w/ nvidia (for ffmpeg only): blakeblackshear/frigate:0.10.0-beta6-amd64nvidia Raspberry Pi 3/4 (32bit): blakeblackshear/frigate:0.10.0-beta6-armv7 Raspberry Pi 4 (64bit): blakeblackshear/frigate:0.10.0-beta6-aarch64

ZCalilung commented 2 years ago

Alrighty, I got the latest 0.10.0 Beta 6 installed and running. A new log that I am getting is

[2022-01-07 14:38:53] frigate.record WARNING : Cache is taking longer than 5 seconds to clear. Your recordings disk may be too slow.

blakeblackshear commented 2 years ago

Just ignore that message. It's not necessarily a problem.

Try adding debug logging for record to see the actual copy times for files:

logger:
  default: info
  logs:
    frigate.record: debug

My guess is that they will be quick.

I believe the problem is frigate is so busy processing all the frame data that the thread responsible for moving files from cache is interrupted too often.

ZCalilung commented 2 years ago

Frigate 0.10.0 Beta 6 has been running for 24 hours now and my RAM usage has only climbed from 58%; so the cache handling is already very much improved.

I just added the logger to my config and ran it for about a minute. Logs below. Should I leave it running with the logger?

Additionally, I was planning on adding another 4 cameras to my config. Any suggestions on how to further improve cache handling?

"I believe the problem is frigate is so busy processing all the frame data that the thread responsible for moving files from cache is interrupted too often." My CPU load hovers around 50-60% usage. Would a better CPU help frigate in processing all the frame data and moving the files from the cache without interruptions?

` [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] done. [services.d] starting services [services.d] done. [2022-01-08 12:47:39] frigate.app INFO : Starting Frigate (0.10.0-db1255a) Starting migrations [2022-01-08 12:47:39] peewee_migrate INFO : Starting migrations There is nothing to migrate [2022-01-08 12:47:39] peewee_migrate INFO : There is nothing to migrate [2022-01-08 12:47:40] frigate.mqtt INFO : MQTT connected [2022-01-08 12:47:40] detector.coral INFO : Starting detection process: 226 [2022-01-08 12:47:40] frigate.edgetpu INFO : Attempting to load TPU as pci [2022-01-08 12:47:40] ws4py INFO : Using epoll [2022-01-08 12:47:40] frigate.app INFO : Output process started: 227 [2022-01-08 12:47:40] frigate.app INFO : Camera processor started for cartbarn_1: 232 [2022-01-08 12:47:40] frigate.app INFO : Camera processor started for cartbarn_2: 233 [2022-01-08 12:47:40] frigate.app INFO : Camera processor started for cartbarn_3: 234 [2022-01-08 12:47:40] frigate.app INFO : Camera processor started for cartbarn_4: 236 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for cartbarn_5: 237 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for cartbarn_6: 238 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for cartbarn_7: 239 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for cartbarn_8: 240 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for cartbarn_9: 241 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for cartbarn_10: 242 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for cartbarn_11: 243 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for Office Safe: 244 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for Bar Downstairs: 245 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for Booth Dining: 246 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for Hostess Stand: 247 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for Golf Area: 248 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for Back Exit: 249 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for Admin Office: 250 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for Tavern Patio: 251 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for Tavern Rear Exit: 252 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for Wine Cellar: 253 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for EC Foyer: 254 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for EC Main Entrance: 255 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for Front Parking Lot: 256 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for Upstairs Patio 1: 257 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for EC Hall Left: 258 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for EC Hall Right: 259 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for Upstairs Patio 2: 260 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for Stairwell: 261 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for EC Side Patio: 262 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for EC Liquor RM: 263 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for EC Main Bar: 264 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for EC Prep Kitchen: 265 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for EC Storage Room: 266 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for EC Lobby: 267 [2022-01-08 12:47:41] frigate.app INFO : Camera processor started for Storage Hallway: 268 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for cartbarn_1: 269 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for cartbarn_2: 272 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for cartbarn_3: 276 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for cartbarn_4: 278 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for cartbarn_5: 284 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for cartbarn_6: 288 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for cartbarn_7: 300 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for cartbarn_8: 307 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for cartbarn_9: 314 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for cartbarn_10: 315 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for cartbarn_11: 318 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for Office Safe: 325 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for Bar Downstairs: 331 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for Booth Dining: 348 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for Hostess Stand: 355 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for Golf Area: 360 [2022-01-08 12:47:41] frigate.edgetpu INFO : TPU found [2022-01-08 12:47:41] frigate.app INFO : Capture process started for Back Exit: 366 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for Admin Office: 370 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for Tavern Patio: 380 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for Tavern Rear Exit: 389 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for Wine Cellar: 392 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for EC Foyer: 397 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for EC Main Entrance: 405 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for Front Parking Lot: 410 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for Upstairs Patio 1: 418 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for EC Hall Left: 429 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for EC Hall Right: 437 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for Upstairs Patio 2: 438 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for Stairwell: 441 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for EC Side Patio: 448 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for EC Liquor RM: 457 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for EC Main Bar: 460 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for EC Prep Kitchen: 463 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for EC Storage Room: 468 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for EC Lobby: 474 [2022-01-08 12:47:41] frigate.app INFO : Capture process started for Storage Hallway: 486 [2022-01-08 12:47:41] ws4py INFO : Using epoll [2022-01-08 12:47:46] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:46] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Back Exit/45.48.mp4 in 0.003222942352294922 seconds. [2022-01-08 12:47:46] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Back Exit/45.58.mp4 in 0.0035140514373779297 seconds. [2022-01-08 12:47:46] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Back Exit/46.08.mp4 in 0.0035920143127441406 seconds. [2022-01-08 12:47:46] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Back Exit/46.18.mp4 in 0.0035238265991210938 seconds. [2022-01-08 12:47:46] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:46] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:47] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:47] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Foyer/45.47.mp4 in 0.00845193862915039 seconds. [2022-01-08 12:47:47] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Foyer/45.57.mp4 in 0.00840306282043457 seconds. [2022-01-08 12:47:47] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Foyer/46.07.mp4 in 0.007070064544677734 seconds. [2022-01-08 12:47:47] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Foyer/46.17.mp4 in 0.007456064224243164 seconds. [2022-01-08 12:47:47] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:47] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Hall Left/45.48.mp4 in 0.023314952850341797 seconds. [2022-01-08 12:47:47] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Hall Left/45.58.mp4 in 0.007597923278808594 seconds. [2022-01-08 12:47:48] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Hall Left/46.08.mp4 in 0.008185148239135742 seconds. [2022-01-08 12:47:48] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Hall Left/46.18.mp4 in 0.00780797004699707 seconds. [2022-01-08 12:47:48] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:48] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Hall Right/45.47.mp4 in 0.005529880523681641 seconds. [2022-01-08 12:47:48] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Hall Left/46.08.mp4 in 0.008185148239135742 seconds. [2022-01-08 12:47:48] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Hall Left/46.18.mp4 in 0.00780797004699707 seconds. [2022-01-08 12:47:48] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:48] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Hall Right/45.47.mp4 in 0.005529880523681641 seconds. [2022-01-08 12:47:48] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Hall Right/45.58.mp4 in 0.006430864334106445 seconds. [2022-01-08 12:47:48] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Hall Right/46.08.mp4 in 0.006721973419189453 seconds. [2022-01-08 12:47:48] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Hall Right/46.18.mp4 in 0.00638580322265625 seconds. [2022-01-08 12:47:48] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:48] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Liquor RM/45.49.mp4 in 0.0014269351959228516 seconds. [2022-01-08 12:47:49] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Liquor RM/45.59.mp4 in 0.0013420581817626953 seconds. [2022-01-08 12:47:49] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Liquor RM/46.09.mp4 in 0.0014500617980957031 seconds. [2022-01-08 12:47:49] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Liquor RM/46.19.mp4 in 0.0017099380493164062 seconds. [2022-01-08 12:47:49] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:49] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Lobby/45.47.mp4 in 0.0060749053955078125 seconds. [2022-01-08 12:47:49] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Lobby/45.57.mp4 in 0.006621122360229492 seconds. [2022-01-08 12:47:49] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Lobby/46.07.mp4 in 0.006663084030151367 seconds. [2022-01-08 12:47:49] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Lobby/46.18.mp4 in 0.00699305534362793 seconds. [2022-01-08 12:47:49] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:50] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Main Bar/45.48.mp4 in 0.0074999332427978516 seconds. [2022-01-08 12:47:50] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Main Bar/45.58.mp4 in 0.007720947265625 seconds. [2022-01-08 12:47:50] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Main Bar/46.08.mp4 in 0.005525112152099609 seconds. [2022-01-08 12:47:50] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Main Bar/46.18.mp4 in 0.0056209564208984375 seconds. [2022-01-08 12:47:50] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:50] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Main Entrance/45.48.mp4 in 0.008452892303466797 seconds. [2022-01-08 12:47:50] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Main Bar/45.48.mp4 in 0.0074999332427978516 seconds. [2022-01-08 12:47:50] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Main Bar/45.58.mp4 in 0.007720947265625 seconds. [2022-01-08 12:47:50] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Main Bar/46.08.mp4 in 0.005525112152099609 seconds. [2022-01-08 12:47:50] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Main Bar/46.18.mp4 in 0.0056209564208984375 seconds. [2022-01-08 12:47:50] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:50] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Main Entrance/45.48.mp4 in 0.008452892303466797 seconds. [2022-01-08 12:47:50] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Main Entrance/45.58.mp4 in 0.0075931549072265625 seconds. [2022-01-08 12:47:51] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Main Entrance/46.08.mp4 in 0.007508993148803711 seconds. [2022-01-08 12:47:51] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Main Entrance/46.18.mp4 in 0.0059549808502197266 seconds. [2022-01-08 12:47:51] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:51] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Prep Kitchen/45.47.mp4 in 0.02560877799987793 seconds. [2022-01-08 12:47:51] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Prep Kitchen/45.57.mp4 in 0.0073549747467041016 seconds. [2022-01-08 12:47:51] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Prep Kitchen/46.07.mp4 in 0.007829904556274414 seconds. [2022-01-08 12:47:51] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Prep Kitchen/46.17.mp4 in 0.006802797317504883 seconds. [2022-01-08 12:47:52] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:52] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Side Patio/45.48.mp4 in 0.003248929977416992 seconds. [2022-01-08 12:47:52] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Side Patio/45.58.mp4 in 0.0031349658966064453 seconds. [2022-01-08 12:47:52] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Side Patio/46.08.mp4 in 0.0036780834197998047 seconds. [2022-01-08 12:47:52] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Side Patio/46.18.mp4 in 0.0035021305084228516 seconds. [2022-01-08 12:47:52] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:52] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Storage Room/45.56.mp4 in 0.006103992462158203 seconds. [2022-01-08 12:47:52] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Storage Room/46.04.mp4 in 0.006587982177734375 seconds. [2022-01-08 12:47:53] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Storage Room/46.14.mp4 in 0.006119966506958008 seconds. [2022-01-08 12:47:53] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Storage Room/46.14.mp4 in 0.006119966506958008 seconds. [2022-01-08 12:47:54] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Storage Room/46.24.mp4 in 0.005639076232910156 seconds. [2022-01-08 12:47:54] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:55] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:55] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:55] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Hostess Stand/45.49.mp4 in 0.006505012512207031 seconds. [2022-01-08 12:47:55] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Hostess Stand/45.59.mp4 in 0.00806879997253418 seconds. [2022-01-08 12:47:55] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Hostess Stand/46.09.mp4 in 0.005899190902709961 seconds. [2022-01-08 12:47:55] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Hostess Stand/46.19.mp4 in 0.006656169891357422 seconds. [2022-01-08 12:47:55] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:55] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Office Safe/45.49.mp4 in 0.007536172866821289 seconds. [2022-01-08 12:47:55] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:55] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:55] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Hostess Stand/45.49.mp4 in 0.006505012512207031 seconds. [2022-01-08 12:47:55] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Hostess Stand/45.59.mp4 in 0.00806879997253418 seconds. [2022-01-08 12:47:55] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Hostess Stand/46.09.mp4 in 0.005899190902709961 seconds. [2022-01-08 12:47:55] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Hostess Stand/46.19.mp4 in 0.006656169891357422 seconds. [2022-01-08 12:47:55] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:55] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Office Safe/45.49.mp4 in 0.007536172866821289 seconds. [2022-01-08 12:47:55] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Office Safe/45.59.mp4 in 0.0060160160064697266 seconds. [2022-01-08 12:47:56] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Office Safe/46.09.mp4 in 0.007164955139160156 seconds. [2022-01-08 12:47:56] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Office Safe/46.19.mp4 in 0.006844043731689453 seconds. [2022-01-08 12:47:56] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:56] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Stairwell/45.47.mp4 in 0.00775599479675293 seconds. [2022-01-08 12:47:56] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Stairwell/45.57.mp4 in 0.00928497314453125 seconds. [2022-01-08 12:47:56] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Stairwell/46.07.mp4 in 0.008816957473754883 seconds. [2022-01-08 12:47:56] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Stairwell/46.17.mp4 in 0.007359981536865234 seconds. [2022-01-08 12:47:56] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:56] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Storage Hallway/45.48.mp4 in 0.006972074508666992 seconds. [2022-01-08 12:47:57] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Storage Hallway/45.58.mp4 in 0.006699085235595703 seconds. [2022-01-08 12:47:57] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Storage Hallway/46.08.mp4 in 0.007643938064575195 seconds. [2022-01-08 12:47:57] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Storage Hallway/46.18.mp4 in 0.0065310001373291016 seconds. [2022-01-08 12:47:57] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:57] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Tavern Patio/45.47.mp4 in 0.009021997451782227 seconds. [2022-01-08 12:47:57] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Tavern Patio/45.57.mp4 in 0.006132841110229492 seconds. [2022-01-08 12:47:57] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Tavern Patio/46.07.mp4 in 0.02294182777404785 seconds. [2022-01-08 12:47:58] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Tavern Patio/46.17.mp4 in 0.007556915283203125 seconds. [2022-01-08 12:47:58] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:58] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:58] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Tavern Patio/46.17.mp4 in 0.007556915283203125 seconds. [2022-01-08 12:47:58] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:58] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:58] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Upstairs Patio 1/45.49.mp4 in 0.008085012435913086 seconds. [2022-01-08 12:47:58] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Upstairs Patio 1/45.59.mp4 in 0.005955934524536133 seconds. [2022-01-08 12:47:58] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Upstairs Patio 1/46.09.mp4 in 0.009810924530029297 seconds. [2022-01-08 12:47:58] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Upstairs Patio 1/46.19.mp4 in 0.006906032562255859 seconds. [2022-01-08 12:47:58] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:58] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Upstairs Patio 2/45.48.mp4 in 0.005715847015380859 seconds. [2022-01-08 12:47:58] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Upstairs Patio 2/45.58.mp4 in 0.006772041320800781 seconds. [2022-01-08 12:47:59] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Upstairs Patio 2/46.08.mp4 in 0.007272958755493164 seconds. [2022-01-08 12:47:59] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Upstairs Patio 2/46.18.mp4 in 0.006284952163696289 seconds. [2022-01-08 12:47:59] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:47:59] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Wine Cellar/45.48.mp4 in 0.004498004913330078 seconds. [2022-01-08 12:47:59] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Wine Cellar/45.58.mp4 in 0.004551887512207031 seconds. [2022-01-08 12:47:59] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Wine Cellar/46.08.mp4 in 0.004812002182006836 seconds. [2022-01-08 12:48:00] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Wine Cellar/46.18.mp4 in 0.00480198860168457 seconds. [2022-01-08 12:48:00] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:48:00] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_1/45.53.mp4 in 0.010376930236816406 seconds. [2022-01-08 12:48:00] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_1/46.03.mp4 in 0.009424924850463867 seconds. [2022-01-08 12:48:00] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_1/46.13.mp4 in 0.010191917419433594 seconds. [2022-01-08 12:48:00] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_1/46.23.mp4 in 0.008791923522949219 seconds. [2022-01-08 12:48:00] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Wine Cellar/46.18.mp4 in 0.00480198860168457 seconds. [2022-01-08 12:48:00] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:48:00] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_1/45.53.mp4 in 0.010376930236816406 seconds. [2022-01-08 12:48:00] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_1/46.03.mp4 in 0.009424924850463867 seconds. [2022-01-08 12:48:00] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_1/46.13.mp4 in 0.010191917419433594 seconds. [2022-01-08 12:48:00] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_1/46.23.mp4 in 0.008791923522949219 seconds. [2022-01-08 12:48:00] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:48:00] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_10/45.52.mp4 in 0.01022481918334961 seconds. [2022-01-08 12:48:00] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_10/46.02.mp4 in 0.00982809066772461 seconds. [2022-01-08 12:48:01] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_10/46.13.mp4 in 0.010059118270874023 seconds. [2022-01-08 12:48:01] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_10/46.23.mp4 in 0.008155107498168945 seconds. [2022-01-08 12:48:01] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:48:01] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_11/45.53.mp4 in 0.0066869258880615234 seconds. [2022-01-08 12:48:01] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_11/46.03.mp4 in 0.0060269832611083984 seconds. [2022-01-08 12:48:01] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_11/46.13.mp4 in 0.006239891052246094 seconds. [2022-01-08 12:48:01] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_11/46.23.mp4 in 0.007715940475463867 seconds. [2022-01-08 12:48:01] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:48:01] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_2/45.50.mp4 in 0.0008270740509033203 seconds. [2022-01-08 12:48:02] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_2/46.00.mp4 in 0.0006411075592041016 seconds. [2022-01-08 12:48:02] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_2/46.10.mp4 in 0.0007929801940917969 seconds. [2022-01-08 12:48:02] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_2/46.20.mp4 in 0.0006721019744873047 seconds. [2022-01-08 12:48:02] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:48:02] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_3/45.52.mp4 in 0.007472991943359375 seconds. [2022-01-08 12:48:02] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_3/46.02.mp4 in 0.0066680908203125 seconds. [2022-01-08 12:48:02] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_3/46.12.mp4 in 0.007249116897583008 seconds. [2022-01-08 12:48:02] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_3/46.22.mp4 in 0.007097959518432617 seconds. [2022-01-08 12:48:02] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:48:02] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_4/45.52.mp4 in 0.006387948989868164 seconds. [2022-01-08 12:48:03] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_4/46.02.mp4 in 0.007055044174194336 seconds. [2022-01-08 12:48:03] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_4/46.02.mp4 in 0.007055044174194336 seconds. [2022-01-08 12:48:03] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_4/46.12.mp4 in 0.0066051483154296875 seconds. [2022-01-08 12:48:03] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_4/46.22.mp4 in 0.005749940872192383 seconds. [2022-01-08 12:48:03] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:48:03] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_5/45.50.mp4 in 0.006119966506958008 seconds. [2022-01-08 12:48:03] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_5/46.01.mp4 in 0.0070798397064208984 seconds. [2022-01-08 12:48:03] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_5/46.11.mp4 in 0.008098125457763672 seconds. [2022-01-08 12:48:04] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_5/46.21.mp4 in 0.006417036056518555 seconds. [2022-01-08 12:48:04] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:48:04] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_6/45.52.mp4 in 0.006339073181152344 seconds. [2022-01-08 12:48:04] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_6/46.02.mp4 in 0.008237838745117188 seconds. [2022-01-08 12:48:04] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_6/46.12.mp4 in 0.007359027862548828 seconds. [2022-01-08 12:48:04] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_6/46.22.mp4 in 0.00713801383972168 seconds. [2022-01-08 12:48:04] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:48:04] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_7/45.53.mp4 in 0.0004930496215820312 seconds. [2022-01-08 12:48:04] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_7/46.03.mp4 in 0.0010259151458740234 seconds. [2022-01-08 12:48:04] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_7/46.13.mp4 in 0.0007369518280029297 seconds. [2022-01-08 12:48:05] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_7/46.23.mp4 in 0.0007729530334472656 seconds. [2022-01-08 12:48:05] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_7/46.23.mp4 in 0.0007729530334472656 seconds. [2022-01-08 12:48:11] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:48:11] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_8/45.51.mp4 in 0.007097005844116211 seconds. [2022-01-08 12:48:11] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_8/46.01.mp4 in 0.006611824035644531 seconds. [2022-01-08 12:48:11] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_8/46.11.mp4 in 0.0061299800872802734 seconds. [2022-01-08 12:48:12] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_8/46.21.mp4 in 0.007860898971557617 seconds. [2022-01-08 12:48:12] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:48:12] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_9/45.52.mp4 in 0.00791311264038086 seconds. [2022-01-08 12:48:12] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_9/46.02.mp4 in 0.0057108402252197266 seconds. [2022-01-08 12:48:12] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_9/46.12.mp4 in 0.0068051815032958984 seconds. [2022-01-08 12:48:12] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_9/46.22.mp4 in 0.006494045257568359 seconds. [2022-01-08 12:48:12] frigate.record WARNING : Discarding a corrupt recording segment: {'cache_path': '/tmp/cache/cartbarn_9-20220108124542.mp4', 'start_time': datetime.datetime(2022, 1, 8, 12, 45, 42)}

[2022-01-08 12:48:13] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Admin Office/47.44.mp4 in 0.0036919116973876953 seconds. [2022-01-08 12:48:13] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Admin Office/47.53.mp4 in 0.002816915512084961 seconds. [2022-01-08 12:48:13] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Back Exit/47.43.mp4 in 0.002463102340698242 seconds. [2022-01-08 12:48:13] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Admin Office/47.44.mp4 in 0.0036919116973876953 seconds. [2022-01-08 12:48:13] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Admin Office/47.53.mp4 in 0.002816915512084961 seconds. [2022-01-08 12:48:13] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Back Exit/47.43.mp4 in 0.002463102340698242 seconds. [2022-01-08 12:48:13] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Back Exit/47.51.mp4 in 0.0026569366455078125 seconds. [2022-01-08 12:48:13] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Back Exit/48.03.mp4 in 0.003011941909790039 seconds. [2022-01-08 12:48:13] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Bar Downstairs/47.43.mp4 in 0.005738973617553711 seconds. [2022-01-08 12:48:13] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Bar Downstairs/47.52.mp4 in 0.006552934646606445 seconds. [2022-01-08 12:48:14] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Bar Downstairs/48.02.mp4 in 0.008332967758178711 seconds. [2022-01-08 12:48:14] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Booth Dining/47.43.mp4 in 0.006188154220581055 seconds. [2022-01-08 12:48:14] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Booth Dining/47.51.mp4 in 0.006882905960083008 seconds. [2022-01-08 12:48:14] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Booth Dining/48.01.mp4 in 0.006002902984619141 seconds. [2022-01-08 12:48:14] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Foyer/47.43.mp4 in 0.0076410770416259766 seconds. [2022-01-08 12:48:14] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Foyer/47.51.mp4 in 0.008287906646728516 seconds. [2022-01-08 12:48:15] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Foyer/48.01.mp4 in 0.007966041564941406 seconds. [2022-01-08 12:48:15] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Hall Left/47.43.mp4 in 0.0075528621673583984 seconds. [2022-01-08 12:48:15] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Hall Left/47.51.mp4 in 0.006434917449951172 seconds. [2022-01-08 12:48:15] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Hall Left/48.01.mp4 in 0.008272886276245117 seconds. [2022-01-08 12:48:15] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Hall Right/47.43.mp4 in 0.007356166839599609 seconds. [2022-01-08 12:48:15] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Hall Right/47.51.mp4 in 0.007612943649291992 seconds. [2022-01-08 12:48:15] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Hall Right/48.01.mp4 in 0.0067138671875 seconds. [2022-01-08 12:48:16] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Liquor RM/47.44.mp4 in 0.0014209747314453125 seconds. [2022-01-08 12:48:16] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Liquor RM/47.52.mp4 in 0.0013530254364013672 seconds. [2022-01-08 12:48:16] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Liquor RM/48.02.mp4 in 0.0019440650939941406 seconds. [2022-01-08 12:48:16] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Lobby/47.43.mp4 in 0.008003950119018555 seconds. [2022-01-08 12:48:16] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Liquor RM/47.44.mp4 in 0.0014209747314453125 seconds. [2022-01-08 12:48:16] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Liquor RM/47.52.mp4 in 0.0013530254364013672 seconds. [2022-01-08 12:48:16] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Liquor RM/48.02.mp4 in 0.0019440650939941406 seconds. [2022-01-08 12:48:16] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Lobby/47.43.mp4 in 0.008003950119018555 seconds. [2022-01-08 12:48:16] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Lobby/47.51.mp4 in 0.006601095199584961 seconds. [2022-01-08 12:48:16] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Lobby/48.02.mp4 in 0.00741887092590332 seconds. [2022-01-08 12:48:16] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Main Bar/47.44.mp4 in 0.020391225814819336 seconds. [2022-01-08 12:48:17] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Main Bar/47.52.mp4 in 0.006529092788696289 seconds. [2022-01-08 12:48:17] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Main Bar/48.02.mp4 in 0.008550167083740234 seconds. [2022-01-08 12:48:17] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Main Entrance/47.43.mp4 in 0.007324934005737305 seconds. [2022-01-08 12:48:17] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Main Entrance/47.51.mp4 in 0.009618997573852539 seconds. [2022-01-08 12:48:17] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Main Entrance/48.01.mp4 in 0.006118059158325195 seconds. [2022-01-08 12:48:19] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Prep Kitchen/47.43.mp4 in 0.006350994110107422 seconds. [2022-01-08 12:48:19] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Prep Kitchen/47.51.mp4 in 0.005796194076538086 seconds. [2022-01-08 12:48:19] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Prep Kitchen/48.02.mp4 in 0.006043910980224609 seconds. [2022-01-08 12:48:19] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Side Patio/47.43.mp4 in 0.004525899887084961 seconds. [2022-01-08 12:48:20] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Side Patio/47.51.mp4 in 0.0039980411529541016 seconds. [2022-01-08 12:48:20] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Side Patio/48.01.mp4 in 0.00450897216796875 seconds. [2022-01-08 12:48:20] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Storage Room/47.43.mp4 in 0.0072748661041259766 seconds. [2022-01-08 12:48:20] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Storage Room/47.51.mp4 in 0.006291866302490234 seconds. [2022-01-08 12:48:20] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Side Patio/47.51.mp4 in 0.0039980411529541016 seconds. [2022-01-08 12:48:20] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Side Patio/48.01.mp4 in 0.00450897216796875 seconds. [2022-01-08 12:48:20] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Storage Room/47.43.mp4 in 0.0072748661041259766 seconds. [2022-01-08 12:48:20] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Storage Room/47.51.mp4 in 0.006291866302490234 seconds. [2022-01-08 12:48:20] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Storage Room/48.01.mp4 in 0.007448911666870117 seconds. [2022-01-08 12:48:21] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Front Parking Lot/47.43.mp4 in 0.006849050521850586 seconds. [2022-01-08 12:48:21] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Front Parking Lot/47.51.mp4 in 0.007158041000366211 seconds. [2022-01-08 12:48:22] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Front Parking Lot/48.01.mp4 in 0.008903980255126953 seconds. [2022-01-08 12:48:23] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Golf Area/47.43.mp4 in 0.009603023529052734 seconds. [2022-01-08 12:48:23] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Golf Area/47.51.mp4 in 0.007632017135620117 seconds. [2022-01-08 12:48:23] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Golf Area/47.43.mp4 in 0.009603023529052734 seconds. [2022-01-08 12:48:23] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Golf Area/47.51.mp4 in 0.007632017135620117 seconds. [2022-01-08 12:48:23] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Golf Area/48.01.mp4 in 0.13375020027160645 seconds. [2022-01-08 12:48:24] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Hostess Stand/47.44.mp4 in 0.00840902328491211 seconds. [2022-01-08 12:48:25] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Hostess Stand/47.54.mp4 in 0.008774995803833008 seconds. [2022-01-08 12:48:27] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Office Safe/47.44.mp4 in 0.006838083267211914 seconds. [2022-01-08 12:48:27] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Office Safe/47.55.mp4 in 0.006051063537597656 seconds. [2022-01-08 12:48:28] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Stairwell/47.43.mp4 in 0.006567955017089844 seconds. [2022-01-08 12:48:28] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Stairwell/47.43.mp4 in 0.006567955017089844 seconds. [2022-01-08 12:48:28] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Stairwell/47.51.mp4 in 0.007472991943359375 seconds. [2022-01-08 12:48:29] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Storage Hallway/47.43.mp4 in 0.008543968200683594 seconds. [2022-01-08 12:48:30] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Storage Hallway/47.53.mp4 in 0.00606989860534668 seconds. [2022-01-08 12:48:30] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Storage Hallway/47.53.mp4 in 0.00606989860534668 seconds. [2022-01-08 12:48:30] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Storage Hallway/48.03.mp4 in 0.004739999771118164 seconds. [2022-01-08 12:48:31] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Tavern Patio/47.43.mp4 in 0.007077932357788086 seconds. [2022-01-08 12:48:31] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Tavern Patio/47.51.mp4 in 0.0069580078125 seconds. [2022-01-08 12:48:32] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Tavern Patio/48.01.mp4 in 0.00713801383972168 seconds. [2022-01-08 12:48:32] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Tavern Rear Exit/47.43.mp4 in 0.006440162658691406 seconds. [2022-01-08 12:48:32] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Tavern Patio/48.01.mp4 in 0.00713801383972168 seconds. [2022-01-08 12:48:32] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Tavern Rear Exit/47.43.mp4 in 0.006440162658691406 seconds. [2022-01-08 12:48:33] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Tavern Rear Exit/47.51.mp4 in 0.007153987884521484 seconds. [2022-01-08 12:48:33] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Tavern Rear Exit/48.01.mp4 in 0.007409095764160156 seconds. [2022-01-08 12:48:34] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Upstairs Patio 1/47.43.mp4 in 0.005899906158447266 seconds. [2022-01-08 12:48:35] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Upstairs Patio 1/47.52.mp4 in 0.007238864898681641 seconds. [2022-01-08 12:48:35] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Upstairs Patio 1/48.02.mp4 in 0.007245063781738281 seconds. [2022-01-08 12:48:36] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Upstairs Patio 2/47.44.mp4 in 0.0047800540924072266 seconds. [2022-01-08 12:48:36] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Upstairs Patio 2/47.52.mp4 in 0.006147146224975586 seconds. [2022-01-08 12:48:36] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Upstairs Patio 2/48.02.mp4 in 0.006413936614990234 seconds. [2022-01-08 12:48:37] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Wine Cellar/47.43.mp4 in 0.004743099212646484 seconds. [2022-01-08 12:48:37] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Wine Cellar/47.51.mp4 in 0.006294965744018555 seconds. [2022-01-08 12:48:37] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Wine Cellar/48.03.mp4 in 0.004158973693847656 seconds. [2022-01-08 12:48:37] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Wine Cellar/47.43.mp4 in 0.004743099212646484 seconds. [2022-01-08 12:48:37] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Wine Cellar/47.51.mp4 in 0.006294965744018555 seconds. [2022-01-08 12:48:37] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Wine Cellar/48.03.mp4 in 0.004158973693847656 seconds. [2022-01-08 12:48:37] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_1/47.44.mp4 in 0.02540421485900879 seconds. [2022-01-08 12:48:37] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_1/47.55.mp4 in 0.014647960662841797 seconds. [2022-01-08 12:48:37] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_10/47.46.mp4 in 0.010622024536132812 seconds. [2022-01-08 12:48:37] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_10/47.56.mp4 in 0.010367870330810547 seconds. [2022-01-08 12:48:38] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_11/47.46.mp4 in 0.009293794631958008 seconds. [2022-01-08 12:48:38] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_11/47.57.mp4 in 0.007074117660522461 seconds. [2022-01-08 12:48:38] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_2/47.46.mp4 in 0.0011508464813232422 seconds. [2022-01-08 12:48:38] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_2/47.55.mp4 in 0.0009260177612304688 seconds. [2022-01-08 12:48:38] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_3/47.45.mp4 in 0.00781393051147461 seconds. [2022-01-08 12:48:38] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_3/47.54.mp4 in 0.007912874221801758 seconds. [2022-01-08 12:48:38] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_4/47.45.mp4 in 0.008529901504516602 seconds. [2022-01-08 12:48:39] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_4/47.55.mp4 in 0.008699178695678711 seconds. [2022-01-08 12:48:39] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_5/47.46.mp4 in 0.007882118225097656 seconds. [2022-01-08 12:48:39] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_5/47.55.mp4 in 0.007353067398071289 seconds. [2022-01-08 12:48:39] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_6/47.46.mp4 in 0.007796049118041992 seconds. [2022-01-08 12:48:39] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_4/47.55.mp4 in 0.008699178695678711 seconds. [2022-01-08 12:48:39] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_5/47.46.mp4 in 0.007882118225097656 seconds. [2022-01-08 12:48:39] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_5/47.55.mp4 in 0.007353067398071289 seconds. [2022-01-08 12:48:39] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_6/47.46.mp4 in 0.007796049118041992 seconds. [2022-01-08 12:48:39] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_6/47.55.mp4 in 0.008686065673828125 seconds. [2022-01-08 12:48:40] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_7/47.47.mp4 in 0.0007078647613525391 seconds. [2022-01-08 12:48:40] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_7/47.57.mp4 in 0.0008509159088134766 seconds. [2022-01-08 12:48:40] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_8/47.47.mp4 in 0.009292125701904297 seconds. [2022-01-08 12:48:40] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_8/47.57.mp4 in 0.006134986877441406 seconds. [2022-01-08 12:48:40] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_9/47.47.mp4 in 0.011291980743408203 seconds. [2022-01-08 12:48:40] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/cartbarn_9/47.57.mp4 in 0.014796018600463867 seconds. [2022-01-08 12:48:40] frigate.record WARNING : Cache is taking longer than 5 seconds to clear. Your recordings disk may be too slow.

[2022-01-08 12:48:41] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Admin Office/48.03.mp4 in 0.0034987926483154297 seconds. [2022-01-08 12:48:41] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Admin Office/48.13.mp4 in 0.0028378963470458984 seconds. [2022-01-08 12:48:41] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Admin Office/48.23.mp4 in 0.0030059814453125 seconds. [2022-01-08 12:48:41] frigate.record DEBUG : Start expire recordings (new). [2022-01-08 12:48:41] frigate.record DEBUG : Start deleted cameras. [2022-01-08 12:48:41] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Back Exit/48.11.mp4 in 0.0022881031036376953 seconds. [2022-01-08 12:48:41] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Back Exit/48.21.mp4 in 0.003398895263671875 seconds. [2022-01-08 12:48:41] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Bar Downstairs/48.12.mp4 in 0.0057430267333984375 seconds. [2022-01-08 12:48:43] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Bar Downstairs/48.22.mp4 in 0.007153987884521484 seconds. [2022-01-08 12:48:44] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Booth Dining/48.11.mp4 in 0.006184101104736328 seconds. [2022-01-08 12:48:44] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/Booth Dining/48.22.mp4 in 0.006042957305908203 seconds. [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] waiting for services. [2022-01-08 12:48:45] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Foyer/48.11.mp4 in 0.007734060287475586 seconds. [s6-finish] sending all processes the TERM signal. [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] waiting for services. [2022-01-08 12:48:45] frigate.record DEBUG : Copied /media/frigate/recordings/2022-01/08/12/EC Foyer/48.11.mp4 in 0.007734060287475586 seconds. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting. `

blakeblackshear commented 2 years ago

Your copy operation is clearly very fast, so you can turn off the debug logs. Keep an eye out for missing segments. If you do see them, you may want to use retain mode motion as it may reduce total copy operations. I will need to reevaluate some things around cache management.

Glad it's working with that many cameras! Let me know if you run into anything as I definitely want it to work for systems this large. You will probably see slow load times in the recordings view because of sheer database size. That is definitely on my list to improve.

ZCalilung commented 2 years ago

@blakeblackshear Thanks for all the help! Updating to 0.10.0 Beta 6 pretty much solved it then. Just to be sure my RAM usage doesn't creep up, ill switch over to retain mode "motion" for now, but I would love to keep it on retain mode "all" in one of your future updates!

I realize that I have an abnormally large amount of cameras, so please let me know if there is anything that I can test or look out for to report to you so that frigate can continue to support this many cameras in the future.