blakeblackshear / frigate

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

[Support]: Frigate is not overwriting old footage and just erroring saying their isn't enough space left #8533

Closed Dwini closed 7 months ago

Dwini commented 10 months ago

Describe the problem you are having

Running Frigate on Unraid

My Share has the following relevant settings:

Frigate eventually runs out of space and instead of deleting footage it just errors and I can even view my streams and gives me a bunch of errors like unable to convert recording etc all errors related to not having enough space.

Version

0.12.1

Frigate config file

mqtt:
  enabled: true
  host: ****
  port: 1883
  user: ****
  password: ****

database:
  path: /db/frigate.db

detectors:
  coral:
    type: edgetpu
    device: usb

birdseye:
  enabled: True
  width: 1280 
  height: 720
  quality: 1
  mode: continuous

ffmpeg:
  hwaccel_args: preset-vaapi
  output_args:
    record: preset-record-generic-audio-copy

detect:
  width: 1280
  height: 720
  fps: 5
  enabled: True
  stationary:
    interval: 0
    threshold: 50

objects:
  track:
    - person
    - bicycle
    - motorcycle
    - airplane
    - bus
    - train
    - boat
    - bird
    - cat
    - dog
    - horse
    - sheep
    - cow
    - elephant
    - bear
    - zebra
    - giraffe
    - frisbee
    - sports ball
    - knife

record: 
  enabled: True
  retain:
    days: 30
    mode: all
  events:
    pre_capture: 10
    post_capture: 30
    retain:
      default: 90
      mode: motion

snapshots:
  enabled: True
  timestamp: True

go2rtc:
  streams:
    doorbell: 
      - "ffmpeg:http://****/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=****&password=****#video=copy#audio=copy#audio=opus"
    doorbell_sub: 
      - "ffmpeg:http://****/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=****&password=****#video=copy#audio=copy#audio=opus"
    driveway: 
      - rtsp://****:554/h265Preview_01_main
      - "ffmpeg:driveway#video=h264#audio=opus"
    driveway_sub: 
      - rtsp://****:554/h265Preview_01_sub
      - "ffmpeg:driveway#video=h264#audio=opus"
    front:
      - rtsp://****:554/Streaming/Channels/101/
    front_sub:
      - rtsp://****6:554/Streaming/Channels/102/
    backyard:
      - rtsp://****:554/cam/realmonitor?channel=1&subtype=0
    backyard_sub:
      - rtsp://****:554/cam/realmonitor?channel=1&subtype=1
    side:
      - rtsp://****:554/cam/realmonitor?channel=1&subtype=0
    side_sub:
      - rtsp://****:554/cam/realmonitor?channel=1&subtype=1

timestamp_style:
  position: "tl"
  format: "%d/%m/%Y %H:%M:%S"

cameras:
  Doorbell:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/doorbell?video=copy&audio=aac
          input_args: preset-rtsp-restream
          roles:
            - record
        - path: rtsp://127.0.0.1:8554/doorbell_sub?video=copy
          input_args: preset-rtsp-restream
          roles:
            - detect
    live:
      stream_name: doorbell

  Driveway:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/driveway?video=copy&audio=aac
          input_args: preset-rtsp-restream
          roles:
            - record
        - path: rtsp://127.0.0.1:8554/driveway_sub?video=copy
          input_args: preset-rtsp-restream
          roles:
            - detect
    motion:
      mask:
        - 1196,0,1196,54,1072,52,910,48,696,54,452,92,70,202,58,156,0,178,0,0,546,0
    live:
      stream_name: driveway

  Front_Porch:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/front?video=copy&audio=aac
          input_args: preset-rtsp-restream
          roles:
            - record
        - path: rtsp://127.0.0.1:8554/front_sub?video=copy
          input_args: preset-rtsp-restream
          roles:
            - detect
    motion:
      mask:
        - 0,0,0,189,196,81,466,63,740,59,1280,149,1280,0,236,0
    live:
      stream_name: front

  Backyard:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/backyard?video=copy&audio=aac
          input_args: preset-rtsp-restream
          roles:
            - record
        - path: rtsp://127.0.0.1:8554/backyard_sub?video=copy
          input_args: preset-rtsp-restream
          roles:
            - detect
    live:
      stream_name: backyard

  Side:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/side?video=copy&audio=aac
          input_args: preset-rtsp-restream
          roles:
            - record
        - path: rtsp://127.0.0.1:8554/side_sub?video=copy
          input_args: preset-rtsp-restream
          roles:
            - detect
    live:
      stream_name: side

Relevant log output

Run out of space

FFprobe output from your camera

n/a

Frigate stats

No response

Operating system

UNRAID

Install method

Docker Compose

Coral version

USB

Network connection

Wired

Camera make and model

Many

Any other information that may be helpful

No response

NickM-27 commented 10 months ago

We need to see logs, this doesn't provide any info

NickM-27 commented 10 months ago

Seeing a screenshot of the storage page would also be useful.

Dwini commented 10 months ago

I needed to spin it back up quickly and forgot to save the log. Shame it doesn't save the logs.

Which page and info in particular?

NickM-27 commented 10 months ago

Fully copy of the logs once this starts happening and the storage page in the webui

Dwini commented 9 months ago

Frigate Logs

2023-11-22 15:40:23.806607859  [INFO] Starting Frigate...
2023-11-22 15:40:41.259554431  [2023-11-22 15:40:41] frigate.app                    INFO    : Starting Frigate (0.12.1-367d724)
2023-11-22 15:40:41.312008221  [2023-11-22 15:40:41] peewee_migrate                 INFO    : Starting migrations
2023-11-22 15:40:41.381886062  [2023-11-22 15:40:41] peewee_migrate                 INFO    : There is nothing to migrate
2023-11-22 15:40:41.449272254  [2023-11-22 15:40:41] detector.coral                 INFO    : Starting detection process: 362
2023-11-22 15:40:41.937770196  [2023-11-22 15:40:41] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as usb
2023-11-22 15:40:41.937866211  [2023-11-22 15:40:41] frigate.app                    INFO    : Output process started: 364
2023-11-22 15:40:41.938574093  [2023-11-22 15:40:41] frigate.app                    INFO    : Camera processor started for Doorbell: 367
2023-11-22 15:40:41.938576158  [2023-11-22 15:40:41] frigate.app                    INFO    : Camera processor started for Driveway: 369
2023-11-22 15:40:41.938579373  [2023-11-22 15:40:41] frigate.app                    INFO    : Camera processor started for Front_Porch: 371
2023-11-22 15:40:41.938580979  [2023-11-22 15:40:41] frigate.app                    INFO    : Camera processor started for Backyard: 372
2023-11-22 15:40:41.938594762  [2023-11-22 15:40:41] frigate.app                    INFO    : Camera processor started for Side: 374
2023-11-22 15:40:41.938596506  [2023-11-22 15:40:41] frigate.app                    INFO    : Capture process started for Doorbell: 376
2023-11-22 15:40:41.938597984  [2023-11-22 15:40:41] frigate.app                    INFO    : Capture process started for Driveway: 381
2023-11-22 15:40:41.938619878  [2023-11-22 15:40:41] frigate.app                    INFO    : Capture process started for Front_Porch: 386
2023-11-22 15:40:41.938621299  [2023-11-22 15:40:41] frigate.app                    INFO    : Capture process started for Backyard: 391
2023-11-22 15:40:41.938622431  [2023-11-22 15:40:41] frigate.app                    INFO    : Capture process started for Side: 399
2023-11-22 15:40:44.773290998  [2023-11-22 15:40:44] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2023-11-22 15:40:52.889679291  [2023-11-22 15:40:52] frigate.record                 ERROR   : Error occurred when attempting to maintain recording cache
2023-11-22 15:40:52.896801126  [2023-11-22 15:40:52] frigate.record                 ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-11-22/23/Front_Porch'
2023-11-22 15:40:57.252713728  Exception in thread detected_frames_processor:
2023-11-22 15:40:57.252717230  Traceback (most recent call last):
2023-11-22 15:40:57.252718564    File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
2023-11-22 15:40:57.260232144      self.run()
2023-11-22 15:40:57.261227368    File "/opt/frigate/frigate/object_processing.py", line 910, in run
2023-11-22 15:40:57.272693474      camera_state.update(
2023-11-22 15:40:57.272708545    File "/opt/frigate/frigate/object_processing.py", line 531, in update
2023-11-22 15:40:57.272814241      c(self.name, removed_obj, frame_time)
2023-11-22 15:40:57.272816327    File "/opt/frigate/frigate/object_processing.py", line 694, in end
2023-11-22 15:40:57.272945390      with open(
2023-11-22 15:40:57.272957617  OSError: [Errno 28] No space left on device: '/media/frigate/clips/Driveway-1700696446.663628-q07ftf.jpg'
2023-11-22 15:40:57.979126842  [2023-11-22 15:40:57] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154044.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/40.44.mp4
2023-11-22 15:40:57.979202163  [2023-11-22 15:40:57] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:40:57.979203734    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:40:57.979209956    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:40:57.979212061    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:40:57.979213057    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:40:57.979214010    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:40:57.979214885    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:40:57.979260385    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:40:57.979261479    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:40:57.979262352    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:40:57.979263239    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:40:57.979264744  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154044.mp4':
2023-11-22 15:40:57.979265605    Metadata:
2023-11-22 15:40:57.979266513      major_brand     : isom
2023-11-22 15:40:57.979267398      minor_version   : 512
2023-11-22 15:40:57.979268306      compatible_brands: isomiso2mp41
2023-11-22 15:40:57.979311331      title           : go2rtc/1.2.0
2023-11-22 15:40:57.979312420      encoder         : Lavf59.27.100
2023-11-22 15:40:57.979313422    Duration: 00:00:10.00, start: 0.000000, bitrate: 8327 kb/s
2023-11-22 15:40:57.979314756    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8204 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:40:57.979315832      Metadata:
2023-11-22 15:40:57.979316726        handler_name    : VideoHandler
2023-11-22 15:40:57.979317657        vendor_id       : [0][0][0][0]
2023-11-22 15:40:57.979318750    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:40:57.979319587      Metadata:
2023-11-22 15:40:57.979320512        handler_name    : SoundHandler
2023-11-22 15:40:57.979370655        vendor_id       : [0][0][0][0]
2023-11-22 15:40:57.979371946  /media/frigate/recordings/2023-11-22/23/Backyard/40.44.mp4: No space left on device
2023-11-22 15:40:57.979372776  
2023-11-22 15:40:58.029023457  [2023-11-22 15:40:58] frigate.record                 ERROR   : Error occurred when attempting to maintain recording cache
2023-11-22 15:40:58.029026882  [2023-11-22 15:40:58] frigate.record                 ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-11-22/23/Driveway'
2023-11-22 15:41:01.629148056  [2023-11-22 15:41:01] ffmpeg.Side.record             ERROR   : rtsp://127.0.0.1:8554/side?video=copy&audio=aac: Invalid data found when processing input
2023-11-22 15:41:01.629478610  [2023-11-22 15:41:01] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-11-22 15:41:01.629608782  [2023-11-22 15:41:01] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-11-22 15:41:02.770077952  [2023-11-22 15:41:02] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154044.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/40.44.mp4
2023-11-22 15:41:02.770082471  [2023-11-22 15:41:02] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:02.770083730    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:02.770089211    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:02.770090390    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:02.770091455    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:02.770092436    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:02.770093320    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:02.770094192    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:02.770095071    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:02.770095935    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:02.770096800    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:02.770097807  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154044.mp4':
2023-11-22 15:41:02.770098669    Metadata:
2023-11-22 15:41:02.770099570      major_brand     : isom
2023-11-22 15:41:02.770100475      minor_version   : 512
2023-11-22 15:41:02.770101430      compatible_brands: isomiso2mp41
2023-11-22 15:41:02.770102340      title           : go2rtc/1.2.0
2023-11-22 15:41:02.770103242      encoder         : Lavf59.27.100
2023-11-22 15:41:02.770104247    Duration: 00:00:10.00, start: 0.000000, bitrate: 8327 kb/s
2023-11-22 15:41:02.770105589    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8204 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:02.770106419      Metadata:
2023-11-22 15:41:02.770107338        handler_name    : VideoHandler
2023-11-22 15:41:02.770108238        vendor_id       : [0][0][0][0]
2023-11-22 15:41:02.770109336    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:02.770110203      Metadata:
2023-11-22 15:41:02.770111109        handler_name    : SoundHandler
2023-11-22 15:41:02.770112033        vendor_id       : [0][0][0][0]
2023-11-22 15:41:02.770113056  /media/frigate/recordings/2023-11-22/23/Backyard/40.44.mp4: No space left on device
2023-11-22 15:41:02.770113869  
2023-11-22 15:41:02.869043294  [2023-11-22 15:41:02] frigate.record                 ERROR   : Error occurred when attempting to maintain recording cache
2023-11-22 15:41:02.869047042  [2023-11-22 15:41:02] frigate.record                 ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-11-22/23/Doorbell'
2023-11-22 15:41:07.658219176  [2023-11-22 15:41:07] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154044.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/40.44.mp4
2023-11-22 15:41:07.658325893  [2023-11-22 15:41:07] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:07.658327369    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:07.658332972    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:07.658334172    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:07.658335182    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:07.658336136    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:07.658337047    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:07.658337945    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:07.658338863    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:07.658339764    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:07.658352176    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:07.658353298  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154044.mp4':
2023-11-22 15:41:07.658354137    Metadata:
2023-11-22 15:41:07.658355096      major_brand     : isom
2023-11-22 15:41:07.658356043      minor_version   : 512
2023-11-22 15:41:07.658356975      compatible_brands: isomiso2mp41
2023-11-22 15:41:07.658357905      title           : go2rtc/1.2.0
2023-11-22 15:41:07.658358888      encoder         : Lavf59.27.100
2023-11-22 15:41:07.658359882    Duration: 00:00:10.00, start: 0.000000, bitrate: 8327 kb/s
2023-11-22 15:41:07.658361222    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8204 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:07.658362121      Metadata:
2023-11-22 15:41:07.658363055        handler_name    : VideoHandler
2023-11-22 15:41:07.658364015        vendor_id       : [0][0][0][0]
2023-11-22 15:41:07.658365161    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:07.658366018      Metadata:
2023-11-22 15:41:07.658366989        handler_name    : SoundHandler
2023-11-22 15:41:07.658367891        vendor_id       : [0][0][0][0]
2023-11-22 15:41:07.658368936  /media/frigate/recordings/2023-11-22/23/Backyard/40.44.mp4: No space left on device
2023-11-22 15:41:07.658369741  
2023-11-22 15:41:07.746176846  [2023-11-22 15:41:07] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154053.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/40.53.mp4
2023-11-22 15:41:07.746180444  [2023-11-22 15:41:07] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:07.746181627    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:07.746187072    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:07.746188144    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:07.746189120    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:07.746190072    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:07.746190987    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:07.746191874    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:07.746192752    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:07.746193636    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:07.746194495    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:07.746195497  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154053.mp4':
2023-11-22 15:41:07.746196316    Metadata:
2023-11-22 15:41:07.746197206      major_brand     : isom
2023-11-22 15:41:07.746198089      minor_version   : 512
2023-11-22 15:41:07.746198991      compatible_brands: isomiso2mp41
2023-11-22 15:41:07.746199899      title           : go2rtc/1.2.0
2023-11-22 15:41:07.746200818      encoder         : Lavf59.27.100
2023-11-22 15:41:07.746201791    Duration: 00:00:10.00, start: 0.000000, bitrate: 8309 kb/s
2023-11-22 15:41:07.746203100    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8186 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:07.746203952      Metadata:
2023-11-22 15:41:07.746204870        handler_name    : VideoHandler
2023-11-22 15:41:07.746205745        vendor_id       : [0][0][0][0]
2023-11-22 15:41:07.746206829    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:07.746207665      Metadata:
2023-11-22 15:41:07.746208597        handler_name    : SoundHandler
2023-11-22 15:41:07.746209526        vendor_id       : [0][0][0][0]
2023-11-22 15:41:07.746210544  /media/frigate/recordings/2023-11-22/23/Backyard/40.53.mp4: No space left on device
2023-11-22 15:41:07.746211353  
2023-11-22 15:41:07.746953680  [2023-11-22 15:41:07] frigate.record                 ERROR   : Error occurred when attempting to maintain recording cache
2023-11-22 15:41:07.746956283  [2023-11-22 15:41:07] frigate.record                 ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-11-22/23/Doorbell'
2023-11-22 15:41:11.669797974  [2023-11-22 15:41:11] ffmpeg.Side.record             ERROR   : rtsp://127.0.0.1:8554/side?video=copy&audio=aac: Invalid data found when processing input
2023-11-22 15:41:11.676737121  [2023-11-22 15:41:11] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-11-22 15:41:11.685448949  [2023-11-22 15:41:11] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-11-22 15:41:12.660452700  [2023-11-22 15:41:12] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154044.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/40.44.mp4
2023-11-22 15:41:12.660455779  [2023-11-22 15:41:12] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:12.660457055    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:12.660462373    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:12.660463496    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:12.660464503    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:12.660465442    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:12.660466360    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:12.660467278    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:12.660468199    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:12.660469077    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:12.660469963    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:12.660470998  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154044.mp4':
2023-11-22 15:41:12.660471864    Metadata:
2023-11-22 15:41:12.660472784      major_brand     : isom
2023-11-22 15:41:12.660473672      minor_version   : 512
2023-11-22 15:41:12.660474623      compatible_brands: isomiso2mp41
2023-11-22 15:41:12.660475543      title           : go2rtc/1.2.0
2023-11-22 15:41:12.660476452      encoder         : Lavf59.27.100
2023-11-22 15:41:12.660477431    Duration: 00:00:10.00, start: 0.000000, bitrate: 8327 kb/s
2023-11-22 15:41:12.660478729    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8204 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:12.660479557      Metadata:
2023-11-22 15:41:12.660480479        handler_name    : VideoHandler
2023-11-22 15:41:12.660481374        vendor_id       : [0][0][0][0]
2023-11-22 15:41:12.660482475    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:12.660483321      Metadata:
2023-11-22 15:41:12.660484258        handler_name    : SoundHandler
2023-11-22 15:41:12.660485145        vendor_id       : [0][0][0][0]
2023-11-22 15:41:12.660486165  /media/frigate/recordings/2023-11-22/23/Backyard/40.44.mp4: No space left on device
2023-11-22 15:41:12.660486982  
2023-11-22 15:41:12.690887105  [2023-11-22 15:41:12] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154053.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/40.53.mp4
2023-11-22 15:41:12.690890483  [2023-11-22 15:41:12] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:12.690891702    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:12.690897052    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:12.690898173    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:12.690899137    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:12.690900080    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:12.690900977    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:12.690901846    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:12.690902715    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:12.690903604    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:12.690904471    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:12.690905465  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154053.mp4':
2023-11-22 15:41:12.690906288    Metadata:
2023-11-22 15:41:12.690907193      major_brand     : isom
2023-11-22 15:41:12.690908081      minor_version   : 512
2023-11-22 15:41:12.690908983      compatible_brands: isomiso2mp41
2023-11-22 15:41:12.690909878      title           : go2rtc/1.2.0
2023-11-22 15:41:12.690910786      encoder         : Lavf59.27.100
2023-11-22 15:41:12.690911785    Duration: 00:00:10.00, start: 0.000000, bitrate: 8309 kb/s
2023-11-22 15:41:12.690913069    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8186 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:12.690913894      Metadata:
2023-11-22 15:41:12.690914801        handler_name    : VideoHandler
2023-11-22 15:41:12.690915679        vendor_id       : [0][0][0][0]
2023-11-22 15:41:12.690916771    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:12.690917597      Metadata:
2023-11-22 15:41:12.690918493        handler_name    : SoundHandler
2023-11-22 15:41:12.690919385        vendor_id       : [0][0][0][0]
2023-11-22 15:41:12.690920386  /media/frigate/recordings/2023-11-22/23/Backyard/40.53.mp4: No space left on device
2023-11-22 15:41:12.690921190  
2023-11-22 15:41:12.691733936  [2023-11-22 15:41:12] frigate.record                 ERROR   : Error occurred when attempting to maintain recording cache
2023-11-22 15:41:12.691737470  [2023-11-22 15:41:12] frigate.record                 ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-11-22/23/Doorbell'
2023-11-22 15:41:17.631662061  [2023-11-22 15:41:17] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154044.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/40.44.mp4
2023-11-22 15:41:17.631783331  [2023-11-22 15:41:17] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:17.631785823    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:17.631799403    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:17.631800611    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:17.631801671    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:17.631802628    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:17.631819877    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:17.631820978    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:17.631821873    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:17.631822767    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:17.631823662    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:17.631824689  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154044.mp4':
2023-11-22 15:41:17.631825505    Metadata:
2023-11-22 15:41:17.631826418      major_brand     : isom
2023-11-22 15:41:17.631827303      minor_version   : 512
2023-11-22 15:41:17.631828220      compatible_brands: isomiso2mp41
2023-11-22 15:41:17.631829107      title           : go2rtc/1.2.0
2023-11-22 15:41:17.631830050      encoder         : Lavf59.27.100
2023-11-22 15:41:17.631831015    Duration: 00:00:10.00, start: 0.000000, bitrate: 8327 kb/s
2023-11-22 15:41:17.631832306    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8204 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:17.631833179      Metadata:
2023-11-22 15:41:17.631834080        handler_name    : VideoHandler
2023-11-22 15:41:17.631834974        vendor_id       : [0][0][0][0]
2023-11-22 15:41:17.631836074    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:17.631836923      Metadata:
2023-11-22 15:41:17.631837844        handler_name    : SoundHandler
2023-11-22 15:41:17.631851147        vendor_id       : [0][0][0][0]
2023-11-22 15:41:17.631852266  /media/frigate/recordings/2023-11-22/23/Backyard/40.44.mp4: No space left on device
2023-11-22 15:41:17.631853057  
2023-11-22 15:41:17.677588724  [2023-11-22 15:41:17] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154053.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/40.53.mp4
2023-11-22 15:41:17.677592014  [2023-11-22 15:41:17] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:17.677593248    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:17.677598620    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:17.677599700    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:17.677600660    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:17.677601563    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:17.677602423    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:17.677603321    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:17.677604181    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:17.677605050    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:17.677605927    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:17.677606920  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154053.mp4':
2023-11-22 15:41:17.677607765    Metadata:
2023-11-22 15:41:17.677608663      major_brand     : isom
2023-11-22 15:41:17.677609580      minor_version   : 512
2023-11-22 15:41:17.677610506      compatible_brands: isomiso2mp41
2023-11-22 15:41:17.677611412      title           : go2rtc/1.2.0
2023-11-22 15:41:17.677612326      encoder         : Lavf59.27.100
2023-11-22 15:41:17.677613316    Duration: 00:00:10.00, start: 0.000000, bitrate: 8309 kb/s
2023-11-22 15:41:17.677614608    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8186 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:17.677615459      Metadata:
2023-11-22 15:41:17.677616385        handler_name    : VideoHandler
2023-11-22 15:41:17.677617268        vendor_id       : [0][0][0][0]
2023-11-22 15:41:17.677618364    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:17.677619188      Metadata:
2023-11-22 15:41:17.677620080        handler_name    : SoundHandler
2023-11-22 15:41:17.677620978        vendor_id       : [0][0][0][0]
2023-11-22 15:41:17.677621982  /media/frigate/recordings/2023-11-22/23/Backyard/40.53.mp4: No space left on device
2023-11-22 15:41:17.677622779  
2023-11-22 15:41:17.761692980  [2023-11-22 15:41:17] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154103.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.03.mp4
2023-11-22 15:41:17.766829340  [2023-11-22 15:41:17] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:17.766832949    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:17.766845060    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:17.766846507    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:17.766847648    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:17.766848726    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:17.766849808    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:17.766850831    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:17.766851835    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:17.766852829    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:17.766853833    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:17.766854975  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154103.mp4':
2023-11-22 15:41:17.766855914    Metadata:
2023-11-22 15:41:17.766856929      major_brand     : isom
2023-11-22 15:41:17.766857932      minor_version   : 512
2023-11-22 15:41:17.766858981      compatible_brands: isomiso2mp41
2023-11-22 15:41:17.766860032      title           : go2rtc/1.2.0
2023-11-22 15:41:17.766861108      encoder         : Lavf59.27.100
2023-11-22 15:41:17.766862213    Duration: 00:00:10.00, start: 0.000000, bitrate: 8394 kb/s
2023-11-22 15:41:17.766863634    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8271 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:17.766864639      Metadata:
2023-11-22 15:41:17.766865672        handler_name    : VideoHandler
2023-11-22 15:41:17.766866705        vendor_id       : [0][0][0][0]
2023-11-22 15:41:17.766867954    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:17.766868910      Metadata:
2023-11-22 15:41:17.766869967        handler_name    : SoundHandler
2023-11-22 15:41:17.766870971        vendor_id       : [0][0][0][0]
2023-11-22 15:41:17.766872152  /media/frigate/recordings/2023-11-22/23/Backyard/41.03.mp4: No space left on device
2023-11-22 15:41:17.766896403  
2023-11-22 15:41:17.766897670  [2023-11-22 15:41:17] frigate.record                 ERROR   : Error occurred when attempting to maintain recording cache
2023-11-22 15:41:17.766898966  [2023-11-22 15:41:17] frigate.record                 ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-11-22/23/Doorbell'
2023-11-22 15:41:21.716278240  [2023-11-22 15:41:21] ffmpeg.Side.record             ERROR   : rtsp://127.0.0.1:8554/side?video=copy&audio=aac: Invalid data found when processing input
2023-11-22 15:41:21.716282490  [2023-11-22 15:41:21] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-11-22 15:41:21.716283846  [2023-11-22 15:41:21] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-11-22 15:41:22.640444786  [2023-11-22 15:41:22] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154044.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/40.44.mp4
2023-11-22 15:41:22.644030007  [2023-11-22 15:41:22] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:22.644033214    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:22.644038643    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:22.644039800    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:22.644040778    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:22.644041698    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:22.644042626    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:22.644043535    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:22.644044469    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:22.644045371    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:22.644046257    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:22.644047252  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154044.mp4':
2023-11-22 15:41:22.644048070    Metadata:
2023-11-22 15:41:22.644048973      major_brand     : isom
2023-11-22 15:41:22.644049862      minor_version   : 512
2023-11-22 15:41:22.644050791      compatible_brands: isomiso2mp41
2023-11-22 15:41:22.644051717      title           : go2rtc/1.2.0
2023-11-22 15:41:22.644052648      encoder         : Lavf59.27.100
2023-11-22 15:41:22.644053627    Duration: 00:00:10.00, start: 0.000000, bitrate: 8327 kb/s
2023-11-22 15:41:22.644054894    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8204 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:22.644055773      Metadata:
2023-11-22 15:41:22.644056672        handler_name    : VideoHandler
2023-11-22 15:41:22.644057586        vendor_id       : [0][0][0][0]
2023-11-22 15:41:22.644058707    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:22.644059558      Metadata:
2023-11-22 15:41:22.644060485        handler_name    : SoundHandler
2023-11-22 15:41:22.644061366        vendor_id       : [0][0][0][0]
2023-11-22 15:41:22.644062404  /media/frigate/recordings/2023-11-22/23/Backyard/40.44.mp4: No space left on device
2023-11-22 15:41:22.644063195  
2023-11-22 15:41:22.689044532  [2023-11-22 15:41:22] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154053.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/40.53.mp4
2023-11-22 15:41:22.689048094  [2023-11-22 15:41:22] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:22.689049273    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:22.689054669    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:22.689055716    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:22.689056683    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:22.689057623    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:22.689058500    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:22.689059387    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:22.689060268    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:22.689061148    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:22.689062019    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:22.689063019  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154053.mp4':
2023-11-22 15:41:22.689063869    Metadata:
2023-11-22 15:41:22.689064778      major_brand     : isom
2023-11-22 15:41:22.689065652      minor_version   : 512
2023-11-22 15:41:22.689066555      compatible_brands: isomiso2mp41
2023-11-22 15:41:22.689067455      title           : go2rtc/1.2.0
2023-11-22 15:41:22.689068346      encoder         : Lavf59.27.100
2023-11-22 15:41:22.689069313    Duration: 00:00:10.00, start: 0.000000, bitrate: 8309 kb/s
2023-11-22 15:41:22.689070602    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8186 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:22.689071465      Metadata:
2023-11-22 15:41:22.689072381        handler_name    : VideoHandler
2023-11-22 15:41:22.689073269        vendor_id       : [0][0][0][0]
2023-11-22 15:41:22.689074377    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:22.689075207      Metadata:
2023-11-22 15:41:22.689076103        handler_name    : SoundHandler
2023-11-22 15:41:22.689076997        vendor_id       : [0][0][0][0]
2023-11-22 15:41:22.689078004  /media/frigate/recordings/2023-11-22/23/Backyard/40.53.mp4: No space left on device
2023-11-22 15:41:22.689078820  
2023-11-22 15:41:22.735064992  [2023-11-22 15:41:22] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154103.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.03.mp4
2023-11-22 15:41:22.735068271  [2023-11-22 15:41:22] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:22.735069529    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:22.735074864    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:22.735075979    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:22.735076952    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:22.735077882    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:22.735078782    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:22.735079654    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:22.735080530    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:22.735081394    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:22.735082262    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:22.735083251  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154103.mp4':
2023-11-22 15:41:22.735084118    Metadata:
2023-11-22 15:41:22.735085028      major_brand     : isom
2023-11-22 15:41:22.735085925      minor_version   : 512
2023-11-22 15:41:22.735086940      compatible_brands: isomiso2mp41
2023-11-22 15:41:22.735087868      title           : go2rtc/1.2.0
2023-11-22 15:41:22.735088800      encoder         : Lavf59.27.100
2023-11-22 15:41:22.735089802    Duration: 00:00:10.00, start: 0.000000, bitrate: 8394 kb/s
2023-11-22 15:41:22.735091095    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8271 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:22.735091929      Metadata:
2023-11-22 15:41:22.735092826        handler_name    : VideoHandler
2023-11-22 15:41:22.735093716        vendor_id       : [0][0][0][0]
2023-11-22 15:41:22.735094802    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:22.735095639      Metadata:
2023-11-22 15:41:22.735096533        handler_name    : SoundHandler
2023-11-22 15:41:22.735097415        vendor_id       : [0][0][0][0]
2023-11-22 15:41:22.735098429  /media/frigate/recordings/2023-11-22/23/Backyard/41.03.mp4: No space left on device
2023-11-22 15:41:22.735099244  
2023-11-22 15:41:22.741548276  [2023-11-22 15:41:22] frigate.record                 ERROR   : Error occurred when attempting to maintain recording cache
2023-11-22 15:41:22.741630339  [2023-11-22 15:41:22] frigate.record                 ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-11-22/23/Doorbell'
2023-11-22 15:41:27.633546799  [2023-11-22 15:41:27] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154044.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/40.44.mp4
2023-11-22 15:41:27.633629729  [2023-11-22 15:41:27] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:27.633631838    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:27.633637190    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:27.633638729    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:27.633639756    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:27.633640714    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:27.633641657    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:27.633642565    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:27.633643454    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:27.633644333    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:27.633645226    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:27.633646234  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154044.mp4':
2023-11-22 15:41:27.633647071    Metadata:
2023-11-22 15:41:27.633647989      major_brand     : isom
2023-11-22 15:41:27.633648872      minor_version   : 512
2023-11-22 15:41:27.633649786      compatible_brands: isomiso2mp41
2023-11-22 15:41:27.633650691      title           : go2rtc/1.2.0
2023-11-22 15:41:27.633651620      encoder         : Lavf59.27.100
2023-11-22 15:41:27.633652605    Duration: 00:00:10.00, start: 0.000000, bitrate: 8327 kb/s
2023-11-22 15:41:27.633653895    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8204 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:27.633654765      Metadata:
2023-11-22 15:41:27.633655668        handler_name    : VideoHandler
2023-11-22 15:41:27.633656570        vendor_id       : [0][0][0][0]
2023-11-22 15:41:27.633657627    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:27.633658472      Metadata:
2023-11-22 15:41:27.633659407        handler_name    : SoundHandler
2023-11-22 15:41:27.633660286        vendor_id       : [0][0][0][0]
2023-11-22 15:41:27.633661326  /media/frigate/recordings/2023-11-22/23/Backyard/40.44.mp4: No space left on device
2023-11-22 15:41:27.633662113  
2023-11-22 15:41:27.683980728  [2023-11-22 15:41:27] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154053.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/40.53.mp4
2023-11-22 15:41:27.684147536  [2023-11-22 15:41:27] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:27.684149597    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:27.684154957    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:27.684156136    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:27.684157130    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:27.684158061    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:27.684158975    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:27.684168527    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:27.684169439    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:27.684170314    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:27.684171195    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:27.684172191  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154053.mp4':
2023-11-22 15:41:27.684173009    Metadata:
2023-11-22 15:41:27.684173903      major_brand     : isom
2023-11-22 15:41:27.684174788      minor_version   : 512
2023-11-22 15:41:27.684175730      compatible_brands: isomiso2mp41
2023-11-22 15:41:27.684176636      title           : go2rtc/1.2.0
2023-11-22 15:41:27.684177556      encoder         : Lavf59.27.100
2023-11-22 15:41:27.684178547    Duration: 00:00:10.00, start: 0.000000, bitrate: 8309 kb/s
2023-11-22 15:41:27.684179837    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8186 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:27.684180691      Metadata:
2023-11-22 15:41:27.684181600        handler_name    : VideoHandler
2023-11-22 15:41:27.684182492        vendor_id       : [0][0][0][0]
2023-11-22 15:41:27.684183598    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:27.684184433      Metadata:
2023-11-22 15:41:27.684185361        handler_name    : SoundHandler
2023-11-22 15:41:27.684186225        vendor_id       : [0][0][0][0]
2023-11-22 15:41:27.684187256  /media/frigate/recordings/2023-11-22/23/Backyard/40.53.mp4: No space left on device
2023-11-22 15:41:27.684188049  
2023-11-22 15:41:27.761449638  [2023-11-22 15:41:27] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154103.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.03.mp4
2023-11-22 15:41:27.761874632  [2023-11-22 15:41:27] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:27.761878105    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:27.761884670    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:27.761888807    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:27.761890041    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:27.761891084    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:27.761892399    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:27.761893578    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:27.761894560    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:27.761895744    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:27.761896734    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:27.761898141  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154103.mp4':
2023-11-22 15:41:27.761899873    Metadata:
2023-11-22 15:41:27.761900944      major_brand     : isom
2023-11-22 15:41:27.761902606      minor_version   : 512
2023-11-22 15:41:27.761903619      compatible_brands: isomiso2mp41
2023-11-22 15:41:27.761904739      title           : go2rtc/1.2.0
2023-11-22 15:41:27.761905817      encoder         : Lavf59.27.100
2023-11-22 15:41:27.761907155    Duration: 00:00:10.00, start: 0.000000, bitrate: 8394 kb/s
2023-11-22 15:41:27.761908537    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8271 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:27.761909710      Metadata:
2023-11-22 15:41:27.761911233        handler_name    : VideoHandler
2023-11-22 15:41:27.761912259        vendor_id       : [0][0][0][0]
2023-11-22 15:41:27.761913555    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:27.761914483      Metadata:
2023-11-22 15:41:27.761915519        handler_name    : SoundHandler
2023-11-22 15:41:27.761916517        vendor_id       : [0][0][0][0]
2023-11-22 15:41:27.761917670  /media/frigate/recordings/2023-11-22/23/Backyard/41.03.mp4: No space left on device
2023-11-22 15:41:27.761918546  
2023-11-22 15:41:27.851716462  [2023-11-22 15:41:27] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154113.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.13.mp4
2023-11-22 15:41:27.851799834  [2023-11-22 15:41:27] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:27.851801863    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:27.851807248    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:27.851808529    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:27.851809536    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:27.851810508    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:27.851811449    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:27.851812338    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:27.851813230    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:27.851814087    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:27.851814959    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:27.851815961  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154113.mp4':
2023-11-22 15:41:27.851816783    Metadata:
2023-11-22 15:41:27.851817713      major_brand     : isom
2023-11-22 15:41:27.851818613      minor_version   : 512
2023-11-22 15:41:27.851819545      compatible_brands: isomiso2mp41
2023-11-22 15:41:27.851820453      title           : go2rtc/1.2.0
2023-11-22 15:41:27.851821406      encoder         : Lavf59.27.100
2023-11-22 15:41:27.851822408    Duration: 00:00:10.00, start: 0.000000, bitrate: 8327 kb/s
2023-11-22 15:41:27.851823730    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8205 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:27.851824599      Metadata:
2023-11-22 15:41:27.851825499        handler_name    : VideoHandler
2023-11-22 15:41:27.851826398        vendor_id       : [0][0][0][0]
2023-11-22 15:41:27.851827487    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:27.851828299      Metadata:
2023-11-22 15:41:27.851829227        handler_name    : SoundHandler
2023-11-22 15:41:27.851830111        vendor_id       : [0][0][0][0]
2023-11-22 15:41:27.851831119  /media/frigate/recordings/2023-11-22/23/Backyard/41.13.mp4: No space left on device
2023-11-22 15:41:27.851831924  
2023-11-22 15:41:27.852398711  [2023-11-22 15:41:27] frigate.record                 ERROR   : Error occurred when attempting to maintain recording cache
2023-11-22 15:41:27.852495347  [2023-11-22 15:41:27] frigate.record                 ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-11-22/23/Doorbell'
2023-11-22 15:41:31.735093952  [2023-11-22 15:41:31] ffmpeg.Side.record             ERROR   : rtsp://127.0.0.1:8554/side?video=copy&audio=aac: Invalid data found when processing input
2023-11-22 15:41:31.735097374  [2023-11-22 15:41:31] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-11-22 15:41:31.735098669  [2023-11-22 15:41:31] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-11-22 15:41:32.657780300  [2023-11-22 15:41:32] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154044.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/40.44.mp4
2023-11-22 15:41:32.657783603  [2023-11-22 15:41:32] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:32.657784776    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:32.657790133    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:32.657791225    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:32.657792194    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:32.657793105    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:32.657794027    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:32.657794885    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:32.657795744    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:32.657796602    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:32.657797464    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:32.657798456  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154044.mp4':
2023-11-22 15:41:32.657799316    Metadata:
2023-11-22 15:41:32.657800220      major_brand     : isom
2023-11-22 15:41:32.657801108      minor_version   : 512
2023-11-22 15:41:32.657802044      compatible_brands: isomiso2mp41
2023-11-22 15:41:32.657802950      title           : go2rtc/1.2.0
2023-11-22 15:41:32.657803866      encoder         : Lavf59.27.100
2023-11-22 15:41:32.657804824    Duration: 00:00:10.00, start: 0.000000, bitrate: 8327 kb/s
2023-11-22 15:41:32.657806177    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8204 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:32.657807032      Metadata:
2023-11-22 15:41:32.657807957        handler_name    : VideoHandler
2023-11-22 15:41:32.657808845        vendor_id       : [0][0][0][0]
2023-11-22 15:41:32.657809962    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:32.657810795      Metadata:
2023-11-22 15:41:32.657811684        handler_name    : SoundHandler
2023-11-22 15:41:32.657812571        vendor_id       : [0][0][0][0]
2023-11-22 15:41:32.657813581  /media/frigate/recordings/2023-11-22/23/Backyard/40.44.mp4: No space left on device
2023-11-22 15:41:32.657814398  
2023-11-22 15:41:32.697993565  [2023-11-22 15:41:32] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154053.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/40.53.mp4
2023-11-22 15:41:32.698103667  [2023-11-22 15:41:32] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:32.698105751    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:32.698111177    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:32.698112291    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:32.698113284    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:32.698114223    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:32.698115166    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:32.698116102    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:32.698116992    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:32.698117883    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:32.698118766    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:32.698119753  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154053.mp4':
2023-11-22 15:41:32.698120596    Metadata:
2023-11-22 15:41:32.698121507      major_brand     : isom
2023-11-22 15:41:32.698122403      minor_version   : 512
2023-11-22 15:41:32.698123332      compatible_brands: isomiso2mp41
2023-11-22 15:41:32.698124226      title           : go2rtc/1.2.0
2023-11-22 15:41:32.698125168      encoder         : Lavf59.27.100
2023-11-22 15:41:32.698126164    Duration: 00:00:10.00, start: 0.000000, bitrate: 8309 kb/s
2023-11-22 15:41:32.698127455    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8186 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:32.698128334      Metadata:
2023-11-22 15:41:32.698129250        handler_name    : VideoHandler
2023-11-22 15:41:32.698130167        vendor_id       : [0][0][0][0]
2023-11-22 15:41:32.698131291    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:32.698132127      Metadata:
2023-11-22 15:41:32.698133039        handler_name    : SoundHandler
2023-11-22 15:41:32.698133927        vendor_id       : [0][0][0][0]
2023-11-22 15:41:32.698134946  /media/frigate/recordings/2023-11-22/23/Backyard/40.53.mp4: No space left on device
2023-11-22 15:41:32.698135732  
2023-11-22 15:41:32.747406760  [2023-11-22 15:41:32] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154103.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.03.mp4
2023-11-22 15:41:32.747556181  [2023-11-22 15:41:32] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:32.747558052    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:32.747564148    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:32.747565367    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:32.747566483    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:32.747567544    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:32.747568581    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:32.747569604    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:32.747570620    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:32.747571637    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:32.747572664    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:32.747573822  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154103.mp4':
2023-11-22 15:41:32.747574762    Metadata:
2023-11-22 15:41:32.747575822      major_brand     : isom
2023-11-22 15:41:32.747576844      minor_version   : 512
2023-11-22 15:41:32.747577908      compatible_brands: isomiso2mp41
2023-11-22 15:41:32.747578960      title           : go2rtc/1.2.0
2023-11-22 15:41:32.747580023      encoder         : Lavf59.27.100
2023-11-22 15:41:32.747581136    Duration: 00:00:10.00, start: 0.000000, bitrate: 8394 kb/s
2023-11-22 15:41:32.747582675    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8271 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:32.747583662      Metadata:
2023-11-22 15:41:32.747584694        handler_name    : VideoHandler
2023-11-22 15:41:32.747585731        vendor_id       : [0][0][0][0]
2023-11-22 15:41:32.747586963    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:32.747587914      Metadata:
2023-11-22 15:41:32.747588990        handler_name    : SoundHandler
2023-11-22 15:41:32.747590002        vendor_id       : [0][0][0][0]
2023-11-22 15:41:32.747591203  /media/frigate/recordings/2023-11-22/23/Backyard/41.03.mp4: No space left on device
2023-11-22 15:41:32.747592109  
2023-11-22 15:41:32.801263809  [2023-11-22 15:41:32] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154113.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.13.mp4
2023-11-22 15:41:32.801339897  [2023-11-22 15:41:32] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:32.801341462    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:32.801346817    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:32.801348118    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:32.801349061    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:32.801350002    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:32.801350945    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:32.801351853    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:32.801352741    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:32.801353639    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:32.801354539    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:32.801355560  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154113.mp4':
2023-11-22 15:41:32.801356380    Metadata:
2023-11-22 15:41:32.801357386      major_brand     : isom
2023-11-22 15:41:32.801358308      minor_version   : 512
2023-11-22 15:41:32.801359230      compatible_brands: isomiso2mp41
2023-11-22 15:41:32.801360146      title           : go2rtc/1.2.0
2023-11-22 15:41:32.801361090      encoder         : Lavf59.27.100
2023-11-22 15:41:32.801362061    Duration: 00:00:10.00, start: 0.000000, bitrate: 8327 kb/s
2023-11-22 15:41:32.801363346    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8205 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:32.801364211      Metadata:
2023-11-22 15:41:32.801365109        handler_name    : VideoHandler
2023-11-22 15:41:32.801366078        vendor_id       : [0][0][0][0]
2023-11-22 15:41:32.801367176    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:32.801368002      Metadata:
2023-11-22 15:41:32.801368925        handler_name    : SoundHandler
2023-11-22 15:41:32.801369800        vendor_id       : [0][0][0][0]
2023-11-22 15:41:32.801370818  /media/frigate/recordings/2023-11-22/23/Backyard/41.13.mp4: No space left on device
2023-11-22 15:41:32.801371614  
2023-11-22 15:41:32.808685601  [2023-11-22 15:41:32] frigate.record                 ERROR   : Error occurred when attempting to maintain recording cache
2023-11-22 15:41:32.808689173  [2023-11-22 15:41:32] frigate.record                 ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-11-22/23/Doorbell'
2023-11-22 15:41:37.657394377  [2023-11-22 15:41:37] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154044.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/40.44.mp4
2023-11-22 15:41:37.657452170  [2023-11-22 15:41:37] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:37.657453687    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:37.657459031    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:37.657460168    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:37.657461145    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:37.657462074    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:37.657463029    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:37.657463910    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:37.657464785    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:37.657465658    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:37.657466531    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:37.657467533  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154044.mp4':
2023-11-22 15:41:37.657468350    Metadata:
2023-11-22 15:41:37.657469258      major_brand     : isom
2023-11-22 15:41:37.657470176      minor_version   : 512
2023-11-22 15:41:37.657471096      compatible_brands: isomiso2mp41
2023-11-22 15:41:37.657471997      title           : go2rtc/1.2.0
2023-11-22 15:41:37.657472916      encoder         : Lavf59.27.100
2023-11-22 15:41:37.657473877    Duration: 00:00:10.00, start: 0.000000, bitrate: 8327 kb/s
2023-11-22 15:41:37.657475158    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8204 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:37.657476046      Metadata:
2023-11-22 15:41:37.657476947        handler_name    : VideoHandler
2023-11-22 15:41:37.657477844        vendor_id       : [0][0][0][0]
2023-11-22 15:41:37.657478928    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:37.657479762      Metadata:
2023-11-22 15:41:37.657480681        handler_name    : SoundHandler
2023-11-22 15:41:37.657481562        vendor_id       : [0][0][0][0]
2023-11-22 15:41:37.657482567  /media/frigate/recordings/2023-11-22/23/Backyard/40.44.mp4: No space left on device
2023-11-22 15:41:37.657483352  
2023-11-22 15:41:37.708531757  [2023-11-22 15:41:37] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154053.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/40.53.mp4
2023-11-22 15:41:37.708592410  [2023-11-22 15:41:37] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:37.708593836    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:37.708599214    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:37.708600433    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:37.708601401    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:37.708602341    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:37.708603305    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:37.708604175    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:37.708605061    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:37.708605941    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:37.708606812    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:37.708607803  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154053.mp4':
2023-11-22 15:41:37.708608628    Metadata:
2023-11-22 15:41:37.708609549      major_brand     : isom
2023-11-22 15:41:37.708610444      minor_version   : 512
2023-11-22 15:41:37.708611433      compatible_brands: isomiso2mp41
2023-11-22 15:41:37.708612352      title           : go2rtc/1.2.0
2023-11-22 15:41:37.708613274      encoder         : Lavf59.27.100
2023-11-22 15:41:37.708614254    Duration: 00:00:10.00, start: 0.000000, bitrate: 8309 kb/s
2023-11-22 15:41:37.708615530    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8186 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:37.708616380      Metadata:
2023-11-22 15:41:37.708617295        handler_name    : VideoHandler
2023-11-22 15:41:37.708618201        vendor_id       : [0][0][0][0]
2023-11-22 15:41:37.708619370    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:37.708620203      Metadata:
2023-11-22 15:41:37.708621144        handler_name    : SoundHandler
2023-11-22 15:41:37.708622019        vendor_id       : [0][0][0][0]
2023-11-22 15:41:37.708623052  /media/frigate/recordings/2023-11-22/23/Backyard/40.53.mp4: No space left on device
2023-11-22 15:41:37.708623835  
2023-11-22 15:41:37.758865819  [2023-11-22 15:41:37] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154103.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.03.mp4
2023-11-22 15:41:37.758869386  [2023-11-22 15:41:37] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:37.758870633    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:37.758876044    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:37.758877190    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:37.758878142    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:37.758879090    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:37.758879958    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:37.758880822    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:37.758881699    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:37.758882567    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:37.758883452    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:37.758884447  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154103.mp4':
2023-11-22 15:41:37.758885267    Metadata:
2023-11-22 15:41:37.758886164      major_brand     : isom
2023-11-22 15:41:37.758887059      minor_version   : 512
2023-11-22 15:41:37.758887974      compatible_brands: isomiso2mp41
2023-11-22 15:41:37.758888890      title           : go2rtc/1.2.0
2023-11-22 15:41:37.758889775      encoder         : Lavf59.27.100
2023-11-22 15:41:37.758890758    Duration: 00:00:10.00, start: 0.000000, bitrate: 8394 kb/s
2023-11-22 15:41:37.758892061    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8271 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:37.758892893      Metadata:
2023-11-22 15:41:37.758893785        handler_name    : VideoHandler
2023-11-22 15:41:37.758894664        vendor_id       : [0][0][0][0]
2023-11-22 15:41:37.758895743    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:37.758896566      Metadata:
2023-11-22 15:41:37.758897476        handler_name    : SoundHandler
2023-11-22 15:41:37.758898377        vendor_id       : [0][0][0][0]
2023-11-22 15:41:37.758899404  /media/frigate/recordings/2023-11-22/23/Backyard/41.03.mp4: No space left on device
2023-11-22 15:41:37.758900216  
2023-11-22 15:41:37.810306207  [2023-11-22 15:41:37] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154113.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.13.mp4
2023-11-22 15:41:37.830921314  [2023-11-22 15:41:37] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:37.830924083    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:37.830929432    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:37.830930628    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:37.830931636    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:37.830932555    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:37.830933462    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:37.830934334    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:37.830935217    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:37.830936096    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:37.830936987    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:37.830937991  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154113.mp4':
2023-11-22 15:41:37.830938816    Metadata:
2023-11-22 15:41:37.830939737      major_brand     : isom
2023-11-22 15:41:37.830940623      minor_version   : 512
2023-11-22 15:41:37.830941559      compatible_brands: isomiso2mp41
2023-11-22 15:41:37.830942469      title           : go2rtc/1.2.0
2023-11-22 15:41:37.830943406      encoder         : Lavf59.27.100
2023-11-22 15:41:37.830944399    Duration: 00:00:10.00, start: 0.000000, bitrate: 8327 kb/s
2023-11-22 15:41:37.830945689    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8205 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:37.830946560      Metadata:
2023-11-22 15:41:37.830947460        handler_name    : VideoHandler
2023-11-22 15:41:37.830948367        vendor_id       : [0][0][0][0]
2023-11-22 15:41:37.830949461    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:37.830950289      Metadata:
2023-11-22 15:41:37.830951203        handler_name    : SoundHandler
2023-11-22 15:41:37.830952087        vendor_id       : [0][0][0][0]
2023-11-22 15:41:37.830953113  /media/frigate/recordings/2023-11-22/23/Backyard/41.13.mp4: No space left on device
2023-11-22 15:41:37.830953905  
2023-11-22 15:41:37.901253905  [2023-11-22 15:41:37] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154123.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.23.mp4
2023-11-22 15:41:37.901549912  [2023-11-22 15:41:37] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:37.901552423    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:37.901557852    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:37.901558970    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:37.901559949    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:37.901560910    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:37.901561867    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:37.901562766    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:37.901563661    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:37.901564561    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:37.901565457    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:37.901566486  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154123.mp4':
2023-11-22 15:41:37.901567307    Metadata:
2023-11-22 15:41:37.901568219      major_brand     : isom
2023-11-22 15:41:37.901569122      minor_version   : 512
2023-11-22 15:41:37.901570018      compatible_brands: isomiso2mp41
2023-11-22 15:41:37.901570923      title           : go2rtc/1.2.0
2023-11-22 15:41:37.901571929      encoder         : Lavf59.27.100
2023-11-22 15:41:37.901572957    Duration: 00:00:10.00, start: 0.000000, bitrate: 8386 kb/s
2023-11-22 15:41:37.901574275    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8263 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:37.901575135      Metadata:
2023-11-22 15:41:37.901576058        handler_name    : VideoHandler
2023-11-22 15:41:37.901576956        vendor_id       : [0][0][0][0]
2023-11-22 15:41:37.901578071    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:37.901578927      Metadata:
2023-11-22 15:41:37.901579863        handler_name    : SoundHandler
2023-11-22 15:41:37.901580745        vendor_id       : [0][0][0][0]
2023-11-22 15:41:37.901581786  /media/frigate/recordings/2023-11-22/23/Backyard/41.23.mp4: No space left on device
2023-11-22 15:41:37.901582587  
2023-11-22 15:41:37.906501887  [2023-11-22 15:41:37] frigate.record                 ERROR   : Error occurred when attempting to maintain recording cache
2023-11-22 15:41:37.906646857  [2023-11-22 15:41:37] frigate.record                 ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-11-22/23/Doorbell'
2023-11-22 15:41:41.743502218  [2023-11-22 15:41:41] ffmpeg.Side.record             ERROR   : rtsp://127.0.0.1:8554/side?video=copy&audio=aac: Invalid data found when processing input
2023-11-22 15:41:41.743505734  [2023-11-22 15:41:41] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-11-22 15:41:41.743507079  [2023-11-22 15:41:41] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-11-22 15:41:42.598283398  [2023-11-22 15:41:42] frigate.record                 WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-11-22 15:41:42.641757986  [2023-11-22 15:41:42] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154044.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/40.44.mp4
2023-11-22 15:41:42.641760979  [2023-11-22 15:41:42] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:42.641762219    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:42.641767742    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:42.641769074    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:42.641770040    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:42.641770966    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:42.641771923    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:42.641772814    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:42.641773683    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:42.641774553    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:42.641775437    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:42.641776436  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154044.mp4':
2023-11-22 15:41:42.641777270    Metadata:
2023-11-22 15:41:42.641778176      major_brand     : isom
2023-11-22 15:41:42.641779063      minor_version   : 512
2023-11-22 15:41:42.641780028      compatible_brands: isomiso2mp41
2023-11-22 15:41:42.641780922      title           : go2rtc/1.2.0
2023-11-22 15:41:42.641781834      encoder         : Lavf59.27.100
2023-11-22 15:41:42.641782801    Duration: 00:00:10.00, start: 0.000000, bitrate: 8327 kb/s
2023-11-22 15:41:42.641784106    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8204 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:42.641784927      Metadata:
2023-11-22 15:41:42.641785806        handler_name    : VideoHandler
2023-11-22 15:41:42.641786676        vendor_id       : [0][0][0][0]
2023-11-22 15:41:42.641787759    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:42.641788601      Metadata:
2023-11-22 15:41:42.641789500        handler_name    : SoundHandler
2023-11-22 15:41:42.641790407        vendor_id       : [0][0][0][0]
2023-11-22 15:41:42.641791417  /media/frigate/recordings/2023-11-22/23/Backyard/40.44.mp4: No space left on device
2023-11-22 15:41:42.641792241  
2023-11-22 15:41:42.703696657  [2023-11-22 15:41:42] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154053.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/40.53.mp4
2023-11-22 15:41:42.703700486  [2023-11-22 15:41:42] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:42.703701790    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:42.703707415    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:42.703708607    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:42.703709609    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:42.703710598    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:42.703711518    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:42.703712438    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:42.703713343    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:42.703714273    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:42.703715195    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:42.703716255  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154053.mp4':
2023-11-22 15:41:42.703717150    Metadata:
2023-11-22 15:41:42.703718120      major_brand     : isom
2023-11-22 15:41:42.703719071      minor_version   : 512
2023-11-22 15:41:42.703720033      compatible_brands: isomiso2mp41
2023-11-22 15:41:42.703721002      title           : go2rtc/1.2.0
2023-11-22 15:41:42.703721972      encoder         : Lavf59.27.100
2023-11-22 15:41:42.703723023    Duration: 00:00:10.00, start: 0.000000, bitrate: 8309 kb/s
2023-11-22 15:41:42.703724376    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8186 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:42.703725265      Metadata:
2023-11-22 15:41:42.703726216        handler_name    : VideoHandler
2023-11-22 15:41:42.703727134        vendor_id       : [0][0][0][0]
2023-11-22 15:41:42.703728265    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:42.703729138      Metadata:
2023-11-22 15:41:42.703730089        handler_name    : SoundHandler
2023-11-22 15:41:42.703731023        vendor_id       : [0][0][0][0]
2023-11-22 15:41:42.703732094  /media/frigate/recordings/2023-11-22/23/Backyard/40.53.mp4: No space left on device
2023-11-22 15:41:42.703732944  
2023-11-22 15:41:42.789154344  [2023-11-22 15:41:42] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154103.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.03.mp4
2023-11-22 15:41:42.789364359  [2023-11-22 15:41:42] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:42.789366460    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:42.789371966    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:42.789377933    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:42.789378971    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:42.789379912    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:42.789380790    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:42.789381689    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:42.789382558    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:42.789383440    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:42.789384310    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:42.789385318  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154103.mp4':
2023-11-22 15:41:42.789386169    Metadata:
2023-11-22 15:41:42.789387092      major_brand     : isom
2023-11-22 15:41:42.789387989      minor_version   : 512
2023-11-22 15:41:42.789388899      compatible_brands: isomiso2mp41
2023-11-22 15:41:42.789389805      title           : go2rtc/1.2.0
2023-11-22 15:41:42.789390721      encoder         : Lavf59.27.100
2023-11-22 15:41:42.789391687    Duration: 00:00:10.00, start: 0.000000, bitrate: 8394 kb/s
2023-11-22 15:41:42.789392997    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8271 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:42.789393868      Metadata:
2023-11-22 15:41:42.789394769        handler_name    : VideoHandler
2023-11-22 15:41:42.789395661        vendor_id       : [0][0][0][0]
2023-11-22 15:41:42.789396743    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:42.789397583      Metadata:
2023-11-22 15:41:42.789398488        handler_name    : SoundHandler
2023-11-22 15:41:42.789399357        vendor_id       : [0][0][0][0]
2023-11-22 15:41:42.789400389  /media/frigate/recordings/2023-11-22/23/Backyard/41.03.mp4: No space left on device
2023-11-22 15:41:42.789401172  
2023-11-22 15:41:42.880939620  [2023-11-22 15:41:42] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154113.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.13.mp4
2023-11-22 15:41:42.882671866  [2023-11-22 15:41:42] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:42.882674998    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:42.882701411    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:42.882702649    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:42.882703604    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:42.882704528    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:42.882705456    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:42.882706362    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:42.882707248    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:42.882708108    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:42.882708974    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:42.882709950  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154113.mp4':
2023-11-22 15:41:42.882710749    Metadata:
2023-11-22 15:41:42.882711636      major_brand     : isom
2023-11-22 15:41:42.882712515      minor_version   : 512
2023-11-22 15:41:42.882713390      compatible_brands: isomiso2mp41
2023-11-22 15:41:42.882714277      title           : go2rtc/1.2.0
2023-11-22 15:41:42.882715211      encoder         : Lavf59.27.100
2023-11-22 15:41:42.882716157    Duration: 00:00:10.00, start: 0.000000, bitrate: 8327 kb/s
2023-11-22 15:41:42.882717406    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8205 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:42.882718259      Metadata:
2023-11-22 15:41:42.882719160        handler_name    : VideoHandler
2023-11-22 15:41:42.882720057        vendor_id       : [0][0][0][0]
2023-11-22 15:41:42.882721122    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:42.882721966      Metadata:
2023-11-22 15:41:42.882722880        handler_name    : SoundHandler
2023-11-22 15:41:42.882723739        vendor_id       : [0][0][0][0]
2023-11-22 15:41:42.882724741  /media/frigate/recordings/2023-11-22/23/Backyard/41.13.mp4: No space left on device
2023-11-22 15:41:42.882725514  
2023-11-22 15:41:42.924918040  [2023-11-22 15:41:42] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154123.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.23.mp4
2023-11-22 15:41:42.924921319  [2023-11-22 15:41:42] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:42.924922549    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:42.924927902    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:42.924929028    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:42.924930007    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:42.924930931    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:42.924931865    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:42.924932763    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:42.924933638    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:42.924934505    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:42.924935367    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:42.924936378  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154123.mp4':
2023-11-22 15:41:42.924937223    Metadata:
2023-11-22 15:41:42.924938133      major_brand     : isom
2023-11-22 15:41:42.924939023      minor_version   : 512
2023-11-22 15:41:42.924939942      compatible_brands: isomiso2mp41
2023-11-22 15:41:42.924940840      title           : go2rtc/1.2.0
2023-11-22 15:41:42.924941741      encoder         : Lavf59.27.100
2023-11-22 15:41:42.924942684    Duration: 00:00:10.00, start: 0.000000, bitrate: 8386 kb/s
2023-11-22 15:41:42.924943960    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8263 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:42.924944823      Metadata:
2023-11-22 15:41:42.924945729        handler_name    : VideoHandler
2023-11-22 15:41:42.924946698        vendor_id       : [0][0][0][0]
2023-11-22 15:41:42.924947834    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:42.924948647      Metadata:
2023-11-22 15:41:42.924949542        handler_name    : SoundHandler
2023-11-22 15:41:42.924950451        vendor_id       : [0][0][0][0]
2023-11-22 15:41:42.924951464  /media/frigate/recordings/2023-11-22/23/Backyard/41.23.mp4: No space left on device
2023-11-22 15:41:42.924952255  
2023-11-22 15:41:42.926697595  [2023-11-22 15:41:42] frigate.record                 ERROR   : Error occurred when attempting to maintain recording cache
2023-11-22 15:41:42.926701290  [2023-11-22 15:41:42] frigate.record                 ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-11-22/23/Doorbell'
2023-11-22 15:41:47.597282668  [2023-11-22 15:41:47] frigate.record                 WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-11-22 15:41:47.598230289  [2023-11-22 15:41:47] frigate.record                 WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-11-22 15:41:47.673832787  [2023-11-22 15:41:47] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154053.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/40.53.mp4
2023-11-22 15:41:47.674040610  [2023-11-22 15:41:47] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:47.674042690    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:47.674048089    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:47.674049206    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:47.674050191    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:47.674051129    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:47.674052037    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:47.674052930    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:47.674053818    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:47.674054716    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:47.674055611    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:47.674056609  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154053.mp4':
2023-11-22 15:41:47.674057420    Metadata:
2023-11-22 15:41:47.674058350      major_brand     : isom
2023-11-22 15:41:47.674059231      minor_version   : 512
2023-11-22 15:41:47.674060163      compatible_brands: isomiso2mp41
2023-11-22 15:41:47.674061076      title           : go2rtc/1.2.0
2023-11-22 15:41:47.674062018      encoder         : Lavf59.27.100
2023-11-22 15:41:47.674063025    Duration: 00:00:10.00, start: 0.000000, bitrate: 8309 kb/s
2023-11-22 15:41:47.674064314    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8186 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:47.674065178      Metadata:
2023-11-22 15:41:47.674066080        handler_name    : VideoHandler
2023-11-22 15:41:47.674066991        vendor_id       : [0][0][0][0]
2023-11-22 15:41:47.674068098    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:47.674068944      Metadata:
2023-11-22 15:41:47.674069879        handler_name    : SoundHandler
2023-11-22 15:41:47.674070752        vendor_id       : [0][0][0][0]
2023-11-22 15:41:47.674071784  /media/frigate/recordings/2023-11-22/23/Backyard/40.53.mp4: No space left on device
2023-11-22 15:41:47.674072580  
2023-11-22 15:41:47.756058520  [2023-11-22 15:41:47] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154103.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.03.mp4
2023-11-22 15:41:47.756062355  [2023-11-22 15:41:47] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:47.756063669    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:47.756069261    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:47.756070419    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:47.756071449    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:47.756072366    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:47.756073267    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:47.756074173    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:47.756075089    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:47.756075996    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:47.756076908    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:47.756077949  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154103.mp4':
2023-11-22 15:41:47.756078827    Metadata:
2023-11-22 15:41:47.756079777      major_brand     : isom
2023-11-22 15:41:47.756080697      minor_version   : 512
2023-11-22 15:41:47.756081651      compatible_brands: isomiso2mp41
2023-11-22 15:41:47.756082597      title           : go2rtc/1.2.0
2023-11-22 15:41:47.756083547      encoder         : Lavf59.27.100
2023-11-22 15:41:47.756084552    Duration: 00:00:10.00, start: 0.000000, bitrate: 8394 kb/s
2023-11-22 15:41:47.756085917    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8271 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:47.756086794      Metadata:
2023-11-22 15:41:47.756087749        handler_name    : VideoHandler
2023-11-22 15:41:47.756088680        vendor_id       : [0][0][0][0]
2023-11-22 15:41:47.756089832    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:47.756090719      Metadata:
2023-11-22 15:41:47.756091694        handler_name    : SoundHandler
2023-11-22 15:41:47.756092656        vendor_id       : [0][0][0][0]
2023-11-22 15:41:47.756093745  /media/frigate/recordings/2023-11-22/23/Backyard/41.03.mp4: No space left on device
2023-11-22 15:41:47.756094577  
2023-11-22 15:41:47.834888877  [2023-11-22 15:41:47] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154113.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.13.mp4
2023-11-22 15:41:47.835102087  [2023-11-22 15:41:47] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:47.835104088    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:47.835109524    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:47.835110770    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:47.835111764    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:47.835112698    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:47.835113611    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:47.835114480    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:47.835115348    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:47.835116218    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:47.835117084    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:47.835118101  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154113.mp4':
2023-11-22 15:41:47.835118934    Metadata:
2023-11-22 15:41:47.835119843      major_brand     : isom
2023-11-22 15:41:47.835120728      minor_version   : 512
2023-11-22 15:41:47.835121642      compatible_brands: isomiso2mp41
2023-11-22 15:41:47.835122576      title           : go2rtc/1.2.0
2023-11-22 15:41:47.835123532      encoder         : Lavf59.27.100
2023-11-22 15:41:47.835124519    Duration: 00:00:10.00, start: 0.000000, bitrate: 8327 kb/s
2023-11-22 15:41:47.835125814    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8205 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:47.835126669      Metadata:
2023-11-22 15:41:47.835127578        handler_name    : VideoHandler
2023-11-22 15:41:47.835128480        vendor_id       : [0][0][0][0]
2023-11-22 15:41:47.835129573    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:47.835130444      Metadata:
2023-11-22 15:41:47.835131387        handler_name    : SoundHandler
2023-11-22 15:41:47.835132284        vendor_id       : [0][0][0][0]
2023-11-22 15:41:47.835133310  /media/frigate/recordings/2023-11-22/23/Backyard/41.13.mp4: No space left on device
2023-11-22 15:41:47.835134090  
2023-11-22 15:41:47.886788908  [2023-11-22 15:41:47] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154123.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.23.mp4
2023-11-22 15:41:47.887046027  [2023-11-22 15:41:47] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:47.887048384    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:47.887054064    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:47.887056017    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:47.887057029    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:47.887058018    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:47.887058990    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:47.887059904    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:47.887060833    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:47.887061818    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:47.887062766    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:47.887063845  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154123.mp4':
2023-11-22 15:41:47.887064704    Metadata:
2023-11-22 15:41:47.887065679      major_brand     : isom
2023-11-22 15:41:47.887066613      minor_version   : 512
2023-11-22 15:41:47.887067584      compatible_brands: isomiso2mp41
2023-11-22 15:41:47.887068547      title           : go2rtc/1.2.0
2023-11-22 15:41:47.887069511      encoder         : Lavf59.27.100
2023-11-22 15:41:47.887070546    Duration: 00:00:10.00, start: 0.000000, bitrate: 8386 kb/s
2023-11-22 15:41:47.887071894    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8263 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:47.887072793      Metadata:
2023-11-22 15:41:47.887073748        handler_name    : VideoHandler
2023-11-22 15:41:47.887074716        vendor_id       : [0][0][0][0]
2023-11-22 15:41:47.887075895    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:47.887076793      Metadata:
2023-11-22 15:41:47.887077776        handler_name    : SoundHandler
2023-11-22 15:41:47.887078693        vendor_id       : [0][0][0][0]
2023-11-22 15:41:47.887079780  /media/frigate/recordings/2023-11-22/23/Backyard/41.23.mp4: No space left on device
2023-11-22 15:41:47.887080595  
2023-11-22 15:41:48.009029717  [2023-11-22 15:41:48] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154133.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.33.mp4
2023-11-22 15:41:48.009181534  [2023-11-22 15:41:48] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:48.009183731    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:48.009189388    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:48.009190511    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:48.009191503    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:48.009192446    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:48.009193334    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:48.009194231    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:48.009195129    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:48.009196048    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:48.009196948    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:48.009197985  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154133.mp4':
2023-11-22 15:41:48.009198814    Metadata:
2023-11-22 15:41:48.009199735      major_brand     : isom
2023-11-22 15:41:48.009200649      minor_version   : 512
2023-11-22 15:41:48.009201546      compatible_brands: isomiso2mp41
2023-11-22 15:41:48.009202446      title           : go2rtc/1.2.0
2023-11-22 15:41:48.009203409      encoder         : Lavf59.27.100
2023-11-22 15:41:48.009204390    Duration: 00:00:10.00, start: 0.000000, bitrate: 8305 kb/s
2023-11-22 15:41:48.009205706    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8182 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:48.009206553      Metadata:
2023-11-22 15:41:48.009207465        handler_name    : VideoHandler
2023-11-22 15:41:48.009208375        vendor_id       : [0][0][0][0]
2023-11-22 15:41:48.009209490    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:48.009210323      Metadata:
2023-11-22 15:41:48.009211252        handler_name    : SoundHandler
2023-11-22 15:41:48.009212149        vendor_id       : [0][0][0][0]
2023-11-22 15:41:48.009213189  /media/frigate/recordings/2023-11-22/23/Backyard/41.33.mp4: No space left on device
2023-11-22 15:41:48.009213977  
2023-11-22 15:41:48.015220782  [2023-11-22 15:41:48] frigate.record                 ERROR   : Error occurred when attempting to maintain recording cache
2023-11-22 15:41:48.015224442  [2023-11-22 15:41:48] frigate.record                 ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-11-22/23/Doorbell'
2023-11-22 15:41:49.715747270  [2023-11-22 15:41:49] frigate.record                 WARNING : Unable to find file from recordings database: /media/frigate/recordings/2023-10-22/10/Driveway/06.33.mp4
2023-11-22 15:41:51.785808735  [2023-11-22 15:41:51] ffmpeg.Side.record             ERROR   : rtsp://127.0.0.1:8554/side?video=copy&audio=aac: Invalid data found when processing input
2023-11-22 15:41:51.785812211  [2023-11-22 15:41:51] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-11-22 15:41:51.785813502  [2023-11-22 15:41:51] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-11-22 15:41:52.621739400  [2023-11-22 15:41:52] frigate.record                 WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-11-22 15:41:52.627204860  [2023-11-22 15:41:52] frigate.record                 WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-11-22 15:41:52.711725951  [2023-11-22 15:41:52] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154053.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/40.53.mp4
2023-11-22 15:41:52.712136469  [2023-11-22 15:41:52] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:52.712138692    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:52.712144307    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:52.712145449    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:52.712146472    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:52.712147495    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:52.712148445    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:52.712149386    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:52.712150340    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:52.712151259    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:52.712152182    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:52.712153240  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154053.mp4':
2023-11-22 15:41:52.712154083    Metadata:
2023-11-22 15:41:52.712155038      major_brand     : isom
2023-11-22 15:41:52.712155991      minor_version   : 512
2023-11-22 15:41:52.712156949      compatible_brands: isomiso2mp41
2023-11-22 15:41:52.712157904      title           : go2rtc/1.2.0
2023-11-22 15:41:52.712158890      encoder         : Lavf59.27.100
2023-11-22 15:41:52.712159932    Duration: 00:00:10.00, start: 0.000000, bitrate: 8309 kb/s
2023-11-22 15:41:52.712161276    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8186 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:52.712162182      Metadata:
2023-11-22 15:41:52.712163137        handler_name    : VideoHandler
2023-11-22 15:41:52.712164076        vendor_id       : [0][0][0][0]
2023-11-22 15:41:52.712165237    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:52.712166133      Metadata:
2023-11-22 15:41:52.712167112        handler_name    : SoundHandler
2023-11-22 15:41:52.712168020        vendor_id       : [0][0][0][0]
2023-11-22 15:41:52.712169147  /media/frigate/recordings/2023-11-22/23/Backyard/40.53.mp4: No space left on device
2023-11-22 15:41:52.712169968  
2023-11-22 15:41:52.789703518  [2023-11-22 15:41:52] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154103.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.03.mp4
2023-11-22 15:41:52.789706861  [2023-11-22 15:41:52] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:52.789708086    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:52.789713663    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:52.789714810    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:52.789715838    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:52.789716785    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:52.789717710    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:52.789718618    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:52.789719537    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:52.789720464    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:52.789721391    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:52.789722437  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154103.mp4':
2023-11-22 15:41:52.789723351    Metadata:
2023-11-22 15:41:52.789724322      major_brand     : isom
2023-11-22 15:41:52.789725240      minor_version   : 512
2023-11-22 15:41:52.789726197      compatible_brands: isomiso2mp41
2023-11-22 15:41:52.789727163      title           : go2rtc/1.2.0
2023-11-22 15:41:52.789728106      encoder         : Lavf59.27.100
2023-11-22 15:41:52.789729127    Duration: 00:00:10.00, start: 0.000000, bitrate: 8394 kb/s
2023-11-22 15:41:52.789730507    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8271 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:52.789731408      Metadata:
2023-11-22 15:41:52.789732355        handler_name    : VideoHandler
2023-11-22 15:41:52.789733275        vendor_id       : [0][0][0][0]
2023-11-22 15:41:52.789734419    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:52.789735305      Metadata:
2023-11-22 15:41:52.789736253        handler_name    : SoundHandler
2023-11-22 15:41:52.789737187        vendor_id       : [0][0][0][0]
2023-11-22 15:41:52.789738259  /media/frigate/recordings/2023-11-22/23/Backyard/41.03.mp4: No space left on device
2023-11-22 15:41:52.789739103  
2023-11-22 15:41:52.867141598  [2023-11-22 15:41:52] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154113.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.13.mp4
2023-11-22 15:41:52.867145634  [2023-11-22 15:41:52] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:52.867146934    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:52.867152456    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:52.867153586    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:52.867154631    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:52.867155600    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:52.867156563    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:52.867157484    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:52.867158409    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:52.867159321    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:52.867160250    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:52.867161297  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154113.mp4':
2023-11-22 15:41:52.867162178    Metadata:
2023-11-22 15:41:52.867163119      major_brand     : isom
2023-11-22 15:41:52.867164060      minor_version   : 512
2023-11-22 15:41:52.867165043      compatible_brands: isomiso2mp41
2023-11-22 15:41:52.867166002      title           : go2rtc/1.2.0
2023-11-22 15:41:52.867166963      encoder         : Lavf59.27.100
2023-11-22 15:41:52.867167998    Duration: 00:00:10.00, start: 0.000000, bitrate: 8327 kb/s
2023-11-22 15:41:52.867169363    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8205 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:52.867170240      Metadata:
2023-11-22 15:41:52.867171203        handler_name    : VideoHandler
2023-11-22 15:41:52.867172136        vendor_id       : [0][0][0][0]
2023-11-22 15:41:52.867173271    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:52.867174142      Metadata:
2023-11-22 15:41:52.867175082        handler_name    : SoundHandler
2023-11-22 15:41:52.867176012        vendor_id       : [0][0][0][0]
2023-11-22 15:41:52.867177081  /media/frigate/recordings/2023-11-22/23/Backyard/41.13.mp4: No space left on device
2023-11-22 15:41:52.867177951  
2023-11-22 15:41:52.925297242  [2023-11-22 15:41:52] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154123.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.23.mp4
2023-11-22 15:41:52.925301860  [2023-11-22 15:41:52] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:52.925303114    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:52.925308758    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:52.925310088    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:52.925311092    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:52.925312073    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:52.925313022    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:52.925313930    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:52.925314848    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:52.925315765    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:52.925316676    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:52.925317709  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154123.mp4':
2023-11-22 15:41:52.925318583    Metadata:
2023-11-22 15:41:52.925319542      major_brand     : isom
2023-11-22 15:41:52.925320471      minor_version   : 512
2023-11-22 15:41:52.925321425      compatible_brands: isomiso2mp41
2023-11-22 15:41:52.925322391      title           : go2rtc/1.2.0
2023-11-22 15:41:52.925323326      encoder         : Lavf59.27.100
2023-11-22 15:41:52.925324372    Duration: 00:00:10.00, start: 0.000000, bitrate: 8386 kb/s
2023-11-22 15:41:52.925325730    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8263 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:52.925326612      Metadata:
2023-11-22 15:41:52.925327575        handler_name    : VideoHandler
2023-11-22 15:41:52.925328513        vendor_id       : [0][0][0][0]
2023-11-22 15:41:52.925329657    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:52.925330544      Metadata:
2023-11-22 15:41:52.925331503        handler_name    : SoundHandler
2023-11-22 15:41:52.925332444        vendor_id       : [0][0][0][0]
2023-11-22 15:41:52.925333498  /media/frigate/recordings/2023-11-22/23/Backyard/41.23.mp4: No space left on device
2023-11-22 15:41:52.925334357  
2023-11-22 15:41:52.990538864  [2023-11-22 15:41:52] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154133.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.33.mp4
2023-11-22 15:41:52.991274906  [2023-11-22 15:41:52] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:52.991278409    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:52.991284096    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:52.991285590    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:52.991286625    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:52.991287632    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:52.991288624    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:52.991289568    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:52.991290485    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:52.991291400    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:52.991292340    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:52.991293409  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154133.mp4':
2023-11-22 15:41:52.991294250    Metadata:
2023-11-22 15:41:52.991295180      major_brand     : isom
2023-11-22 15:41:52.991296116      minor_version   : 512
2023-11-22 15:41:52.991297066      compatible_brands: isomiso2mp41
2023-11-22 15:41:52.991298017      title           : go2rtc/1.2.0
2023-11-22 15:41:52.991299021      encoder         : Lavf59.27.100
2023-11-22 15:41:52.991300048    Duration: 00:00:10.00, start: 0.000000, bitrate: 8305 kb/s
2023-11-22 15:41:52.991301388    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8182 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:52.991302320      Metadata:
2023-11-22 15:41:52.991303273        handler_name    : VideoHandler
2023-11-22 15:41:52.991304221        vendor_id       : [0][0][0][0]
2023-11-22 15:41:52.991305376    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:52.991306285      Metadata:
2023-11-22 15:41:52.991307266        handler_name    : SoundHandler
2023-11-22 15:41:52.991308195        vendor_id       : [0][0][0][0]
2023-11-22 15:41:52.991309278  /media/frigate/recordings/2023-11-22/23/Backyard/41.33.mp4: No space left on device
2023-11-22 15:41:52.991310109  
2023-11-22 15:41:53.102533762  [2023-11-22 15:41:53] frigate.record                 ERROR   : Error occurred when attempting to maintain recording cache
2023-11-22 15:41:53.102605040  [2023-11-22 15:41:53] frigate.record                 ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-11-22/23/Doorbell'
2023-11-22 15:41:57.598427201  [2023-11-22 15:41:57] frigate.record                 WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-11-22 15:41:57.601457188  [2023-11-22 15:41:57] frigate.record                 WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-11-22 15:41:57.683929884  [2023-11-22 15:41:57] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154103.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.03.mp4
2023-11-22 15:41:57.684104958  [2023-11-22 15:41:57] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:57.684107086    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:57.684112767    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:57.684114101    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:57.684115167    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:57.684116173    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:57.684117169    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:57.684118105    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:57.684119044    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:57.684119994    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:57.684120923    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:57.684121993  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154103.mp4':
2023-11-22 15:41:57.684122865    Metadata:
2023-11-22 15:41:57.684123811      major_brand     : isom
2023-11-22 15:41:57.684124787      minor_version   : 512
2023-11-22 15:41:57.684125756      compatible_brands: isomiso2mp41
2023-11-22 15:41:57.684126713      title           : go2rtc/1.2.0
2023-11-22 15:41:57.684127657      encoder         : Lavf59.27.100
2023-11-22 15:41:57.684128718    Duration: 00:00:10.00, start: 0.000000, bitrate: 8394 kb/s
2023-11-22 15:41:57.684130080    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8271 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:57.684130983      Metadata:
2023-11-22 15:41:57.684131929        handler_name    : VideoHandler
2023-11-22 15:41:57.684140089        vendor_id       : [0][0][0][0]
2023-11-22 15:41:57.684141368    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:57.684142244      Metadata:
2023-11-22 15:41:57.684143227        handler_name    : SoundHandler
2023-11-22 15:41:57.684144164        vendor_id       : [0][0][0][0]
2023-11-22 15:41:57.684145258  /media/frigate/recordings/2023-11-22/23/Backyard/41.03.mp4: No space left on device
2023-11-22 15:41:57.684146088  
2023-11-22 15:41:57.741745411  [2023-11-22 15:41:57] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154113.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.13.mp4
2023-11-22 15:41:57.741749107  [2023-11-22 15:41:57] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:57.741750431    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:57.741755931    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:57.741757024    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:57.741758021    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:57.741758968    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:57.741759900    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:57.741760790    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:57.741761684    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:57.741762575    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:57.741763460    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:57.741764486  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154113.mp4':
2023-11-22 15:41:57.741765334    Metadata:
2023-11-22 15:41:57.741766266      major_brand     : isom
2023-11-22 15:41:57.741767180      minor_version   : 512
2023-11-22 15:41:57.741768119      compatible_brands: isomiso2mp41
2023-11-22 15:41:57.741769074      title           : go2rtc/1.2.0
2023-11-22 15:41:57.741770031      encoder         : Lavf59.27.100
2023-11-22 15:41:57.741771033    Duration: 00:00:10.00, start: 0.000000, bitrate: 8327 kb/s
2023-11-22 15:41:57.741772359    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8205 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:57.741773214      Metadata:
2023-11-22 15:41:57.741774141        handler_name    : VideoHandler
2023-11-22 15:41:57.741775049        vendor_id       : [0][0][0][0]
2023-11-22 15:41:57.741776186    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:57.741777058      Metadata:
2023-11-22 15:41:57.741777984        handler_name    : SoundHandler
2023-11-22 15:41:57.741778891        vendor_id       : [0][0][0][0]
2023-11-22 15:41:57.741779930  /media/frigate/recordings/2023-11-22/23/Backyard/41.13.mp4: No space left on device
2023-11-22 15:41:57.741780785  
2023-11-22 15:41:57.807441666  [2023-11-22 15:41:57] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154123.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.23.mp4
2023-11-22 15:41:57.807444929  [2023-11-22 15:41:57] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:57.807446207    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:57.807451633    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:57.807452785    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:57.807453828    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:57.807454807    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:57.807455737    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:57.807456659    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:57.807457571    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:57.807458498    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:57.807459421    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:57.807460461  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154123.mp4':
2023-11-22 15:41:57.807461350    Metadata:
2023-11-22 15:41:57.807462289      major_brand     : isom
2023-11-22 15:41:57.807463232      minor_version   : 512
2023-11-22 15:41:57.807464202      compatible_brands: isomiso2mp41
2023-11-22 15:41:57.807465154      title           : go2rtc/1.2.0
2023-11-22 15:41:57.807466102      encoder         : Lavf59.27.100
2023-11-22 15:41:57.807467187    Duration: 00:00:10.00, start: 0.000000, bitrate: 8386 kb/s
2023-11-22 15:41:57.807468565    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8263 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:57.807469442      Metadata:
2023-11-22 15:41:57.807470416        handler_name    : VideoHandler
2023-11-22 15:41:57.807471328        vendor_id       : [0][0][0][0]
2023-11-22 15:41:57.807472489    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:57.807473362      Metadata:
2023-11-22 15:41:57.807474292        handler_name    : SoundHandler
2023-11-22 15:41:57.807475227        vendor_id       : [0][0][0][0]
2023-11-22 15:41:57.807476273  /media/frigate/recordings/2023-11-22/23/Backyard/41.23.mp4: No space left on device
2023-11-22 15:41:57.807477122  
2023-11-22 15:41:57.881412289  [2023-11-22 15:41:57] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154133.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.33.mp4
2023-11-22 15:41:57.881586682  [2023-11-22 15:41:57] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:57.881588758    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:57.881594228    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:57.881595337    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:57.881596347    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:57.881597318    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:57.881598243    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:57.881599128    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:57.881600007    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:57.881600884    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:57.881601771    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:57.881602788  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154133.mp4':
2023-11-22 15:41:57.881603613    Metadata:
2023-11-22 15:41:57.881604528      major_brand     : isom
2023-11-22 15:41:57.881605449      minor_version   : 512
2023-11-22 15:41:57.881606370      compatible_brands: isomiso2mp41
2023-11-22 15:41:57.881607278      title           : go2rtc/1.2.0
2023-11-22 15:41:57.881608226      encoder         : Lavf59.27.100
2023-11-22 15:41:57.881609208    Duration: 00:00:10.00, start: 0.000000, bitrate: 8305 kb/s
2023-11-22 15:41:57.881610501    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8182 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:57.881611362      Metadata:
2023-11-22 15:41:57.881612278        handler_name    : VideoHandler
2023-11-22 15:41:57.881613208        vendor_id       : [0][0][0][0]
2023-11-22 15:41:57.881614293    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:57.881615137      Metadata:
2023-11-22 15:41:57.881616087        handler_name    : SoundHandler
2023-11-22 15:41:57.881616977        vendor_id       : [0][0][0][0]
2023-11-22 15:41:57.881618004  /media/frigate/recordings/2023-11-22/23/Backyard/41.33.mp4: No space left on device
2023-11-22 15:41:57.881618791  
2023-11-22 15:41:57.980087360  [2023-11-22 15:41:57] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154143.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.43.mp4
2023-11-22 15:41:57.980243197  [2023-11-22 15:41:57] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:41:57.980245370    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:41:57.980250982    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:41:57.980252101    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:41:57.980253096    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:41:57.980254028    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:41:57.980254959    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:41:57.980255853    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:41:57.980256739    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:41:57.980257618    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:41:57.980258487    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:41:57.980259480  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154143.mp4':
2023-11-22 15:41:57.980260300    Metadata:
2023-11-22 15:41:57.980261212      major_brand     : isom
2023-11-22 15:41:57.980262118      minor_version   : 512
2023-11-22 15:41:57.980263020      compatible_brands: isomiso2mp41
2023-11-22 15:41:57.980263943      title           : go2rtc/1.2.0
2023-11-22 15:41:57.980264882      encoder         : Lavf59.27.100
2023-11-22 15:41:57.980265855    Duration: 00:00:10.00, start: 0.000000, bitrate: 8367 kb/s
2023-11-22 15:41:57.980267147    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8244 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:41:57.980267997      Metadata:
2023-11-22 15:41:57.980268901        handler_name    : VideoHandler
2023-11-22 15:41:57.980269815        vendor_id       : [0][0][0][0]
2023-11-22 15:41:57.980270930    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:41:57.980271790      Metadata:
2023-11-22 15:41:57.980272712        handler_name    : SoundHandler
2023-11-22 15:41:57.980273585        vendor_id       : [0][0][0][0]
2023-11-22 15:41:57.980274617  /media/frigate/recordings/2023-11-22/23/Backyard/41.43.mp4: No space left on device
2023-11-22 15:41:57.980275405  
2023-11-22 15:41:57.981026064  [2023-11-22 15:41:57] frigate.record                 ERROR   : Error occurred when attempting to maintain recording cache
2023-11-22 15:41:57.981028732  [2023-11-22 15:41:57] frigate.record                 ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-11-22/23/Doorbell'
2023-11-22 15:42:01.797252848  [2023-11-22 15:42:01] ffmpeg.Side.record             ERROR   : rtsp://127.0.0.1:8554/side?video=copy&audio=aac: Invalid data found when processing input
2023-11-22 15:42:01.797256293  [2023-11-22 15:42:01] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-11-22 15:42:01.797257613  [2023-11-22 15:42:01] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-11-22 15:42:02.610700127  [2023-11-22 15:42:02] frigate.record                 WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-11-22 15:42:02.614539980  [2023-11-22 15:42:02] frigate.record                 WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-11-22 15:42:02.671713935  [2023-11-22 15:42:02] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154103.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.03.mp4
2023-11-22 15:42:02.672440552  [2023-11-22 15:42:02] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:42:02.672443016    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:42:02.672455543    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:42:02.672456858    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:42:02.672457883    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:42:02.672458820    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:42:02.672459749    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:42:02.672460669    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:42:02.672461583    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:42:02.672462489    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:42:02.672463411    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:42:02.672464468  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154103.mp4':
2023-11-22 15:42:02.672465324    Metadata:
2023-11-22 15:42:02.672466259      major_brand     : isom
2023-11-22 15:42:02.672467184      minor_version   : 512
2023-11-22 15:42:02.672468172      compatible_brands: isomiso2mp41
2023-11-22 15:42:02.672469117      title           : go2rtc/1.2.0
2023-11-22 15:42:02.672470066      encoder         : Lavf59.27.100
2023-11-22 15:42:02.672471103    Duration: 00:00:10.00, start: 0.000000, bitrate: 8394 kb/s
2023-11-22 15:42:02.672472410    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8271 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:42:02.672473312      Metadata:
2023-11-22 15:42:02.672474223        handler_name    : VideoHandler
2023-11-22 15:42:02.672475157        vendor_id       : [0][0][0][0]
2023-11-22 15:42:02.672476269    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:42:02.672477124      Metadata:
2023-11-22 15:42:02.672478063        handler_name    : SoundHandler
2023-11-22 15:42:02.672478986        vendor_id       : [0][0][0][0]
2023-11-22 15:42:02.672480059  /media/frigate/recordings/2023-11-22/23/Backyard/41.03.mp4: No space left on device
2023-11-22 15:42:02.672480877  
2023-11-22 15:42:02.719153968  [2023-11-22 15:42:02] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154113.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.13.mp4
2023-11-22 15:42:02.719157208  [2023-11-22 15:42:02] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:42:02.719158501    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:42:02.719164268    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:42:02.719165407    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:42:02.719166382    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:42:02.719167300    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:42:02.719168217    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:42:02.719169132    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:42:02.719186862    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:42:02.719187871    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:42:02.719188871    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:42:02.719189986  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154113.mp4':
2023-11-22 15:42:02.719190920    Metadata:
2023-11-22 15:42:02.719191941      major_brand     : isom
2023-11-22 15:42:02.719192908      minor_version   : 512
2023-11-22 15:42:02.719193909      compatible_brands: isomiso2mp41
2023-11-22 15:42:02.719194955      title           : go2rtc/1.2.0
2023-11-22 15:42:02.719195985      encoder         : Lavf59.27.100
2023-11-22 15:42:02.719197086    Duration: 00:00:10.00, start: 0.000000, bitrate: 8327 kb/s
2023-11-22 15:42:02.719198527    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8205 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:42:02.719199433      Metadata:
2023-11-22 15:42:02.719200431        handler_name    : VideoHandler
2023-11-22 15:42:02.719201439        vendor_id       : [0][0][0][0]
2023-11-22 15:42:02.719202654    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:42:02.719203607      Metadata:
2023-11-22 15:42:02.719204611        handler_name    : SoundHandler
2023-11-22 15:42:02.719205630        vendor_id       : [0][0][0][0]
2023-11-22 15:42:02.719206774  /media/frigate/recordings/2023-11-22/23/Backyard/41.13.mp4: No space left on device
2023-11-22 15:42:02.719207670  
2023-11-22 15:42:02.787519166  [2023-11-22 15:42:02] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154123.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.23.mp4
2023-11-22 15:42:02.787768659  [2023-11-22 15:42:02] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:42:02.787770609    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:42:02.787776027    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:42:02.787777115    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:42:02.787778078    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:42:02.787779000    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:42:02.787779876    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:42:02.787780754    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:42:02.787781621    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:42:02.787782474    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:42:02.787783365    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:42:02.787784362  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154123.mp4':
2023-11-22 15:42:02.787785176    Metadata:
2023-11-22 15:42:02.787786090      major_brand     : isom
2023-11-22 15:42:02.787786987      minor_version   : 512
2023-11-22 15:42:02.787787886      compatible_brands: isomiso2mp41
2023-11-22 15:42:02.787788777      title           : go2rtc/1.2.0
2023-11-22 15:42:02.787789704      encoder         : Lavf59.27.100
2023-11-22 15:42:02.787790679    Duration: 00:00:10.00, start: 0.000000, bitrate: 8386 kb/s
2023-11-22 15:42:02.787791994    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8263 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:42:02.787792834      Metadata:
2023-11-22 15:42:02.787793750        handler_name    : VideoHandler
2023-11-22 15:42:02.787794633        vendor_id       : [0][0][0][0]
2023-11-22 15:42:02.787795734    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:42:02.787796548      Metadata:
2023-11-22 15:42:02.787797480        handler_name    : SoundHandler
2023-11-22 15:42:02.787798366        vendor_id       : [0][0][0][0]
2023-11-22 15:42:02.787799392  /media/frigate/recordings/2023-11-22/23/Backyard/41.23.mp4: No space left on device
2023-11-22 15:42:02.787800172  
2023-11-22 15:42:02.844736343  [2023-11-22 15:42:02] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154133.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.33.mp4
2023-11-22 15:42:02.844875649  [2023-11-22 15:42:02] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:42:02.844877199    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:42:02.844882588    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:42:02.844883959    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:42:02.844884987    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:42:02.844885924    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:42:02.844886802    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:42:02.844887670    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:42:02.844888543    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:42:02.844889392    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:42:02.844890245    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:42:02.844891242  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154133.mp4':
2023-11-22 15:42:02.844892058    Metadata:
2023-11-22 15:42:02.844892967      major_brand     : isom
2023-11-22 15:42:02.844893871      minor_version   : 512
2023-11-22 15:42:02.844894780      compatible_brands: isomiso2mp41
2023-11-22 15:42:02.844895674      title           : go2rtc/1.2.0
2023-11-22 15:42:02.844896618      encoder         : Lavf59.27.100
2023-11-22 15:42:02.844897608    Duration: 00:00:10.00, start: 0.000000, bitrate: 8305 kb/s
2023-11-22 15:42:02.844898864    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8182 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:42:02.844899868      Metadata:
2023-11-22 15:42:02.844900755        handler_name    : VideoHandler
2023-11-22 15:42:02.844901652        vendor_id       : [0][0][0][0]
2023-11-22 15:42:02.844902720    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:42:02.844903540      Metadata:
2023-11-22 15:42:02.844904475        handler_name    : SoundHandler
2023-11-22 15:42:02.844905343        vendor_id       : [0][0][0][0]
2023-11-22 15:42:02.844906378  /media/frigate/recordings/2023-11-22/23/Backyard/41.33.mp4: No space left on device
2023-11-22 15:42:02.844907146  
2023-11-22 15:42:02.897262238  [2023-11-22 15:42:02] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154143.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.43.mp4
2023-11-22 15:42:02.923512718  [2023-11-22 15:42:02] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:42:02.923515878    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:42:02.923521250    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:42:02.923522378    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:42:02.923523365    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:42:02.923524296    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:42:02.923525150    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:42:02.923526012    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:42:02.923526871    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:42:02.923527725    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:42:02.923528644    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:42:02.923529626  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154143.mp4':
2023-11-22 15:42:02.923530431    Metadata:
2023-11-22 15:42:02.923531326      major_brand     : isom
2023-11-22 15:42:02.923532200      minor_version   : 512
2023-11-22 15:42:02.923533126      compatible_brands: isomiso2mp41
2023-11-22 15:42:02.923534020      title           : go2rtc/1.2.0
2023-11-22 15:42:02.923534957      encoder         : Lavf59.27.100
2023-11-22 15:42:02.923535950    Duration: 00:00:10.00, start: 0.000000, bitrate: 8367 kb/s
2023-11-22 15:42:02.923537207    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8244 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:42:02.923538039      Metadata:
2023-11-22 15:42:02.923538914        handler_name    : VideoHandler
2023-11-22 15:42:02.923539822        vendor_id       : [0][0][0][0]
2023-11-22 15:42:02.923540887    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:42:02.923541688      Metadata:
2023-11-22 15:42:02.923542595        handler_name    : SoundHandler
2023-11-22 15:42:02.923543470        vendor_id       : [0][0][0][0]
2023-11-22 15:42:02.923544479  /media/frigate/recordings/2023-11-22/23/Backyard/41.43.mp4: No space left on device
2023-11-22 15:42:02.923545262  
2023-11-22 15:42:03.009425118  [2023-11-22 15:42:03] frigate.record                 ERROR   : Error occurred when attempting to maintain recording cache
2023-11-22 15:42:03.009506564  [2023-11-22 15:42:03] frigate.record                 ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-11-22/23/Doorbell'
2023-11-22 15:42:07.621990428  [2023-11-22 15:42:07] frigate.record                 WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-11-22 15:42:07.623541802  [2023-11-22 15:42:07] frigate.record                 WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-11-22 15:42:07.710704735  [2023-11-22 15:42:07] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154113.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.13.mp4
2023-11-22 15:42:07.710709102  [2023-11-22 15:42:07] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:42:07.710710308    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:42:07.710715652    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:42:07.710716984    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:42:07.710717927    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:42:07.710718821    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:42:07.710719721    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:42:07.710720578    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:42:07.710721444    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:42:07.710722305    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:42:07.710723163    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:42:07.710724151  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154113.mp4':
2023-11-22 15:42:07.710724975    Metadata:
2023-11-22 15:42:07.710725878      major_brand     : isom
2023-11-22 15:42:07.710726731      minor_version   : 512
2023-11-22 15:42:07.710727635      compatible_brands: isomiso2mp41
2023-11-22 15:42:07.710728527      title           : go2rtc/1.2.0
2023-11-22 15:42:07.710729397      encoder         : Lavf59.27.100
2023-11-22 15:42:07.710730366    Duration: 00:00:10.00, start: 0.000000, bitrate: 8327 kb/s
2023-11-22 15:42:07.710731628    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8205 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:42:07.710732446      Metadata:
2023-11-22 15:42:07.710733351        handler_name    : VideoHandler
2023-11-22 15:42:07.710734234        vendor_id       : [0][0][0][0]
2023-11-22 15:42:07.710735301    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:42:07.710736133      Metadata:
2023-11-22 15:42:07.710737044        handler_name    : SoundHandler
2023-11-22 15:42:07.710737931        vendor_id       : [0][0][0][0]
2023-11-22 15:42:07.710738922  /media/frigate/recordings/2023-11-22/23/Backyard/41.13.mp4: No space left on device
2023-11-22 15:42:07.710739735  
2023-11-22 15:42:07.842206527  [2023-11-22 15:42:07] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154123.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.23.mp4
2023-11-22 15:42:07.846511223  [2023-11-22 15:42:07] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:42:07.846514902    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:42:07.846520319    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:42:07.846521575    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:42:07.846522600    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:42:07.846523546    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:42:07.846524473    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:42:07.846525381    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:42:07.846526244    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:42:07.846527112    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:42:07.846527973    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:42:07.846528962  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154123.mp4':
2023-11-22 15:42:07.846529760    Metadata:
2023-11-22 15:42:07.846530660      major_brand     : isom
2023-11-22 15:42:07.846531532      minor_version   : 512
2023-11-22 15:42:07.846532421      compatible_brands: isomiso2mp41
2023-11-22 15:42:07.846533313      title           : go2rtc/1.2.0
2023-11-22 15:42:07.846534246      encoder         : Lavf59.27.100
2023-11-22 15:42:07.846535211    Duration: 00:00:10.00, start: 0.000000, bitrate: 8386 kb/s
2023-11-22 15:42:07.846536482    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8263 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:42:07.846537349      Metadata:
2023-11-22 15:42:07.846538262        handler_name    : VideoHandler
2023-11-22 15:42:07.846539150        vendor_id       : [0][0][0][0]
2023-11-22 15:42:07.846540225    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:42:07.846541061      Metadata:
2023-11-22 15:42:07.846541986        handler_name    : SoundHandler
2023-11-22 15:42:07.846542860        vendor_id       : [0][0][0][0]
2023-11-22 15:42:07.846543885  /media/frigate/recordings/2023-11-22/23/Backyard/41.23.mp4: No space left on device
2023-11-22 15:42:07.846544666  
2023-11-22 15:42:07.895679931  [2023-11-22 15:42:07] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154133.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.33.mp4
2023-11-22 15:42:07.895755339  [2023-11-22 15:42:07] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:42:07.895756890    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:42:07.895762229    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:42:07.895763388    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:42:07.895764334    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:42:07.895765275    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:42:07.895766272    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:42:07.895767181    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:42:07.895768035    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:42:07.895768911    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:42:07.895769787    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:42:07.895770811  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154133.mp4':
2023-11-22 15:42:07.895771609    Metadata:
2023-11-22 15:42:07.895772514      major_brand     : isom
2023-11-22 15:42:07.895773656      minor_version   : 512
2023-11-22 15:42:07.895774542      compatible_brands: isomiso2mp41
2023-11-22 15:42:07.895775433      title           : go2rtc/1.2.0
2023-11-22 15:42:07.895776354      encoder         : Lavf59.27.100
2023-11-22 15:42:07.895777319    Duration: 00:00:10.00, start: 0.000000, bitrate: 8305 kb/s
2023-11-22 15:42:07.895778567    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8182 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:42:07.895779417      Metadata:
2023-11-22 15:42:07.895780312        handler_name    : VideoHandler
2023-11-22 15:42:07.895781213        vendor_id       : [0][0][0][0]
2023-11-22 15:42:07.895782279    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:42:07.895783098      Metadata:
2023-11-22 15:42:07.895784030        handler_name    : SoundHandler
2023-11-22 15:42:07.895784900        vendor_id       : [0][0][0][0]
2023-11-22 15:42:07.895785922  /media/frigate/recordings/2023-11-22/23/Backyard/41.33.mp4: No space left on device
2023-11-22 15:42:07.895786703  
2023-11-22 15:42:07.987077463  [2023-11-22 15:42:07] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154143.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.43.mp4
2023-11-22 15:42:08.006972242  [2023-11-22 15:42:07] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:42:08.006975561    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:42:08.006980379    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:42:08.006981470    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:42:08.006982392    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:42:08.006983282    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:42:08.006984119    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:42:08.006984972    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:42:08.006985795    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:42:08.006986638    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:42:08.006987462    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:42:08.006988395  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154143.mp4':
2023-11-22 15:42:08.006989158    Metadata:
2023-11-22 15:42:08.006989988      major_brand     : isom
2023-11-22 15:42:08.006990816      minor_version   : 512
2023-11-22 15:42:08.006991684      compatible_brands: isomiso2mp41
2023-11-22 15:42:08.006992523      title           : go2rtc/1.2.0
2023-11-22 15:42:08.006993423      encoder         : Lavf59.27.100
2023-11-22 15:42:08.006994334    Duration: 00:00:10.00, start: 0.000000, bitrate: 8367 kb/s
2023-11-22 15:42:08.006995534    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8244 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:42:08.006996321      Metadata:
2023-11-22 15:42:08.006997185        handler_name    : VideoHandler
2023-11-22 15:42:08.006998009        vendor_id       : [0][0][0][0]
2023-11-22 15:42:08.006999035    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:42:08.006999795      Metadata:
2023-11-22 15:42:08.007000644        handler_name    : SoundHandler
2023-11-22 15:42:08.007001490        vendor_id       : [0][0][0][0]
2023-11-22 15:42:08.007002454  /media/frigate/recordings/2023-11-22/23/Backyard/41.43.mp4: No space left on device
2023-11-22 15:42:08.007003202  
2023-11-22 15:42:08.115067799  [2023-11-22 15:42:08] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154153.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.53.mp4
2023-11-22 15:42:08.115646000  [2023-11-22 15:42:08] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:42:08.115648408    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:42:08.115653842    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:42:08.115654939    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:42:08.115655914    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:42:08.115656810    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:42:08.115657689    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:42:08.115658556    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:42:08.115659420    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:42:08.115660284    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:42:08.115661142    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:42:08.115662117  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154153.mp4':
2023-11-22 15:42:08.115662932    Metadata:
2023-11-22 15:42:08.115663827      major_brand     : isom
2023-11-22 15:42:08.115664684      minor_version   : 512
2023-11-22 15:42:08.115665591      compatible_brands: isomiso2mp41
2023-11-22 15:42:08.115666488      title           : go2rtc/1.2.0
2023-11-22 15:42:08.115667392      encoder         : Lavf59.27.100
2023-11-22 15:42:08.115668354    Duration: 00:00:10.00, start: 0.000000, bitrate: 8462 kb/s
2023-11-22 15:42:08.115669630    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8339 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:42:08.115670497      Metadata:
2023-11-22 15:42:08.115671385        handler_name    : VideoHandler
2023-11-22 15:42:08.115672293        vendor_id       : [0][0][0][0]
2023-11-22 15:42:08.115673396    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:42:08.115674218      Metadata:
2023-11-22 15:42:08.115675142        handler_name    : SoundHandler
2023-11-22 15:42:08.115676013        vendor_id       : [0][0][0][0]
2023-11-22 15:42:08.115677040  /media/frigate/recordings/2023-11-22/23/Backyard/41.53.mp4: No space left on device
2023-11-22 15:42:08.115677811  
2023-11-22 15:42:08.115678968  [2023-11-22 15:42:08] frigate.record                 ERROR   : Error occurred when attempting to maintain recording cache
2023-11-22 15:42:08.115680194  [2023-11-22 15:42:08] frigate.record                 ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-11-22/23/Doorbell'
2023-11-22 15:42:11.804198620  [2023-11-22 15:42:11] ffmpeg.Side.record             ERROR   : rtsp://127.0.0.1:8554/side?video=copy&audio=aac: Invalid data found when processing input
2023-11-22 15:42:11.804201623  [2023-11-22 15:42:11] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-11-22 15:42:11.804202893  [2023-11-22 15:42:11] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-11-22 15:42:12.601706524  [2023-11-22 15:42:12] frigate.record                 WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-11-22 15:42:12.624213058  [2023-11-22 15:42:12] frigate.record                 WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-11-22 15:42:12.648944806  [2023-11-22 15:42:12] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154113.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.13.mp4
2023-11-22 15:42:12.648992559  [2023-11-22 15:42:12] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:42:12.648994566    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:42:12.649000011    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:42:12.649001222    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:42:12.649002186    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:42:12.649003122    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:42:12.649004057    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:42:12.649004952    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:42:12.649005850    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:42:12.649006727    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:42:12.649007607    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:42:12.649008617  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154113.mp4':
2023-11-22 15:42:12.649009426    Metadata:
2023-11-22 15:42:12.649010325      major_brand     : isom
2023-11-22 15:42:12.649011224      minor_version   : 512
2023-11-22 15:42:12.649012137      compatible_brands: isomiso2mp41
2023-11-22 15:42:12.649013045      title           : go2rtc/1.2.0
2023-11-22 15:42:12.649013998      encoder         : Lavf59.27.100
2023-11-22 15:42:12.649014992    Duration: 00:00:10.00, start: 0.000000, bitrate: 8327 kb/s
2023-11-22 15:42:12.649016274    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8205 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:42:12.649017156      Metadata:
2023-11-22 15:42:12.649018073        handler_name    : VideoHandler
2023-11-22 15:42:12.649019021        vendor_id       : [0][0][0][0]
2023-11-22 15:42:12.649020120    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:42:12.649020994      Metadata:
2023-11-22 15:42:12.649021912        handler_name    : SoundHandler
2023-11-22 15:42:12.649022794        vendor_id       : [0][0][0][0]
2023-11-22 15:42:12.649023834  /media/frigate/recordings/2023-11-22/23/Backyard/41.13.mp4: No space left on device
2023-11-22 15:42:12.649024635  
2023-11-22 15:42:12.706747443  [2023-11-22 15:42:12] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154123.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.23.mp4
2023-11-22 15:42:12.709255659  [2023-11-22 15:42:12] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:42:12.709258619    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:42:12.709263999    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:42:12.709265155    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:42:12.709266158    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:42:12.709267103    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:42:12.709268036    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:42:12.709268924    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:42:12.709269786    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:42:12.709270645    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:42:12.709271541    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:42:12.709272533  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154123.mp4':
2023-11-22 15:42:12.709273344    Metadata:
2023-11-22 15:42:12.709274255      major_brand     : isom
2023-11-22 15:42:12.709275164      minor_version   : 512
2023-11-22 15:42:12.709276065      compatible_brands: isomiso2mp41
2023-11-22 15:42:12.709276980      title           : go2rtc/1.2.0
2023-11-22 15:42:12.709277916      encoder         : Lavf59.27.100
2023-11-22 15:42:12.709278908    Duration: 00:00:10.00, start: 0.000000, bitrate: 8386 kb/s
2023-11-22 15:42:12.709280204    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8263 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:42:12.709281092      Metadata:
2023-11-22 15:42:12.709281981        handler_name    : VideoHandler
2023-11-22 15:42:12.709282890        vendor_id       : [0][0][0][0]
2023-11-22 15:42:12.709283999    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:42:12.709284848      Metadata:
2023-11-22 15:42:12.709285779        handler_name    : SoundHandler
2023-11-22 15:42:12.709286661        vendor_id       : [0][0][0][0]
2023-11-22 15:42:12.709287668  /media/frigate/recordings/2023-11-22/23/Backyard/41.23.mp4: No space left on device
2023-11-22 15:42:12.709288465  
2023-11-22 15:42:12.752000732  [2023-11-22 15:42:12] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154133.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.33.mp4
2023-11-22 15:42:12.752533314  [2023-11-22 15:42:12] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:42:12.752536902    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:42:12.752542625    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:42:12.752544220    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:42:12.752545279    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:42:12.752546260    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:42:12.752547253    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:42:12.752548251    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:42:12.752549224    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:42:12.752550149    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:42:12.752551085    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:42:12.752552148  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154133.mp4':
2023-11-22 15:42:12.752553014    Metadata:
2023-11-22 15:42:12.752553981      major_brand     : isom
2023-11-22 15:42:12.752554906      minor_version   : 512
2023-11-22 15:42:12.752555892      compatible_brands: isomiso2mp41
2023-11-22 15:42:12.752556844      title           : go2rtc/1.2.0
2023-11-22 15:42:12.752557834      encoder         : Lavf59.27.100
2023-11-22 15:42:12.752558867    Duration: 00:00:10.00, start: 0.000000, bitrate: 8305 kb/s
2023-11-22 15:42:12.752560176    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8182 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:42:12.752561090      Metadata:
2023-11-22 15:42:12.752562041        handler_name    : VideoHandler
2023-11-22 15:42:12.752563003        vendor_id       : [0][0][0][0]
2023-11-22 15:42:12.752564141    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:42:12.752565014      Metadata:
2023-11-22 15:42:12.752565981        handler_name    : SoundHandler
2023-11-22 15:42:12.752566903        vendor_id       : [0][0][0][0]
2023-11-22 15:42:12.752568001  /media/frigate/recordings/2023-11-22/23/Backyard/41.33.mp4: No space left on device
2023-11-22 15:42:12.752568827  
2023-11-22 15:42:12.803391647  [2023-11-22 15:42:12] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154143.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.43.mp4
2023-11-22 15:42:12.803517815  [2023-11-22 15:42:12] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:42:12.803519580    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:42:12.803524968    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:42:12.803526111    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:42:12.803527080    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:42:12.803528003    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:42:12.803528886    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:42:12.803529791    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:42:12.803530662    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:42:12.803531552    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:42:12.803532428    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:42:12.803533451  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154143.mp4':
2023-11-22 15:42:12.803534271    Metadata:
2023-11-22 15:42:12.803535199      major_brand     : isom
2023-11-22 15:42:12.803536112      minor_version   : 512
2023-11-22 15:42:12.803537059      compatible_brands: isomiso2mp41
2023-11-22 15:42:12.803537959      title           : go2rtc/1.2.0
2023-11-22 15:42:12.803538919      encoder         : Lavf59.27.100
2023-11-22 15:42:12.803539908    Duration: 00:00:10.00, start: 0.000000, bitrate: 8367 kb/s
2023-11-22 15:42:12.803541180    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8244 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:42:12.803542038      Metadata:
2023-11-22 15:42:12.803542927        handler_name    : VideoHandler
2023-11-22 15:42:12.803543860        vendor_id       : [0][0][0][0]
2023-11-22 15:42:12.803544930    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:42:12.803545750      Metadata:
2023-11-22 15:42:12.803546684        handler_name    : SoundHandler
2023-11-22 15:42:12.803547567        vendor_id       : [0][0][0][0]
2023-11-22 15:42:12.803548599  /media/frigate/recordings/2023-11-22/23/Backyard/41.43.mp4: No space left on device
2023-11-22 15:42:12.803549393  
2023-11-22 15:42:12.881620107  [2023-11-22 15:42:12] frigate.record                 ERROR   : Unable to convert /tmp/cache/Backyard-20231122154153.mp4 to /media/frigate/recordings/2023-11-22/23/Backyard/41.53.mp4
2023-11-22 15:42:12.881906574  [2023-11-22 15:42:12] frigate.record                 ERROR   : ffmpeg version n5.1-2-g915ef932a3-20220731 Copyright (c) 2000-2022 the FFmpeg developers
2023-11-22 15:42:12.881908934    built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
2023-11-22 15:42:12.881914678    configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
2023-11-22 15:42:12.881915845    libavutil      57. 28.100 / 57. 28.100
2023-11-22 15:42:12.881916903    libavcodec     59. 37.100 / 59. 37.100
2023-11-22 15:42:12.881917928    libavformat    59. 27.100 / 59. 27.100
2023-11-22 15:42:12.881918911    libavdevice    59.  7.100 / 59.  7.100
2023-11-22 15:42:12.881919882    libavfilter     8. 44.100 /  8. 44.100
2023-11-22 15:42:12.881920871    libswscale      6.  7.100 /  6.  7.100
2023-11-22 15:42:12.881921831    libswresample   4.  7.100 /  4.  7.100
2023-11-22 15:42:12.881922749    libpostproc    56.  6.100 / 56.  6.100
2023-11-22 15:42:12.881923811  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard-20231122154153.mp4':
2023-11-22 15:42:12.881924696    Metadata:
2023-11-22 15:42:12.881925668      major_brand     : isom
2023-11-22 15:42:12.881926610      minor_version   : 512
2023-11-22 15:42:12.881927591      compatible_brands: isomiso2mp41
2023-11-22 15:42:12.881928550      title           : go2rtc/1.2.0
2023-11-22 15:42:12.881929573      encoder         : Lavf59.27.100
2023-11-22 15:42:12.881930611    Duration: 00:00:10.00, start: 0.000000, bitrate: 8462 kb/s
2023-11-22 15:42:12.881931953    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8339 kb/s, 20.02 fps, 20 tbr, 10240 tbn (default)
2023-11-22 15:42:12.881932853      Metadata:
2023-11-22 15:42:12.881933800        handler_name    : VideoHandler
2023-11-22 15:42:12.881934746        vendor_id       : [0][0][0][0]
2023-11-22 15:42:12.881935894    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-11-22 15:42:12.881936810      Metadata:
2023-11-22 15:42:12.881937802        handler_name    : SoundHandler
2023-11-22 15:42:12.881938712        vendor_id       : [0][0][0][0]
2023-11-22 15:42:12.881939784  /media/frigate/recordings/2023-11-22/23/Backyard/41.53.mp4: No space left on device
2023-11-22 15:42:12.881940616  
2023-11-22 15:42:13.024544059  [2023-11-22 15:42:13] frigate.record                 ERROR   : Error occurred when attempting to maintain recording cache
2023-11-22 15:42:13.024547552  [2023-11-22 15:42:13] frigate.record                 ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-11-22/23/Doorbell'
Dwini commented 9 months ago

Go2rtc 2023-11-22 15:40:23.806828703 [INFO] Preparing go2rtc config... 2023-11-22 15:40:32.935156661 [INFO] Starting go2rtc healthcheck service... 2023-11-22 15:40:33.242284221 [INFO] Starting go2rtc... 2023-11-22 15:40:33.488991637 15:40:33.488 INF go2rtc version 1.2.0 linux/amd64 2023-11-22 15:40:33.489217169 15:40:33.489 INF [api] listen addr=:1984 2023-11-22 15:40:33.489445612 15:40:33.489 INF [rtsp] listen addr=:8554 2023-11-22 15:40:33.489789961 15:40:33.489 INF [srtp] listen addr=:8443 2023-11-22 15:40:33.489989560 15:40:33.489 INF [webrtc] listen addr=:8555 2023-11-22 15:40:41.961245724 15:40:41.961 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="wrong response on DESCRIBE" url=rtsp://****@****/h265Preview_01_sub 2023-11-22 15:41:58.920905518 15:41:58.920 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-11-22 15:41:58.921145723 15:41:58.921 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-11-22 15:41:58.921283073 15:41:58.921 WRN [streams] can't get track url=rtsp://admin:****@****/cam/realmonitor?channel=1&subtype=0 2023-11-22 15:43:27.320467848 15:43:27.320 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error=EOF url=rtsp://admin:****@****/cam/realmonitor?channel=1&subtype=0 2023-11-22 15:43:27.320599927 15:43:27.320 WRN [streams] can't get track url=rtsp://admin:****@****/cam/realmonitor?channel=1&subtype=0 2023-11-22 15:43:27.320601964 15:43:27.320 WRN [rtsp] error="codecs not match: H265,AAC" stream=side 2023-11-22 15:43:27.320691776 15:43:27.320 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:54810: write: broken pipe" 2023-11-22 15:43:27.320693735 15:43:27.320 WRN [streams] can't get track url=rtsp://admin:****@****/cam/realmonitor?channel=1&subtype=0 2023-11-22 15:43:27.320696366 15:43:27.320 WRN [streams] can't get track url=rtsp://admin:****@****/cam/realmonitor?channel=1&subtype=0 2023-11-22 15:43:27.320782713 15:43:27.320 WRN [streams] can't get track url=rtsp://admin:****@****/cam/realmonitor?channel=1&subtype=0 2023-11-22 15:43:30.711952570 15:43:30.711 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:47376: write: broken pipe" 2023-11-22 15:43:30.818824009 15:43:30.818 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:33984: write: broken pipe" 2023-11-22 15:43:30.818827242 15:43:30.818 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-11-22 15:43:30.819269179 15:43:30.818 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-11-22 15:43:30.819271553 15:43:30.818 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:33806: write: broken pipe" 2023-11-22 15:43:30.819272889 15:43:30.818 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-11-22 15:43:30.819274064 15:43:30.819 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-11-22 15:43:30.819275333 15:43:30.819 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:48134: write: broken pipe" 2023-11-22 15:43:30.819278391 15:43:30.819 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-11-22 15:43:30.819279631 15:43:30.819 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-11-22 15:43:30.819281054 15:43:30.819 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40594: write: broken pipe" 2023-11-22 15:43:30.819304088 15:43:30.819 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40920: write: broken pipe" 2023-11-22 15:43:30.819448761 15:43:30.818 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-11-22 15:44:36.518533609 15:44:36.518 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-11-22 15:44:36.518536591 15:44:36.518 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF 2023-11-22 15:44:36.518537795 15:44:36.518 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF

Dwini commented 9 months ago

Nginx 2023-11-22 15:40:23.806567569 [INFO] Starting NGINX... 2023-11-22 15:40:25.702955038 2023/11/22 15:40:25 [error] 135#135: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.236, server: , request: "GET /api/stats HTTP/1.1", upstream: "http://127.0.0.1:5001/stats", host: "192.168.0.226:5000" 2023-11-22 15:40:25.702993271 192.168.0.236 - - [22/Nov/2023:15:40:25 -0800] "GET /api/stats HTTP/1.1" 502 157 "-" "HomeAssistant/2023.11.1 aiohttp/3.8.5 Python/3.11" "-" 2023-11-22 15:40:30.703483132 2023/11/22 15:40:30 [error] 136#136: *3 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.236, server: , request: "GET /api/stats HTTP/1.1", upstream: "http://127.0.0.1:5001/stats", host: "192.168.0.226:5000" 2023-11-22 15:40:30.703567297 192.168.0.236 - - [22/Nov/2023:15:40:30 -0800] "GET /api/stats HTTP/1.1" 502 157 "-" "HomeAssistant/2023.11.1 aiohttp/3.8.5 Python/3.11" "-" 2023-11-22 15:40:35.703145545 2023/11/22 15:40:35 [error] 137#137: *5 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.236, server: , request: "GET /api/stats HTTP/1.1", upstream: "http://127.0.0.1:5001/stats", host: "192.168.0.226:5000" 2023-11-22 15:40:35.703195313 192.168.0.236 - - [22/Nov/2023:15:40:35 -0800] "GET /api/stats HTTP/1.1" 502 157 "-" "HomeAssistant/2023.11.1 aiohttp/3.8.5 Python/3.11" "-" 2023-11-22 15:40:40.702541624 2023/11/22 15:40:40 [error] 138#138: *7 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.236, server: , request: "GET /api/stats HTTP/1.1", upstream: "http://127.0.0.1:5001/stats", host: "192.168.0.226:5000" 2023-11-22 15:40:40.702611789 192.168.0.236 - - [22/Nov/2023:15:40:40 -0800] "GET /api/stats HTTP/1.1" 502 157 "-" "HomeAssistant/2023.11.1 aiohttp/3.8.5 Python/3.11" "-" 2023-11-22 15:40:41.047949399 192.168.0.105 - - [22/Nov/2023:15:40:41 -0800] "GET / HTTP/1.1" 200 6641 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:41.904106629 2023/11/22 15:40:41 [error] 148#148: *9 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.105, server: , request: "GET /api/config HTTP/1.1", upstream: "http://127.0.0.1:5001/config", host: "192.168.0.226:5000", referrer: "http://192.168.0.226:5000/" 2023-11-22 15:40:41.904156103 192.168.0.105 - - [22/Nov/2023:15:40:41 -0800] "GET /api/config HTTP/1.1" 502 559 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:49.753932724 192.168.0.236 - - [22/Nov/2023:15:40:49 -0800] "GET /api/stats HTTP/1.1" 200 3606 "-" "HomeAssistant/2023.11.1 aiohttp/3.8.5 Python/3.11" "-" 2023-11-22 15:40:49.807387489 192.168.0.105 - - [22/Nov/2023:15:40:49 -0800] "GET / HTTP/1.1" 200 6641 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:49.816181388 192.168.0.105 - - [22/Nov/2023:15:40:49 -0800] "GET /api/config HTTP/1.1" 200 26516 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:50.065916071 192.168.0.105 - - [22/Nov/2023:15:40:50 -0800] "GET /api/config HTTP/1.1" 200 26516 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:50.457283152 192.168.0.105 - - [22/Nov/2023:15:40:50 -0800] "GET //api/Backyard/latest.jpg?h=402 HTTP/1.1" 200 50859 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:50.458899839 192.168.0.105 - - [22/Nov/2023:15:40:50 -0800] "GET //api/Doorbell/latest.jpg?h=402 HTTP/1.1" 200 27234 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:50.472766185 192.168.0.105 - - [22/Nov/2023:15:40:50 -0800] "GET //api/Side/latest.jpg?h=402 HTTP/1.1" 200 49002 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:50.490303087 192.168.0.105 - - [22/Nov/2023:15:40:50 -0800] "GET //api/Driveway/latest.jpg?h=402 HTTP/1.1" 200 54094 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:50.491476588 192.168.0.105 - - [22/Nov/2023:15:40:50 -0800] "GET //api/Front_Porch/latest.jpg?h=402 HTTP/1.1" 200 74512 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:52.688243953 192.168.0.105 - - [22/Nov/2023:15:40:52 -0800] "GET / HTTP/1.1" 200 6641 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:52.699856541 192.168.0.105 - - [22/Nov/2023:15:40:52 -0800] "GET /ws HTTP/1.1" 101 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:52.790694397 192.168.0.105 - - [22/Nov/2023:15:40:52 -0800] "GET /api/config HTTP/1.1" 200 26516 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:52.949087839 192.168.0.105 - - [22/Nov/2023:15:40:52 -0800] "GET //api/Backyard/latest.jpg?h=397 HTTP/1.1" 499 0 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:52.949091182 192.168.0.105 - - [22/Nov/2023:15:40:52 -0800] "GET //api/Doorbell/latest.jpg?h=397 HTTP/1.1" 499 0 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:52.949109729 192.168.0.105 - - [22/Nov/2023:15:40:52 -0800] "GET //api/Driveway/latest.jpg?h=397 HTTP/1.1" 499 0 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:52.951350887 192.168.0.105 - - [22/Nov/2023:15:40:52 -0800] "GET //api/Front_Porch/latest.jpg?h=397 HTTP/1.1" 499 0 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:52.953189115 192.168.0.105 - - [22/Nov/2023:15:40:52 -0800] "GET //api/Side/latest.jpg?h=397 HTTP/1.1" 499 0 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:53.036214598 192.168.0.105 - - [22/Nov/2023:15:40:53 -0800] "GET //api/Backyard/latest.jpg?h=407 HTTP/1.1" 499 0 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:53.048967346 192.168.0.105 - - [22/Nov/2023:15:40:53 -0800] "GET //api/Doorbell/latest.jpg?h=407 HTTP/1.1" 499 0 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:53.049100093 192.168.0.105 - - [22/Nov/2023:15:40:53 -0800] "GET //api/Driveway/latest.jpg?h=407 HTTP/1.1" 499 0 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:53.049102427 192.168.0.105 - - [22/Nov/2023:15:40:53 -0800] "GET //api/Front_Porch/latest.jpg?h=407 HTTP/1.1" 499 0 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:53.049104163 192.168.0.105 - - [22/Nov/2023:15:40:53 -0800] "GET //api/Side/latest.jpg?h=407 HTTP/1.1" 499 0 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:53.167938991 192.168.0.105 - - [22/Nov/2023:15:40:53 -0800] "GET //api/Front_Porch/latest.jpg?h=402 HTTP/1.1" 200 74660 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:53.180074331 192.168.0.105 - - [22/Nov/2023:15:40:53 -0800] "GET //api/Backyard/latest.jpg?h=402 HTTP/1.1" 200 50962 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:53.191906170 192.168.0.105 - - [22/Nov/2023:15:40:53 -0800] "GET //api/Side/latest.jpg?h=402 HTTP/1.1" 200 49059 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:53.734424753 192.168.0.105 - - [22/Nov/2023:15:40:53 -0800] "GET //api/Driveway/latest.jpg?h=402 HTTP/1.1" 200 54067 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:53.767810108 192.168.0.105 - - [22/Nov/2023:15:40:53 -0800] "GET //api/Doorbell/latest.jpg?h=402 HTTP/1.1" 200 27275 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:58.253872688 192.168.0.105 - - [22/Nov/2023:15:40:58 -0800] "GET / HTTP/1.1" 200 6641 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:58.263944213 192.168.0.105 - - [22/Nov/2023:15:40:58 -0800] "GET /ws HTTP/1.1" 101 1242 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:58.477520983 192.168.0.105 - - [22/Nov/2023:15:40:58 -0800] "GET /api/config HTTP/1.1" 200 26516 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:58.685019284 192.168.0.105 - - [22/Nov/2023:15:40:58 -0800] "GET //api/Backyard/latest.jpg?h=407 HTTP/1.1" 499 0 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:58.879425123 192.168.0.236 - - [22/Nov/2023:15:40:58 -0800] "GET /api/stats HTTP/1.1" 200 3589 "-" "HomeAssistant/2023.11.1 aiohttp/3.8.5 Python/3.11" "-" 2023-11-22 15:40:58.895244279 192.168.0.105 - - [22/Nov/2023:15:40:58 -0800] "GET //api/Front_Porch/latest.jpg?h=402 HTTP/1.1" 200 74996 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:58.896156588 192.168.0.105 - - [22/Nov/2023:15:40:58 -0800] "GET //api/Backyard/latest.jpg?h=402 HTTP/1.1" 200 50984 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:58.906791346 192.168.0.105 - - [22/Nov/2023:15:40:58 -0800] "GET //api/Doorbell/latest.jpg?h=402 HTTP/1.1" 200 27339 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:58.919150153 192.168.0.105 - - [22/Nov/2023:15:40:58 -0800] "GET //api/Side/latest.jpg?h=402 HTTP/1.1" 200 49054 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:40:58.919826121 192.168.0.105 - - [22/Nov/2023:15:40:58 -0800] "GET //api/Driveway/latest.jpg?h=402 HTTP/1.1" 200 54251 "http://192.168.0.226:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" 2023-11-22 15:41:07.528110602 192.168.0.236 - - [22/Nov/2023:15:41:07 -0800] "GET /api/stats HTTP/1.1" 200 3580 "-" "HomeAssistant/2023.11.1 aiohttp/3.8.5 Python/3.11" "-" 2023-11-22 15:41:11.577030866 192.168.0.236 - - [22/Nov/2023:15:41:11 -0800] "GET /api/events?cameras=Side&limit=50&include_thumbnails=0 HTTP/1.1" 200 12444 "-" "HomeAssistant/2023.11.1 aiohttp/3.8.5 Python/3.11" "-" 2023-11-22 15:41:11.583819688 192.168.0.236 - - [22/Nov/2023:15:41:11 -0800] "GET /api/events?cameras=Backyard&limit=50&include_thumbnails=0 HTTP/1.1" 200 16510 "-" "HomeAssistant/2023.11.1 aiohttp/3.8.5 Python/3.11" "-" 2023-11-22 15:41:11.860017449 192.168.0.236 - - [22/Nov/2023:15:41:11 -0800] "GET /api/Driveway/latest.jpg HTTP/1.1" 200 51868 "-" "HomeAssistant/2023.11.1 aiohttp/3.8.5 Python/3.11" "-" 2023-11-22 15:41:11.860454374 192.168.0.236 - - [22/Nov/2023:15:41:11 -0800] "GET /api/events?cameras=Doorbell&limit=50&include_thumbnails=0 HTTP/1.1" 200 16449 "-" "HomeAssistant/2023.11.1 aiohttp/3.8.5 Python/3.11" "-" 2023-11-22 15:41:11.864149634 192.168.0.236 - - [22/Nov/2023:15:41:11 -0800] "GET /api/events?cameras=Driveway&limit=50&include_thumbnails=0 HTTP/1.1" 200 16406 "-" "HomeAssistant/2023.11.1 aiohttp/3.8.5 Python/3.11" "-" 2023-11-22 15:41:11.871642122 192.168.0.236 - - [22/Nov/2023:15:41:11 -0800] "GET /api/Driveway/latest.jpg HTTP/1.1" 200 51868 "-" "HomeAssistant/2023.11.1 aiohttp/3.8.5 Python/3.11" "-" 2023-11-22 15:41:11.881436745 192.168.0.236 - - [22/Nov/2023:15:41:11 -0800] "GET /api/Front_Porch/latest.jpg HTTP/1.1" 200 51868 "-" "HomeAssistant/2023.11.1 aiohttp/3.8.5 Python/3.11" "-" 2023-11-22 15:41:11.883458940 192.168.0.236 - - [22/Nov/2023:15:41:11 -0800] "GET /api/events?cameras=Front_Porch&limit=50&include_thumbnails=0 HTTP/1.1" 200 16596 "-" "HomeAssistant/2023.11.1 aiohttp/3.8.5 Python/3.11" "-" 2023-11-22 15:41:11.891981098 192.168.0.236 - - [22/Nov/2023:15:41:11 -0800] "GET /api/Front_Porch/latest.jpg HTTP/1.1" 200 51868 "-" "HomeAssistant/2023.11.1 aiohttp/3.8.5 Python/3.11" "-" 2023-11-22 15:41:11.940240843 192.168.0.236 - - [22/Nov/2023:15:41:11 -0800] "GET /api/Backyard/latest.jpg HTTP/1.1" 200 51868 "-" "HomeAssistant/2023.11.1 aiohttp/3.8.5

NickM-27 commented 9 months ago

Media volume is out of space

Dwini commented 9 months ago

Okay finally happened again, here are my logs. I am going to delete the old footage now as I need this service to be running. Issue is its running out of space and frigate isn't overwriting old footage/recordings

Frigate is the only thing writing to the 4tb share which is on a single drive all to itself in unraid

NickM-27 commented 9 months ago

In frigate 0.13 there are more logs that are shown during storage maintenance. Many users use this feature and haven't had issues so it's not clear why recordings aren't being cleaned up

Dwini commented 9 months ago

So only resolution is to use a beta version which could break more things in the process?

Dwini commented 9 months ago

There is nothing standing out in my config to you?

NickM-27 commented 9 months ago

The frigate recording storage manager works in a particular way that the config doesn't affect since it's only meant to run as a last ditch effort if storage is full.

The beta is quite stable and there are no known issues. The beta provides more logs that gives good information

Dwini commented 9 months ago

Okay ill upgrade and keep this thread updated, fingers crossed.

jakubsuchybio commented 9 months ago

I'm on the 13 version, having 1TB SSD, and it got full and my whole VM with frigate was failing. Does the logs log to the file system somewhere? Or are they only available though web gui? Thx

Already deleted the full disk data, so next time it happens I want to be prepared to capture the more verbose logs about storage for you guys.

NickM-27 commented 9 months ago

logs are logged to docker like any other docker container

Dwini commented 9 months ago

Has errored again post upgrade.

2023-12-06 00:24:00.277618284  [INFO] Preparing Frigate...
2023-12-06 00:24:01.979242981  [INFO] Starting Frigate...
2023-12-06 00:24:19.427841365  [2023-12-06 00:24:19] frigate.app                    INFO    : Starting Frigate (0.13.0-aa93d4f)
2023-12-06 00:24:20.046027476  [2023-12-06 00:24:20] peewee_migrate.logs            INFO    : Starting migrations
2023-12-06 00:24:20.137444933  [2023-12-06 00:24:20] peewee_migrate.logs            INFO    : There is nothing to migrate
2023-12-06 00:24:20.144531725  [2023-12-06 00:24:20] frigate.app                    INFO    : Recording process started: 377
2023-12-06 00:24:20.146474946  [2023-12-06 00:24:20] frigate.app                    INFO    : go2rtc process pid: 87
2023-12-06 00:24:20.252456787  [2023-12-06 00:24:20] frigate.app                    INFO    : Output process started: 389
2023-12-06 00:24:20.545497928  [2023-12-06 00:24:20] detector.coral                 INFO    : Starting detection process: 387
2023-12-06 00:24:23.165354111  [2023-12-06 00:24:21] frigate.app                    INFO    : Camera processor started for Doorbell: 415
2023-12-06 00:24:23.170325558  [2023-12-06 00:24:21] frigate.app                    INFO    : Camera processor started for Driveway: 416
2023-12-06 00:24:23.170329067  [2023-12-06 00:24:21] frigate.app                    INFO    : Camera processor started for Front_Porch: 418
2023-12-06 00:24:23.170332204  [2023-12-06 00:24:20] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as usb
2023-12-06 00:24:23.170333420  [2023-12-06 00:24:23] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2023-12-06 00:24:23.176296801  [2023-12-06 00:24:21] frigate.app                    INFO    : Camera processor started for Backyard: 420
2023-12-06 00:24:23.180700731  [2023-12-06 00:24:21] frigate.app                    INFO    : Camera processor started for Side: 422
2023-12-06 00:24:23.180831137  [2023-12-06 00:24:21] frigate.app                    INFO    : Capture process started for Doorbell: 424
2023-12-06 00:24:23.180833199  [2023-12-06 00:24:21] frigate.app                    INFO    : Capture process started for Driveway: 428
2023-12-06 00:24:23.180926966  [2023-12-06 00:24:21] frigate.app                    INFO    : Capture process started for Front_Porch: 432
2023-12-06 00:24:23.180928517  [2023-12-06 00:24:21] frigate.app                    INFO    : Capture process started for Backyard: 436
2023-12-06 00:24:23.180981108  [2023-12-06 00:24:21] frigate.app                    INFO    : Capture process started for Side: 437
2023-12-06 00:25:00.351596833  [2023-12-06 00:25:00] frigate.record.maintainer      ERROR   : Unable to convert /tmp/cache/Doorbell@20231206002447-0800.mp4 to /media/frigate/recordings/2023-12-06/08/Doorbell/24.47.mp4
2023-12-06 00:25:00.351908757  [2023-12-06 00:25:00] frigate.record.maintainer      ERROR   : Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Doorbell@20231206002447-0800.mp4':
2023-12-06 00:25:00.351910850    Metadata:
2023-12-06 00:25:00.351912019      major_brand     : isom
2023-12-06 00:25:00.351912970      minor_version   : 512
2023-12-06 00:25:00.351913927      compatible_brands: isomiso2avc1mp41
2023-12-06 00:25:00.351914833      title           : go2rtc/1.8.2
2023-12-06 00:25:00.351915721      encoder         : Lavf59.27.100
2023-12-06 00:25:00.351916741    Duration: 00:00:10.01, start: 0.000000, bitrate: 6323 kb/s
2023-12-06 00:25:00.351919286    Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 2560x1920, 6293 kb/s, 20.01 fps, 20 tbr, 90k tbn (default)
2023-12-06 00:25:00.351920233      Metadata:
2023-12-06 00:25:00.351921177        handler_name    : VideoHandler
2023-12-06 00:25:00.351948274        vendor_id       : [0][0][0][0]
2023-12-06 00:25:00.351949576    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 16000 Hz, mono, fltp, 32 kb/s (default)
2023-12-06 00:25:00.351950561      Metadata:
2023-12-06 00:25:00.351951493        handler_name    : SoundHandler
2023-12-06 00:25:00.351952421        vendor_id       : [0][0][0][0]
2023-12-06 00:25:00.351968457  /media/frigate/recordings/2023-12-06/08/Doorbell/24.47.mp4: No space left on device
2023-12-06 00:25:00.351969383  
2023-12-06 00:25:05.282887868  [2023-12-06 00:25:05] frigate.record.maintainer      ERROR   : Unable to convert /tmp/cache/Driveway@20231206002453-0800.mp4 to /media/frigate/recordings/2023-12-06/08/Driveway/24.53.mp4
2023-12-06 00:25:05.282892060  [2023-12-06 00:25:05] frigate.record.maintainer      ERROR   : Unable to convert /tmp/cache/Backyard@20231206002452-0800.mp4 to /media/frigate/recordings/2023-12-06/08/Backyard/24.52.mp4
2023-12-06 00:25:05.282893692  [2023-12-06 00:25:05] frigate.record.maintainer      ERROR   : Unable to convert /tmp/cache/Front_Porch@20231206002451-0800.mp4 to /media/frigate/recordings/2023-12-06/08/Front_Porch/24.51.mp4
2023-12-06 00:25:05.283000456  [2023-12-06 00:25:05] frigate.record.maintainer      ERROR   : Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Driveway@20231206002453-0800.mp4':
2023-12-06 00:25:05.283001959    Metadata:
2023-12-06 00:25:05.283002911      major_brand     : isom
2023-12-06 00:25:05.283003776      minor_version   : 512
2023-12-06 00:25:05.283004678      compatible_brands: isomiso2mp41
2023-12-06 00:25:05.283005555      title           : go2rtc/1.8.2
2023-12-06 00:25:05.283006428      encoder         : Lavf59.27.100
2023-12-06 00:25:05.283007405    Duration: 00:00:10.03, start: 0.000000, bitrate: 8432 kb/s
2023-12-06 00:25:05.283008570    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuv420p(tv), 3840x2160, 8392 kb/s, 25.01 fps, 25 tbr, 90k tbn (default)
2023-12-06 00:25:05.283009373      Metadata:
2023-12-06 00:25:05.283010241        handler_name    : VideoHandler
2023-12-06 00:25:05.283011145        vendor_id       : [0][0][0][0]
2023-12-06 00:25:05.283012205    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 16000 Hz, mono, fltp, 64 kb/s (default)
2023-12-06 00:25:05.283012999      Metadata:
2023-12-06 00:25:05.283013877        handler_name    : SoundHandler
2023-12-06 00:25:05.283014723        vendor_id       : [0][0][0][0]
2023-12-06 00:25:05.283015754  /media/frigate/recordings/2023-12-06/08/Driveway/24.53.mp4: No space left on device
2023-12-06 00:25:05.283016535  
2023-12-06 00:25:05.283041089  [2023-12-06 00:25:05] frigate.record.maintainer      ERROR   : Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Backyard@20231206002452-0800.mp4':
2023-12-06 00:25:05.283042090    Metadata:
2023-12-06 00:25:05.283042939      major_brand     : isom
2023-12-06 00:25:05.283043732      minor_version   : 512
2023-12-06 00:25:05.283044577      compatible_brands: isomiso2mp41
2023-12-06 00:25:05.283045497      title           : go2rtc/1.8.2
2023-12-06 00:25:05.283046343      encoder         : Lavf59.27.100
2023-12-06 00:25:05.283047240    Duration: 00:00:10.01, start: 0.000000, bitrate: 8419 kb/s
2023-12-06 00:25:05.283048476    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc, bt709), 3072x2048 [SAR 1:1 DAR 3:2], 8309 kb/s, 20.04 fps, 20 tbr, 10240 tbn (default)
2023-12-06 00:25:05.283049253      Metadata:
2023-12-06 00:25:05.283050129        handler_name    : VideoHandler
2023-12-06 00:25:05.283050956        vendor_id       : [0][0][0][0]
2023-12-06 00:25:05.283052018    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 64000 Hz, mono, fltp, 124 kb/s (default)
2023-12-06 00:25:05.283052835      Metadata:
2023-12-06 00:25:05.283053686        handler_name    : SoundHandler
2023-12-06 00:25:05.283054526        vendor_id       : [0][0][0][0]
2023-12-06 00:25:05.283055476  /media/frigate/recordings/2023-12-06/08/Backyard/24.52.mp4: No space left on device
2023-12-06 00:25:05.283056224  
2023-12-06 00:25:05.283072370  [2023-12-06 00:25:05] frigate.record.maintainer      ERROR   : Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Front_Porch@20231206002451-0800.mp4':
2023-12-06 00:25:05.283073277    Metadata:
2023-12-06 00:25:05.283074064      major_brand     : isom
2023-12-06 00:25:05.283074859      minor_version   : 512
2023-12-06 00:25:05.283075714      compatible_brands: isomiso2mp41
2023-12-06 00:25:05.283076530      title           : go2rtc/1.8.2
2023-12-06 00:25:05.283077403      encoder         : Lavf59.27.100
2023-12-06 00:25:05.283078324    Duration: 00:00:10.00, start: 0.000000, bitrate: 4271 kb/s
2023-12-06 00:25:05.283079576    Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc), 3200x1800 [SAR 1:1 DAR 16:9], 4269 kb/s, 20.01 fps, 20 tbr, 10240 tbn (default)
2023-12-06 00:25:05.283080416      Metadata:
2023-12-06 00:25:05.283081255        handler_name    : VideoHandler
2023-12-06 00:25:05.283082120        vendor_id       : [0][0][0][0]
2023-12-06 00:25:05.283083154  /media/frigate/recordings/2023-12-06/08/Front_Porch/24.51.mp4: No space left on device
2023-12-06 00:25:05.283083919  
2023-12-06 00:25:05.346698054  [2023-12-06 00:25:05] frigate.record.maintainer      ERROR   : Unable to convert /tmp/cache/Doorbell@20231206002447-0800.mp4 to /media/frigate/recordings/2023-12-06/08/Doorbell/24.47.mp4
2023-12-06 00:25:05.346822713  [2023-12-06 00:25:05] frigate.record.maintainer      ERROR   : Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/Doorbell@20231206002447-0800.mp4':
2023-12-06 00:25:05.346824564    Metadata:
2023-12-06 00:25:05.346825707      major_brand     : isom
2023-12-06 00:25:05.346826727      minor_version   : 512
2023-12-06 00:25:05.346827779      compatible_brands: isomiso2avc1mp41
2023-12-06 00:25:05.346828672      title           : go2rtc/1.8.2
2023-12-06 00:25:05.346829553      encoder         : Lavf59.27.100
2023-12-06 00:25:05.346830573    Duration: 00:00:10.01, start: 0.000000, bitrate: 6323 kb/s
2023-12-06 00:25:05.346831811    Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 2560x1920, 6293 kb/s, 20.01 fps, 20 tbr, 90k tbn (default)
2023-12-06 00:25:05.346832680      Metadata:
2023-12-06 00:25:05.346833588        handler_name    : VideoHandler
2023-12-06 00:25:05.346834540        vendor_id       : [0][0][0][0]
2023-12-06 00:25:05.346835645    Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 16000 Hz, mono, fltp, 32 kb/s (default)
2023-12-06 00:25:05.346836481      Metadata:
2023-12-06 00:25:05.346837377        handler_name    : SoundHandler
2023-12-06 00:25:05.346838262        vendor_id       : [0][0][0][0]
2023-12-06 00:25:05.346839261  /media/frigate/recordings/2023-12-06/08/Doorbell/24.47.mp4: No space left on device
2023-12-06 00:25:05.346840087  
2023-12-06 00:25:10.371295427  [2023-12-06 00:25:10] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:25:10.371325810  [2023-12-06 00:25:10] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:25:15.375843609  [2023-12-06 00:25:15] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:25:15.375859492  [2023-12-06 00:25:15] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:25:20.436314740  [2023-12-06 00:25:20] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:25:20.436318432  [2023-12-06 00:25:20] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:25:25.464283196  [2023-12-06 00:25:25] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:25:25.464287670  [2023-12-06 00:25:25] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:25:30.601107361  [2023-12-06 00:25:30] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:25:30.601284950  [2023-12-06 00:25:30] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:25:35.631671187  [2023-12-06 00:25:35] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:25:35.631697396  [2023-12-06 00:25:35] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:25:40.628215255  [2023-12-06 00:25:40] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:25:40.629762693  [2023-12-06 00:25:40] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:25:45.399361517  Exception in thread detected_frames_processor:
2023-12-06 00:25:45.399364264  Traceback (most recent call last):
2023-12-06 00:25:45.399365513    File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
2023-12-06 00:25:45.438121938      self.run()
2023-12-06 00:25:45.438146086    File "/opt/frigate/frigate/object_processing.py", line 1078, in run
2023-12-06 00:25:45.438860390      camera_state.update(
2023-12-06 00:25:45.438878765    File "/opt/frigate/frigate/object_processing.py", line 675, in update
2023-12-06 00:25:45.439130789      c(self.name, removed_obj, frame_time)
2023-12-06 00:25:45.439200797    File "/opt/frigate/frigate/object_processing.py", line 851, in end
2023-12-06 00:25:45.439710114      with open(
2023-12-06 00:25:45.439817430  OSError: [Errno 28] No space left on device: '/media/frigate/clips/Doorbell-1701851135.937715-a7401l.jpg'
2023-12-06 00:25:45.684806383  [2023-12-06 00:25:45] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:25:45.684852558  [2023-12-06 00:25:45] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:25:50.162139136  [2023-12-06 00:25:50] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:25:50.638257103  [2023-12-06 00:25:50] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:25:50.638314348  [2023-12-06 00:25:50] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:25:55.159217600  [2023-12-06 00:25:55] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:25:55.161567900  [2023-12-06 00:25:55] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:25:55.164155499  [2023-12-06 00:25:55] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:25:55.571597049  [2023-12-06 00:25:55] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:25:55.571632885  [2023-12-06 00:25:55] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:26:00.158110877  [2023-12-06 00:26:00] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:00.620296527  [2023-12-06 00:26:00] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:26:00.620386367  [2023-12-06 00:26:00] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:26:05.159397962  [2023-12-06 00:26:05] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:05.161388752  [2023-12-06 00:26:05] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:05.163771676  [2023-12-06 00:26:05] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:05.440627659  [2023-12-06 00:26:05] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:26:05.440631869  [2023-12-06 00:26:05] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:26:10.158208093  [2023-12-06 00:26:10] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:10.474317505  [2023-12-06 00:26:10] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:26:10.474395523  [2023-12-06 00:26:10] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:26:15.159679221  [2023-12-06 00:26:15] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:15.161369476  [2023-12-06 00:26:15] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:15.163424662  [2023-12-06 00:26:15] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:15.385571759  [2023-12-06 00:26:15] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:26:15.385598253  [2023-12-06 00:26:15] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:26:20.158618410  [2023-12-06 00:26:20] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:20.388735695  [2023-12-06 00:26:20] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:26:20.388790883  [2023-12-06 00:26:20] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:26:25.159048836  [2023-12-06 00:26:25] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:25.160903410  [2023-12-06 00:26:25] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:25.163235779  [2023-12-06 00:26:25] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:25.306890670  [2023-12-06 00:26:25] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:26:25.306950130  [2023-12-06 00:26:25] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:26:30.159810212  [2023-12-06 00:26:30] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:30.309973492  [2023-12-06 00:26:30] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:26:30.310895508  [2023-12-06 00:26:30] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:26:35.160310755  [2023-12-06 00:26:35] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:35.166868646  [2023-12-06 00:26:35] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:35.169237224  [2023-12-06 00:26:35] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:35.184804184  [2023-12-06 00:26:35] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:26:35.184884831  [2023-12-06 00:26:35] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:26:40.159819807  [2023-12-06 00:26:40] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:40.221825970  [2023-12-06 00:26:40] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:26:40.222090620  [2023-12-06 00:26:40] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:26:45.162688067  [2023-12-06 00:26:45] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:45.168369531  [2023-12-06 00:26:45] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:45.171184039  [2023-12-06 00:26:45] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:45.184822525  [2023-12-06 00:26:45] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:26:45.184929425  [2023-12-06 00:26:45] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:26:50.160338485  [2023-12-06 00:26:50] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:50.230253554  [2023-12-06 00:26:50] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:26:50.230311221  [2023-12-06 00:26:50] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:26:55.160152814  [2023-12-06 00:26:55] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:55.162229889  [2023-12-06 00:26:55] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:55.165200026  [2023-12-06 00:26:55] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:26:55.180155234  [2023-12-06 00:26:55] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:26:55.180220190  [2023-12-06 00:26:55] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:27:00.159514938  [2023-12-06 00:27:00] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:00.247577987  [2023-12-06 00:27:00] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:27:00.247746808  [2023-12-06 00:27:00] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:27:05.159748829  [2023-12-06 00:27:05] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:05.166197616  [2023-12-06 00:27:05] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:05.177222521  [2023-12-06 00:27:05] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:27:05.177331511  [2023-12-06 00:27:05] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:27:10.160795572  [2023-12-06 00:27:10] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:10.163870083  [2023-12-06 00:27:10] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:10.227024228  [2023-12-06 00:27:10] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:27:10.227079973  [2023-12-06 00:27:10] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:27:15.164423497  [2023-12-06 00:27:15] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:15.166681328  [2023-12-06 00:27:15] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:15.183699523  [2023-12-06 00:27:15] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:27:15.183743785  [2023-12-06 00:27:15] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:27:20.160145240  [2023-12-06 00:27:20] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:20.161962445  [2023-12-06 00:27:20] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:20.221790536  [2023-12-06 00:27:20] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:27:20.221863288  [2023-12-06 00:27:20] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:27:25.160656536  [2023-12-06 00:27:25] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:25.162527340  [2023-12-06 00:27:25] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:25.171419483  [2023-12-06 00:27:25] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:27:25.171485311  [2023-12-06 00:27:25] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:27:30.162209884  [2023-12-06 00:27:30] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:30.164000687  [2023-12-06 00:27:30] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:30.235640091  [2023-12-06 00:27:30] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:27:30.235985833  [2023-12-06 00:27:30] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:27:35.161274426  [2023-12-06 00:27:35] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:35.165380519  [2023-12-06 00:27:35] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:35.180785326  [2023-12-06 00:27:35] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:27:35.180873708  [2023-12-06 00:27:35] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:27:40.162959554  [2023-12-06 00:27:40] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:40.164388324  [2023-12-06 00:27:40] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:40.229352748  [2023-12-06 00:27:40] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:27:40.229438518  [2023-12-06 00:27:40] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:27:45.161683294  [2023-12-06 00:27:45] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:45.163733493  [2023-12-06 00:27:45] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:45.172857307  [2023-12-06 00:27:45] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:27:45.172914064  [2023-12-06 00:27:45] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:27:50.163698324  [2023-12-06 00:27:50] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:50.171229043  [2023-12-06 00:27:50] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:50.249436067  [2023-12-06 00:27:50] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:27:50.250452794  [2023-12-06 00:27:50] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:27:55.160913075  [2023-12-06 00:27:55] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:55.163718059  [2023-12-06 00:27:55] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:27:55.173689102  [2023-12-06 00:27:55] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:27:55.173692843  [2023-12-06 00:27:55] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:28:00.162353511  [2023-12-06 00:28:00] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:00.163780559  [2023-12-06 00:28:00] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:00.225165363  [2023-12-06 00:28:00] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:28:00.225197706  [2023-12-06 00:28:00] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:28:05.162097165  [2023-12-06 00:28:05] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:05.163903485  [2023-12-06 00:28:05] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:05.174040498  [2023-12-06 00:28:05] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:28:05.175682701  [2023-12-06 00:28:05] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:28:10.162785758  [2023-12-06 00:28:10] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:10.165353538  [2023-12-06 00:28:10] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:10.226134784  [2023-12-06 00:28:10] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:28:10.226253877  [2023-12-06 00:28:10] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:28:15.161555668  [2023-12-06 00:28:15] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:15.163335079  [2023-12-06 00:28:15] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:15.165467667  [2023-12-06 00:28:15] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:15.185202002  [2023-12-06 00:28:15] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:28:15.185453256  [2023-12-06 00:28:15] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:28:20.162794523  [2023-12-06 00:28:20] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:20.165046175  [2023-12-06 00:28:20] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:20.229051005  [2023-12-06 00:28:20] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:28:20.229066306  [2023-12-06 00:28:20] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:28:25.162337065  [2023-12-06 00:28:25] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:25.164317357  [2023-12-06 00:28:25] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:25.173553148  [2023-12-06 00:28:25] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:28:25.173556992  [2023-12-06 00:28:25] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:28:30.162881861  [2023-12-06 00:28:30] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:30.164271617  [2023-12-06 00:28:30] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:30.228079116  [2023-12-06 00:28:30] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:28:30.228195750  [2023-12-06 00:28:30] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:28:35.162692257  [2023-12-06 00:28:35] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:35.165142804  [2023-12-06 00:28:35] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:35.176681644  [2023-12-06 00:28:35] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:28:35.176799554  [2023-12-06 00:28:35] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:28:40.164292319  [2023-12-06 00:28:40] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:40.165898198  [2023-12-06 00:28:40] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:40.240473108  [2023-12-06 00:28:40] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:28:40.240628287  [2023-12-06 00:28:40] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:28:45.165851915  [2023-12-06 00:28:45] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:45.167680035  [2023-12-06 00:28:45] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:45.181476252  [2023-12-06 00:28:45] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:28:45.181759944  [2023-12-06 00:28:45] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:28:50.162270456  [2023-12-06 00:28:50] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:50.163541532  [2023-12-06 00:28:50] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:50.221719336  [2023-12-06 00:28:50] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-12-06 00:28:50.221840969  [2023-12-06 00:28:50] frigate.record.maintainer      ERROR   : [Errno 28] No space left on device: '/media/frigate/recordings/2023-12-06/08/Side'
2023-12-06 00:28:55.163732945  [2023-12-06 00:28:55] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:55.165886872  [2023-12-06 00:28:55] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:28:55.168418054  [2023-12-06 00:28:55] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:00.162777785  [2023-12-06 00:29:00] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:00.164189498  [2023-12-06 00:29:00] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:05.164697862  [2023-12-06 00:29:05] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:05.166673479  [2023-12-06 00:29:05] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:10.163553593  [2023-12-06 00:29:10] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:10.165240101  [2023-12-06 00:29:10] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:15.166027543  [2023-12-06 00:29:15] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:15.172418072  [2023-12-06 00:29:15] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:20.166556322  [2023-12-06 00:29:20] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:20.170534888  [2023-12-06 00:29:20] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:25.169746781  [2023-12-06 00:29:25] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:25.175236288  [2023-12-06 00:29:25] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:30.166364475  [2023-12-06 00:29:30] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:30.168011776  [2023-12-06 00:29:30] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:30.168822406  [2023-12-06 00:29:30] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:35.167425997  [2023-12-06 00:29:35] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:35.173800774  [2023-12-06 00:29:35] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:40.167623592  [2023-12-06 00:29:40] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:40.169796412  [2023-12-06 00:29:40] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:45.167697120  [2023-12-06 00:29:45] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:45.170076617  [2023-12-06 00:29:45] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:50.166980684  [2023-12-06 00:29:50] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:50.168620358  [2023-12-06 00:29:50] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:55.167933138  [2023-12-06 00:29:55] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:29:55.170119115  [2023-12-06 00:29:55] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:00.167256399  [2023-12-06 00:30:00] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:00.169250532  [2023-12-06 00:30:00] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:05.170452488  [2023-12-06 00:30:05] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:05.172246450  [2023-12-06 00:30:05] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:10.168164737  [2023-12-06 00:30:10] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:10.170374066  [2023-12-06 00:30:10] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:10.170723528  [2023-12-06 00:30:10] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:15.172002936  [2023-12-06 00:30:15] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:15.174011115  [2023-12-06 00:30:15] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:20.166806246  [2023-12-06 00:30:20] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:20.169372478  [2023-12-06 00:30:20] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:25.168836556  [2023-12-06 00:30:25] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:25.171111770  [2023-12-06 00:30:25] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:30.177404002  [2023-12-06 00:30:30] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:30.179425473  [2023-12-06 00:30:30] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:35.170661386  [2023-12-06 00:30:35] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:35.172480813  [2023-12-06 00:30:35] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:40.174675241  [2023-12-06 00:30:40] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:40.178464156  [2023-12-06 00:30:40] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:45.170297566  [2023-12-06 00:30:45] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:45.173449135  [2023-12-06 00:30:45] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:45.178259355  [2023-12-06 00:30:45] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:50.180613099  [2023-12-06 00:30:50] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:50.183146393  [2023-12-06 00:30:50] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:55.170940761  [2023-12-06 00:30:55] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:30:55.172743215  [2023-12-06 00:30:55] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:00.170587114  [2023-12-06 00:31:00] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:00.172950324  [2023-12-06 00:31:00] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:05.172920901  [2023-12-06 00:31:05] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:05.178665657  [2023-12-06 00:31:05] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:10.169629215  [2023-12-06 00:31:10] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:10.171128648  [2023-12-06 00:31:10] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:15.173040590  [2023-12-06 00:31:15] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:15.175008112  [2023-12-06 00:31:15] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:20.170374443  [2023-12-06 00:31:20] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:20.172080583  [2023-12-06 00:31:20] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:25.170106155  [2023-12-06 00:31:25] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:25.175310579  [2023-12-06 00:31:25] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:25.179906220  [2023-12-06 00:31:25] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:30.169810496  [2023-12-06 00:31:30] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:30.171058085  [2023-12-06 00:31:30] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:35.171445308  [2023-12-06 00:31:35] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:35.174599046  [2023-12-06 00:31:35] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:40.171523536  [2023-12-06 00:31:40] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:40.173169793  [2023-12-06 00:31:40] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:45.172405400  [2023-12-06 00:31:45] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:45.177288715  [2023-12-06 00:31:45] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:50.170903966  [2023-12-06 00:31:50] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:50.172746905  [2023-12-06 00:31:50] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:55.170578610  [2023-12-06 00:31:55] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:31:55.172418748  [2023-12-06 00:31:55] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:00.170678082  [2023-12-06 00:32:00] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:00.172486930  [2023-12-06 00:32:00] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:00.173346186  [2023-12-06 00:32:00] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:05.174018440  [2023-12-06 00:32:05] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:05.175975361  [2023-12-06 00:32:05] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:10.171095086  [2023-12-06 00:32:10] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:10.172957877  [2023-12-06 00:32:10] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:15.171162863  [2023-12-06 00:32:15] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:15.173082319  [2023-12-06 00:32:15] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:20.173562021  [2023-12-06 00:32:20] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:20.181003483  [2023-12-06 00:32:20] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:25.171084842  [2023-12-06 00:32:25] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:25.172890337  [2023-12-06 00:32:25] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:30.172412042  [2023-12-06 00:32:30] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:30.173980134  [2023-12-06 00:32:30] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:35.172327504  [2023-12-06 00:32:35] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:35.174367730  [2023-12-06 00:32:35] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:40.172059018  [2023-12-06 00:32:40] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:40.173824857  [2023-12-06 00:32:40] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:40.175191112  [2023-12-06 00:32:40] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:45.174663485  [2023-12-06 00:32:45] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:45.176757988  [2023-12-06 00:32:45] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:50.175960377  [2023-12-06 00:32:50] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:50.179696611  [2023-12-06 00:32:50] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:55.173577272  [2023-12-06 00:32:55] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:32:55.175370950  [2023-12-06 00:32:55] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:33:00.173952597  [2023-12-06 00:33:00] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:33:00.175442477  [2023-12-06 00:33:00] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:33:05.173849547  [2023-12-06 00:33:05] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:33:05.179756643  [2023-12-06 00:33:05] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:33:10.174776512  [2023-12-06 00:33:10] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:33:10.177683619  [2023-12-06 00:33:10] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:33:15.174411955  [2023-12-06 00:33:15] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:33:15.176856637  [2023-12-06 00:33:15] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-06 00:33:15.180764429  [2023-12-06 00:33:15] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
Dwini commented 9 months ago

All streams are like this: image

Overview for my storage like so: image

NickM-27 commented 9 months ago

you started frigate with it already out of space, so the streams will fail in that scenario until the storage maintainer does a check.

I would suggest enabling debug logs for the storage maintainer so we can get more info on what is going on there

logger:
  logs:
    frigate.storage: debug
Dwini commented 9 months ago

I did that because the logs are crazy long and I wont be able to post them here. Additional config added, will post the log next time it happens.

Dwini commented 8 months ago
2023-12-20 00:13:17.853375577  
2023-12-20 00:13:17.853377044  OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:267: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2023-12-20 00:13:17.853377952  
2023-12-20 00:13:17.853378832  
2023-12-20 00:13:27.782621258  [2023-12-20 00:13:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:13:27.786961123  [2023-12-20 00:13:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:13:27.789780142  [2023-12-20 00:13:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:13:27.792164028  [2023-12-20 00:13:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:13:37.777307101  [2023-12-20 00:13:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:13:37.782944952  [2023-12-20 00:13:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:13:37.782948804  [2023-12-20 00:13:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:13:37.782950452  [2023-12-20 00:13:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:13:47.778012862  [2023-12-20 00:13:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:13:47.779971039  [2023-12-20 00:13:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:13:47.781021118  [2023-12-20 00:13:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:13:47.783291513  [2023-12-20 00:13:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:13:57.778403840  [2023-12-20 00:13:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:13:57.780368817  [2023-12-20 00:13:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:13:57.781832321  [2023-12-20 00:13:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:13:57.783927597  [2023-12-20 00:13:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:07.779058341  [2023-12-20 00:14:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:07.780575587  [2023-12-20 00:14:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:07.781778999  [2023-12-20 00:14:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:07.783718464  [2023-12-20 00:14:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:17.784576035  [2023-12-20 00:14:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:17.786268756  [2023-12-20 00:14:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:17.787853994  [2023-12-20 00:14:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:17.791528932  [2023-12-20 00:14:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:27.782005475  [2023-12-20 00:14:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:27.784305516  [2023-12-20 00:14:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:27.791166966  [2023-12-20 00:14:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:27.794817016  [2023-12-20 00:14:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:37.781532993  [2023-12-20 00:14:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:37.783888679  [2023-12-20 00:14:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:37.787127648  [2023-12-20 00:14:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:37.793212547  [2023-12-20 00:14:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:47.782214691  [2023-12-20 00:14:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:47.784159750  [2023-12-20 00:14:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:47.785638977  [2023-12-20 00:14:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:47.793116762  [2023-12-20 00:14:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:57.781504485  [2023-12-20 00:14:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:57.783702003  [2023-12-20 00:14:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:57.784875775  [2023-12-20 00:14:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:14:57.790805533  [2023-12-20 00:14:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:07.790944097  [2023-12-20 00:15:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:07.794012533  [2023-12-20 00:15:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:07.795207647  [2023-12-20 00:15:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:07.797115279  [2023-12-20 00:15:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:17.786816284  [2023-12-20 00:15:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:17.790226464  [2023-12-20 00:15:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:17.791300434  [2023-12-20 00:15:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:17.793317908  [2023-12-20 00:15:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:25.110162141  [2023-12-20 00:15:25] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:15:25.110192581  [2023-12-20 00:15:25] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:15:25.110834050  [2023-12-20 00:15:25] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:15:27.781995851  [2023-12-20 00:15:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:27.783881598  [2023-12-20 00:15:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:27.785587934  [2023-12-20 00:15:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:27.788191971  [2023-12-20 00:15:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:27.790626119  [2023-12-20 00:15:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:34.884248593  [2023-12-20 00:15:34] frigate.storage                DEBUG   : Storage cleanup check: 12533.090000000002 hourly with remaining storage: 41612.8.
2023-12-20 00:15:35.156921286  [2023-12-20 00:15:35] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:15:35.160418342  [2023-12-20 00:15:35] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:15:35.160421782  [2023-12-20 00:15:35] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:15:37.782521464  [2023-12-20 00:15:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:37.784727795  [2023-12-20 00:15:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:37.785820204  [2023-12-20 00:15:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:37.788097372  [2023-12-20 00:15:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:45.167140501  [2023-12-20 00:15:45] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:15:45.167298133  [2023-12-20 00:15:45] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:15:45.167300401  [2023-12-20 00:15:45] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:15:47.782699894  [2023-12-20 00:15:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:47.785215401  [2023-12-20 00:15:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:47.786370464  [2023-12-20 00:15:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:47.789337031  [2023-12-20 00:15:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:55.188378869  [2023-12-20 00:15:55] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:15:55.192323597  [2023-12-20 00:15:55] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:15:55.192326567  [2023-12-20 00:15:55] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:15:57.785081006  [2023-12-20 00:15:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:57.787807165  [2023-12-20 00:15:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:57.797313296  [2023-12-20 00:15:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:15:57.797488456  [2023-12-20 00:15:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:07.781943306  [2023-12-20 00:16:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:07.783813566  [2023-12-20 00:16:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:07.784949896  [2023-12-20 00:16:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:07.787248409  [2023-12-20 00:16:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:17.786109935  [2023-12-20 00:16:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:17.789929351  [2023-12-20 00:16:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:17.791496610  [2023-12-20 00:16:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:17.793867827  [2023-12-20 00:16:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:27.787598833  [2023-12-20 00:16:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:27.791383256  [2023-12-20 00:16:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:27.792819536  [2023-12-20 00:16:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:27.795404220  [2023-12-20 00:16:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:37.788271792  [2023-12-20 00:16:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:37.789955491  [2023-12-20 00:16:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:37.791197923  [2023-12-20 00:16:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:37.793252278  [2023-12-20 00:16:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:47.784988981  [2023-12-20 00:16:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:47.786663584  [2023-12-20 00:16:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:47.788385310  [2023-12-20 00:16:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:47.794833894  [2023-12-20 00:16:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:57.783954734  [2023-12-20 00:16:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:57.786102389  [2023-12-20 00:16:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:57.787231692  [2023-12-20 00:16:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:16:57.789558993  [2023-12-20 00:16:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:07.784621024  [2023-12-20 00:17:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:07.786643778  [2023-12-20 00:17:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:07.788116917  [2023-12-20 00:17:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:07.790623716  [2023-12-20 00:17:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:17.787160986  [2023-12-20 00:17:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:17.788969504  [2023-12-20 00:17:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:17.790379473  [2023-12-20 00:17:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:17.792701711  [2023-12-20 00:17:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:22.784550381  [2023-12-20 00:17:22] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:27.785897723  [2023-12-20 00:17:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:27.791302727  [2023-12-20 00:17:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:27.791307253  [2023-12-20 00:17:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:27.793831537  [2023-12-20 00:17:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:37.786193457  [2023-12-20 00:17:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:37.788970198  [2023-12-20 00:17:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:37.790174220  [2023-12-20 00:17:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:37.794712967  [2023-12-20 00:17:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:47.785218373  [2023-12-20 00:17:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:47.789555832  [2023-12-20 00:17:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:47.789560042  [2023-12-20 00:17:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:47.791676334  [2023-12-20 00:17:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:57.785095948  [2023-12-20 00:17:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:57.786668681  [2023-12-20 00:17:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:57.787554801  [2023-12-20 00:17:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:17:57.789974098  [2023-12-20 00:17:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:07.786059771  [2023-12-20 00:18:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:07.787591587  [2023-12-20 00:18:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:07.788529199  [2023-12-20 00:18:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:07.790789329  [2023-12-20 00:18:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:17.789254687  [2023-12-20 00:18:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:17.795641390  [2023-12-20 00:18:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:17.796605502  [2023-12-20 00:18:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:17.798649379  [2023-12-20 00:18:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:27.786086718  [2023-12-20 00:18:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:27.787399825  [2023-12-20 00:18:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:27.788428660  [2023-12-20 00:18:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:27.791193243  [2023-12-20 00:18:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:37.786609022  [2023-12-20 00:18:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:37.787973465  [2023-12-20 00:18:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:37.788977381  [2023-12-20 00:18:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:37.791058358  [2023-12-20 00:18:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:47.788009785  [2023-12-20 00:18:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:47.789820444  [2023-12-20 00:18:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:47.791122722  [2023-12-20 00:18:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:47.793346390  [2023-12-20 00:18:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:57.789212135  [2023-12-20 00:18:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:57.792672687  [2023-12-20 00:18:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:57.792676115  [2023-12-20 00:18:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:57.794195404  [2023-12-20 00:18:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:18:57.795900382  [2023-12-20 00:18:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:07.786511421  [2023-12-20 00:19:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:07.787763399  [2023-12-20 00:19:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:07.788821280  [2023-12-20 00:19:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:07.790794579  [2023-12-20 00:19:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:17.786831999  [2023-12-20 00:19:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:17.788612484  [2023-12-20 00:19:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:17.789669912  [2023-12-20 00:19:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:17.791779813  [2023-12-20 00:19:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:27.787292465  [2023-12-20 00:19:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:27.788553895  [2023-12-20 00:19:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:27.789432142  [2023-12-20 00:19:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:27.792203932  [2023-12-20 00:19:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:37.788990575  [2023-12-20 00:19:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:37.791463068  [2023-12-20 00:19:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:37.792605349  [2023-12-20 00:19:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:37.795260657  [2023-12-20 00:19:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:47.788881334  [2023-12-20 00:19:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:47.790537874  [2023-12-20 00:19:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:47.791831084  [2023-12-20 00:19:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:47.794095559  [2023-12-20 00:19:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:57.794612175  [2023-12-20 00:19:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:57.796116659  [2023-12-20 00:19:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:57.798354150  [2023-12-20 00:19:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:19:57.801707352  [2023-12-20 00:19:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:07.789050114  [2023-12-20 00:20:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:07.790506433  [2023-12-20 00:20:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:07.791785248  [2023-12-20 00:20:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:07.794235862  [2023-12-20 00:20:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:17.790785163  [2023-12-20 00:20:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:17.793064273  [2023-12-20 00:20:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:17.794090201  [2023-12-20 00:20:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:17.797037395  [2023-12-20 00:20:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:27.790409042  [2023-12-20 00:20:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:27.791889536  [2023-12-20 00:20:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:27.793092264  [2023-12-20 00:20:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:27.795083191  [2023-12-20 00:20:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:34.885136123  [2023-12-20 00:20:34] frigate.storage                DEBUG   : Storage cleanup check: 12533.090000000002 hourly with remaining storage: 41616.4.
2023-12-20 00:20:37.792861333  [2023-12-20 00:20:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:37.798560071  [2023-12-20 00:20:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:37.800451789  [2023-12-20 00:20:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:37.804519487  [2023-12-20 00:20:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:47.794292889  [2023-12-20 00:20:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:47.796856803  [2023-12-20 00:20:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:47.798168037  [2023-12-20 00:20:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:47.802243529  [2023-12-20 00:20:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:47.804430953  [2023-12-20 00:20:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:57.792616830  [2023-12-20 00:20:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:57.793946345  [2023-12-20 00:20:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:57.794924324  [2023-12-20 00:20:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:20:57.796821062  [2023-12-20 00:20:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:07.791583520  [2023-12-20 00:21:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:07.797839929  [2023-12-20 00:21:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:07.798800326  [2023-12-20 00:21:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:07.800790314  [2023-12-20 00:21:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:17.791825811  [2023-12-20 00:21:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:17.797349373  [2023-12-20 00:21:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:17.797461036  [2023-12-20 00:21:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:17.797463204  [2023-12-20 00:21:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:27.791024506  [2023-12-20 00:21:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:27.792360091  [2023-12-20 00:21:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:27.793359192  [2023-12-20 00:21:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:27.795310035  [2023-12-20 00:21:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:37.792371286  [2023-12-20 00:21:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:37.793816836  [2023-12-20 00:21:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:37.794852009  [2023-12-20 00:21:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:37.796930750  [2023-12-20 00:21:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:47.792244727  [2023-12-20 00:21:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:47.793612996  [2023-12-20 00:21:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:47.794647883  [2023-12-20 00:21:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:47.796695652  [2023-12-20 00:21:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:57.792746577  [2023-12-20 00:21:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:57.794700690  [2023-12-20 00:21:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:57.796410951  [2023-12-20 00:21:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:21:57.798646361  [2023-12-20 00:21:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:07.796096775  [2023-12-20 00:22:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:07.797782361  [2023-12-20 00:22:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:07.799253720  [2023-12-20 00:22:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:07.801537479  [2023-12-20 00:22:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:17.794051414  [2023-12-20 00:22:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:17.795618905  [2023-12-20 00:22:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:17.796798506  [2023-12-20 00:22:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:17.799330700  [2023-12-20 00:22:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:27.796294115  [2023-12-20 00:22:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:27.798403482  [2023-12-20 00:22:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:27.799376759  [2023-12-20 00:22:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:27.804505665  [2023-12-20 00:22:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:37.793368211  [2023-12-20 00:22:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:37.800712624  [2023-12-20 00:22:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:37.800716553  [2023-12-20 00:22:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:37.800718189  [2023-12-20 00:22:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:45.242862313  [2023-12-20 00:22:45] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:22:45.242918504  [2023-12-20 00:22:45] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:22:45.242937305  [2023-12-20 00:22:45] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:22:47.794541523  [2023-12-20 00:22:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:47.796665861  [2023-12-20 00:22:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:47.797325503  [2023-12-20 00:22:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:47.799360544  [2023-12-20 00:22:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:47.803863341  [2023-12-20 00:22:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:55.377564904  [2023-12-20 00:22:55] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:22:55.377704647  [2023-12-20 00:22:55] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:22:55.377825245  [2023-12-20 00:22:55] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:22:57.795011454  [2023-12-20 00:22:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:57.797176123  [2023-12-20 00:22:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:57.798733882  [2023-12-20 00:22:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:57.800066676  [2023-12-20 00:22:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:57.802773280  [2023-12-20 00:22:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:22:57.805658566  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x14e88813c7c0] moov atom not found
2023-12-20 00:22:57.805787447  [ERROR:0@88661.667] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2023-12-20 00:22:57.805789308  
2023-12-20 00:22:57.805790797  OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:267: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2023-12-20 00:22:57.805791740  
2023-12-20 00:22:57.805792648  
2023-12-20 00:22:57.902219908  [2023-12-20 00:22:57] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/Side@20231220002255-0800.mp4
2023-12-20 00:22:57.902279452  [2023-12-20 00:22:57] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/Side@20231220002255-0800.mp4
2023-12-20 00:23:05.426494092  [2023-12-20 00:23:05] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:23:05.434921039  [2023-12-20 00:23:05] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:23:05.434951989  [2023-12-20 00:23:05] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:23:07.794086911  [2023-12-20 00:23:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:07.795386028  [2023-12-20 00:23:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:07.796278493  [2023-12-20 00:23:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:07.798519711  [2023-12-20 00:23:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:15.437797354  [2023-12-20 00:23:15] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:23:15.447000267  [2023-12-20 00:23:15] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:23:15.447332971  [2023-12-20 00:23:15] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:23:17.795679617  [2023-12-20 00:23:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:17.798495829  [2023-12-20 00:23:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:17.800640834  [2023-12-20 00:23:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:17.803990027  [2023-12-20 00:23:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:25.457728839  [2023-12-20 00:23:25] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:23:25.457786320  [2023-12-20 00:23:25] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:23:25.457852580  [2023-12-20 00:23:25] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:23:27.795016090  [2023-12-20 00:23:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:27.796905906  [2023-12-20 00:23:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:27.798371773  [2023-12-20 00:23:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:27.800952278  [2023-12-20 00:23:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:37.795790911  [2023-12-20 00:23:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:37.797300220  [2023-12-20 00:23:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:37.799185117  [2023-12-20 00:23:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:37.803290288  [2023-12-20 00:23:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:47.796530284  [2023-12-20 00:23:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:47.798368724  [2023-12-20 00:23:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:47.799716175  [2023-12-20 00:23:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:47.801585832  [2023-12-20 00:23:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:57.796490687  [2023-12-20 00:23:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:57.798555687  [2023-12-20 00:23:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:57.801351835  [2023-12-20 00:23:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:23:57.807813438  [2023-12-20 00:23:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:07.797311751  [2023-12-20 00:24:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:07.803229472  [2023-12-20 00:24:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:07.809006474  [2023-12-20 00:24:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:07.811373523  [2023-12-20 00:24:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:17.795106456  [2023-12-20 00:24:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:17.796276747  [2023-12-20 00:24:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:17.797415357  [2023-12-20 00:24:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:17.799458290  [2023-12-20 00:24:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:27.795607278  [2023-12-20 00:24:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:27.796984834  [2023-12-20 00:24:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:27.798255108  [2023-12-20 00:24:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:27.800716011  [2023-12-20 00:24:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:37.796458125  [2023-12-20 00:24:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:37.798841802  [2023-12-20 00:24:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:37.799908574  [2023-12-20 00:24:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:37.802279050  [2023-12-20 00:24:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:47.799062198  [2023-12-20 00:24:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:47.801390896  [2023-12-20 00:24:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:47.801869714  [2023-12-20 00:24:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:47.804406870  [2023-12-20 00:24:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:57.798863032  [2023-12-20 00:24:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:57.801395898  [2023-12-20 00:24:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:57.802245281  [2023-12-20 00:24:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:24:57.804476748  [2023-12-20 00:24:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:07.800668884  [2023-12-20 00:25:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:07.802920413  [2023-12-20 00:25:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:07.806286358  [2023-12-20 00:25:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:07.810167659  [2023-12-20 00:25:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:17.800374575  [2023-12-20 00:25:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:17.802832483  [2023-12-20 00:25:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:17.803837938  [2023-12-20 00:25:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:17.806518143  [2023-12-20 00:25:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:27.802205484  [2023-12-20 00:25:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:27.803764324  [2023-12-20 00:25:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:27.804843096  [2023-12-20 00:25:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:27.806789819  [2023-12-20 00:25:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:34.885827343  [2023-12-20 00:25:34] frigate.storage                DEBUG   : Storage cleanup check: 12533.090000000002 hourly with remaining storage: 41616.4.
2023-12-20 00:25:35.496678973  [2023-12-20 00:25:35] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:25:35.496928275  [2023-12-20 00:25:35] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:25:35.496985788  [2023-12-20 00:25:35] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:25:37.801565163  [2023-12-20 00:25:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:37.803043518  [2023-12-20 00:25:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:37.804200554  [2023-12-20 00:25:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:37.806348059  [2023-12-20 00:25:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:47.800624068  [2023-12-20 00:25:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:47.802077723  [2023-12-20 00:25:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:47.803228054  [2023-12-20 00:25:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:47.805194423  [2023-12-20 00:25:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:57.801492085  [2023-12-20 00:25:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:57.807685123  [2023-12-20 00:25:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:57.811832815  [2023-12-20 00:25:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:25:57.813863009  [2023-12-20 00:25:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:07.802255241  [2023-12-20 00:26:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:07.803865750  [2023-12-20 00:26:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:07.804961998  [2023-12-20 00:26:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:07.809929723  [2023-12-20 00:26:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:17.801655241  [2023-12-20 00:26:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:17.803190719  [2023-12-20 00:26:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:17.804293347  [2023-12-20 00:26:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:17.806252498  [2023-12-20 00:26:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:27.801593031  [2023-12-20 00:26:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:27.805388324  [2023-12-20 00:26:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:27.806841520  [2023-12-20 00:26:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:27.809026436  [2023-12-20 00:26:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:37.802495727  [2023-12-20 00:26:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:37.806100509  [2023-12-20 00:26:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:37.807313646  [2023-12-20 00:26:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:37.809331783  [2023-12-20 00:26:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:47.802543686  [2023-12-20 00:26:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:47.803817060  [2023-12-20 00:26:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:47.804819530  [2023-12-20 00:26:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:47.806811625  [2023-12-20 00:26:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:57.804255436  [2023-12-20 00:26:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:57.806311859  [2023-12-20 00:26:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:57.808980807  [2023-12-20 00:26:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:26:57.811564131  [2023-12-20 00:26:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:07.802790091  [2023-12-20 00:27:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:07.804170874  [2023-12-20 00:27:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:07.805846045  [2023-12-20 00:27:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:07.809186434  [2023-12-20 00:27:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:12.802411601  [2023-12-20 00:27:12] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:17.802959843  [2023-12-20 00:27:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:17.808637002  [2023-12-20 00:27:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:17.808640074  [2023-12-20 00:27:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:17.808641741  [2023-12-20 00:27:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:27.805614910  [2023-12-20 00:27:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:27.807846920  [2023-12-20 00:27:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:27.808553712  [2023-12-20 00:27:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:27.810844308  [2023-12-20 00:27:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:37.806079374  [2023-12-20 00:27:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:37.807352325  [2023-12-20 00:27:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:37.808882336  [2023-12-20 00:27:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:37.813918071  [2023-12-20 00:27:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:47.804682023  [2023-12-20 00:27:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:47.808761495  [2023-12-20 00:27:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:47.808852083  [2023-12-20 00:27:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:47.809691930  [2023-12-20 00:27:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:57.806421150  [2023-12-20 00:27:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:57.808166319  [2023-12-20 00:27:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:57.809660816  [2023-12-20 00:27:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:27:57.813389129  [2023-12-20 00:27:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:07.806161811  [2023-12-20 00:28:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:07.807801298  [2023-12-20 00:28:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:07.809114656  [2023-12-20 00:28:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:07.811391283  [2023-12-20 00:28:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:17.805735830  [2023-12-20 00:28:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:17.810784395  [2023-12-20 00:28:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:17.810788146  [2023-12-20 00:28:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:17.811390022  [2023-12-20 00:28:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:27.806089957  [2023-12-20 00:28:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:27.807683996  [2023-12-20 00:28:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:27.808858262  [2023-12-20 00:28:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:27.812049476  [2023-12-20 00:28:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:37.806291302  [2023-12-20 00:28:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:37.807779677  [2023-12-20 00:28:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:37.809055909  [2023-12-20 00:28:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:37.811277136  [2023-12-20 00:28:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:47.805612057  [2023-12-20 00:28:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:47.807234970  [2023-12-20 00:28:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:47.808070928  [2023-12-20 00:28:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:47.810176325  [2023-12-20 00:28:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:52.805742056  [2023-12-20 00:28:52] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:57.805786384  [2023-12-20 00:28:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:57.808127812  [2023-12-20 00:28:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:57.809637895  [2023-12-20 00:28:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:28:57.813073845  [2023-12-20 00:28:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:07.806206556  [2023-12-20 00:29:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:07.807545889  [2023-12-20 00:29:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:07.808561717  [2023-12-20 00:29:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:07.813665363  [2023-12-20 00:29:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:17.805937794  [2023-12-20 00:29:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:17.811355859  [2023-12-20 00:29:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:17.811360172  [2023-12-20 00:29:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:17.816140989  [2023-12-20 00:29:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:27.806020875  [2023-12-20 00:29:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:27.808580023  [2023-12-20 00:29:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:27.810559821  [2023-12-20 00:29:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:27.813144097  [2023-12-20 00:29:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:37.806140081  [2023-12-20 00:29:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:37.807333401  [2023-12-20 00:29:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:37.808277034  [2023-12-20 00:29:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:37.810160486  [2023-12-20 00:29:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:47.806729364  [2023-12-20 00:29:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:47.808363798  [2023-12-20 00:29:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:47.809390674  [2023-12-20 00:29:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:47.811524311  [2023-12-20 00:29:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:57.811448529  [2023-12-20 00:29:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:57.814566807  [2023-12-20 00:29:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:57.815775905  [2023-12-20 00:29:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:29:57.818354903  [2023-12-20 00:29:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:07.811234036  [2023-12-20 00:30:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:07.812633777  [2023-12-20 00:30:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:07.813637697  [2023-12-20 00:30:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:07.818487855  [2023-12-20 00:30:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:17.811872701  [2023-12-20 00:30:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:17.813261947  [2023-12-20 00:30:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:17.814229672  [2023-12-20 00:30:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:17.816260255  [2023-12-20 00:30:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:27.811625694  [2023-12-20 00:30:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:27.818550359  [2023-12-20 00:30:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:27.819680706  [2023-12-20 00:30:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:27.822043457  [2023-12-20 00:30:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:34.886560547  [2023-12-20 00:30:34] frigate.storage                DEBUG   : Storage cleanup check: 12533.090000000002 hourly with remaining storage: 41616.4.
2023-12-20 00:30:37.812183435  [2023-12-20 00:30:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:37.814006322  [2023-12-20 00:30:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:37.815196049  [2023-12-20 00:30:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:37.817635996  [2023-12-20 00:30:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:47.813851224  [2023-12-20 00:30:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:47.815498434  [2023-12-20 00:30:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:47.816730288  [2023-12-20 00:30:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:47.818804466  [2023-12-20 00:30:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:55.803836580  [2023-12-20 00:30:55] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:30:55.803890232  [2023-12-20 00:30:55] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:30:55.806874894  [2023-12-20 00:30:55] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:30:57.813526560  [2023-12-20 00:30:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:57.814987799  [2023-12-20 00:30:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:57.816055773  [2023-12-20 00:30:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:57.817908523  [2023-12-20 00:30:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:30:57.820106953  [2023-12-20 00:30:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:06.190848605  [2023-12-20 00:31:06] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:31:06.198926233  [2023-12-20 00:31:06] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:31:06.198980435  [2023-12-20 00:31:06] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:31:07.812420096  [2023-12-20 00:31:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:07.813868151  [2023-12-20 00:31:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:07.814761762  [2023-12-20 00:31:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:07.816871306  [2023-12-20 00:31:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:16.210835150  [2023-12-20 00:31:16] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:31:16.218506428  [2023-12-20 00:31:16] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:31:16.225803624  [2023-12-20 00:31:16] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:31:17.813235329  [2023-12-20 00:31:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:17.814569793  [2023-12-20 00:31:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:17.815805498  [2023-12-20 00:31:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:17.817858255  [2023-12-20 00:31:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:26.236613477  [2023-12-20 00:31:26] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:31:26.247434344  [2023-12-20 00:31:26] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:31:26.247437704  [2023-12-20 00:31:26] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:31:27.813431686  [2023-12-20 00:31:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:27.814882915  [2023-12-20 00:31:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:27.816264118  [2023-12-20 00:31:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:27.818555116  [2023-12-20 00:31:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:27.896403130  [aac @ 0x14e88801b080] channel element 3.12 is not allocated
2023-12-20 00:31:36.274515659  [2023-12-20 00:31:36] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:31:36.278011521  [2023-12-20 00:31:36] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:31:36.278061666  [2023-12-20 00:31:36] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:31:37.813751907  [2023-12-20 00:31:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:37.815314207  [2023-12-20 00:31:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:37.816876293  [2023-12-20 00:31:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:37.818823110  [2023-12-20 00:31:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:46.284571030  [2023-12-20 00:31:46] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:31:46.297207607  [2023-12-20 00:31:46] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:31:46.297210844  [2023-12-20 00:31:46] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:31:47.816353275  [2023-12-20 00:31:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:47.820227042  [2023-12-20 00:31:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:47.820284658  [2023-12-20 00:31:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:47.821188819  [2023-12-20 00:31:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:56.309797249  [2023-12-20 00:31:56] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:31:56.309852030  [2023-12-20 00:31:56] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:31:56.309912900  [2023-12-20 00:31:56] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:31:57.817484208  [2023-12-20 00:31:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:57.823734156  [2023-12-20 00:31:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:57.826213706  [2023-12-20 00:31:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:57.830779136  [2023-12-20 00:31:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:57.835628651  [2023-12-20 00:31:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:31:57.839023578  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x14e88813c7c0] moov atom not found
2023-12-20 00:31:57.839102731  [ERROR:0@89201.700] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2023-12-20 00:31:57.839104727  
2023-12-20 00:31:57.839106345  OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:267: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2023-12-20 00:31:57.839107334  
2023-12-20 00:31:57.839108232  
2023-12-20 00:31:57.949583992  [2023-12-20 00:31:57] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/Side@20231220003156-0800.mp4
2023-12-20 00:31:57.949587182  [2023-12-20 00:31:57] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/Side@20231220003156-0800.mp4
2023-12-20 00:32:07.814009465  [2023-12-20 00:32:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:07.815541835  [2023-12-20 00:32:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:07.816485825  [2023-12-20 00:32:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:07.818433283  [2023-12-20 00:32:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:17.816465168  [2023-12-20 00:32:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:17.817915746  [2023-12-20 00:32:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:17.820135585  [2023-12-20 00:32:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:17.822999631  [2023-12-20 00:32:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:27.814267975  [2023-12-20 00:32:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:27.815827287  [2023-12-20 00:32:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:27.816710322  [2023-12-20 00:32:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:27.818593617  [2023-12-20 00:32:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:37.816337585  [2023-12-20 00:32:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:37.818544566  [2023-12-20 00:32:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:37.819719598  [2023-12-20 00:32:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:37.828264059  [2023-12-20 00:32:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:47.815691455  [2023-12-20 00:32:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:47.817287431  [2023-12-20 00:32:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:47.818785377  [2023-12-20 00:32:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:47.820929500  [2023-12-20 00:32:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:57.817748501  [2023-12-20 00:32:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:57.819816303  [2023-12-20 00:32:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:57.820994989  [2023-12-20 00:32:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:32:57.823190344  [2023-12-20 00:32:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:07.815812723  [2023-12-20 00:33:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:07.817510535  [2023-12-20 00:33:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:07.818805673  [2023-12-20 00:33:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:07.820890245  [2023-12-20 00:33:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:17.815740308  [2023-12-20 00:33:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:17.817082540  [2023-12-20 00:33:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:17.818143229  [2023-12-20 00:33:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:17.820191506  [2023-12-20 00:33:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:27.815658466  [2023-12-20 00:33:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:27.817104274  [2023-12-20 00:33:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:27.818096767  [2023-12-20 00:33:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:27.820111404  [2023-12-20 00:33:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:37.816193773  [2023-12-20 00:33:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:37.819372342  [2023-12-20 00:33:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:37.820554299  [2023-12-20 00:33:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:37.822756678  [2023-12-20 00:33:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:47.819166645  [2023-12-20 00:33:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:47.820552958  [2023-12-20 00:33:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:47.821497196  [2023-12-20 00:33:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:47.823756013  [2023-12-20 00:33:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:57.818189225  [2023-12-20 00:33:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:57.822801275  [2023-12-20 00:33:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:57.824109529  [2023-12-20 00:33:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:33:57.828634517  [2023-12-20 00:33:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:06.337062399  [2023-12-20 00:34:06] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:34:06.337092223  [2023-12-20 00:34:06] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:34:06.337147098  [2023-12-20 00:34:06] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:34:07.819657824  [2023-12-20 00:34:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:07.821732323  [2023-12-20 00:34:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:07.823311087  [2023-12-20 00:34:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:07.826017023  [2023-12-20 00:34:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:07.900071727  [ERROR:0@89331.761] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2023-12-20 00:34:07.900074568  
2023-12-20 00:34:07.900076002  OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:267: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2023-12-20 00:34:07.900076920  
2023-12-20 00:34:07.900077832  
2023-12-20 00:34:16.419549568  [2023-12-20 00:34:16] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:34:16.427980743  [2023-12-20 00:34:16] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:34:16.428174241  [2023-12-20 00:34:16] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:34:17.818532502  [2023-12-20 00:34:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:17.819831586  [2023-12-20 00:34:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:17.821369561  [2023-12-20 00:34:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:17.823370133  [2023-12-20 00:34:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:26.439827226  [2023-12-20 00:34:26] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:34:26.439919632  [2023-12-20 00:34:26] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:34:26.439921612  [2023-12-20 00:34:26] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:34:27.818427269  [2023-12-20 00:34:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:27.819911836  [2023-12-20 00:34:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:27.820941317  [2023-12-20 00:34:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:27.822906893  [2023-12-20 00:34:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:36.462547369  [2023-12-20 00:34:36] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:34:36.472207796  [2023-12-20 00:34:36] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:34:36.472210923  [2023-12-20 00:34:36] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:34:37.822248833  [2023-12-20 00:34:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:37.823676311  [2023-12-20 00:34:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:37.824711080  [2023-12-20 00:34:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:37.829755164  [2023-12-20 00:34:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:46.483288894  [2023-12-20 00:34:46] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:34:46.490166147  [2023-12-20 00:34:46] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:34:46.490509258  [2023-12-20 00:34:46] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:34:47.819419977  [2023-12-20 00:34:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:47.821578174  [2023-12-20 00:34:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:47.823470214  [2023-12-20 00:34:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:47.825789181  [2023-12-20 00:34:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:57.819605560  [2023-12-20 00:34:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:57.820946613  [2023-12-20 00:34:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:57.822275436  [2023-12-20 00:34:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:34:57.824775459  [2023-12-20 00:34:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:07.819463820  [2023-12-20 00:35:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:07.820813061  [2023-12-20 00:35:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:07.822023994  [2023-12-20 00:35:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:07.823957220  [2023-12-20 00:35:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:17.820033975  [2023-12-20 00:35:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:17.821906453  [2023-12-20 00:35:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:17.823566619  [2023-12-20 00:35:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:17.826317465  [2023-12-20 00:35:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:27.823445255  [2023-12-20 00:35:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:27.825287969  [2023-12-20 00:35:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:27.827091017  [2023-12-20 00:35:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:27.829701291  [2023-12-20 00:35:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:34.887317424  [2023-12-20 00:35:34] frigate.storage                DEBUG   : Storage cleanup check: 12533.090000000002 hourly with remaining storage: 41616.4.
2023-12-20 00:35:37.821862618  [2023-12-20 00:35:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:37.823331573  [2023-12-20 00:35:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:37.825004472  [2023-12-20 00:35:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:37.827765881  [2023-12-20 00:35:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:47.820318703  [2023-12-20 00:35:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:47.821778602  [2023-12-20 00:35:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:47.822765432  [2023-12-20 00:35:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:47.824933007  [2023-12-20 00:35:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:57.820873633  [2023-12-20 00:35:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:57.822414427  [2023-12-20 00:35:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:57.823315307  [2023-12-20 00:35:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:35:57.825215994  [2023-12-20 00:35:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:07.821554343  [2023-12-20 00:36:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:07.822987335  [2023-12-20 00:36:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:07.824085233  [2023-12-20 00:36:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:07.828724693  [2023-12-20 00:36:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:17.821573670  [2023-12-20 00:36:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:17.823583191  [2023-12-20 00:36:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:17.824777314  [2023-12-20 00:36:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:17.827052178  [2023-12-20 00:36:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:27.821408336  [2023-12-20 00:36:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:27.826684922  [2023-12-20 00:36:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:27.827731153  [2023-12-20 00:36:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:27.829726752  [2023-12-20 00:36:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:32.822734581  [2023-12-20 00:36:32] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:37.821731920  [2023-12-20 00:36:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:37.828558823  [2023-12-20 00:36:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:37.828568207  [2023-12-20 00:36:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:47.821869875  [2023-12-20 00:36:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:47.827351083  [2023-12-20 00:36:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:47.827354933  [2023-12-20 00:36:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:47.827356634  [2023-12-20 00:36:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:56.505900533  [2023-12-20 00:36:56] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:36:56.505904157  [2023-12-20 00:36:56] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:36:56.505905467  [2023-12-20 00:36:56] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:36:57.827168113  [2023-12-20 00:36:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:57.829543905  [2023-12-20 00:36:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:57.831265944  [2023-12-20 00:36:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:57.834451313  [2023-12-20 00:36:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:36:57.836843897  [2023-12-20 00:36:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:06.745577900  [2023-12-20 00:37:06] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:37:06.745943149  [2023-12-20 00:37:06] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:37:06.746029780  [2023-12-20 00:37:06] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:37:07.827915796  [2023-12-20 00:37:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:07.829231624  [2023-12-20 00:37:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:07.830654091  [2023-12-20 00:37:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:07.832633823  [2023-12-20 00:37:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:16.775487671  [2023-12-20 00:37:16] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:37:16.775491646  [2023-12-20 00:37:16] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:37:16.775493101  [2023-12-20 00:37:16] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:37:17.828526166  [2023-12-20 00:37:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:17.830650444  [2023-12-20 00:37:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:17.832015540  [2023-12-20 00:37:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:17.834206262  [2023-12-20 00:37:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:22.827833839  [2023-12-20 00:37:22] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:26.802765928  [2023-12-20 00:37:26] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:37:26.802769531  [2023-12-20 00:37:26] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:37:26.802770796  [2023-12-20 00:37:26] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:37:27.828365255  [2023-12-20 00:37:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:27.830088769  [2023-12-20 00:37:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:27.831629210  [2023-12-20 00:37:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:32.835243170  [2023-12-20 00:37:32] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:36.823297232  [2023-12-20 00:37:36] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:37:36.823330132  [2023-12-20 00:37:36] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:37:36.827885817  [2023-12-20 00:37:36] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:37:37.832272111  [2023-12-20 00:37:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:37.833825847  [2023-12-20 00:37:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:37.834911439  [2023-12-20 00:37:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:42.834629586  [2023-12-20 00:37:42] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:47.832313734  [2023-12-20 00:37:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:47.833617698  [2023-12-20 00:37:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:47.834425497  [2023-12-20 00:37:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:57.837063705  [2023-12-20 00:37:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:57.838810283  [2023-12-20 00:37:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:57.839799513  [2023-12-20 00:37:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:37:57.842051834  [2023-12-20 00:37:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:07.837216754  [2023-12-20 00:38:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:07.838487997  [2023-12-20 00:38:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:07.839526775  [2023-12-20 00:38:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:07.841583061  [2023-12-20 00:38:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:17.837551471  [2023-12-20 00:38:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:17.839012120  [2023-12-20 00:38:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:17.840103028  [2023-12-20 00:38:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:17.843742478  [2023-12-20 00:38:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:27.837139143  [2023-12-20 00:38:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:27.838445593  [2023-12-20 00:38:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:27.839227524  [2023-12-20 00:38:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:27.841336924  [2023-12-20 00:38:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:37.837791589  [2023-12-20 00:38:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:37.840447906  [2023-12-20 00:38:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:37.841493243  [2023-12-20 00:38:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:37.843319881  [2023-12-20 00:38:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:47.838653786  [2023-12-20 00:38:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:47.839699018  [2023-12-20 00:38:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:47.841171020  [2023-12-20 00:38:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:47.843998214  [2023-12-20 00:38:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:52.838322101  [2023-12-20 00:38:52] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:57.838886413  [2023-12-20 00:38:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:57.845647268  [2023-12-20 00:38:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:38:57.847276996  [2023-12-20 00:38:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:07.840194326  [2023-12-20 00:39:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:07.843753037  [2023-12-20 00:39:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:07.844734195  [2023-12-20 00:39:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:07.846756139  [2023-12-20 00:39:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:12.841178273  [2023-12-20 00:39:12] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:17.838450583  [2023-12-20 00:39:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:17.839971983  [2023-12-20 00:39:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:17.841147704  [2023-12-20 00:39:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:22.838634244  [2023-12-20 00:39:22] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:27.841292473  [2023-12-20 00:39:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:27.842836838  [2023-12-20 00:39:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:27.843942664  [2023-12-20 00:39:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:32.839037994  [2023-12-20 00:39:32] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:37.838739229  [2023-12-20 00:39:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:37.840263818  [2023-12-20 00:39:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:37.841268924  [2023-12-20 00:39:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:42.839732486  [2023-12-20 00:39:42] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:46.853552175  [2023-12-20 00:39:46] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:39:46.853577074  [2023-12-20 00:39:46] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:39:46.853633474  [2023-12-20 00:39:46] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:39:47.839196192  [2023-12-20 00:39:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:47.841186589  [2023-12-20 00:39:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:47.842646066  [2023-12-20 00:39:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:47.845205332  [2023-12-20 00:39:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:56.938620970  [2023-12-20 00:39:56] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:39:56.938876975  [2023-12-20 00:39:56] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:39:56.938881224  [2023-12-20 00:39:56] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:39:57.839923623  [2023-12-20 00:39:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:57.841366703  [2023-12-20 00:39:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:57.842382601  [2023-12-20 00:39:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:39:57.844616371  [2023-12-20 00:39:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:02.839573063  [2023-12-20 00:40:02] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:07.841004018  [2023-12-20 00:40:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:07.842581107  [2023-12-20 00:40:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:07.843578823  [2023-12-20 00:40:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:17.839872782  [2023-12-20 00:40:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:17.841105510  [2023-12-20 00:40:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:17.842221962  [2023-12-20 00:40:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:17.844238059  [2023-12-20 00:40:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:22.842550142  [2023-12-20 00:40:22] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:27.841188454  [2023-12-20 00:40:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:27.842776649  [2023-12-20 00:40:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:27.844172486  [2023-12-20 00:40:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:32.840591645  [2023-12-20 00:40:32] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:34.888005935  [2023-12-20 00:40:34] frigate.storage                DEBUG   : Storage cleanup check: 12533.090000000002 hourly with remaining storage: 41620.6.
2023-12-20 00:40:37.840477591  [2023-12-20 00:40:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:37.842045405  [2023-12-20 00:40:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:37.843412076  [2023-12-20 00:40:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:42.841657044  [2023-12-20 00:40:42] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:47.843943141  [2023-12-20 00:40:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:47.846802412  [2023-12-20 00:40:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:47.849280497  [2023-12-20 00:40:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:52.841167107  [2023-12-20 00:40:52] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:57.840701114  [2023-12-20 00:40:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:57.842168647  [2023-12-20 00:40:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:57.843195854  [2023-12-20 00:40:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:40:57.845135312  [2023-12-20 00:40:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:02.841056317  [2023-12-20 00:41:02] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:07.842869009  [2023-12-20 00:41:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:07.850253165  [2023-12-20 00:41:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:07.850398677  [2023-12-20 00:41:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:12.841955815  [2023-12-20 00:41:12] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:17.841905522  [2023-12-20 00:41:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:17.845154307  [2023-12-20 00:41:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:17.846678516  [2023-12-20 00:41:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:22.841375731  [2023-12-20 00:41:22] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:27.844927932  [2023-12-20 00:41:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:27.846263854  [2023-12-20 00:41:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:27.847365507  [2023-12-20 00:41:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:32.841793048  [2023-12-20 00:41:32] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:37.842699950  [2023-12-20 00:41:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:37.844036061  [2023-12-20 00:41:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:37.845252032  [2023-12-20 00:41:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:42.842082033  [2023-12-20 00:41:42] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:47.842260446  [2023-12-20 00:41:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:47.848293006  [2023-12-20 00:41:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:47.849904528  [2023-12-20 00:41:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:52.842834450  [2023-12-20 00:41:52] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:57.842323573  [2023-12-20 00:41:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:57.843894109  [2023-12-20 00:41:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:41:57.844857263  [2023-12-20 00:41:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:02.842384273  [2023-12-20 00:42:02] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:07.842552739  [2023-12-20 00:42:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:07.843907113  [2023-12-20 00:42:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:07.844853046  [2023-12-20 00:42:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:17.843867596  [2023-12-20 00:42:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:17.845761645  [2023-12-20 00:42:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:17.846847040  [2023-12-20 00:42:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:17.848998880  [2023-12-20 00:42:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:22.843235772  [2023-12-20 00:42:22] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:27.844418882  [2023-12-20 00:42:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:27.846985423  [2023-12-20 00:42:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:27.848253301  [2023-12-20 00:42:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:32.845699465  [2023-12-20 00:42:32] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:37.846604757  [2023-12-20 00:42:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:37.848740116  [2023-12-20 00:42:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:37.850888822  [2023-12-20 00:42:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:42.845531425  [2023-12-20 00:42:42] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:47.851922549  [2023-12-20 00:42:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:47.854909732  [2023-12-20 00:42:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:47.856489611  [2023-12-20 00:42:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:52.843787618  [2023-12-20 00:42:52] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:56.975380951  [2023-12-20 00:42:56] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:42:56.975410882  [2023-12-20 00:42:56] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:42:56.975461453  [2023-12-20 00:42:56] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:42:57.847449859  [2023-12-20 00:42:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:57.849908269  [2023-12-20 00:42:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:57.851242331  [2023-12-20 00:42:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:42:57.853921880  [2023-12-20 00:42:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:07.844002512  [2023-12-20 00:43:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:07.845474628  [2023-12-20 00:43:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:07.846852956  [2023-12-20 00:43:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:07.850367462  [2023-12-20 00:43:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:12.847859580  [2023-12-20 00:43:12] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:17.845799405  [2023-12-20 00:43:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:17.849178742  [2023-12-20 00:43:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:17.851756374  [2023-12-20 00:43:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:22.847135432  [2023-12-20 00:43:22] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:27.846061425  [2023-12-20 00:43:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:27.849923429  [2023-12-20 00:43:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:27.850091373  [2023-12-20 00:43:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:32.845896845  [2023-12-20 00:43:32] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:37.847411353  [2023-12-20 00:43:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:37.849217157  [2023-12-20 00:43:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:37.850341915  [2023-12-20 00:43:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:42.852298693  [2023-12-20 00:43:42] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:42.854861039  [2023-12-20 00:43:42] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:47.845727567  [2023-12-20 00:43:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:47.848370350  [2023-12-20 00:43:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:47.849768375  [2023-12-20 00:43:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:52.846402196  [2023-12-20 00:43:52] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:57.859298005  [2023-12-20 00:43:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:57.860672127  [2023-12-20 00:43:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:43:57.861683071  [2023-12-20 00:43:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:02.846502009  [2023-12-20 00:44:02] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:07.846785383  [2023-12-20 00:44:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:07.848847371  [2023-12-20 00:44:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:07.850428016  [2023-12-20 00:44:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:12.846716837  [2023-12-20 00:44:12] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:17.846740327  [2023-12-20 00:44:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:17.848214430  [2023-12-20 00:44:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:17.849243999  [2023-12-20 00:44:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:22.847109501  [2023-12-20 00:44:22] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:27.847991080  [2023-12-20 00:44:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:27.849760454  [2023-12-20 00:44:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:27.850793370  [2023-12-20 00:44:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:32.847610527  [2023-12-20 00:44:32] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:37.847390307  [2023-12-20 00:44:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:37.848873818  [2023-12-20 00:44:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:37.849971689  [2023-12-20 00:44:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:42.847862707  [2023-12-20 00:44:42] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:47.847590313  [2023-12-20 00:44:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:47.849073397  [2023-12-20 00:44:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:47.850322779  [2023-12-20 00:44:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:52.849033275  [2023-12-20 00:44:52] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:57.847636143  [2023-12-20 00:44:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:57.849110129  [2023-12-20 00:44:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:44:57.850257751  [2023-12-20 00:44:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:02.848217493  [2023-12-20 00:45:02] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:07.849404287  [2023-12-20 00:45:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:07.851014530  [2023-12-20 00:45:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:07.852331686  [2023-12-20 00:45:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:12.849840733  [2023-12-20 00:45:12] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:17.848148559  [2023-12-20 00:45:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:17.854114373  [2023-12-20 00:45:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:17.854117731  [2023-12-20 00:45:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:22.851021711  [2023-12-20 00:45:22] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:27.848573277  [2023-12-20 00:45:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:27.849788249  [2023-12-20 00:45:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:27.850745530  [2023-12-20 00:45:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:32.848361913  [2023-12-20 00:45:32] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:34.888916634  [2023-12-20 00:45:34] frigate.storage                DEBUG   : Storage cleanup check: 12533.090000000002 hourly with remaining storage: 41620.6.
2023-12-20 00:45:37.850351803  [2023-12-20 00:45:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:37.852114418  [2023-12-20 00:45:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:37.853264700  [2023-12-20 00:45:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:47.057037981  [2023-12-20 00:45:47] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:45:47.057085600  [2023-12-20 00:45:47] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:45:47.057119473  [2023-12-20 00:45:47] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:45:47.848580278  [2023-12-20 00:45:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:47.853507272  [2023-12-20 00:45:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:47.854450073  [2023-12-20 00:45:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:47.856341342  [2023-12-20 00:45:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:47.858199492  [2023-12-20 00:45:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:52.848916981  [2023-12-20 00:45:52] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:57.848873661  [2023-12-20 00:45:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:57.850254519  [2023-12-20 00:45:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:45:57.851236133  [2023-12-20 00:45:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:02.849175611  [2023-12-20 00:46:02] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:07.850419453  [2023-12-20 00:46:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:07.853051079  [2023-12-20 00:46:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:07.854624765  [2023-12-20 00:46:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:12.850105917  [2023-12-20 00:46:12] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:17.850434466  [2023-12-20 00:46:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:17.852040088  [2023-12-20 00:46:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:17.853084570  [2023-12-20 00:46:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:22.849865690  [2023-12-20 00:46:22] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:27.849962003  [2023-12-20 00:46:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:27.851235768  [2023-12-20 00:46:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:27.852319614  [2023-12-20 00:46:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:32.850621664  [2023-12-20 00:46:32] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:37.850037021  [2023-12-20 00:46:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:37.851353185  [2023-12-20 00:46:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:37.852268101  [2023-12-20 00:46:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:42.850105160  [2023-12-20 00:46:42] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:47.850201720  [2023-12-20 00:46:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:47.851563826  [2023-12-20 00:46:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:47.852802586  [2023-12-20 00:46:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:52.850600640  [2023-12-20 00:46:52] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:57.850948037  [2023-12-20 00:46:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:57.853185451  [2023-12-20 00:46:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:46:57.854427150  [2023-12-20 00:46:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:02.851339257  [2023-12-20 00:47:02] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:07.851231785  [2023-12-20 00:47:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:07.852998847  [2023-12-20 00:47:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:07.854364276  [2023-12-20 00:47:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:12.851210238  [2023-12-20 00:47:12] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:17.851108047  [2023-12-20 00:47:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:17.852700668  [2023-12-20 00:47:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:17.854097346  [2023-12-20 00:47:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:22.853374420  [2023-12-20 00:47:22] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:27.851281845  [2023-12-20 00:47:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:27.853015426  [2023-12-20 00:47:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:27.853896059  [2023-12-20 00:47:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:32.851741075  [2023-12-20 00:47:32] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:37.851193716  [2023-12-20 00:47:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:37.852499606  [2023-12-20 00:47:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:37.853734800  [2023-12-20 00:47:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:42.853229292  [2023-12-20 00:47:42] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:47.852242186  [2023-12-20 00:47:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:47.853738904  [2023-12-20 00:47:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:47.855474951  [2023-12-20 00:47:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:52.852507427  [2023-12-20 00:47:52] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:57.153394627  [2023-12-20 00:47:57] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:47:57.153550274  [2023-12-20 00:47:57] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:47:57.153710260  [2023-12-20 00:47:57] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:47:57.852244693  [2023-12-20 00:47:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:57.854209232  [2023-12-20 00:47:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:57.855350807  [2023-12-20 00:47:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:47:57.857427075  [2023-12-20 00:47:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:02.852007549  [2023-12-20 00:48:02] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:07.851933038  [2023-12-20 00:48:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:07.853248521  [2023-12-20 00:48:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:07.854421079  [2023-12-20 00:48:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:12.852259768  [2023-12-20 00:48:12] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:17.852724887  [2023-12-20 00:48:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:17.854379739  [2023-12-20 00:48:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:17.856017299  [2023-12-20 00:48:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:22.852614956  [2023-12-20 00:48:22] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:27.852372316  [2023-12-20 00:48:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:27.853635108  [2023-12-20 00:48:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:27.854873329  [2023-12-20 00:48:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:32.853258777  [2023-12-20 00:48:32] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:37.853715568  [2023-12-20 00:48:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:37.855333350  [2023-12-20 00:48:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:37.857098034  [2023-12-20 00:48:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:42.853051817  [2023-12-20 00:48:42] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:47.853176309  [2023-12-20 00:48:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:47.854519438  [2023-12-20 00:48:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:47.855935578  [2023-12-20 00:48:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:52.853391796  [2023-12-20 00:48:52] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:57.855083012  [2023-12-20 00:48:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:57.856815227  [2023-12-20 00:48:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:48:57.858535363  [2023-12-20 00:48:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:02.853813811  [2023-12-20 00:49:02] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:07.853466890  [2023-12-20 00:49:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:07.854942167  [2023-12-20 00:49:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:07.856160681  [2023-12-20 00:49:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:12.857890047  [2023-12-20 00:49:12] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:17.853715315  [2023-12-20 00:49:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:17.855034227  [2023-12-20 00:49:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:17.856459780  [2023-12-20 00:49:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:22.854184764  [2023-12-20 00:49:22] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:27.856313106  [2023-12-20 00:49:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:27.858466571  [2023-12-20 00:49:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:27.860048740  [2023-12-20 00:49:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:32.855067674  [2023-12-20 00:49:32] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:37.854574405  [2023-12-20 00:49:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:37.856260570  [2023-12-20 00:49:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:37.857542863  [2023-12-20 00:49:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:42.855033136  [2023-12-20 00:49:42] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:47.854874546  [2023-12-20 00:49:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:47.856419469  [2023-12-20 00:49:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:47.858032264  [2023-12-20 00:49:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:52.854543747  [2023-12-20 00:49:52] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:57.854563866  [2023-12-20 00:49:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:57.856105002  [2023-12-20 00:49:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:49:57.857305465  [2023-12-20 00:49:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:02.856146879  [2023-12-20 00:50:02] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:07.240592615  [2023-12-20 00:50:07] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:50:07.240618154  [2023-12-20 00:50:07] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:50:07.240662623  [2023-12-20 00:50:07] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:50:07.855284582  [2023-12-20 00:50:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:07.856866721  [2023-12-20 00:50:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:07.858316020  [2023-12-20 00:50:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:07.860375402  [2023-12-20 00:50:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:12.855350561  [2023-12-20 00:50:12] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:17.855903490  [2023-12-20 00:50:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:17.857212966  [2023-12-20 00:50:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:17.858427791  [2023-12-20 00:50:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:22.856236750  [2023-12-20 00:50:22] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:27.857502331  [2023-12-20 00:50:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:27.862392756  [2023-12-20 00:50:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:27.862396106  [2023-12-20 00:50:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:32.858188415  [2023-12-20 00:50:32] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:34.889243185  [2023-12-20 00:50:34] frigate.storage                DEBUG   : Storage cleanup check: 12533.090000000002 hourly with remaining storage: 41620.6.
2023-12-20 00:50:37.859528292  [2023-12-20 00:50:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:37.861280864  [2023-12-20 00:50:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:37.866262666  [2023-12-20 00:50:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:47.859093147  [2023-12-20 00:50:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:47.860926430  [2023-12-20 00:50:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:47.862238877  [2023-12-20 00:50:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:47.864407504  [2023-12-20 00:50:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:57.858361088  [2023-12-20 00:50:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:57.860113006  [2023-12-20 00:50:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:57.864135744  [2023-12-20 00:50:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:50:57.866237542  [2023-12-20 00:50:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:07.860323102  [2023-12-20 00:51:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:07.862189039  [2023-12-20 00:51:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:07.863064510  [2023-12-20 00:51:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:07.865154226  [2023-12-20 00:51:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:17.858735880  [2023-12-20 00:51:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:17.860086975  [2023-12-20 00:51:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:17.861411275  [2023-12-20 00:51:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:17.863394064  [2023-12-20 00:51:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:27.858922820  [2023-12-20 00:51:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:27.861357860  [2023-12-20 00:51:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:27.862682270  [2023-12-20 00:51:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:27.865006239  [2023-12-20 00:51:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:37.859200159  [2023-12-20 00:51:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:37.860663003  [2023-12-20 00:51:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:37.861903821  [2023-12-20 00:51:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:37.863957472  [2023-12-20 00:51:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:47.860631808  [2023-12-20 00:51:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:47.861993016  [2023-12-20 00:51:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:47.863204254  [2023-12-20 00:51:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:47.865404693  [2023-12-20 00:51:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:57.860898073  [2023-12-20 00:51:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:57.862592519  [2023-12-20 00:51:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:57.863851278  [2023-12-20 00:51:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:51:57.865930378  [2023-12-20 00:51:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:07.861865388  [2023-12-20 00:52:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:07.863336676  [2023-12-20 00:52:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:07.864390769  [2023-12-20 00:52:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:07.871279751  [2023-12-20 00:52:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:17.330090563  [2023-12-20 00:52:17] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:52:17.330219839  [2023-12-20 00:52:17] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:52:17.330222305  [2023-12-20 00:52:17] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:52:17.861316798  [2023-12-20 00:52:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:17.862863447  [2023-12-20 00:52:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:17.864019691  [2023-12-20 00:52:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:17.866602827  [2023-12-20 00:52:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:17.871964403  [2023-12-20 00:52:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Side. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:17.939433867  [ERROR:0@90421.801] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2023-12-20 00:52:17.939436578  
2023-12-20 00:52:17.939438035  OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:267: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2023-12-20 00:52:17.939438975  
2023-12-20 00:52:17.939446326  
2023-12-20 00:52:27.861738220  [2023-12-20 00:52:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:27.863290830  [2023-12-20 00:52:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:27.864603302  [2023-12-20 00:52:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:27.866821538  [2023-12-20 00:52:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:37.862420303  [2023-12-20 00:52:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:37.863971905  [2023-12-20 00:52:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:37.865220227  [2023-12-20 00:52:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:37.867278699  [2023-12-20 00:52:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:47.865782523  [2023-12-20 00:52:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:47.867965645  [2023-12-20 00:52:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:47.870173515  [2023-12-20 00:52:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:47.874347001  [2023-12-20 00:52:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:57.865307313  [2023-12-20 00:52:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:57.866751077  [2023-12-20 00:52:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:57.868038606  [2023-12-20 00:52:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:52:57.871744381  [2023-12-20 00:52:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:07.865846271  [2023-12-20 00:53:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:07.867302868  [2023-12-20 00:53:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:07.868437871  [2023-12-20 00:53:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:07.870483049  [2023-12-20 00:53:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:17.867537945  [2023-12-20 00:53:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:17.867541494  [2023-12-20 00:53:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:17.869540414  [2023-12-20 00:53:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:17.873960714  [2023-12-20 00:53:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:27.866284209  [2023-12-20 00:53:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:27.867833083  [2023-12-20 00:53:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:27.869134351  [2023-12-20 00:53:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:27.871240462  [2023-12-20 00:53:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:37.866347737  [2023-12-20 00:53:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:37.867830704  [2023-12-20 00:53:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:37.869048003  [2023-12-20 00:53:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:37.872746503  [2023-12-20 00:53:37] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:47.866626203  [2023-12-20 00:53:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:47.869340336  [2023-12-20 00:53:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:47.870680723  [2023-12-20 00:53:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:47.872780854  [2023-12-20 00:53:47] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:57.866692480  [2023-12-20 00:53:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:57.872526445  [2023-12-20 00:53:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:57.873907168  [2023-12-20 00:53:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:53:57.876258987  [2023-12-20 00:53:57] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:54:07.867255186  [2023-12-20 00:54:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:54:07.868853723  [2023-12-20 00:54:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:54:07.870361270  [2023-12-20 00:54:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:54:07.872976213  [2023-12-20 00:54:07] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:54:17.867349749  [2023-12-20 00:54:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:54:17.869362064  [2023-12-20 00:54:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:54:17.870650769  [2023-12-20 00:54:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:54:17.872824143  [2023-12-20 00:54:17] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:54:27.471657775  [2023-12-20 00:54:27] watchdog.Side                  ERROR   : No new recording segments were created for Side in the last 120s. restarting the ffmpeg record process...
2023-12-20 00:54:27.471680128  [2023-12-20 00:54:27] watchdog.Side                  INFO    : Terminating the existing ffmpeg process...
2023-12-20 00:54:27.471739298  [2023-12-20 00:54:27] watchdog.Side                  INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-20 00:54:27.867311186  [2023-12-20 00:54:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Doorbell. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:54:27.868629284  [2023-12-20 00:54:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Front_Porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:54:27.869970839  [2023-12-20 00:54:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Backyard. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-12-20 00:54:27.871878744  [2023-12-20 00:54:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for Driveway. Keeping the 5 most recent segments out of 6 and discarding the rest...
Dwini commented 8 months ago

FRIGATE.txt

I had to break up the logs otherwise here is a text file of them

NickM-27 commented 8 months ago

there are a lot of camera errors that can be seen including timeouts rtsp://127.0.0.1:8554/side?video=copy&audio=aac: Connection timed out and decoding errors.

With all of the recording errors there is nothing being saved so not storage increase has occurred.

Can try enabling debug logs for recording too

logger:
  logs:
    frigate.storage: debug
    frigate.record: debug
Dwini commented 8 months ago

2024-01-03_Logs.txt

Here are the latest logs

NickM-27 commented 8 months ago

Something doesn't add up here, it says out of space but the storage check is showing plenty of available space.

frigate.storage DEBUG : Storage cleanup check: 12077.8 hourly with remaining storage: 39061.4.

this is most likely an issue in the way that the storage is mounted in docker. What is the storage type and what is the docker compose?

Dwini commented 8 months ago

image image image

Everything is setup in Unraid, possibly due to Unraid making sure there is 40GB of free space but I never used to have this issue which is what is confusing me.

NickM-27 commented 8 months ago

In general I'd suggest configuring frigate to retain a number of days that the storage can actually hold.

Most likely the issue is due to unraid free space requirement

Dwini commented 8 months ago

What config would I change in mine? I thought I had it configured that way but maybe I'm trying to store too many days for the space available? Then I would need to use the storage settings for each camera to calculate this?

Dwini commented 8 months ago

I have managed to change the free space requirement to as low as 1 KB maybe this will help although not advised.

NickM-27 commented 8 months ago

30 / 90 days is a lot especially with the higher bandwidth camera streams you have. All info is there along with your total space to calculate how much retention can be kept.

github-actions[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.