blakeblackshear / frigate

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

[Support]: I keep getting "unable to keep up with recording segments" and my footage skips a lot. #7297

Closed Majestic7979 closed 1 year ago

Majestic7979 commented 1 year ago

Describe the problem you are having

Per the title Log says "unable to keep up with recording segments". I don't remember ever getting this on 0.11. I am getting lots of skips in my recordings. The server is more powerful than the one I was using before, but the HDD is the same. The only difference is the Frigate version. What's wrong with my config? I enabled G711 audio in my camera's stream, this is the only difference, but Frigate does not accept it anyway. Even with AAC it doesn't really work and never has. I tried a lot of different ways/presets. Do I have to completely disable audio in the camera to make this work?

Version

0.12.1-367D724

Frigate config file

####################################
########## FRIGATE CONFIG ##########

mqtt:
  enabled: false

detectors:
  tensorrt:
    type: tensorrt
    device: 0

model:
  path: /trt-models/yolov7-tiny-416.trt
  input_tensor: nchw
  input_pixel_format: rgb
  width: 416
  height: 416

ui:
  live_mode: jsmpeg
  timezone: Europe/London
  use_experimental: true

logger:
  default: info
  logs:
    frigate.event: info

database:
  path: /db/frigate.db

birdseye:
  enabled: True
  restream: False
  width: 1920
  height: 1080
    # 1 is the highest quality, and 31 is the lowest. Lower quality feeds utilize less CPU resources.
  quality: 15
  mode: continuous

detect:
  width: 2592
  height: 1944
  fps: 5
  enabled: true
  max_disappeared: 60

objects:
  track:
    - person

record:
  enabled: True
  retain:
    days: 10
    mode: all
  events:
    retain:
      default: 10

snapshots:
  enabled: False
  timestamp: true
  bounding_box: False
  crop: False
  retain:
    default: 5

rtmp:
  enabled: False

timestamp_style:
    # "tl" (top left), "tr" (top right), "bl" (bottom left), "br" (bottom right)
  position: "tl"
    # Optional: Format specifier conform to the Python package "datetime" (default: shown below)
    #           Additional Examples:
    #             german: "%d.%m.%Y %H:%M:%S"
  format: "%m/%d/%Y %H:%M:%S"
  color:
    red: 255
    green: 255
    blue: 255
  thickness: 2
    # None (No effect),
    # "solid" (solid background in inverse color of font)
    # "shadow" (shadow for font)
  effect: shadow

###################################
########## CAMERA CONFIG ##########

cameras:
  frigate_street_front:
    enabled: True
    ffmpeg:
      hwaccel_args: preset-nvidia-h264
      output_args:
        record: preset-record-generic
      inputs:
        - path: rtsp://10.0.0.100:8554/frigate_street_front
          input_args: preset-rtsp-generic
          roles:
            - record
            - detect
    detect:
      enabled: true

  frigate_street_nw:
    enabled: True
    ffmpeg:
      hwaccel_args: preset-nvidia-h264      
      output_args:
        record: preset-record-generic
      inputs:
        - path: rtsp://10.0.0.100:8554/frigate_street_nw
          input_args: preset-rtsp-generic
          roles:
            - record
            - detect
    detect:
      enabled: true

  frigate_street_se:
    enabled: True
    ffmpeg:
      hwaccel_args: preset-nvidia-h264      
      output_args:
        record: preset-record-generic
      inputs:
        - path: rtsp://10.0.0.100:8554/frigate_street_se
          input_args: preset-rtsp-generic    
          roles:
            - record
            - detect
    detect:
      enabled: true

  frigate_backyard:
    enabled: True
    ffmpeg:
      hwaccel_args: preset-nvidia-h264      
      output_args:
        record: preset-record-generic
      inputs:
        - path: rtsp://10.0.0.100:8554/frigate_backyard
          input_args: preset-rtsp-generic
          roles:
            - record
            - detect
    detect:
      enabled: true

Relevant log output

2023-07-27 05:38:12.267286217  [INFO] Starting Frigate...
2023-07-27 05:38:14.454945761  [2023-07-27 05:38:14] frigate.app                    INFO    : Starting Frigate (0.12.1-367d724)
2023-07-27 05:38:14.497220341  [2023-07-27 05:38:14] peewee_migrate                 INFO    : Starting migrations
2023-07-27 05:38:14.509360514  [2023-07-27 05:38:14] peewee_migrate                 INFO    : There is nothing to migrate
2023-07-27 05:38:14.534655211  [2023-07-27 05:38:14] frigate.app                    INFO    : Output process started: 866
2023-07-27 05:38:14.539646275  [2023-07-27 05:38:14] frigate.app                    INFO    : Camera processor started for frigate_street_front: 869
2023-07-27 05:38:14.545823867  [2023-07-27 05:38:14] frigate.app                    INFO    : Camera processor started for frigate_street_nw: 870
2023-07-27 05:38:14.553883919  [2023-07-27 05:38:14] frigate.app                    INFO    : Camera processor started for frigate_street_se: 871
2023-07-27 05:38:14.560161238  [2023-07-27 05:38:14] frigate.app                    INFO    : Camera processor started for frigate_backyard: 872
2023-07-27 05:38:14.560916236  [2023-07-27 05:38:14] detector.tensorrt              INFO    : Starting detection process: 864
2023-07-27 05:38:14.566928155  [2023-07-27 05:38:14] frigate.app                    INFO    : Capture process started for frigate_street_front: 875
2023-07-27 05:38:14.573195162  [2023-07-27 05:38:14] frigate.app                    INFO    : Capture process started for frigate_street_nw: 878
2023-07-27 05:38:14.578949344  [2023-07-27 05:38:14] frigate.app                    INFO    : Capture process started for frigate_street_se: 881
2023-07-27 05:38:14.585735613  [2023-07-27 05:38:14] frigate.app                    INFO    : Capture process started for frigate_backyard: 884
2023-07-27 05:38:15.476234333  [2023-07-27 05:38:15] frigate.detectors.plugins.tensorrt INFO    : [MemUsageChange] Init CUDA: CPU +189, GPU +0, now: CPU 260, GPU 248 (MiB)
2023-07-27 05:38:15.695521137  [2023-07-27 05:38:15] frigate.detectors.plugins.tensorrt INFO    : Loaded engine size: 34 MiB
2023-07-27 05:38:15.697033215  [2023-07-27 05:38:15] frigate.detectors.plugins.tensorrt WARNING : Using an engine plan file across different models of devices is not recommended and is likely to affect performance or even cause errors.
2023-07-27 05:38:16.626486368  [2023-07-27 05:38:16] frigate.detectors.plugins.tensorrt INFO    : [MemUsageChange] Init cuBLAS/cuBLASLt: CPU +193, GPU +1470, now: CPU 515, GPU 1754 (MiB)
2023-07-27 05:38:16.916109890  [2023-07-27 05:38:16] frigate.detectors.plugins.tensorrt INFO    : [MemUsageChange] Init cuDNN: CPU +111, GPU +50, now: CPU 626, GPU 1804 (MiB)
2023-07-27 05:38:16.919309849  [2023-07-27 05:38:16] frigate.detectors.plugins.tensorrt INFO    : [MemUsageChange] TensorRT-managed allocation in engine deserialization: CPU +0, GPU +34, now: CPU 0, GPU 34 (MiB)
2023-07-27 05:38:16.927456762  [2023-07-27 05:38:16] frigate.detectors.plugins.tensorrt INFO    : [MemUsageChange] Init cuBLAS/cuBLASLt: CPU +0, GPU +8, now: CPU 591, GPU 1796 (MiB)
2023-07-27 05:38:16.927461745  [2023-07-27 05:38:16] frigate.detectors.plugins.tensorrt INFO    : [MemUsageChange] Init cuDNN: CPU +1, GPU +8, now: CPU 592, GPU 1804 (MiB)
2023-07-27 05:38:16.927466361  [2023-07-27 05:38:16] frigate.detectors.plugins.tensorrt INFO    : [MemUsageChange] TensorRT-managed allocation in IExecutionContext creation: CPU +0, GPU +12, now: CPU 0, GPU 46 (MiB)
2023-07-27 05:41:08.885525340  [2023-07-27 05:41:08] frigate.record                 WARNING : Unable to keep up with recording segments in cache for frigate_backyard. Keeping the 5 most recent segments out of 9 and discarding the rest...
2023-07-27 05:41:08.889404405  [2023-07-27 05:41:08] frigate.record                 WARNING : Unable to keep up with recording segments in cache for frigate_street_front. Keeping the 5 most recent segments out of 9 and discarding the rest...
2023-07-27 05:41:08.896003680  [2023-07-27 05:41:08] frigate.record                 WARNING : Unable to keep up with recording segments in cache for frigate_street_nw. Keeping the 5 most recent segments out of 9 and discarding the rest...
2023-07-27 05:41:08.900249221  [2023-07-27 05:41:08] frigate.record                 WARNING : Unable to keep up with recording segments in cache for frigate_street_se. Keeping the 5 most recent segments out of 9 and discarding the rest...

FFprobe output from your camera

[{"return_code":0,"stderr":"","stdout":{"programs":[],"streams":[{"avg_frame_rate":"0/0","codec_long_name":"H.264/AVC/MPEG-4AVC/MPEG-4part10","height":1944,"width":2592},{"avg_frame_rate":"0/0","bit_rate":"64000","codec_long_name":"PCMA-law/G.711A-law"}]}}]

-> all cameras are the same model and config

Frigate stats

{"cpu_usages":{"%Cpu(s):":{"cpu":"id,","mem":"2.7"},"1":{"cpu":"0.0","mem":"0.0"},"106":{"cpu":"0.0","mem":"0.0"},"112":{"cpu":"1.3","mem":"1.5"},"1154":{"cpu":"0.0","mem":"0.0"},"118":{"cpu":"0.0","mem":"0.0"},"1189":{"cpu":"0.0","mem":"0.0"},"1195":{"cpu":"0.0","mem":"0.1"},"1200":{"cpu":"0.0","mem":"0.0"},"1202":{"cpu":"3.7","mem":"0.1"},"134":{"cpu":"0.0","mem":"0.0"},"135":{"cpu":"0.0","mem":"0.0"},"136":{"cpu":"0.0","mem":"0.0"},"149":{"cpu":"0.0","mem":"0.0"},"15":{"cpu":"0.0","mem":"0.0"},"16":{"cpu":"0.0","mem":"0.0"},"168":{"cpu":"0.0","mem":"0.0"},"187":{"cpu":"0.0","mem":"0.0"},"216":{"cpu":"0.0","mem":"0.0"},"24":{"cpu":"0.0","mem":"0.0"},"241":{"cpu":"0.0","mem":"0.0"},"25":{"cpu":"0.0","mem":"0.0"},"26":{"cpu":"0.0","mem":"0.0"},"263":{"cpu":"0.0","mem":"0.0"},"27":{"cpu":"0.0","mem":"0.0"},"271":{"cpu":"0.0","mem":"0.0"},"28":{"cpu":"0.0","mem":"0.0"},"280":{"cpu":"0.0","mem":"0.0"},"29":{"cpu":"0.0","mem":"0.0"},"290":{"cpu":"0.0","mem":"0.0"},"30":{"cpu":"0.0","mem":"0.0"},"303":{"cpu":"0.0","mem":"0.0"},"31":{"cpu":"0.0","mem":"0.0"},"32":{"cpu":"0.0","mem":"0.0"},"326":{"cpu":"0.0","mem":"0.0"},"348":{"cpu":"0.0","mem":"0.0"},"384":{"cpu":"0.0","mem":"0.0"},"41":{"cpu":"0.0","mem":"0.0"},"42":{"cpu":"0.0","mem":"0.0"},"425":{"cpu":"0.0","mem":"0.0"},"450":{"cpu":"0.0","mem":"0.0"},"475":{"cpu":"0.0","mem":"0.0"},"499":{"cpu":"0.0","mem":"0.0"},"80":{"cpu":"0.0","mem":"0.0"},"81":{"cpu":"0.0","mem":"0.0"},"82":{"cpu":"0.0","mem":"0.0"},"858":{"cpu":"0.0","mem":"0.5"},"863":{"cpu":"0.3","mem":"0.0"},"864":{"cpu":"12.7","mem":"3.4"},"866":{"cpu":"2.0","mem":"0.6"},"869":{"cpu":"13.0","mem":"0.6"},"872":{"cpu":"52.3","mem":"0.7"},"873":{"cpu":"26.3","mem":"0.7"},"874":{"cpu":"0.7","mem":"0.6"},"875":{"cpu":"5.0","mem":"0.6"},"877":{"cpu":"5.3","mem":"0.6"},"879":{"cpu":"0.0","mem":"0.1"},"880":{"cpu":"5.3","mem":"0.6"},"885":{"cpu":"11.3","mem":"0.8"},"886":{"cpu":"11.3","mem":"0.8"},"887":{"cpu":"5.3","mem":"0.6"},"888":{"cpu":"0.0","mem":"0.1"},"889":{"cpu":"10.7","mem":"0.9"},"89":{"cpu":"0.0","mem":"0.1"},"895":{"cpu":"0.0","mem":"0.1"},"896":{"cpu":"12.3","mem":"0.8"},"898":{"cpu":"0.0","mem":"0.1"},"900":{"cpu":"0.0","mem":"0.1"},"MiB":{"cpu":"12239.3","mem":"avail"},"PID":{"cpu":"%CPU","mem":"%MEM"},"Tasks:":{"cpu":"stopped,","mem":"0"},"top":{"cpu":"average:","mem":"24.76,"}},"detection_fps":22.7,"detectors":{"tensorrt":{"detection_start":0.0,"inference_speed":4.66,"pid":864}},"frigate_backyard":{"camera_fps":5.0,"capture_pid":887,"detection_enabled":1,"detection_fps":0.0,"ffmpeg_pid":896,"pid":874,"process_fps":5.0,"skipped_fps":0.0},"frigate_street_front":{"camera_fps":5.0,"capture_pid":875,"detection_enabled":1,"detection_fps":5.2,"ffmpeg_pid":885,"pid":869,"process_fps":5.0,"skipped_fps":0.0},"frigate_street_nw":{"camera_fps":5.1,"capture_pid":877,"detection_enabled":1,"detection_fps":12.1,"ffmpeg_pid":886,"pid":872,"process_fps":5.1,"skipped_fps":0.0},"frigate_street_se":{"camera_fps":5.1,"capture_pid":880,"detection_enabled":1,"detection_fps":5.4,"ffmpeg_pid":889,"pid":873,"process_fps":5.1,"skipped_fps":0.0},"gpu_usages":{"NVIDIA GeForce GTX 1080":{"gpu":"6 %","mem":"22.2 %"}},"service":{"last_updated":1690430774,"latest_version":"0.12.1","storage":{"/dev/shm":{"free":5335.6,"mount_type":"tmpfs","total":5368.7,"used":33.1},"/media/frigate/clips":{"free":458769.1,"mount_type":"ext4","total":2998506.7,"used":2416951.1},"/media/frigate/recordings":{"free":458769.1,"mount_type":"ext4","total":2998506.7,"used":2416951.1},"/tmp/cache":{"free":1915.6,"mount_type":"tmpfs","total":2000.0,"used":84.4}},"temperatures":{},"uptime":54,"version":"0.12.1-367d724"}}

Operating system

HassOS

Install method

HassOS Addon

Coral version

USB

Network connection

Wired

Camera make and model

Anpviz 5MP

Any other information that may be helpful

No response

NickM-27 commented 1 year ago

When you say "... but still be slow...", well, if it's not a hardware issue then it is fixable

I am suggesting that you can have a SMART test pass but that does not mean the drive is not running slowly, which is a hardware problem.

Maybe people don't have this problem now because they potentially run 1 or 2 cams

We have multiple users with large setups that have helped us with fine tuning this issue; namely one with 33 cams and one with 28 cams and have no issues here and have copy times < 1 second per segment.

A sequential read speed or even sequential write speed are different workloads to small bursty writes. The ffmpeg command that is run is very simple, there is really not much room for any bug or something weird going on from frigate's side and IMO all the data that has been supplied thus far points to poor write performance on the drive.

NickM-27 commented 1 year ago

a good way in general to have a relevant test is to run

ffmpeg -benchmark -hide_banner -y -i PATH_TO_RECORDING_SEGMENT -c copy -movflags +faststart OUTPUT_PATH/test.mp4

Then you'll get an output like bench: utime=0.002s stime=0.024s rtime=0.253s

In this case showing that ffmpeg wrote my test segment to my HDD in 0.253 seconds

Majestic7979 commented 1 year ago

When you say "... but still be slow...", well, if it's not a hardware issue then it is fixable

I am suggesting that you can have a SMART test pass but that does not mean the drive is not running slowly, which is a hardware problem.

Maybe people don't have this problem now because they potentially run 1 or 2 cams

We have multiple users with large setups that have helped us with fine tuning this issue; namely one with 33 cams and one with 28 cams and have no issues here and have copy times < 1 second per segment.

A sequential read speed or even sequential write speed are different workloads to small bursty writes. The ffmpeg command that is run is very simple, there is really not much room for any bug or something weird going on from frigate's side and IMO all the data that has been supplied thus far points to poor write performance on the drive.

I understood that my test methodology was flawed but better than nothing. I was hoping you'd provide a command that could help really test under the same circumstances.

I will try the ffmpeg but if you can help tailor the test to this situation we can at least have some meaningful data.

Also I am past the SMART test phase. I don't trust SMART fully. I am doing a full bad block scan which takes around 8 hours on 3TB. It's reading every single area of the platter that's mapped and then it will update the bad block inode.

Trust me this is a pain because I run a static host on the same machine on docker to serve some essential business files and this is now unavailable for 8 hours. I hope I don't lose too much money :-( Bills are sky high in the UK.

Majestic7979 commented 1 year ago

Believe it or not... I had to run after a burglar with a crowbar. He was trying to enter my neighbor's property. He was pulling handles on all the cars on the street trying to see if any were open. This is exactly why I need this system functioning.... I am so lucky that I decided to sit all night (it's just turned 3AM here now) while the bad block scan completed. It just finished. I am lucky that my Nest camera was running, and lucky that I was running the ingest through MediaMTX so I could watch everything on VLC. If it was go2rtc inside Frigate bye bye safety, a criminal would've won tonight. After this I will keep my functions separate. MediaMTX serving proxied stream and Frigate only acting as the recorder and detector. You guys should consider splitting the functions for redundancy. So if one thing fails, the rest doesn't go down with it.

bad block scan

Anyway... 9 year old drive 0 bad blocks. The minimum transfer rate was around 70MBps. I understand it's not "bursty small file transfers" but this is indicative that my WD RED PRO drive is doing fine.

I don't understand the command above that you suggested for ffmpeg, what should "PATH_TO_RECORDING_SEGMENT" be?

Majestic7979 commented 1 year ago

I have now run fio as below on the /cctv without frigate running, and after doing the bad blocks check

fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=TGS --filename=TGS --bs=4k --iodepth=64 --size=8m --readwrite=randrw --rwmixread=75
TGS: (g=0): rw=randrw, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=libaio, iodepth=64
fio-3.33
Starting 1 process
TGS: Laying out IO file (1 file / 8MiB)
Jobs: 1 (f=1): [m(1)][75.0%][r=1789KiB/s,w=548KiB/s][r=447,w=137 IOPS][eta 00m:01s]
TGS: (groupid=0, jobs=1): err= 0: pid=177163: Fri Jul 28 03:10:17 2023
  read: IOPS=427, BW=1710KiB/s (1751kB/s)(6104KiB/3570msec)
   bw (  KiB/s): min= 1144, max= 2144, per=99.31%, avg=1698.29, stdev=357.85, samples=7
   iops        : min=  286, max=  536, avg=424.57, stdev=89.46, samples=7
  write: IOPS=146, BW=585KiB/s (599kB/s)(2088KiB/3570msec); 0 zone resets
   bw (  KiB/s): min=  424, max=  768, per=97.46%, avg=570.29, stdev=123.05, samples=7
   iops        : min=  106, max=  192, avg=142.57, stdev=30.76, samples=7
  cpu          : usr=0.00%, sys=1.57%, ctx=1238, majf=0, minf=8
  IO depths    : 1=0.1%, 2=0.1%, 4=0.2%, 8=0.4%, 16=0.8%, 32=1.6%, >=64=96.9%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=99.9%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.1%, >=64=0.0%
     issued rwts: total=1526,522,0,0 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=64

Run status group 0 (all jobs):
   READ: bw=1710KiB/s (1751kB/s), 1710KiB/s-1710KiB/s (1751kB/s-1751kB/s), io=6104KiB (6250kB), run=3570-3570msec
  WRITE: bw=585KiB/s (599kB/s), 585KiB/s-585KiB/s (599kB/s-599kB/s), io=2088KiB (2138kB), run=3570-3570msec

Disk stats (read/write):
  sdc: ios=1351/947, merge=85/9, ticks=129665/76008, in_queue=208964, util=97.36%

Do you have any requirement to run fio a certain way to replicate the writing of an ffmpeg output?

NickM-27 commented 1 year ago

I don't understand the command above that you suggested for ffmpeg, what should "PATH_TO_RECORDING_SEGMENT" be?

You just need one of the segments from the /recordings directory, so that would just be a path to that recording segment, and then OUTPUT_PATH needs to be in the /cctv volume.

Majestic7979 commented 1 year ago

Here it is, I built ffmpeg using this guide (https://www.cyberciti.biz/faq/how-to-install-ffmpeg-with-nvidia-gpu-acceleration-on-linux/) and ran the command:

ffmpeg -benchmark -hide_banner -y -i /cctv/recordings/2023-07-26/10/frigate_street_nw/05.41.mp4 -c copy -movflags +faststart /cctv/test/test.mp4
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/cctv/recordings/2023-07-26/10/frigate_street_nw/05.41.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    title           : Stream
    encoder         : Lavf59.27.100
  Duration: 00:00:10.00, start: 0.000000, bitrate: 6571 kb/s
  Stream #0:0[0x1](und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuvj420p(pc, progressive), 2592x1944, 6569 kb/s, 15 fps, 90k tbr, 90k tbn (default)
    Metadata:
      handler_name    : VideoHandler
      vendor_id       : [0][0][0][0]
Output #0, mp4, to '/cctv/test/test.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    title           : Stream
    encoder         : Lavf60.10.100
  Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuvj420p(pc, progressive), 2592x1944, q=2-31, 6569 kb/s, 15 fps, 90k tbr, 90k tbn (default)
    Metadata:
      handler_name    : VideoHandler
      vendor_id       : [0][0][0][0]
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
Press [q] to stop, [?] for help
[mp4 @ 0x55a971fa3d00] Starting second pass: moving the moov atom to the beginning of the file
[out#0/mp4 @ 0x55a9721eb040] video:8018kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.033115%
frame=  150 fps= 71 q=-1.0 Lsize=    8021kB time=00:00:09.99 bitrate=6571.4kbits/s speed=4.73x
bench: utime=0.013s stime=0.009s rtime=2.112s
bench: maxrss=47972kB
Majestic7979 commented 1 year ago

And this is within the container (docker exec -it frigate bash):

ffmpeg -benchmark -hide_banner -y -i /media/frigate/recordings/2023-07-26/1
0/frigate_street_nw/05.41.mp4 -c copy -movflags +faststart /media/frigate/test/test_container.mp4
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/media/frigate/recordings/2023-07-26/10/frigate_street_nw/05.41.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    title           : Stream
    encoder         : Lavf59.27.100
  Duration: 00:00:10.00, start: 0.000000, bitrate: 6570 kb/s
  Stream #0:0[0x1](und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuvj420p(pc, progressive), 2592x1944, 6569 kb/s, 15 fps, 90k tbr, 90k tbn (default)
    Metadata:
      handler_name    : VideoHandler
      vendor_id       : [0][0][0][0]
Output #0, mp4, to '/media/frigate/test/test_container.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    title           : Stream
    encoder         : Lavf59.27.100
  Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuvj420p(pc, progressive), 2592x1944, q=2-31, 6569 kb/s, 15 fps, 90k tbr, 90k tbn (default)
    Metadata:
      handler_name    : VideoHandler
      vendor_id       : [0][0][0][0]
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
Press [q] to stop, [?] for help
[mp4 @ 0x55c59f887a00] Starting second pass: moving the moov atom to the beginning of the file
frame=  150 fps= 44 q=-1.0 Lsize=    8021kB time=00:00:09.99 bitrate=6571.3kbits/s speed=2.92x
video:8018kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.033115%
bench: utime=0.011s stime=0.007s rtime=3.472s
bench: maxrss=51112kB
NickM-27 commented 1 year ago

Cool, so yeah the times are consistent with what was being seen before. rtime=3.472s is too slow for 4 cameras.

That means assuming at that speed for all cameras segments, it takes 13.888 seconds to copy 10 seconds worth of footage, which means you are guaranteed to get behind.

Majestic7979 commented 1 year ago

This is something I'm thinking about - when testing the hard drive, the head probably starts near the center, meaning the travel speed is higher from point to point on the platter. As the head follows basically a spiral, as it moves outwards the speed slows down. This is because to start with my drive was showing around 130MB/s and finished around 75MB/s consistently. So I assume, as it was following a spiral from inward to outward, that is why the speed decrements kinda linearly. Could this mean that if Frigate fills data and starts randomly writing, it can get slow because it's causing the head to move across the platter inefficiently? Now please do not read this as it sounds - I am not blaming the application! All I am saying is that if we have to work under MB/s limitations then we need to look at the minimum/bottleneck, which seems to be around 75MB/s but again I am not the best guy when it comes to understanding storage, although I know that random small reads take a massive performance hit.

Majestic7979 commented 1 year ago

Cool, so yeah the times are consistent with what was being seen before. rtime=3.472s is too slow for 4 cameras.

That means assuming at that speed for all cameras segments, it takes 13.888 seconds to copy 10 seconds worth of footage, which means you are guaranteed to get behind.

Based on what you've said, what are your suggestions? Lower the bitrate? Refer to this again: https://user-images.githubusercontent.com/128995501/256426413-0ce6677f-eeeb-4aa4-9e1b-2bab1d52bc19.png and https://user-images.githubusercontent.com/128995501/256426429-f6b37bd0-5012-4abe-b411-4d407c319114.png

NickM-27 commented 1 year ago

we need to look at the minimum/bottleneck, which seems to be around 75MB/s but again I am not the best guy when it comes to understanding storage

The bottleneck is really just being able to write the segments in less time than they are created. I don't think sustained speeds is a great way to gauge that because I would think not all drives would have the same ratio of speeds.

Based on what you've said, what are your suggestions?

I think the simplest and optimal suggestion is just to get a new HDD.

Another idea would be to get a smallish SSD and use something like fuse.fs (this is what I use in Unraid) so that the recordings can be written to the SSD and then moved from the SSD to HDD in the background at a slower pace.

Other than that, yes worth trying to reduce the bitrate to see how that affects write speeds. You could also try higher encoding profiles or even h265 and see if lower bitrates still are acceptable quality.

Majestic7979 commented 1 year ago

Trying h265 now. I don't understand the logic behind getting a new HDD. Why? Larger cache? SSD, I will avoid. It will wear out super quick, and then crash the whole thing. This drive might not be modern anymore but it's been flawlessly running for 9 years!!!!! Zero bad blocks. I personally think it's quite impressive. WD makes awesome drives. WD Purple has 256MB cache. My current drive has 64. Do you think it might improve? It's only £75, I will get one if you think it will resolve.

Majestic7979 commented 1 year ago

Gosh the h265 encoding is so blurry 👎🏻 even with max settings. I can't read car plates, with h264 I can. Changing the encoding will be a no-go for this reason.

Majestic7979 commented 1 year ago

h265: image

h264: image

Can you tell a difference?

Ps I'll delete because it's not my car. The H265 the last letter is supposed to be a T, looks like a Y or even uppercase i. On H264 it's way sharper.

NickM-27 commented 1 year ago

I don't understand the logic behind getting a new HDD. Why? Larger cache? SSD, I will avoid. It will wear out super quick, and then crash the whole thing. This drive might not be modern anymore but it's been flawlessly running for 9 years!!!!! Zero bad blocks. I personally think it's quite impressive. WD makes awesome drives. WD Purple has 256MB cache. My current drive has 64.

I mean, there are a lot more ways than just cache that one HDD can be better than another. RPM, platter density, seek speeds, stacked platters, etc.

Do you think it might improve? It's only £75, I will get one if you think it will resolve.

All I can say is that my WDC WD40EFZX-68AWUN0 has no issue writing 10MB segments in under 1 second when I write directly to it. Obviously I can't guarantee results as there are so many variables.

And yes I can see the difference, not much but there's less detail in the license plate letters.

Majestic7979 commented 1 year ago

I just noticed while browsing my file system - frigate recording folder is 1 hour behind the actual time. We are in British Summer Time which is 00:00+1. I thought the application would understand DST and adjust? Is there a way to specify timezone? I checked my docker CLI and there's no "-e TZ=Europe/London" on it. There is a "-v /etc/localtime:/etc/localtime:ro" but it's clearly not using that... if I do "date" on terminal the output is: "Fri 28 Jul 04:09:58 BST 2023" which is correct. Yet, right now Frigate is recording into a folder 03... thinking it's 3AM. I also ran "date" inside the container and this is coming up "Fri Jul 28 04:10:41 BST 2023" so it is the same as the system but it's not being respected when it creates the recording folders. Is this intentional? Maybe because you guys wouldn't know what to do on the first and last day when the time goes back and forward so it might merge with existing files? Maybe a solution would be to create a DST folder inside /recordings and then start recording into that when the DST starts, and then back to /recordings when it ends? I don't know, I mean if the UI offered a way to easily pick IN date/time and OUT date/time to hit export and get a continuous file this wouldn't be such an issue. I know there's an API for this but not every person that will be operating the system will know how to use the API. I am not always home.

Majestic7979 commented 1 year ago

By the way, h265:

2023-07-28 03:59:20.115540738  [2023-07-28 03:59:20] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_se/57.59.mp4 in 2.5232999324798584 seconds.
2023-07-28 03:59:22.733985616  [2023-07-28 03:59:22] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_se/58.10.mp4 in 2.460501194000244 seconds.
2023-07-28 03:59:25.070724820  [2023-07-28 03:59:25] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_se/58.20.mp4 in 2.196528911590576 seconds.
2023-07-28 03:59:27.017488836  [2023-07-28 03:59:27] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_backyard/58.29.mp4 in 1.8566868305206299 seconds.
2023-07-28 03:59:28.959797901  [2023-07-28 03:59:28] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_backyard/58.40.mp4 in 1.8931920528411865 seconds.
2023-07-28 03:59:30.680759149  [2023-07-28 03:59:30] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_backyard/58.50.mp4 in 1.6118121147155762 seconds.
2023-07-28 03:59:32.614288427  [2023-07-28 03:59:32] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_backyard/58.59.mp4 in 1.86922287940979 seconds.
2023-07-28 03:59:34.581701981  [2023-07-28 03:59:34] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_backyard/59.10.mp4 in 1.9102001190185547 seconds.
2023-07-28 03:59:36.521241546  [2023-07-28 03:59:36] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_front/58.29.mp4 in 1.85555100440979 seconds.
2023-07-28 03:59:38.843708934  [2023-07-28 03:59:38] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_front/58.39.mp4 in 2.275949001312256 seconds.
2023-07-28 03:59:40.524540224  [2023-07-28 03:59:40] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_front/58.50.mp4 in 1.659562110900879 seconds.
2023-07-28 03:59:42.433815042  [2023-07-28 03:59:42] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_front/58.59.mp4 in 1.8798439502716064 seconds.
2023-07-28 03:59:44.300551841  [2023-07-28 03:59:44] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_front/59.09.mp4 in 1.844006061553955 seconds.
2023-07-28 03:59:46.187840856  [2023-07-28 03:59:46] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_nw/58.29.mp4 in 1.8358111381530762 seconds.
2023-07-28 03:59:48.087175385  [2023-07-28 03:59:48] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_nw/58.40.mp4 in 1.863293170928955 seconds.
2023-07-28 03:59:49.687669865  [2023-07-28 03:59:49] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_nw/58.50.mp4 in 1.5682251453399658 seconds.
2023-07-28 03:59:51.566979560  [2023-07-28 03:59:51] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_nw/58.59.mp4 in 1.8495922088623047 seconds.
2023-07-28 03:59:53.432187814  [2023-07-28 03:59:53] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_nw/59.10.mp4 in 1.8164029121398926 seconds.
2023-07-28 03:59:56.100297239  [2023-07-28 03:59:56] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_se/58.29.mp4 in 2.541849136352539 seconds.
2023-07-28 03:59:58.690620364  [2023-07-28 03:59:58] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_se/58.40.mp4 in 2.457108974456787 seconds.
2023-07-28 04:00:01.065376506  [2023-07-28 04:00:01] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_se/58.50.mp4 in 2.2189269065856934 seconds.
2023-07-28 04:00:03.732301825  [2023-07-28 04:00:03] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_se/58.59.mp4 in 2.550532817840576 seconds.
2023-07-28 04:00:06.443677361  [2023-07-28 04:00:06] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_se/59.10.mp4 in 2.5863308906555176 seconds.
2023-07-28 04:00:08.267907510  [2023-07-28 04:00:08] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_backyard/59.20.mp4 in 1.7208709716796875 seconds.
2023-07-28 04:00:10.226686852  [2023-07-28 04:00:10] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_backyard/59.29.mp4 in 1.8716061115264893 seconds.
2023-07-28 04:00:12.148750926  [2023-07-28 04:00:12] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_backyard/59.40.mp4 in 1.8545339107513428 seconds.
2023-07-28 04:00:13.869758923  [2023-07-28 04:00:13] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_backyard/59.50.mp4 in 1.6553289890289307 seconds.
2023-07-28 04:00:15.543672644  [2023-07-28 04:00:15] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_front/59.20.mp4 in 1.6003379821777344 seconds.
2023-07-28 04:00:17.431538186  [2023-07-28 04:00:17] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_front/59.29.mp4 in 1.8235118389129639 seconds.
2023-07-28 04:00:19.398480527  [2023-07-28 04:00:19] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_front/59.39.mp4 in 1.890192985534668 seconds.
2023-07-28 04:00:21.090222907  [2023-07-28 04:00:21] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_front/59.50.mp4 in 1.6192569732666016 seconds.
2023-07-28 04:00:22.874313661  [2023-07-28 04:00:22] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_nw/59.20.mp4 in 1.6818981170654297 seconds.
2023-07-28 04:00:24.789816147  [2023-07-28 04:00:24] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_nw/59.29.mp4 in 1.8585069179534912 seconds.
2023-07-28 04:00:26.736831832  [2023-07-28 04:00:26] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_nw/59.40.mp4 in 1.8844079971313477 seconds.
2023-07-28 04:00:28.522855999  [2023-07-28 04:00:28] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_nw/59.50.mp4 in 1.7194678783416748 seconds.
2023-07-28 04:00:30.937542179  [2023-07-28 04:00:30] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_se/59.20.mp4 in 2.2413980960845947 seconds.
2023-07-28 04:00:33.659188691  [2023-07-28 04:00:33] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_se/59.29.mp4 in 2.568495988845825 seconds.
2023-07-28 04:00:36.355892640  [2023-07-28 04:00:36] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_se/59.40.mp4 in 2.5373198986053467 seconds.
2023-07-28 04:00:38.843858831  [2023-07-28 04:00:38] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_se/59.50.mp4 in 2.331009864807129 seconds.
2023-07-28 04:00:40.825401684  [2023-07-28 04:00:40] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_backyard/59.59.mp4 in 1.8992278575897217 seconds.
2023-07-28 04:00:42.865834173  [2023-07-28 04:00:42] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/00.10.mp4 in 1.9003019332885742 seconds.
2023-07-28 04:00:44.566571336  [2023-07-28 04:00:44] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/00.20.mp4 in 1.6387979984283447 seconds.
2023-07-28 04:00:46.534095110  [2023-07-28 04:00:46] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_front/59.59.mp4 in 1.8620400428771973 seconds.
2023-07-28 04:00:48.506615485  [2023-07-28 04:00:48] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/00.09.mp4 in 1.8478620052337646 seconds.
2023-07-28 04:00:50.171895599  [2023-07-28 04:00:50] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/00.20.mp4 in 1.6090888977050781 seconds.
2023-07-28 04:00:52.089333899  [2023-07-28 04:00:52] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_nw/59.59.mp4 in 1.8442981243133545 seconds.
2023-07-28 04:00:54.058206616  [2023-07-28 04:00:54] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/00.10.mp4 in 1.8373239040374756 seconds.
2023-07-28 04:00:55.767087278  [2023-07-28 04:00:55] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/00.20.mp4 in 1.6321749687194824 seconds.
2023-07-28 04:00:58.454887512  [2023-07-28 04:00:58] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/02/frigate_street_se/59.59.mp4 in 2.5068910121917725 seconds.
2023-07-28 04:01:01.141015922  [2023-07-28 04:01:01] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/00.10.mp4 in 2.4844119548797607 seconds.
2023-07-28 04:01:03.521564988  [2023-07-28 04:01:03] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/00.20.mp4 in 2.1695640087127686 seconds.
2023-07-28 04:01:05.752949300  [2023-07-28 04:01:05] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/00.29.mp4 in 1.8368690013885498 seconds.
2023-07-28 04:01:07.631118836  [2023-07-28 04:01:07] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/00.40.mp4 in 1.8562490940093994 seconds.
2023-07-28 04:01:09.488453684  [2023-07-28 04:01:09] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/00.50.mp4 in 1.8214528560638428 seconds.
2023-07-28 04:01:12.232775919  [2023-07-28 04:01:12] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/00.29.mp4 in 2.6951041221618652 seconds.
2023-07-28 04:01:14.366164521  [2023-07-28 04:01:14] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/00.39.mp4 in 2.103001117706299 seconds.
2023-07-28 04:01:16.075267899  [2023-07-28 04:01:16] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/00.50.mp4 in 1.6379978656768799 seconds.
2023-07-28 04:01:17.983017374  [2023-07-28 04:01:17] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/00.29.mp4 in 1.8523070812225342 seconds.
2023-07-28 04:01:19.840563977  [2023-07-28 04:01:19] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/00.40.mp4 in 1.8337910175323486 seconds.
2023-07-28 04:01:21.519226219  [2023-07-28 04:01:21] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/00.50.mp4 in 1.6434388160705566 seconds.
2023-07-28 04:01:24.285778708  [2023-07-28 04:01:24] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/00.29.mp4 in 2.6237878799438477 seconds.
2023-07-28 04:01:26.999148691  [2023-07-28 04:01:26] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/00.40.mp4 in 2.565703868865967 seconds.
2023-07-28 04:01:29.443568040  [2023-07-28 04:01:29] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/00.50.mp4 in 2.331510066986084 seconds.
2023-07-28 04:01:31.516775632  [2023-07-28 04:01:31] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/00.59.mp4 in 2.040205955505371 seconds.
2023-07-28 04:01:33.430096175  [2023-07-28 04:01:33] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/01.10.mp4 in 1.8811500072479248 seconds.
2023-07-28 04:01:35.316684978  [2023-07-28 04:01:35] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/00.59.mp4 in 1.8424570560455322 seconds.
2023-07-28 04:01:37.157297881  [2023-07-28 04:01:37] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/01.09.mp4 in 1.8141040802001953 seconds.
2023-07-28 04:01:39.466335657  [2023-07-28 04:01:39] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/00.59.mp4 in 2.2453880310058594 seconds.
2023-07-28 04:01:41.451696076  [2023-07-28 04:01:41] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/01.10.mp4 in 1.9051849842071533 seconds.
2023-07-28 04:01:44.188477844  [2023-07-28 04:01:44] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/00.59.mp4 in 2.5911519527435303 seconds.
2023-07-28 04:01:46.868057228  [2023-07-28 04:01:46] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/01.10.mp4 in 2.53464412689209 seconds.
2023-07-28 04:01:48.566369015  [2023-07-28 04:01:48] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/01.20.mp4 in 1.6160919666290283 seconds.
2023-07-28 04:01:50.598342009  [2023-07-28 04:01:50] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/01.29.mp4 in 1.9338581562042236 seconds.
2023-07-28 04:01:52.321266822  [2023-07-28 04:01:52] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/01.20.mp4 in 1.6624479293823242 seconds.
2023-07-28 04:01:54.276602509  [2023-07-28 04:01:54] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/01.29.mp4 in 1.8850998878479004 seconds.
2023-07-28 04:01:55.954229518  [2023-07-28 04:01:55] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/01.20.mp4 in 1.6141340732574463 seconds.
2023-07-28 04:01:57.961464198  [2023-07-28 04:01:57] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/01.29.mp4 in 1.9307689666748047 seconds.
2023-07-28 04:02:00.529686135  [2023-07-28 04:02:00] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/01.20.mp4 in 2.3749029636383057 seconds.
2023-07-28 04:02:03.177022215  [2023-07-28 04:02:03] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/01.29.mp4 in 2.5047760009765625 seconds.
2023-07-28 04:02:05.138283724  [2023-07-28 04:02:05] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/01.40.mp4 in 1.8369030952453613 seconds.
2023-07-28 04:02:06.976564720  [2023-07-28 04:02:06] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/01.50.mp4 in 1.6348540782928467 seconds.
2023-07-28 04:02:09.109983231  [2023-07-28 04:02:09] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/01.40.mp4 in 2.0151729583740234 seconds.
2023-07-28 04:02:10.898678761  [2023-07-28 04:02:10] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/01.50.mp4 in 1.7254478931427002 seconds.
2023-07-28 04:02:12.811690164  [2023-07-28 04:02:12] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/01.40.mp4 in 1.8581452369689941 seconds.
2023-07-28 04:02:14.476090751  [2023-07-28 04:02:14] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/01.50.mp4 in 1.585205078125 seconds.
2023-07-28 04:02:18.000305143  [2023-07-28 04:02:17] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/01.40.mp4 in 3.364237070083618 seconds.
2023-07-28 04:02:20.438755788  [2023-07-28 04:02:20] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/01.50.mp4 in 2.209355115890503 seconds.
2023-07-28 04:02:22.374429640  [2023-07-28 04:02:22] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/01.59.mp4 in 1.8459439277648926 seconds.
2023-07-28 04:02:24.367277089  [2023-07-28 04:02:24] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/01.59.mp4 in 1.92295503616333 seconds.
2023-07-28 04:02:26.283332156  [2023-07-28 04:02:26] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/02.09.mp4 in 1.8570919036865234 seconds.
2023-07-28 04:02:28.151705486  [2023-07-28 04:02:28] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/01.59.mp4 in 1.7965011596679688 seconds.
2023-07-28 04:02:30.885469633  [2023-07-28 04:02:30] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/01.59.mp4 in 2.568182945251465 seconds.
2023-07-28 04:02:32.861995072  [2023-07-28 04:02:32] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/02.10.mp4 in 1.9016540050506592 seconds.
2023-07-28 04:02:34.618173787  [2023-07-28 04:02:34] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/02.20.mp4 in 1.6806519031524658 seconds.
2023-07-28 04:02:36.314880900  [2023-07-28 04:02:36] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/02.20.mp4 in 1.638211965560913 seconds.
2023-07-28 04:02:38.261317718  [2023-07-28 04:02:38] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/02.10.mp4 in 1.9192159175872803 seconds.
2023-07-28 04:02:39.983354565  [2023-07-28 04:02:39] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/02.20.mp4 in 1.6836309432983398 seconds.
2023-07-28 04:02:42.752437671  [2023-07-28 04:02:42] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/02.10.mp4 in 2.641533851623535 seconds.
2023-07-28 04:02:45.136676203  [2023-07-28 04:02:45] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/02.20.mp4 in 2.264302968978882 seconds.
2023-07-28 04:02:47.038784573  [2023-07-28 04:02:47] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/02.29.mp4 in 1.8673720359802246 seconds.
2023-07-28 04:02:49.029561234  [2023-07-28 04:02:49] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/02.29.mp4 in 1.958867073059082 seconds.
2023-07-28 04:02:50.947601767  [2023-07-28 04:02:50] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/02.29.mp4 in 1.893707036972046 seconds.
2023-07-28 04:02:53.748530364  [2023-07-28 04:02:53] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/02.29.mp4 in 2.638707160949707 seconds.
2023-07-28 04:02:55.715073566  [2023-07-28 04:02:55] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/02.40.mp4 in 1.9083271026611328 seconds.
2023-07-28 04:02:57.660510750  [2023-07-28 04:02:57] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/02.39.mp4 in 1.904008150100708 seconds.
2023-07-28 04:02:59.628173832  [2023-07-28 04:02:59] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/02.40.mp4 in 1.9386069774627686 seconds.
2023-07-28 04:03:02.362648943  [2023-07-28 04:03:02] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/02.40.mp4 in 2.6042349338531494 seconds.
2023-07-28 04:03:04.069611349  [2023-07-28 04:03:04] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/02.50.mp4 in 1.6624391078948975 seconds.
2023-07-28 04:03:05.870512892  [2023-07-28 04:03:05] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/02.50.mp4 in 1.7713170051574707 seconds.
2023-07-28 04:03:07.584499167  [2023-07-28 04:03:07] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/02.50.mp4 in 1.655128002166748 seconds.
2023-07-28 04:03:09.986877442  [2023-07-28 04:03:09] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/02.50.mp4 in 2.257910966873169 seconds.
2023-07-28 04:03:12.118068729  [2023-07-28 04:03:12] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/02.59.mp4 in 2.0359668731689453 seconds.
2023-07-28 04:03:14.104203574  [2023-07-28 04:03:14] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/02.59.mp4 in 1.9182159900665283 seconds.
2023-07-28 04:03:16.974786450  [2023-07-28 04:03:16] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/02.59.mp4 in 1.9068059921264648 seconds.
2023-07-28 04:03:19.762860657  [2023-07-28 04:03:19] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/02.59.mp4 in 2.6263229846954346 seconds.
2023-07-28 04:03:27.029218308  [2023-07-28 04:03:27] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/03.10.mp4 in 1.950977087020874 seconds.
2023-07-28 04:03:29.033238979  [2023-07-28 04:03:29] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/03.09.mp4 in 1.907853126525879 seconds.
2023-07-28 04:03:30.969668192  [2023-07-28 04:03:30] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/03.10.mp4 in 1.8838648796081543 seconds.
2023-07-28 04:03:33.631253367  [2023-07-28 04:03:33] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/03.10.mp4 in 2.515678882598877 seconds.
2023-07-28 04:03:35.368885966  [2023-07-28 04:03:35] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/03.20.mp4 in 1.6803719997406006 seconds.
2023-07-28 04:03:37.101477552  [2023-07-28 04:03:37] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/03.20.mp4 in 1.6595358848571777 seconds.
2023-07-28 04:03:38.870921430  [2023-07-28 04:03:38] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/03.20.mp4 in 1.6800470352172852 seconds.
2023-07-28 04:03:41.295233273  [2023-07-28 04:03:41] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/03.20.mp4 in 2.2558889389038086 seconds.
2023-07-28 04:03:43.368872100  [2023-07-28 04:03:43] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/03.29.mp4 in 2.001878023147583 seconds.
2023-07-28 04:03:45.050907240  [2023-07-28 04:03:45] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-28 04:03:45.050942840  [2023-07-28 04:03:45] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-28 04:03:45.361899507  [2023-07-28 04:03:45] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/03.29.mp4 in 1.9237298965454102 seconds.
2023-07-28 04:03:47.314446845  [2023-07-28 04:03:47] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/03.29.mp4 in 1.8840620517730713 seconds.
2023-07-28 04:03:49.367869018  [2023-07-28 04:03:49] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-28 04:03:49.368057119  [2023-07-28 04:03:49] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-28 04:03:49.391795657  [2023-07-28 04:03:49] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-28 04:03:49.391915237  [2023-07-28 04:03:49] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-28 04:03:50.096186792  [2023-07-28 04:03:50] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/03.29.mp4 in 2.6262431144714355 seconds.
2023-07-28 04:03:51.384097486  [2023-07-28 04:03:51] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/03.40.mp4 in 1.1325719356536865 seconds.
2023-07-28 04:03:57.061808459  [2023-07-28 04:03:57] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/03.40.mp4 in 1.9008948802947998 seconds.
2023-07-28 04:03:59.042007274  [2023-07-28 04:03:59] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/03.39.mp4 in 1.909471035003662 seconds.
2023-07-28 04:03:59.383715112  [2023-07-28 04:03:59] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-28 04:03:59.383792013  [2023-07-28 04:03:59] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-28 04:03:59.383907068  [2023-07-28 04:03:59] ffmpeg.frigate_street_se.detect ERROR   : [rtsp @ 0x55b265de6200] method DESCRIBE failed: 404 Not Found
2023-07-28 04:03:59.384007208  [2023-07-28 04:03:59] ffmpeg.frigate_street_se.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_se: Server returned 404 Not Found
2023-07-28 04:04:01.035114993  [2023-07-28 04:04:01] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/03.40.mp4 in 1.9361021518707275 seconds.
2023-07-28 04:04:02.795213927  [2023-07-28 04:04:02] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/03.50.mp4 in 1.6946308612823486 seconds.
2023-07-28 04:04:04.617324758  [2023-07-28 04:04:04] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/03.50.mp4 in 1.6805400848388672 seconds.
2023-07-28 04:04:06.421170093  [2023-07-28 04:04:06] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/03.50.mp4 in 1.678570032119751 seconds.
2023-07-28 04:04:13.435597645  [2023-07-28 04:04:13] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/03.59.mp4 in 1.9804010391235352 seconds.
2023-07-28 04:04:15.346668976  [2023-07-28 04:04:15] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/03.59.mp4 in 1.8778691291809082 seconds.
2023-07-28 04:04:17.271306443  [2023-07-28 04:04:17] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/03.59.mp4 in 1.883518934249878 seconds.
2023-07-28 04:04:18.970918278  [2023-07-28 04:04:18] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/04.01.mp4 in 1.6715660095214844 seconds.
2023-07-28 04:04:25.981948349  [2023-07-28 04:04:25] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/04.09.mp4 in 1.926712989807129 seconds.
2023-07-28 04:04:27.915182232  [2023-07-28 04:04:27] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/04.09.mp4 in 1.887117862701416 seconds.
2023-07-28 04:04:29.834405876  [2023-07-28 04:04:29] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/04.10.mp4 in 1.88832688331604 seconds.
2023-07-28 04:04:31.820359912  [2023-07-28 04:04:31] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/04.09.mp4 in 1.9176630973815918 seconds.
2023-07-28 04:04:33.522777736  [2023-07-28 04:04:33] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/04.20.mp4 in 1.6676039695739746 seconds.
2023-07-28 04:04:35.232872268  [2023-07-28 04:04:35] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/04.20.mp4 in 1.660667896270752 seconds.
2023-07-28 04:04:36.937135589  [2023-07-28 04:04:36] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/04.20.mp4 in 1.6778581142425537 seconds.
2023-07-28 04:04:38.884452326  [2023-07-28 04:04:38] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/04.20.mp4 in 1.8942928314208984 seconds.
2023-07-28 04:04:45.934929404  [2023-07-28 04:04:45] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/04.29.mp4 in 1.9642858505249023 seconds.
2023-07-28 04:04:47.915173820  [2023-07-28 04:04:47] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/04.29.mp4 in 1.91811203956604 seconds.
2023-07-28 04:04:49.902789193  [2023-07-28 04:04:49] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/04.29.mp4 in 1.9327290058135986 seconds.
2023-07-28 04:04:51.637130675  [2023-07-28 04:04:51] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/04.30.mp4 in 1.6767749786376953 seconds.
2023-07-28 04:04:53.667012941  [2023-07-28 04:04:53] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/04.40.mp4 in 1.9442989826202393 seconds.
2023-07-28 04:04:55.662384410  [2023-07-28 04:04:55] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/04.39.mp4 in 1.9372470378875732 seconds.
2023-07-28 04:04:57.634902592  [2023-07-28 04:04:57] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/04.40.mp4 in 1.9173939228057861 seconds.
2023-07-28 04:04:59.625608262  [2023-07-28 04:04:59] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/04.39.mp4 in 1.919029951095581 seconds.
2023-07-28 04:05:01.343389263  [2023-07-28 04:05:01] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/04.50.mp4 in 1.6748290061950684 seconds.
2023-07-28 04:05:03.059920069  [2023-07-28 04:05:03] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/04.50.mp4 in 1.6815130710601807 seconds.
2023-07-28 04:05:04.814713573  [2023-07-28 04:05:04] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/04.50.mp4 in 1.6825048923492432 seconds.
2023-07-28 04:05:06.813143360  [2023-07-28 04:05:06] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/04.50.mp4 in 1.933764934539795 seconds.
2023-07-28 04:05:11.568001983  [2023-07-28 04:05:11] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/05.00.mp4 in 1.689568042755127 seconds.
2023-07-28 04:05:16.817813454  [2023-07-28 04:05:16] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/04.59.mp4 in 1.9344799518585205 seconds.
2023-07-28 04:05:18.803328498  [2023-07-28 04:05:18] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/04.59.mp4 in 1.9367759227752686 seconds.
2023-07-28 04:05:20.780915869  [2023-07-28 04:05:20] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/04.59.mp4 in 1.9201381206512451 seconds.
2023-07-28 04:05:22.839777210  [2023-07-28 04:05:22] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/05.10.mp4 in 1.9322190284729004 seconds.
2023-07-28 04:05:24.781493853  [2023-07-28 04:05:24] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/05.09.mp4 in 1.8627469539642334 seconds.
2023-07-28 04:05:26.769794726  [2023-07-28 04:05:26] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/05.10.mp4 in 1.9259140491485596 seconds.
2023-07-28 04:05:28.779980718  [2023-07-28 04:05:28] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/05.09.mp4 in 1.912933111190796 seconds.
2023-07-28 04:05:35.566614357  [2023-07-28 04:05:35] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/05.20.mp4 in 1.7136478424072266 seconds.
2023-07-28 04:05:37.268618922  [2023-07-28 04:05:37] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/05.20.mp4 in 1.6673340797424316 seconds.
2023-07-28 04:05:38.965129605  [2023-07-28 04:05:38] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/05.20.mp4 in 1.665205955505371 seconds.
2023-07-28 04:05:40.877827046  [2023-07-28 04:05:40] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/05.20.mp4 in 1.8877508640289307 seconds.
2023-07-28 04:05:42.743223726  [2023-07-28 04:05:42] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/05.29.mp4 in 1.831974983215332 seconds.
2023-07-28 04:05:44.677600039  [2023-07-28 04:05:44] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/05.29.mp4 in 1.875410795211792 seconds.
2023-07-28 04:05:46.666147289  [2023-07-28 04:05:46] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/05.29.mp4 in 1.9643878936767578 seconds.
2023-07-28 04:05:48.364653351  [2023-07-28 04:05:48] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/05.30.mp4 in 1.6573290824890137 seconds.
2023-07-28 04:05:55.653658938  [2023-07-28 04:05:55] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/05.39.mp4 in 1.9777629375457764 seconds.
2023-07-28 04:05:57.574563772  [2023-07-28 04:05:57] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/05.39.mp4 in 1.8828849792480469 seconds.
2023-07-28 04:05:59.512478209  [2023-07-28 04:05:59] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/05.40.mp4 in 1.9061110019683838 seconds.
2023-07-28 04:06:01.421017203  [2023-07-28 04:06:01] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/05.39.mp4 in 1.8802049160003662 seconds.
2023-07-28 04:06:03.132258815  [2023-07-28 04:06:03] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/05.50.mp4 in 1.6576528549194336 seconds.
2023-07-28 04:06:05.142047762  [2023-07-28 04:06:05] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/05.50.mp4 in 1.9122810363769531 seconds.
2023-07-28 04:06:06.865340514  [2023-07-28 04:06:06] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/05.50.mp4 in 1.689333200454712 seconds.
2023-07-28 04:06:08.857636873  [2023-07-28 04:06:08] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/05.50.mp4 in 1.9166910648345947 seconds.
2023-07-28 04:06:15.877109908  [2023-07-28 04:06:15] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/05.59.mp4 in 1.9524052143096924 seconds.
2023-07-28 04:06:17.700456999  [2023-07-28 04:06:17] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/06.00.mp4 in 1.693490982055664 seconds.
2023-07-28 04:06:19.699287485  [2023-07-28 04:06:19] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/05.59.mp4 in 1.8996210098266602 seconds.
2023-07-28 04:06:21.433855507  [2023-07-28 04:06:21] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/06.00.mp4 in 1.6517629623413086 seconds.
2023-07-28 04:06:23.404405298  [2023-07-28 04:06:23] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/06.10.mp4 in 1.9014921188354492 seconds.
2023-07-28 04:06:25.479631836  [2023-07-28 04:06:25] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/06.09.mp4 in 1.9151661396026611 seconds.
2023-07-28 04:06:27.410573990  [2023-07-28 04:06:27] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/06.10.mp4 in 1.8743810653686523 seconds.
2023-07-28 04:06:29.375528076  [2023-07-28 04:06:29] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/06.09.mp4 in 1.8989880084991455 seconds.
2023-07-28 04:06:36.170315224  [2023-07-28 04:06:36] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/06.20.mp4 in 1.7492070198059082 seconds.
2023-07-28 04:06:37.918913356  [2023-07-28 04:06:37] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/06.20.mp4 in 1.6769559383392334 seconds.
2023-07-28 04:06:39.651578706  [2023-07-28 04:06:39] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/06.20.mp4 in 1.6778631210327148 seconds.
2023-07-28 04:06:41.601207735  [2023-07-28 04:06:41] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/06.20.mp4 in 1.8917200565338135 seconds.
2023-07-28 04:06:43.557141309  [2023-07-28 04:06:43] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/06.29.mp4 in 1.882702112197876 seconds.
2023-07-28 04:06:45.598755267  [2023-07-28 04:06:45] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/06.29.mp4 in 1.9708869457244873 seconds.
2023-07-28 04:06:47.676199407  [2023-07-28 04:06:47] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/06.29.mp4 in 1.9852089881896973 seconds.
2023-07-28 04:06:49.451537353  [2023-07-28 04:06:49] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/06.30.mp4 in 1.710345983505249 seconds.
2023-07-28 04:06:56.442839827  [2023-07-28 04:06:56] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/06.40.mp4 in 1.9216539859771729 seconds.
2023-07-28 04:06:58.418098924  [2023-07-28 04:06:58] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/06.39.mp4 in 1.895616054534912 seconds.
2023-07-28 04:07:00.399510275  [2023-07-28 04:07:00] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/06.40.mp4 in 1.901153802871704 seconds.
2023-07-28 04:07:02.367416487  [2023-07-28 04:07:02] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/06.39.mp4 in 1.9072961807250977 seconds.
2023-07-28 04:07:04.096053642  [2023-07-28 04:07:04] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/06.50.mp4 in 1.656857967376709 seconds.
2023-07-28 04:07:05.829273057  [2023-07-28 04:07:05] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/06.50.mp4 in 1.6708319187164307 seconds.
2023-07-28 04:07:07.537121511  [2023-07-28 04:07:07] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/06.50.mp4 in 1.670531988143921 seconds.
2023-07-28 04:07:09.418524853  [2023-07-28 04:07:09] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/06.50.mp4 in 1.8539140224456787 seconds.
2023-07-28 04:07:16.396252225  [2023-07-28 04:07:16] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/06.59.mp4 in 1.9086980819702148 seconds.
2023-07-28 04:07:18.414378254  [2023-07-28 04:07:18] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/06.59.mp4 in 1.9861199855804443 seconds.
2023-07-28 04:07:20.353282229  [2023-07-28 04:07:20] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/06.59.mp4 in 1.89906907081604 seconds.
2023-07-28 04:07:22.184949312  [2023-07-28 04:07:22] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/07.00.mp4 in 1.6731510162353516 seconds.
2023-07-28 04:07:24.140305719  [2023-07-28 04:07:24] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/07.10.mp4 in 1.9302799701690674 seconds.
2023-07-28 04:07:26.103203792  [2023-07-28 04:07:26] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/07.09.mp4 in 1.929926872253418 seconds.
2023-07-28 04:07:28.050333469  [2023-07-28 04:07:28] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/07.10.mp4 in 1.8819539546966553 seconds.
2023-07-28 04:07:30.018106851  [2023-07-28 04:07:30] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/07.09.mp4 in 1.93892502784729 seconds.
2023-07-28 04:07:31.731413344  [2023-07-28 04:07:31] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/07.20.mp4 in 1.6604418754577637 seconds.
2023-07-28 04:07:33.436452779  [2023-07-28 04:07:33] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/07.20.mp4 in 1.6654810905456543 seconds.
2023-07-28 04:07:35.149254465  [2023-07-28 04:07:35] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/07.20.mp4 in 1.6920440196990967 seconds.
2023-07-28 04:07:37.050048232  [2023-07-28 04:07:37] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/07.20.mp4 in 1.8767011165618896 seconds.
2023-07-28 04:07:42.109849871  [2023-07-28 04:07:42] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/07.29.mp4 in 1.915787935256958 seconds.
2023-07-28 04:07:44.041336138  [2023-07-28 04:07:44] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/07.29.mp4 in 1.8738889694213867 seconds.
2023-07-28 04:07:46.009455440  [2023-07-28 04:07:46] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/07.29.mp4 in 1.8949658870697021 seconds.
2023-07-28 04:07:47.811045275  [2023-07-28 04:07:47] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/07.30.mp4 in 1.6801490783691406 seconds.
2023-07-28 04:07:54.795029181  [2023-07-28 04:07:54] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/07.40.mp4 in 1.927046775817871 seconds.
2023-07-28 04:07:56.807084276  [2023-07-28 04:07:56] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/07.39.mp4 in 1.9279260635375977 seconds.
2023-07-28 04:07:58.799728001  [2023-07-28 04:07:58] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/07.40.mp4 in 1.9244611263275146 seconds.
2023-07-28 04:08:00.781761584  [2023-07-28 04:08:00] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/07.39.mp4 in 1.9259941577911377 seconds.
2023-07-28 04:08:02.506280043  [2023-07-28 04:08:02] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/07.50.mp4 in 1.6898469924926758 seconds.
2023-07-28 04:08:04.255420516  [2023-07-28 04:08:04] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/07.50.mp4 in 1.6968340873718262 seconds.
2023-07-28 04:08:06.278978892  [2023-07-28 04:08:06] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/07.50.mp4 in 1.9582240581512451 seconds.
2023-07-28 04:08:08.262888176  [2023-07-28 04:08:08] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/07.50.mp4 in 1.9135310649871826 seconds.
2023-07-28 04:08:13.240043235  [2023-07-28 04:08:13] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/07.59.mp4 in 1.8885838985443115 seconds.
2023-07-28 04:08:14.969938387  [2023-07-28 04:08:14] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/08.00.mp4 in 1.6671628952026367 seconds.
2023-07-28 04:08:16.921547202  [2023-07-28 04:08:16] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/07.59.mp4 in 1.8778181076049805 seconds.
2023-07-28 04:08:18.689217112  [2023-07-28 04:08:18] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/08.00.mp4 in 1.7030539512634277 seconds.
2023-07-28 04:08:25.808330337  [2023-07-28 04:08:25] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/08.09.mp4 in 2.056835889816284 seconds.
2023-07-28 04:08:27.798227804  [2023-07-28 04:08:27] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/08.09.mp4 in 1.8597099781036377 seconds.
2023-07-28 04:08:29.752917978  [2023-07-28 04:08:29] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/08.10.mp4 in 1.9078049659729004 seconds.
2023-07-28 04:08:31.728793702  [2023-07-28 04:08:31] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/08.09.mp4 in 1.8919429779052734 seconds.
2023-07-28 04:08:33.451366155  [2023-07-28 04:08:33] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/08.20.mp4 in 1.6550259590148926 seconds.
2023-07-28 04:08:35.214879651  [2023-07-28 04:08:35] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/08.20.mp4 in 1.7034060955047607 seconds.
2023-07-28 04:08:36.911791406  [2023-07-28 04:08:36] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/08.20.mp4 in 1.6744310855865479 seconds.
2023-07-28 04:08:38.851449592  [2023-07-28 04:08:38] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/08.20.mp4 in 1.8998157978057861 seconds.
2023-07-28 04:08:45.856261705  [2023-07-28 04:08:45] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/08.29.mp4 in 1.9766430854797363 seconds.
2023-07-28 04:08:47.808458346  [2023-07-28 04:08:47] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/08.29.mp4 in 1.9105820655822754 seconds.
2023-07-28 04:08:49.722406671  [2023-07-28 04:08:49] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/08.29.mp4 in 1.8831110000610352 seconds.
2023-07-28 04:08:51.455953810  [2023-07-28 04:08:51] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/08.30.mp4 in 1.6928958892822266 seconds.
2023-07-28 04:08:53.473363394  [2023-07-28 04:08:53] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/08.40.mp4 in 1.9520201683044434 seconds.
2023-07-28 04:08:55.494008943  [2023-07-28 04:08:55] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/08.39.mp4 in 1.9870100021362305 seconds.
2023-07-28 04:08:57.400032087  [2023-07-28 04:08:57] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/08.40.mp4 in 1.8827319145202637 seconds.
2023-07-28 04:08:59.333412249  [2023-07-28 04:08:59] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/08.39.mp4 in 1.8856098651885986 seconds.
2023-07-28 04:09:06.066442863  [2023-07-28 04:09:06] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/08.50.mp4 in 1.6827070713043213 seconds.
2023-07-28 04:09:08.070012726  [2023-07-28 04:09:08] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/08.50.mp4 in 1.8898859024047852 seconds.
2023-07-28 04:09:09.799898810  [2023-07-28 04:09:09] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/08.50.mp4 in 1.6719520092010498 seconds.
2023-07-28 04:09:11.769225361  [2023-07-28 04:09:11] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/08.50.mp4 in 1.8999040126800537 seconds.
2023-07-28 04:09:13.704943565  [2023-07-28 04:09:13] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/08.59.mp4 in 1.8730499744415283 seconds.
2023-07-28 04:09:15.428130331  [2023-07-28 04:09:15] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/09.00.mp4 in 1.6698999404907227 seconds.
2023-07-28 04:09:17.391868623  [2023-07-28 04:09:17] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/08.59.mp4 in 1.9003629684448242 seconds.
2023-07-28 04:09:19.148940345  [2023-07-28 04:09:19] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/09.00.mp4 in 1.6951770782470703 seconds.
2023-07-28 04:09:26.224114301  [2023-07-28 04:09:26] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/09.10.mp4 in 2.013007879257202 seconds.
2023-07-28 04:09:28.315617214  [2023-07-28 04:09:28] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/09.09.mp4 in 1.9187891483306885 seconds.
2023-07-28 04:09:30.310250336  [2023-07-28 04:09:30] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/09.10.mp4 in 1.9345409870147705 seconds.
2023-07-28 04:09:32.325753910  [2023-07-28 04:09:32] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/09.09.mp4 in 1.9806709289550781 seconds.
2023-07-28 04:09:34.074345505  [2023-07-28 04:09:34] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/09.20.mp4 in 1.6789240837097168 seconds.
2023-07-28 04:09:35.881314746  [2023-07-28 04:09:35] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/09.20.mp4 in 1.73284912109375 seconds.
2023-07-28 04:09:37.647821905  [2023-07-28 04:09:37] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/09.20.mp4 in 1.6555819511413574 seconds.
2023-07-28 04:09:39.652362228  [2023-07-28 04:09:39] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/09.20.mp4 in 1.9283230304718018 seconds.
2023-07-28 04:09:46.694885509  [2023-07-28 04:09:46] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/09.29.mp4 in 1.9935400485992432 seconds.
2023-07-28 04:09:48.640281605  [2023-07-28 04:09:48] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/09.29.mp4 in 1.887526035308838 seconds.
2023-07-28 04:09:50.569414110  [2023-07-28 04:09:50] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/09.29.mp4 in 1.8672499656677246 seconds.
2023-07-28 04:09:52.383725112  [2023-07-28 04:09:52] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/09.30.mp4 in 1.668881893157959 seconds.
2023-07-28 04:09:54.336718080  [2023-07-28 04:09:54] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/09.39.mp4 in 1.8854751586914062 seconds.
2023-07-28 04:09:56.341014917  [2023-07-28 04:09:56] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/09.40.mp4 in 1.947350025177002 seconds.
2023-07-28 04:09:58.255613092  [2023-07-28 04:09:58] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/09.40.mp4 in 1.853633165359497 seconds.
2023-07-28 04:10:00.274414313  [2023-07-28 04:10:00] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/09.39.mp4 in 1.8914380073547363 seconds.
2023-07-28 04:10:01.993042828  [2023-07-28 04:10:01] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/09.50.mp4 in 1.6662769317626953 seconds.
2023-07-28 04:10:03.736209503  [2023-07-28 04:10:03] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/09.50.mp4 in 1.6511380672454834 seconds.
2023-07-28 04:10:05.453538103  [2023-07-28 04:10:05] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/09.50.mp4 in 1.6634998321533203 seconds.
2023-07-28 04:10:07.359865669  [2023-07-28 04:10:07] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/09.50.mp4 in 1.8812329769134521 seconds.
2023-07-28 04:10:12.472288234  [2023-07-28 04:10:12] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/09.59.mp4 in 1.9942121505737305 seconds.
2023-07-28 04:10:14.381664619  [2023-07-28 04:10:14] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/09.59.mp4 in 1.8805949687957764 seconds.
2023-07-28 04:10:16.314825193  [2023-07-28 04:10:16] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/09.59.mp4 in 1.8968379497528076 seconds.
2023-07-28 04:10:18.023634499  [2023-07-28 04:10:18] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/10.00.mp4 in 1.6642611026763916 seconds.
2023-07-28 04:10:25.003524762  [2023-07-28 04:10:25] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/10.09.mp4 in 1.9381811618804932 seconds.
2023-07-28 04:10:27.057701422  [2023-07-28 04:10:27] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/10.09.mp4 in 1.9789819717407227 seconds.
2023-07-28 04:10:29.190214912  [2023-07-28 04:10:29] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/10.10.mp4 in 1.9446499347686768 seconds.
2023-07-28 04:10:31.154685839  [2023-07-28 04:10:31] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/10.09.mp4 in 1.887420892715454 seconds.
2023-07-28 04:10:32.865722725  [2023-07-28 04:10:32] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/10.20.mp4 in 1.6718199253082275 seconds.
2023-07-28 04:10:34.522932661  [2023-07-28 04:10:34] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/10.20.mp4 in 1.6135549545288086 seconds.
2023-07-28 04:10:36.220899026  [2023-07-28 04:10:36] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/10.20.mp4 in 1.6738648414611816 seconds.
2023-07-28 04:10:38.169109893  [2023-07-28 04:10:38] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/10.20.mp4 in 1.8952069282531738 seconds.
2023-07-28 04:10:45.124370483  [2023-07-28 04:10:45] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/10.29.mp4 in 1.8842599391937256 seconds.
2023-07-28 04:10:47.095417207  [2023-07-28 04:10:47] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/10.29.mp4 in 1.9106838703155518 seconds.
2023-07-28 04:10:49.021889018  [2023-07-28 04:10:49] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/10.29.mp4 in 1.8693931102752686 seconds.
2023-07-28 04:10:50.791294861  [2023-07-28 04:10:50] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/10.30.mp4 in 1.6855390071868896 seconds.
2023-07-28 04:10:52.792944549  [2023-07-28 04:10:52] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/10.39.mp4 in 1.922022819519043 seconds.
2023-07-28 04:10:54.780727706  [2023-07-28 04:10:54] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/10.39.mp4 in 1.9244189262390137 seconds.
2023-07-28 04:10:56.735970054  [2023-07-28 04:10:56] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/10.40.mp4 in 1.8932409286499023 seconds.
2023-07-28 04:10:58.721561157  [2023-07-28 04:10:58] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/10.39.mp4 in 1.9352459907531738 seconds.
2023-07-28 04:11:05.522480607  [2023-07-28 04:11:05] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/10.50.mp4 in 1.710968017578125 seconds.
2023-07-28 04:11:07.504862067  [2023-07-28 04:11:07] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/10.50.mp4 in 1.8988001346588135 seconds.
2023-07-28 04:11:09.227304227  [2023-07-28 04:11:09] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/10.50.mp4 in 1.6540708541870117 seconds.
2023-07-28 04:11:11.213110626  [2023-07-28 04:11:11] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/10.50.mp4 in 1.9181499481201172 seconds.
2023-07-28 04:11:13.227505715  [2023-07-28 04:11:13] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/10.59.mp4 in 1.941472053527832 seconds.
2023-07-28 04:11:15.025750285  [2023-07-28 04:11:15] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/11.00.mp4 in 1.7173919677734375 seconds.
2023-07-28 04:11:17.014169205  [2023-07-28 04:11:17] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/10.59.mp4 in 1.9289798736572266 seconds.
2023-07-28 04:11:18.760237706  [2023-07-28 04:11:18] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/11.00.mp4 in 1.682616949081421 seconds.
2023-07-28 04:11:25.780286195  [2023-07-28 04:11:25] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/11.09.mp4 in 1.920896053314209 seconds.
2023-07-28 04:11:27.779330097  [2023-07-28 04:11:27] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/11.09.mp4 in 1.9282500743865967 seconds.
2023-07-28 04:11:29.857913190  [2023-07-28 04:11:29] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/11.10.mp4 in 2.022890090942383 seconds.
2023-07-28 04:11:31.868275842  [2023-07-28 04:11:31] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/11.09.mp4 in 1.9580249786376953 seconds.
2023-07-28 04:11:33.644038288  [2023-07-28 04:11:33] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/11.20.mp4 in 1.7054660320281982 seconds.
2023-07-28 04:11:35.654551040  [2023-07-28 04:11:35] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/11.20.mp4 in 1.8953559398651123 seconds.
2023-07-28 04:11:37.432278027  [2023-07-28 04:11:37] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/11.20.mp4 in 1.7322978973388672 seconds.
2023-07-28 04:11:39.389977206  [2023-07-28 04:11:39] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/11.20.mp4 in 1.894836187362671 seconds.
2023-07-28 04:11:46.413204991  [2023-07-28 04:11:46] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/11.29.mp4 in 1.9790730476379395 seconds.
2023-07-28 04:11:48.176908507  [2023-07-28 04:11:48] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/11.30.mp4 in 1.6857988834381104 seconds.
2023-07-28 04:11:50.098404555  [2023-07-28 04:11:50] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/11.29.mp4 in 1.8878259658813477 seconds.
2023-07-28 04:11:51.810216343  [2023-07-28 04:11:51] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/11.30.mp4 in 1.6667029857635498 seconds.
2023-07-28 04:11:53.727545917  [2023-07-28 04:11:53] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/11.39.mp4 in 1.8847029209136963 seconds.
2023-07-28 04:11:55.660805858  [2023-07-28 04:11:55] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/11.39.mp4 in 1.900209903717041 seconds.
2023-07-28 04:11:57.594102161  [2023-07-28 04:11:57] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/11.40.mp4 in 1.902968168258667 seconds.
2023-07-28 04:11:59.585055239  [2023-07-28 04:11:59] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/11.39.mp4 in 1.9691710472106934 seconds.
2023-07-28 04:12:01.295710707  [2023-07-28 04:12:01] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/11.50.mp4 in 1.6675679683685303 seconds.
2023-07-28 04:12:02.994180897  [2023-07-28 04:12:02] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/11.50.mp4 in 1.6687500476837158 seconds.
2023-07-28 04:12:06.640035424  [2023-07-28 04:12:06] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/11.50.mp4 in 2.0112318992614746 seconds.
2023-07-28 04:12:08.564455443  [2023-07-28 04:12:08] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/11.50.mp4 in 1.9000768661499023 seconds.
2023-07-28 04:12:16.656136495  [2023-07-28 04:12:16] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/11.59.mp4 in 2.00258207321167 seconds.
2023-07-28 04:12:18.410339880  [2023-07-28 04:12:18] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/12.00.mp4 in 1.6947500705718994 seconds.
2023-07-28 04:12:20.567290482  [2023-07-28 04:12:20] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/11.59.mp4 in 2.0980069637298584 seconds.
2023-07-28 04:12:22.313297705  [2023-07-28 04:12:22] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/12.00.mp4 in 1.681169033050537 seconds.
2023-07-28 04:12:24.334313224  [2023-07-28 04:12:24] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/12.09.mp4 in 1.8986949920654297 seconds.
2023-07-28 04:12:26.248640347  [2023-07-28 04:12:26] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/12.09.mp4 in 1.846311092376709 seconds.
2023-07-28 04:12:28.233050665  [2023-07-28 04:12:28] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/12.10.mp4 in 1.9192287921905518 seconds.
2023-07-28 04:12:30.241468997  [2023-07-28 04:12:30] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/12.09.mp4 in 1.9131770133972168 seconds.
2023-07-28 04:12:32.011449176  [2023-07-28 04:12:32] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/12.20.mp4 in 1.6579790115356445 seconds.
2023-07-28 04:12:33.777103585  [2023-07-28 04:12:33] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/12.20.mp4 in 1.663755178451538 seconds.
2023-07-28 04:12:37.266129503  [2023-07-28 04:12:37] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/12.20.mp4 in 1.9080479145050049 seconds.
2023-07-28 04:12:39.222009468  [2023-07-28 04:12:39] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/12.20.mp4 in 1.9058001041412354 seconds.
2023-07-28 04:12:42.277775242  [2023-07-28 04:12:42] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/12.29.mp4 in 1.9064991474151611 seconds.
2023-07-28 04:12:44.032694306  [2023-07-28 04:12:44] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/12.30.mp4 in 1.6678760051727295 seconds.
2023-07-28 04:12:45.978206075  [2023-07-28 04:12:45] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/12.29.mp4 in 1.8634510040283203 seconds.
2023-07-28 04:12:47.717723643  [2023-07-28 04:12:47] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/12.30.mp4 in 1.6873631477355957 seconds.
2023-07-28 04:12:54.733659220  [2023-07-28 04:12:54] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/12.39.mp4 in 1.9701831340789795 seconds.
2023-07-28 04:12:56.657971177  [2023-07-28 04:12:56] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/12.39.mp4 in 1.8754279613494873 seconds.
2023-07-28 04:12:58.632260980  [2023-07-28 04:12:58] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/12.40.mp4 in 1.8998229503631592 seconds.
2023-07-28 04:13:00.744780403  [2023-07-28 04:13:00] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/12.39.mp4 in 1.9664578437805176 seconds.
2023-07-28 04:13:02.498892634  [2023-07-28 04:13:02] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/12.50.mp4 in 1.6990869045257568 seconds.
2023-07-28 04:13:04.310018471  [2023-07-28 04:13:04] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/12.50.mp4 in 1.7014541625976562 seconds.
2023-07-28 04:13:06.307738783  [2023-07-28 04:13:06] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/12.50.mp4 in 1.9180421829223633 seconds.
2023-07-28 04:13:08.271394839  [2023-07-28 04:13:08] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/12.50.mp4 in 1.9028370380401611 seconds.
2023-07-28 04:13:13.304465855  [2023-07-28 04:13:13] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/12.59.mp4 in 1.935554027557373 seconds.
2023-07-28 04:13:15.059866799  [2023-07-28 04:13:15] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/13.00.mp4 in 1.7017710208892822 seconds.
2023-07-28 04:13:16.969022475  [2023-07-28 04:13:16] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/12.59.mp4 in 1.887542963027954 seconds.
2023-07-28 04:13:18.660104688  [2023-07-28 04:13:18] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/13.00.mp4 in 1.6582980155944824 seconds.
2023-07-28 04:13:25.615465299  [2023-07-28 04:13:25] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/13.09.mp4 in 1.9139201641082764 seconds.
2023-07-28 04:13:27.529480749  [2023-07-28 04:13:27] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/13.09.mp4 in 1.877506971359253 seconds.
2023-07-28 04:13:29.537135034  [2023-07-28 04:13:29] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/13.10.mp4 in 1.9059829711914062 seconds.
2023-07-28 04:13:31.483939905  [2023-07-28 04:13:31] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/13.09.mp4 in 1.9222588539123535 seconds.
2023-07-28 04:13:33.161752263  [2023-07-28 04:13:33] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/13.20.mp4 in 1.6347248554229736 seconds.
2023-07-28 04:13:35.284777151  [2023-07-28 04:13:35] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/13.20.mp4 in 1.9200949668884277 seconds.
2023-07-28 04:13:37.027662076  [2023-07-28 04:13:37] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/13.20.mp4 in 1.6586029529571533 seconds.
2023-07-28 04:13:38.963558057  [2023-07-28 04:13:38] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/13.20.mp4 in 1.9048240184783936 seconds.
2023-07-28 04:13:46.023221622  [2023-07-28 04:13:46] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/13.29.mp4 in 1.9777069091796875 seconds.
2023-07-28 04:13:47.783936295  [2023-07-28 04:13:47] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/13.30.mp4 in 1.6905338764190674 seconds.
2023-07-28 04:13:49.783740467  [2023-07-28 04:13:49] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/13.29.mp4 in 1.933501958847046 seconds.
2023-07-28 04:13:51.498183318  [2023-07-28 04:13:51] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/13.30.mp4 in 1.6525959968566895 seconds.
2023-07-28 04:13:53.483898075  [2023-07-28 04:13:53] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_backyard/13.39.mp4 in 1.9109869003295898 seconds.
2023-07-28 04:13:55.443805942  [2023-07-28 04:13:55] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_front/13.39.mp4 in 1.8931241035461426 seconds.
2023-07-28 04:13:57.427461098  [2023-07-28 04:13:57] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_nw/13.40.mp4 in 1.9115748405456543 seconds.
2023-07-28 04:13:59.408642873  [2023-07-28 04:13:59] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-28/03/frigate_street_se/13.39.mp4 in 1.9213428497314453 seconds.
NickM-27 commented 1 year ago

Is this intentional? Maybe because you guys wouldn't know what to do on the first and last day when the time goes back and forward so it might merge with existing files? Maybe a solution would be to create a DST folder inside /recordings and then start recording into that when the DST starts, and then back to /recordings when it ends?

Yes, storing recordings in UTC is intentional (and documented), it is working as intended.

I don't know, I mean if the UI offered a way to easily pick IN date/time and OUT date/time to hit export and get a continuous file this wouldn't be such an issue. I know there's an API for this but not every person that will be operating the system will know how to use the API. I am not always home.

This feature has already been added to the UI for 0.13

Majestic7979 commented 1 year ago

Ah you use UTC. No problem, got it. Makes sense. Really glad to hear that exporting is in 0.13! I am excited. Hey I am gonna give you a break for now. It's now 4:18AM, I really need sleep. I will see what I'm gonna do regarding the drive and I'll let you know so we can get some data in and learn whether this was the system, my host software or the drive. I am leaning toward drive as you said, but looking at your model and mine, they're both 5400 RPM. My drive has 64MB cache and yours has 128, so that might explain. It might be that the cache is what's giving you better performance.

NickM-27 commented 1 year ago

Mine's also ~2 years old, just for clarity

Majestic7979 commented 1 year ago

It's not an issue. I just ordered a WD Purple 4TB with 256MB cache. Hopefully it will resolve. They have a returns window. I'll let you know. Thanks for all the support today and I'll catch you later. Enjoy your Friday!

Majestic7979 commented 1 year ago

So with h265 hardly any of the errors. Still have what appears to be gaps between files. image Can see files are either 8 seconds long or 11... so 1 second losses. I will update further once the new drive arrives here and I install.

In the meantime, I would like to ask - is it possible for frigate to change recording format to .ts instead of MP4? When there is a power outage or error, TS can still be played back. But MP4 files must always be closed. This adds overheads. I have a dashcam in the car. When I use TS, the dashcam records faster and I don't lose footage after cutting out the engine (it turns on and off based on ignition position). With MP4 I will lose up to 2 minutes 59 seconds depending when the current chunk started being recorded (it records in 3 min chunks).

I was wondering why not use TS instead of MP4? Is there a particular reason behind this decision?

The next step once the skipping is sorted for good, is to start looking at why I cannot record audio reliably.

NickM-27 commented 1 year ago

Can see files are either 8 seconds long or 11... so 1 second losses.

When you play back are there actual gaps in playback? Most likely it is just a difference in seconds because the durations and file names do not show milliseconds. If there are no errors in the logs then everything was recorded.

I was wondering why not use TS instead of MP4? Is there a particular reason behind this decision?

It used to be used and was reverted, I believe due to less compatibility and other issues it was moved back to mp4.

Majestic7979 commented 1 year ago

Can see files are either 8 seconds long or 11... so 1 second losses.

When you play back are there actual gaps in playback? Most likely it is just a difference in seconds because the durations and file names do not show milliseconds. If there are no errors in the logs then everything was recorded.

I was wondering why not use TS instead of MP4? Is there a particular reason behind this decision?

It used to be used and was reverted, I believe due to less compatibility and other issues it was moved back to mp4.

Can we get a choice? I'd rather have less compatibility for more reliability... for the aforementioned reasons

NickM-27 commented 1 year ago

Anyone can make a feature request, I am not sure on the ramifications of that or how feasible it will be as the ts support was before my time contributing, I just remember reading about the issues that were there. There could have been other issues I am not remembering as well.

NickM-27 commented 1 year ago

Okay I had a bit of a mistake with the previous screenshot but it actually illustrates my point better

This is what my windows PC shows:

image

But when you check using ffprobe, it is 09.99 so basically 10 seconds in length which means windows is just rounding everything down making it look like seconds were skipped when they weren't actually

Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Volumes/video/frigate/2023-07-28/21/front_cam/00.19.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2mp41
    title           : Media Presentation
    encoder         : Lavf59.27.100
  Duration: 00:00:09.99, start: 0.000000, bitrate: 7986 kb/s
  Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuvj420p(pc), 5120x1440 [SAR 1:1 DAR 32:9], 7979 kb/s, 20.08 fps, 50 tbr, 10240 tbn (default)
    Metadata:
      handler_name    : VideoHandler
      vendor_id       : [0][0][0][0]
  Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 8000 Hz, mono, fltp, 28 kb/s (default)
    Metadata:
      handler_name    : SoundHandler
      vendor_id       : [0][0][0][0]
Majestic7979 commented 1 year ago

Understood. It's just that, hear me out here... Imagine a burglar cuts your power... just before the mp4 was closed for the last chunk. But that's when their face was recorded... howewer because the power was cut just before ffmpeg was able to finalize the file, you now have no evidence of their face. I know it's far-fetched. I know it's crazy. But you know what's crazy too? The fact that as I was sitting here last night watching my cameras just "for fun" while waiting for the badblocks check to finish, I was able to stop a burglary at my neighbors!!!!!!! Things happen when you least expect. And ok I understand that a decision was made for mp4 to become the container. But there's a reason why other applications dealing with CCTV use that container - it does not corrupt the file if power is cut or whatever. It's just linear data. I know you work closely with Blake. Please discuss with him. I played a whole hour using 16x and have timestamps down to the second in my cameras. No skipping. Hopefully with the new drive things will improve. How about getting the audio to work now that we've managed to sort out the skipping? Config to follow:

Majestic7979 commented 1 year ago
####################################
########## FRIGATE CONFIG ##########

mqtt:
  enabled: false

detectors:
  tensorrt:
    type: tensorrt
    device: 0

model:
  path: /trt-models/yolov7-tiny-416.trt
  input_tensor: nchw
  input_pixel_format: rgb
  width: 416
  height: 416

ui:
  live_mode: jsmpeg
  timezone: Europe/London
  use_experimental: true

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

database:
  path: /db/frigate.db

birdseye:
  enabled: True
  restream: True
  width: 1280
  height: 960
    # 1 is the highest quality, and 31 is the lowest. Lower quality feeds utilize less CPU resources.
  quality: 10
  mode: continuous

detect:
  width: 1280
  height: 960
  fps: 5
  enabled: true
  max_disappeared: 60

objects:
  track:
    - person

record:
  enabled: True
  retain:
    days: 10
    mode: all
  events:
    retain:
      default: 10

snapshots:
  enabled: False
  timestamp: true
  bounding_box: False
  crop: False
  retain:
    default: 5

rtmp:
  enabled: False

timestamp_style:
    # "tl" (top left), "tr" (top right), "bl" (bottom left), "br" (bottom right)
  position: "tl"
    # Optional: Format specifier conform to the Python package "datetime" (default: shown below)
    #           Additional Examples:
    #             german: "%d.%m.%Y %H:%M:%S"
  format: "%m/%d/%Y %H:%M:%S"
  color:
    red: 255
    green: 255
    blue: 255
  thickness: 2
    # None (No effect),
    # "solid" (solid background in inverse color of font)
    # "shadow" (shadow for font)
  effect: shadow

###################################
########## CAMERA CONFIG ##########

cameras:
  frigate_street_front:
    enabled: True
    ffmpeg:
      hwaccel_args: preset-nvidia-h265
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp://10.0.0.100:8554/frigate_street_front
          input_args: preset-rtsp-generic
          roles:
            - record
            - detect
    detect:
      enabled: true

  frigate_street_nw:
    enabled: True
    ffmpeg:
      hwaccel_args: preset-nvidia-h265   
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp://10.0.0.100:8554/frigate_street_nw
          input_args: preset-rtsp-generic
          roles:
            - record
            - detect
    detect:
      enabled: true

  frigate_street_se:
    enabled: True
    ffmpeg:
      hwaccel_args: preset-nvidia-h265    
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp://10.0.0.100:8554/frigate_street_se
          input_args: preset-rtsp-generic    
          roles:
            - record
            - detect
    detect:
      enabled: true

  frigate_backyard:
    enabled: True
    ffmpeg:
      hwaccel_args: preset-nvidia-h265 
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp://10.0.0.100:8554/frigate_backyard
          input_args: preset-rtsp-generic
          roles:
            - record
            - detect
    detect:
      enabled: true
Majestic7979 commented 1 year ago

Probe:

[{"return_code":0,"stderr":"","stdout":{"programs":[],"streams":[{"avg_frame_rate":"0/0","codec_long_name":"H.265/HEVC(HighEfficiencyVideoCoding)","height":1944,"width":2592},{"avg_frame_rate":"0/0","bit_rate":"64000","codec_long_name":"PCMA-law/G.711A-law"}]}}]
NickM-27 commented 1 year ago

Yes I understand the reasoning, you're not the only one I have heard talk about that. But the other side of that coin is if it has compatibility issues -- other users that care more about ease of use than 100% flawless data integrity will have a bad experience and also lead to more support issues which uses more of our time.

Obviously an option helps in that sense, which is why I suggest you create a feature request issue and then we can start to get an idea of how popular the request is.

as far as audio goes, what audio issues are you seeing? What do you mean by skipping exactly?

Majestic7979 commented 1 year ago

Wait but that doesn't make sense!? This is a security application, right? What you're saying is basically this: Frigate = Bank Bank with TS: We are secure 24/7. The door to the vault where we keep your money is activated with electricity. When there is no electricity, your money is still safe because the vault stays locked when it's unpowered. To access, plug a power bank into the vault and it will activate the keypad for the lock, you can then get to your money.

Bank with MP4: You no longer have to carry a power bank with you, because the vault now stays locked while the is electricity, which is 99% of the time. But if there is no electricity, you can still get your money even without a power bank, because the vault automatically unlocks..... Oh we forgot to tell you: it unlocks for everyone, so now you need to watch your system 24/7 because if the power goes down anyone will be able to get into the vault and take your funds. Can you get to the vault before the thief? No? Oh, too bad then.

That's basically what it is now. You traded reliability for convenience. If someone can't use.... welllllllll...... What's the point of putting so much work into a security recorder when anyone can bypass the entire system with the pull of a plug at the most crucial moment!? Or if there is a data fault, the MP4 will be corrupted and useless, whereas with TS you can at least recover whatever was left before the fault. With TS, this is never an issue.

When choosing a security system it's all about the reliability, not the convenience.

I strongly urge you to please discuss with Blake as the reasoning you provided (if it's the "official" point of view) to me does not correspond to what a security appliance should do. If people have compatibility issues, wouldn't it perhaps be a good idea to create a desktop QT application that's multiplatform (since QT and ffmpeg are multiplatform) that interfaces with the API and serves as a player, essentially allowing the user to browse footage as a timeline and play it back/export? It would bridge the gap. I know that some platforms coughapplecough have "issues". Their problem.

At this point I feel that if you presented an option to users regarding reliability with TS with the trade off of less compatibility, my guess is most people would take it, unless they really don't care about their footage. Maybe I'm a little cynical but this is because of iPhones isn't it... Ugh. We don't have to cater to Apple users as a priority, no matter how popular that platform is, it should never dictate what goal your application has - to reliably serve as a recorder for evidence. Otherwise we may as well just stop using hard drives and rely on watching cameras to catch people. For now I won't open a feature request. I want to politely request that you bring Blake into this comment thread and show him what I'm saying. Let me know please. I'll take it from there.

Regarding audio - It's G711 and it doesn't get recorded. I tried with the generic audio and the AAC audio. Makes no difference.

NickM-27 commented 1 year ago

First off, you should not take anything I say as "the official stance". I am a contributor, not the author of the project.

Secondly, by compatibility I meant compatibility with cameras having recordings saved correctly not playback compatibility. So users with certain types of cameras are far more likely to have issues with the ts container working at all..

You seem to be making a lot of assumptions here, with seemingly little context leading to a whole rant about Apple which is completely unrelated. It is not constructive to make these assumptions and assume there is not a good reason for the way things are currently, or assume that everyone wants to use something exactly the way you do.

Regarding audio - It's G711 and it doesn't get recorded. I tried with the generic audio and the AAC audio. Makes no difference.

So there is no audio saved to the .mp4 file at all? that doesn't make any sense unless the camera or mediamtx is not sending audio in the first place

Majestic7979 commented 1 year ago

First off, you should not take anything I say as "the official stance". I am a contributor, not the author of the project.

Secondly, by compatibility I meant compatibility with cameras having recordings saved correctly not playback compatibility. So users with certain types of cameras are far more likely to have issues with the ts container working at all..

You seem to be making a lot of assumptions here, with seemingly little context leading to a whole rant about Apple which is completely unrelated. It is not constructive to make these assumptions and assume there is not a good reason for the way things are currently, or assume that everyone wants to use something exactly the way you do.

Regarding audio - It's G711 and it doesn't get recorded. I tried with the generic audio and the AAC audio. Makes no difference.

So there is no audio saved to the .mp4 file at all? that doesn't make any sense unless the camera or mediamtx is not sending audio in the first place

You seem to be making a lot of assumptions here, with seemingly little context leading to a whole rant about Apple which is completely unrelated

This is correct, I am not going to pretend... I am making assumptions but this is the basis for the discussion, I do not feel offended if you correct me. But it needs to start somewhere. I am trying to understand. And I know that Apple has issues with some stuff, or some browsers can play some formats while some cannot. Same way you said "don't take what I said as the official stance" I want you to offer me the same courtesy and never take what I say as nothing more than general commentary unless it's a specific comment with data like the troubleshooting we have done so far. It's all points for discussion, it's never intended as an offence. But the word rant does sound offensive, please bear in mind. It does not affect you if I dislike Apple for making the industry go a certain way for many things leading to their gain and everyone's detriment, like iMessage/RCS to name one of many.

Anyway. Audio. When I use the audio preset, basically I get no picture. MediaMTX shows me that Frigate's container (the weird IP starting 172) closes the connection:

23:03:54 INF [RTSP] [conn 172.17.0.27:33978] closed (EOF)
2023/07/28 23:03:54 INF [RTSP] [session 51ce1760] destroyed (torn down by 172.17.0.27:33984)
2023/07/28 23:03:54 INF [RTSP] [conn 172.17.0.27:33984] closed (EOF)
2023/07/28 23:03:54 INF [RTSP] [session 6c4ab9e1] destroyed (torn down by 172.17.0.27:33998)
2023/07/28 23:03:54 INF [RTSP] [conn 172.17.0.27:33998] closed (EOF)
2023/07/28 23:03:54 INF [RTSP] [session 94c4fa0d] destroyed (torn down by 172.17.0.27:34012)
2023/07/28 23:03:54 INF [RTSP] [conn 172.17.0.27:34012] closed (EOF)
2023/07/28 23:04:01 INF [path frigate_birdseye] [rtsp source] ERR: read tcp 10.0.0.100:33128->10.0.0.100:8551: i/o timeout
2023/07/28 23:04:03 INF [RTSP] [conn 172.17.0.27:40288] opened
2023/07/28 23:04:03 INF [RTSP] [conn 172.17.0.27:40304] opened
2023/07/28 23:04:03 INF [RTSP] [conn 172.17.0.27:40298] opened
2023/07/28 23:04:03 INF [RTSP] [session 468902e4] created by 172.17.0.27:40288
2023/07/28 23:04:03 INF [RTSP] [session 6af89d85] created by 172.17.0.27:40304
2023/07/28 23:04:03 INF [RTSP] [session 94be3d4f] created by 172.17.0.27:40298
2023/07/28 23:04:03 INF [RTSP] [session 468902e4] is reading from path 'frigate_backyard', with TCP, 2 tracks (H265, G711)
2023/07/28 23:04:03 INF [RTSP] [session 6af89d85] is reading from path 'frigate_street_nw', with TCP, 2 tracks (H265, G711)
2023/07/28 23:04:03 INF [RTSP] [session 94be3d4f] is reading from path 'frigate_street_front', with TCP, 2 tracks (H265, G711)
2023/07/28 23:04:03 INF [RTSP] [conn 172.17.0.27:40306] opened
2023/07/28 23:04:03 INF [RTSP] [session 65c485b2] created by 172.17.0.27:40306
2023/07/28 23:04:03 INF [RTSP] [session 65c485b2] is reading from path 'frigate_street_se', with TCP, 2 tracks (H265, G711)
2023/07/28 23:04:04 INF [RTSP] [session 468902e4] destroyed (torn down by 172.17.0.27:40288)
2023/07/28 23:04:04 INF [RTSP] [conn 172.17.0.27:40288] closed (EOF)
2023/07/28 23:04:04 INF [RTSP] [session 94be3d4f] destroyed (torn down by 172.17.0.27:40298)
2023/07/28 23:04:04 INF [RTSP] [conn 172.17.0.27:40298] closed (EOF)
2023/07/28 23:04:04 INF [RTSP] [session 6af89d85] destroyed (torn down by 172.17.0.27:40304)
2023/07/28 23:04:04 INF [RTSP] [conn 172.17.0.27:40304] closed (EOF)
2023/07/28 23:04:04 INF [RTSP] [session 65c485b2] destroyed (torn down by 172.17.0.27:40306)
2023/07/28 23:04:04 INF [RTSP] [conn 172.17.0.27:40306] closed (EOF)
Majestic7979 commented 1 year ago

If I use the generic preset, without audio, it works fine as you've seen in many logs I provided previously.

NickM-27 commented 1 year ago

Can you show frigate logs when you use the audio preset?

Majestic7979 commented 1 year ago

To add more detail - my cameras can output either A711U, A711A or AAC. A711 both flavors the audio gets saved into the 10s chunks created by Frigate but they CANNOT be played in the web browser. If I select AAC in the cameras, then Frigate straight up rejects the stream (per MediaMTX logs above)

Majestic7979 commented 1 year ago

image

Logs:

2023-07-29 00:06:13.221249654  [2023-07-29 00:06:13] ffmpeg.frigate_street_front.detect ERROR   : [hevc @ 0x55f4965d9ac0] No device available for decoder: device type cuda needed for codec hevc.
2023-07-29 00:06:13.221287497  [2023-07-29 00:06:13] ffmpeg.frigate_street_front.detect ERROR   : Device setup failed for decoder on input stream #0:0 : Generic error in an external library
2023-07-29 00:06:13.223110855  [2023-07-29 00:06:13] watchdog.frigate_street_nw     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_nw.
2023-07-29 00:06:13.223168719  [2023-07-29 00:06:13] watchdog.frigate_street_nw     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:06:13.223213872  [2023-07-29 00:06:13] ffmpeg.frigate_street_nw.detect ERROR   : [AVHWDeviceContext @ 0x5578b5f47740] cu->cuInit(0) failed -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
2023-07-29 00:06:13.223252549  [2023-07-29 00:06:13] ffmpeg.frigate_street_nw.detect ERROR   : Device creation failed: -542398533.
2023-07-29 00:06:13.223291379  [2023-07-29 00:06:13] ffmpeg.frigate_street_nw.detect ERROR   : [hevc @ 0x5578b5f46f00] No device available for decoder: device type cuda needed for codec hevc.
2023-07-29 00:06:13.223329073  [2023-07-29 00:06:13] ffmpeg.frigate_street_nw.detect ERROR   : Device setup failed for decoder on input stream #0:0 : Generic error in an external library
2023-07-29 00:06:13.568310181  [2023-07-29 00:06:13] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-29 00:06:13.568370851  [2023-07-29 00:06:13] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:06:13.568417923  [2023-07-29 00:06:13] ffmpeg.frigate_street_se.detect ERROR   : [AVHWDeviceContext @ 0x565449e26480] cu->cuInit(0) failed -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
2023-07-29 00:06:13.568457885  [2023-07-29 00:06:13] ffmpeg.frigate_street_se.detect ERROR   : Device creation failed: -542398533.
2023-07-29 00:06:13.568497400  [2023-07-29 00:06:13] ffmpeg.frigate_street_se.detect ERROR   : [hevc @ 0x565449e28ac0] No device available for decoder: device type cuda needed for codec hevc.
2023-07-29 00:06:13.568534280  [2023-07-29 00:06:13] ffmpeg.frigate_street_se.detect ERROR   : Device setup failed for decoder on input stream #0:0 : Generic error in an external library
2023-07-29 00:06:14.690018683  [2023-07-29 00:06:14] frigate.video                  ERROR   : frigate_street_nw: Unable to read frames from ffmpeg process.
2023-07-29 00:06:14.690090741  [2023-07-29 00:06:14] frigate.video                  ERROR   : frigate_street_nw: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:06:14.742758877  [2023-07-29 00:06:14] frigate.video                  ERROR   : frigate_street_front: Unable to read frames from ffmpeg process.
2023-07-29 00:06:14.742818524  [2023-07-29 00:06:14] frigate.video                  ERROR   : frigate_street_front: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:06:14.749140889  [2023-07-29 00:06:14] frigate.video                  ERROR   : frigate_backyard: Unable to read frames from ffmpeg process.
2023-07-29 00:06:14.749201804  [2023-07-29 00:06:14] frigate.video                  ERROR   : frigate_backyard: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:06:15.059027753  [2023-07-29 00:06:15] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-29 00:06:15.059085755  [2023-07-29 00:06:15] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:06:23.223933665  [2023-07-29 00:06:23] watchdog.frigate_backyard      ERROR   : Ffmpeg process crashed unexpectedly for frigate_backyard.
2023-07-29 00:06:23.223994430  [2023-07-29 00:06:23] watchdog.frigate_backyard      ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:06:23.226385099  [2023-07-29 00:06:23] ffmpeg.frigate_backyard.detect ERROR   : [AVHWDeviceContext @ 0x563ce8cca940] cu->cuInit(0) failed -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
2023-07-29 00:06:23.226419095  [2023-07-29 00:06:23] ffmpeg.frigate_backyard.detect ERROR   : Device creation failed: -542398533.
2023-07-29 00:06:23.226437258  [2023-07-29 00:06:23] ffmpeg.frigate_backyard.detect ERROR   : [hevc @ 0x563ce8cd6100] No device available for decoder: device type cuda needed for codec hevc.
2023-07-29 00:06:23.226453531  [2023-07-29 00:06:23] ffmpeg.frigate_backyard.detect ERROR   : Device setup failed for decoder on input stream #0:0 : Generic error in an external library
2023-07-29 00:06:23.229438147  [2023-07-29 00:06:23] watchdog.frigate_street_front  ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_front.
2023-07-29 00:06:23.229503137  [2023-07-29 00:06:23] watchdog.frigate_street_front  ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:06:23.229548154  [2023-07-29 00:06:23] ffmpeg.frigate_street_front.detect ERROR   : [AVHWDeviceContext @ 0x55bd2b07b840] cu->cuInit(0) failed -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
2023-07-29 00:06:23.229588027  [2023-07-29 00:06:23] ffmpeg.frigate_street_front.detect ERROR   : Device creation failed: -542398533.
2023-07-29 00:06:23.229626953  [2023-07-29 00:06:23] ffmpeg.frigate_street_front.detect ERROR   : [hevc @ 0x55bd2b078ac0] No device available for decoder: device type cuda needed for codec hevc.
2023-07-29 00:06:23.229665057  [2023-07-29 00:06:23] ffmpeg.frigate_street_front.detect ERROR   : Device setup failed for decoder on input stream #0:0 : Generic error in an external library
2023-07-29 00:06:23.229701042  [2023-07-29 00:06:23] watchdog.frigate_street_nw     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_nw.
2023-07-29 00:06:23.229737097  [2023-07-29 00:06:23] watchdog.frigate_street_nw     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:06:23.229773395  [2023-07-29 00:06:23] ffmpeg.frigate_street_nw.detect ERROR   : [AVHWDeviceContext @ 0x557d6f2c9140] cu->cuInit(0) failed -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
2023-07-29 00:06:23.229811702  [2023-07-29 00:06:23] ffmpeg.frigate_street_nw.detect ERROR   : Device creation failed: -542398533.
2023-07-29 00:06:23.229847192  [2023-07-29 00:06:23] ffmpeg.frigate_street_nw.detect ERROR   : [hevc @ 0x557d6f2c15c0] No device available for decoder: device type cuda needed for codec hevc.
2023-07-29 00:06:23.229887176  [2023-07-29 00:06:23] ffmpeg.frigate_street_nw.detect ERROR   : Device setup failed for decoder on input stream #0:0 : Generic error in an external library
2023-07-29 00:06:23.573332315  [2023-07-29 00:06:23] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-29 00:06:23.573390214  [2023-07-29 00:06:23] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:06:23.573434743  [2023-07-29 00:06:23] ffmpeg.frigate_street_se.detect ERROR   : [AVHWDeviceContext @ 0x55ebb941a400] cu->cuInit(0) failed -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
2023-07-29 00:06:23.573474247  [2023-07-29 00:06:23] ffmpeg.frigate_street_se.detect ERROR   : Device creation failed: -542398533.
2023-07-29 00:06:23.573511539  [2023-07-29 00:06:23] ffmpeg.frigate_street_se.detect ERROR   : [hevc @ 0x55ebb94a4b00] No device available for decoder: device type cuda needed for codec hevc.
2023-07-29 00:06:23.573547805  [2023-07-29 00:06:23] ffmpeg.frigate_street_se.detect ERROR   : Device setup failed for decoder on input stream #0:0 : Generic error in an external library
2023-07-29 00:06:24.745779211  [2023-07-29 00:06:24] frigate.video                  ERROR   : frigate_street_front: Unable to read frames from ffmpeg process.
2023-07-29 00:06:24.745841158  [2023-07-29 00:06:24] frigate.video                  ERROR   : frigate_street_front: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:06:24.765677366  [2023-07-29 00:06:24] frigate.video                  ERROR   : frigate_backyard: Unable to read frames from ffmpeg process.
2023-07-29 00:06:24.765736808  [2023-07-29 00:06:24] frigate.video                  ERROR   : frigate_backyard: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:06:24.833593571  [2023-07-29 00:06:24] frigate.video                  ERROR   : frigate_street_nw: Unable to read frames from ffmpeg process.
2023-07-29 00:06:24.833658367  [2023-07-29 00:06:24] frigate.video                  ERROR   : frigate_street_nw: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:06:25.073053491  [2023-07-29 00:06:25] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-29 00:06:25.073112928  [2023-07-29 00:06:25] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:06:33.231068633  [2023-07-29 00:06:33] watchdog.frigate_backyard      ERROR   : Ffmpeg process crashed unexpectedly for frigate_backyard.
2023-07-29 00:06:33.231317294  [2023-07-29 00:06:33] watchdog.frigate_backyard      ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:06:33.231516986  [2023-07-29 00:06:33] ffmpeg.frigate_backyard.detect ERROR   : [AVHWDeviceContext @ 0x55e7198e7200] cu->cuInit(0) failed -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
2023-07-29 00:06:33.231709798  [2023-07-29 00:06:33] ffmpeg.frigate_backyard.detect ERROR   : Device creation failed: -542398533.
2023-07-29 00:06:33.231861299  [2023-07-29 00:06:33] ffmpeg.frigate_backyard.detect ERROR   : [hevc @ 0x55e7198ea100] No device available for decoder: device type cuda needed for codec hevc.
2023-07-29 00:06:33.232022596  [2023-07-29 00:06:33] ffmpeg.frigate_backyard.detect ERROR   : Device setup failed for decoder on input stream #0:0 : Generic error in an external library
2023-07-29 00:06:33.232646356  [2023-07-29 00:06:33] watchdog.frigate_street_front  ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_front.
2023-07-29 00:06:33.238628156  [2023-07-29 00:06:33] watchdog.frigate_street_front  ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:06:33.239001032  [2023-07-29 00:06:33] watchdog.frigate_street_nw     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_nw.
2023-07-29 00:06:33.239058426  [2023-07-29 00:06:33] ffmpeg.frigate_street_front.detect ERROR   : [AVHWDeviceContext @ 0x561ffd478880] cu->cuInit(0) failed -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
2023-07-29 00:06:33.239104189  [2023-07-29 00:06:33] ffmpeg.frigate_street_front.detect ERROR   : Device creation failed: -542398533.
2023-07-29 00:06:33.239144351  [2023-07-29 00:06:33] ffmpeg.frigate_street_front.detect ERROR   : [hevc @ 0x561ffd473ac0] No device available for decoder: device type cuda needed for codec hevc.
2023-07-29 00:06:33.239182196  [2023-07-29 00:06:33] ffmpeg.frigate_street_front.detect ERROR   : Device setup failed for decoder on input stream #0:0 : Generic error in an external library
2023-07-29 00:06:33.239218839  [2023-07-29 00:06:33] watchdog.frigate_street_nw     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:06:33.239255747  [2023-07-29 00:06:33] ffmpeg.frigate_street_nw.detect ERROR   : [AVHWDeviceContext @ 0x561e6d421040] cu->cuInit(0) failed -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
2023-07-29 00:06:33.239291558  [2023-07-29 00:06:33] ffmpeg.frigate_street_nw.detect ERROR   : Device creation failed: -542398533.
2023-07-29 00:06:33.239327713  [2023-07-29 00:06:33] ffmpeg.frigate_street_nw.detect ERROR   : [hevc @ 0x561e6d423ac0] No device available for decoder: device type cuda needed for codec hevc.
2023-07-29 00:06:33.239364852  [2023-07-29 00:06:33] ffmpeg.frigate_street_nw.detect ERROR   : Device setup failed for decoder on input stream #0:0 : Generic error in an external library
2023-07-29 00:06:33.579880421  [2023-07-29 00:06:33] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-29 00:06:33.580010297  [2023-07-29 00:06:33] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:06:33.580234255  [2023-07-29 00:06:33] ffmpeg.frigate_street_se.detect ERROR   : [AVHWDeviceContext @ 0x5628f614b000] cu->cuInit(0) failed -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
2023-07-29 00:06:33.580238563  [2023-07-29 00:06:33] ffmpeg.frigate_street_se.detect ERROR   : Device creation failed: -542398533.
2023-07-29 00:06:33.580393102  [2023-07-29 00:06:33] ffmpeg.frigate_street_se.detect ERROR   : [hevc @ 0x5628f614d180] No device available for decoder: device type cuda needed for codec hevc.
2023-07-29 00:06:33.580408680  [2023-07-29 00:06:33] ffmpeg.frigate_street_se.detect ERROR   : Device setup failed for decoder on input stream #0:0 : Generic error in an external library
2023-07-29 00:06:34.737513656  [2023-07-29 00:06:34] frigate.video                  ERROR   : frigate_street_nw: Unable to read frames from ffmpeg process.
2023-07-29 00:06:34.737927157  [2023-07-29 00:06:34] frigate.video                  ERROR   : frigate_street_nw: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:06:34.757354037  [2023-07-29 00:06:34] frigate.video                  ERROR   : frigate_street_front: Unable to read frames from ffmpeg process.
2023-07-29 00:06:34.757538077  [2023-07-29 00:06:34] frigate.video                  ERROR   : frigate_street_front: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:06:34.792549850  [2023-07-29 00:06:34] frigate.video                  ERROR   : frigate_backyard: Unable to read frames from ffmpeg process.
2023-07-29 00:06:34.792757582  [2023-07-29 00:06:34] frigate.video                  ERROR   : frigate_backyard: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:06:35.081390734  [2023-07-29 00:06:35] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-29 00:06:35.081504178  [2023-07-29 00:06:35] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:06:43.244435766  [2023-07-29 00:06:43] watchdog.frigate_street_front  ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_front.
2023-07-29 00:06:43.252427561  [2023-07-29 00:06:43] watchdog.frigate_street_nw     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_nw.
2023-07-29 00:06:43.252468214  [2023-07-29 00:06:43] watchdog.frigate_street_front  ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:06:43.252492815  [2023-07-29 00:06:43] ffmpeg.frigate_street_front.detect ERROR   : [AVHWDeviceContext @ 0x56274d415080] cu->cuInit(0) failed -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
2023-07-29 00:06:43.252510827  [2023-07-29 00:06:43] watchdog.frigate_backyard      ERROR   : Ffmpeg process crashed unexpectedly for frigate_backyard.
2023-07-29 00:06:43.252536136  [2023-07-29 00:06:43] watchdog.frigate_street_nw     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:06:43.252545932  [2023-07-29 00:06:43] watchdog.frigate_backyard      ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:06:43.252635592  [2023-07-29 00:06:43] ffmpeg.frigate_backyard.detect ERROR   : [AVHWDeviceContext @ 0x55efc43ac640] cu->cuInit(0) failed -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
2023-07-29 00:06:43.252637351  [2023-07-29 00:06:43] ffmpeg.frigate_street_nw.detect ERROR   : [AVHWDeviceContext @ 0x55bca0d41140] cu->cuInit(0) failed -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
2023-07-29 00:06:43.252638178  [2023-07-29 00:06:43] ffmpeg.frigate_backyard.detect ERROR   : Device creation failed: -542398533.
2023-07-29 00:06:43.252638858  [2023-07-29 00:06:43] ffmpeg.frigate_street_front.detect ERROR   : Device creation failed: -542398533.
2023-07-29 00:06:43.252639679  [2023-07-29 00:06:43] ffmpeg.frigate_backyard.detect ERROR   : [hevc @ 0x55efc43af100] No device available for decoder: device type cuda needed for codec hevc.
2023-07-29 00:06:43.252640414  [2023-07-29 00:06:43] ffmpeg.frigate_street_front.detect ERROR   : [hevc @ 0x56274d414840] No device available for decoder: device type cuda needed for codec hevc.
2023-07-29 00:06:43.252650339  [2023-07-29 00:06:43] ffmpeg.frigate_backyard.detect ERROR   : Device setup failed for decoder on input stream #0:0 : Generic error in an external library
2023-07-29 00:06:43.252741901  [2023-07-29 00:06:43] ffmpeg.frigate_street_front.detect ERROR   : Device setup failed for decoder on input stream #0:0 : Generic error in an external library
2023-07-29 00:06:43.252743601  [2023-07-29 00:06:43] ffmpeg.frigate_street_nw.detect ERROR   : Device creation failed: -542398533.
2023-07-29 00:06:43.252744547  [2023-07-29 00:06:43] ffmpeg.frigate_street_nw.detect ERROR   : [hevc @ 0x55bca0d395c0] No device available for decoder: device type cuda needed for codec hevc.
2023-07-29 00:06:43.252745292  [2023-07-29 00:06:43] ffmpeg.frigate_street_nw.detect ERROR   : Device setup failed for decoder on input stream #0:0 : Generic error in an external library
2023-07-29 00:06:43.590659762  [2023-07-29 00:06:43] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-29 00:06:43.590855986  [2023-07-29 00:06:43] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:06:43.590897283  [2023-07-29 00:06:43] ffmpeg.frigate_street_se.detect ERROR   : [AVHWDeviceContext @ 0x55a944f5b940] cu->cuInit(0) failed -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
2023-07-29 00:06:43.591089864  [2023-07-29 00:06:43] ffmpeg.frigate_street_se.detect ERROR   : Device creation failed: -542398533.
2023-07-29 00:06:43.591099593  [2023-07-29 00:06:43] ffmpeg.frigate_street_se.detect ERROR   : [hevc @ 0x55a944f5c840] No device available for decoder: device type cuda needed for codec hevc.
2023-07-29 00:06:43.591192647  [2023-07-29 00:06:43] ffmpeg.frigate_street_se.detect ERROR   : Device setup failed for decoder on input stream #0:0 : Generic error in an external library
2023-07-29 00:06:44.765342275  [2023-07-29 00:06:44] frigate.video                  ERROR   : frigate_backyard: Unable to read frames from ffmpeg process.
2023-07-29 00:06:44.765525854  [2023-07-29 00:06:44] frigate.video                  ERROR   : frigate_backyard: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:06:44.819040107  [2023-07-29 00:06:44] frigate.video                  ERROR   : frigate_street_nw: Unable to read frames from ffmpeg process.
2023-07-29 00:06:44.819335701  [2023-07-29 00:06:44] frigate.video                  ERROR   : frigate_street_front: Unable to read frames from ffmpeg process.
2023-07-29 00:06:44.819431416  [2023-07-29 00:06:44] frigate.video                  ERROR   : frigate_street_nw: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:06:44.819516595  [2023-07-29 00:06:44] frigate.video                  ERROR   : frigate_street_front: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:06:45.082577385  [2023-07-29 00:06:45] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-29 00:06:45.082579780  [2023-07-29 00:06:45] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
Majestic7979 commented 1 year ago

Config:

####################################
########## FRIGATE CONFIG ##########

mqtt:
  enabled: false

detectors:
  tensorrt:
    type: tensorrt
    device: 0

model:
  path: /trt-models/yolov7-tiny-416.trt
  input_tensor: nchw
  input_pixel_format: rgb
  width: 416
  height: 416

ui:
  live_mode: jsmpeg
  timezone: Europe/London
  use_experimental: true

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

database:
  path: /db/frigate.db

birdseye:
  enabled: True
  restream: True
  width: 1280
  height: 960
    # 1 is the highest quality, and 31 is the lowest. Lower quality feeds utilize less CPU resources.
  quality: 10
  mode: continuous

detect:
  width: 1280
  height: 960
  fps: 5
  enabled: true
  max_disappeared: 60

objects:
  track:
    - person

record:
  enabled: True
  retain:
    days: 10
    mode: all
  events:
    retain:
      default: 10

snapshots:
  enabled: False
  timestamp: true
  bounding_box: False
  crop: False
  retain:
    default: 5

rtmp:
  enabled: False

timestamp_style:
    # "tl" (top left), "tr" (top right), "bl" (bottom left), "br" (bottom right)
  position: "tl"
    # Optional: Format specifier conform to the Python package "datetime" (default: shown below)
    #           Additional Examples:
    #             german: "%d.%m.%Y %H:%M:%S"
  format: "%m/%d/%Y %H:%M:%S"
  color:
    red: 255
    green: 255
    blue: 255
  thickness: 2
    # None (No effect),
    # "solid" (solid background in inverse color of font)
    # "shadow" (shadow for font)
  effect: shadow

###################################
########## CAMERA CONFIG ##########

cameras:
  frigate_street_front:
    enabled: True
    ffmpeg:
      hwaccel_args: preset-nvidia-h265
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp://10.0.0.100:8554/frigate_street_front
          input_args: preset-rtsp-generic
          roles:
            - record
            - detect
    detect:
      enabled: true

  frigate_street_nw:
    enabled: True
    ffmpeg:
      hwaccel_args: preset-nvidia-h265   
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp://10.0.0.100:8554/frigate_street_nw
          input_args: preset-rtsp-generic
          roles:
            - record
            - detect
    detect:
      enabled: true

  frigate_street_se:
    enabled: True
    ffmpeg:
      hwaccel_args: preset-nvidia-h265    
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp://10.0.0.100:8554/frigate_street_se
          input_args: preset-rtsp-generic    
          roles:
            - record
            - detect
    detect:
      enabled: true

  frigate_backyard:
    enabled: True
    ffmpeg:
      hwaccel_args: preset-nvidia-h265 
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp://10.0.0.100:8554/frigate_backyard
          input_args: preset-rtsp-generic
          roles:
            - record
            - detect
    detect:
      enabled: true
NickM-27 commented 1 year ago

okay... that seems very odd. What sampling frequency are you selecting when choosing AAC audio on the camera?

Majestic7979 commented 1 year ago

Just to save you from asking for every format, here they are as shown in the camera: Encode type: G711A (Sample rate 8000/16000, Bitrate 64000); G711 (Sample rate 8000/16000, Bitrate 64000); AAC (Sample rate 16000; Bitrate 16000).

That's what can be selected. I separated options by /

Majestic7979 commented 1 year ago

Weirdly, on MediaMTX the audio is still showing as G711 even when I select AAC in the camera:

2023/07/28 23:12:53 INF [RTSP] [session 79288062] created by 172.17.0.27:45900
2023/07/28 23:12:53 INF [RTSP] [session 8616d87e] is reading from path 'frigate_backyard', with TCP, 2 tracks (H265, G711)
2023/07/28 23:12:53 INF [RTSP] [session 79288062] is reading from path 'frigate_street_front', with TCP, 2 tracks (H265, G711)
2023/07/28 23:12:54 INF [RTSP] [conn 172.17.0.27:60256] opened
2023/07/28 23:12:54 INF [RTSP] [session 3062d252] created by 172.17.0.27:60256
2023/07/28 23:12:54 INF [RTSP] [session 3062d252] is reading from path 'frigate_street_se', with TCP, 2 tracks (H265, G711)
2023/07/28 23:12:54 INF MediaMTX v0.23.8
2023/07/28 23:12:54 INF [path frigate_street_nw] [rtsp source] started
2023/07/28 23:12:54 INF [path frigate_birdseye] [rtsp source] started
2023/07/28 23:12:54 INF [path frigate_street_se] [rtsp source] started
2023/07/28 23:12:54 INF [RTSP] listener opened on :8554 (TCP)
2023/07/28 23:12:54 INF [path frigate_street_front] [rtsp source] started
2023/07/28 23:12:54 INF [path frigate_backyard] [rtsp source] started
2023/07/28 23:12:54 INF [RTMP] listener opened on :1935
2023/07/28 23:12:54 INF [HLS] listener opened on :8888
2023/07/28 23:12:54 INF [WebRTC] listener opened on :8889 (HTTP)
2023/07/28 23:12:54 INF [path frigate_street_se] [rtsp source] ready: 2 tracks (H265, G711)
2023/07/28 23:12:54 INF [path frigate_backyard] [rtsp source] ready: 2 tracks (H265, G711)
2023/07/28 23:12:54 INF [path frigate_street_nw] [rtsp source] ready: 2 tracks (H265, G711)
2023/07/28 23:12:54 INF [path frigate_street_front] [rtsp source] ready: 2 tracks (H265, G711)
2023/07/28 23:13:03 INF [RTSP] [conn 172.17.0.27:60262] opened
2023/07/28 23:13:03 INF [RTSP] [conn 172.17.0.27:60264] opened
2023/07/28 23:13:03 INF [RTSP] [conn 172.17.0.27:60272] opened
2023/07/28 23:13:03 INF [RTSP] [session fd974fff] created by 172.17.0.27:60264
2023/07/28 23:13:03 INF [RTSP] [session 66e64ca2] created by 172.17.0.27:60262
2023/07/28 23:13:03 INF [RTSP] [session 66e64ca2] is reading from path 'frigate_street_nw', with TCP, 2 tracks (H265, G711)
2023/07/28 23:13:03 INF [RTSP] [session fd974fff] is reading from path 'frigate_street_front', with TCP, 2 tracks (H265, G711)
2023/07/28 23:13:03 INF [RTSP] [session 2b0c9479] created by 172.17.0.27:60272
2023/07/28 23:13:03 INF [RTSP] [session 2b0c9479] is reading from path 'frigate_backyard', with TCP, 2 tracks (H265, G711)
2023/07/28 23:13:04 INF [RTSP] [conn 172.17.0.27:51762] opened
2023/07/28 23:13:04 INF [RTSP] [session 930ad755] created by 172.17.0.27:51762
2023/07/28 23:13:04 INF [RTSP] [session 930ad755] is reading from path 'frigate_street_se', with TCP, 2 tracks (H265, G711)
Majestic7979 commented 1 year ago

And ffprobe shows it too:

[{"return_code":0,"stderr":"","stdout":{"programs":[],"streams":[{"avg_frame_rate":"0/0","codec_long_name":"H.265/HEVC(HighEfficiencyVideoCoding)","height":1944,"width":2592},{"avg_frame_rate":"0/0","bit_rate":"64000","codec_long_name":"PCMmu-law/G.711mu-law"}]}}]
NickM-27 commented 1 year ago

Interesting, 16000 with AC should not be problematic, I use that on one of my cameras without issue.

Does anything change if frigate connects directly to the camera and not mediamtx?

Majestic7979 commented 1 year ago

Wait a sec here's the weird thing. If I put the MediaMTX proxied stream on VLC this is what properties show: image it's showing 32k instead of 16k...

Majestic7979 commented 1 year ago

Does anything change if frigate connects directly to the camera and not mediamtx

I will try this now

Majestic7979 commented 1 year ago
I created a "new" camera. Just show down mediamtx container, and copied the same settings but changed the camera name to "direct_test". It's not connected directly to the camera.

2023-07-29 00:18:12.612494001  [INFO] Starting Frigate...
2023-07-29 00:18:13.396336248  [2023-07-29 00:18:13] frigate.app                    INFO    : Starting Frigate (0.12.1-367d724)
2023-07-29 00:18:13.407542911  [2023-07-29 00:18:13] peewee_migrate                 INFO    : Starting migrations
2023-07-29 00:18:13.421183809  [2023-07-29 00:18:13] peewee_migrate                 INFO    : There is nothing to migrate
2023-07-29 00:18:13.429907548  [2023-07-29 00:18:13] frigate.app                    INFO    : Output process started: 865
2023-07-29 00:18:13.435208062  [2023-07-29 00:18:13] frigate.app                    INFO    : Camera processor started for frigate_street_front: 868
2023-07-29 00:18:13.435228705  [2023-07-29 00:18:13] frigate.app                    INFO    : Camera processor started for direct_test: 869
2023-07-29 00:18:13.440715116  [2023-07-29 00:18:13] frigate.app                    INFO    : Camera processor started for frigate_street_nw: 870
2023-07-29 00:18:13.440772079  [2023-07-29 00:18:13] frigate.app                    INFO    : Camera processor started for frigate_street_se: 871
2023-07-29 00:18:13.443364474  [2023-07-29 00:18:13] frigate.app                    INFO    : Camera processor started for frigate_backyard: 872
2023-07-29 00:18:13.445952336  [2023-07-29 00:18:13] frigate.app                    INFO    : Capture process started for frigate_street_front: 873
2023-07-29 00:18:13.448463979  [2023-07-29 00:18:13] frigate.app                    INFO    : Capture process started for direct_test: 876
2023-07-29 00:18:13.450570255  [2023-07-29 00:18:13] frigate.app                    INFO    : Capture process started for frigate_street_nw: 880
2023-07-29 00:18:13.452632759  [2023-07-29 00:18:13] frigate.app                    INFO    : Capture process started for frigate_street_se: 885
2023-07-29 00:18:13.455017785  [2023-07-29 00:18:13] frigate.video                  ERROR   : frigate_street_front: Unable to read frames from ffmpeg process.
2023-07-29 00:18:13.455112925  [2023-07-29 00:18:13] frigate.video                  ERROR   : frigate_street_front: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:18:13.455235567  [2023-07-29 00:18:13] frigate.app                    INFO    : Capture process started for frigate_backyard: 889
2023-07-29 00:18:13.460510159  [2023-07-29 00:18:13] frigate.video                  ERROR   : frigate_street_nw: Unable to read frames from ffmpeg process.
2023-07-29 00:18:13.460548481  [2023-07-29 00:18:13] frigate.video                  ERROR   : frigate_street_nw: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:18:13.462772120  [2023-07-29 00:18:13] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-29 00:18:13.462951386  [2023-07-29 00:18:13] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:18:13.464875583  [2023-07-29 00:18:13] frigate.video                  ERROR   : frigate_backyard: Unable to read frames from ffmpeg process.
2023-07-29 00:18:13.464908315  [2023-07-29 00:18:13] frigate.video                  ERROR   : frigate_backyard: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:18:13.475448087  [2023-07-29 00:18:13] detector.tensorrt              INFO    : Starting detection process: 863
2023-07-29 00:18:13.812089916  [2023-07-29 00:18:13] frigate.detectors.plugins.tensorrt INFO    : [MemUsageChange] Init CUDA: CPU +188, GPU +0, now: CPU 246, GPU 247 (MiB)
2023-07-29 00:18:14.013984981  [2023-07-29 00:18:14] frigate.detectors.plugins.tensorrt INFO    : Loaded engine size: 34 MiB
2023-07-29 00:18:14.014203711  [2023-07-29 00:18:14] frigate.detectors.plugins.tensorrt WARNING : Using an engine plan file across different models of devices is not recommended and is likely to affect performance or even cause errors.
2023-07-29 00:18:14.352558669  [2023-07-29 00:18:14] frigate.detectors.plugins.tensorrt INFO    : [MemUsageChange] Init cuBLAS/cuBLASLt: CPU +193, GPU +74, now: CPU 502, GPU 357 (MiB)
2023-07-29 00:18:14.452777265  [2023-07-29 00:18:14] frigate.detectors.plugins.tensorrt INFO    : [MemUsageChange] Init cuDNN: CPU +111, GPU +46, now: CPU 613, GPU 403 (MiB)
2023-07-29 00:18:14.457318541  [2023-07-29 00:18:14] frigate.detectors.plugins.tensorrt INFO    : [MemUsageChange] TensorRT-managed allocation in engine deserialization: CPU +0, GPU +34, now: CPU 0, GPU 34 (MiB)
2023-07-29 00:18:14.457322218  [2023-07-29 00:18:14] frigate.detectors.plugins.tensorrt INFO    : [MemUsageChange] Init cuBLAS/cuBLASLt: CPU +0, GPU +8, now: CPU 578, GPU 395 (MiB)
2023-07-29 00:18:14.457335761  [2023-07-29 00:18:14] frigate.detectors.plugins.tensorrt INFO    : [MemUsageChange] Init cuDNN: CPU +0, GPU +8, now: CPU 578, GPU 403 (MiB)
2023-07-29 00:18:14.457342760  [2023-07-29 00:18:14] frigate.detectors.plugins.tensorrt INFO    : [MemUsageChange] TensorRT-managed allocation in IExecutionContext creation: CPU +0, GPU +12, now: CPU 0, GPU 46 (MiB)
2023-07-29 00:18:33.455104683  [2023-07-29 00:18:33] watchdog.frigate_street_front  ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_front.
2023-07-29 00:18:33.455214917  [2023-07-29 00:18:33] watchdog.frigate_street_front  ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:18:33.455402979  [2023-07-29 00:18:33] ffmpeg.frigate_street_front.detect ERROR   : [tcp @ 0x55a975cfe5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:18:33.455461563  [2023-07-29 00:18:33] ffmpeg.frigate_street_front.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_front: Connection refused
2023-07-29 00:18:33.470741090  [2023-07-29 00:18:33] watchdog.frigate_street_nw     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_nw.
2023-07-29 00:18:33.470745042  [2023-07-29 00:18:33] watchdog.frigate_street_nw     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:18:33.470756319  [2023-07-29 00:18:33] ffmpeg.frigate_street_nw.detect ERROR   : [tcp @ 0x56309debb5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:18:33.470855256  [2023-07-29 00:18:33] ffmpeg.frigate_street_nw.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_nw: Connection refused
2023-07-29 00:18:33.473396167  [2023-07-29 00:18:33] watchdog.frigate_backyard      ERROR   : Ffmpeg process crashed unexpectedly for frigate_backyard.
2023-07-29 00:18:33.473502441  [2023-07-29 00:18:33] watchdog.frigate_backyard      ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:18:33.473604038  [2023-07-29 00:18:33] ffmpeg.frigate_backyard.detect ERROR   : [tcp @ 0x55673a9c55c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:18:33.473689235  [2023-07-29 00:18:33] ffmpeg.frigate_backyard.detect ERROR   : rtsp://10.0.0.100:8554/frigate_backyard: Connection refused
2023-07-29 00:18:33.478597570  [2023-07-29 00:18:33] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-29 00:18:33.478684008  [2023-07-29 00:18:33] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:18:33.478686275  [2023-07-29 00:18:33] ffmpeg.frigate_street_se.detect ERROR   : [tcp @ 0x56538c8dc5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:18:33.478766520  [2023-07-29 00:18:33] ffmpeg.frigate_street_se.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_se: Connection refused
2023-07-29 00:18:33.478768664  [2023-07-29 00:18:33] frigate.video                  ERROR   : frigate_street_front: Unable to read frames from ffmpeg process.
2023-07-29 00:18:33.478855631  [2023-07-29 00:18:33] frigate.video                  ERROR   : frigate_street_front: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:18:33.479176958  [2023-07-29 00:18:33] frigate.video                  ERROR   : frigate_street_nw: Unable to read frames from ffmpeg process.
2023-07-29 00:18:33.479253058  [2023-07-29 00:18:33] frigate.video                  ERROR   : frigate_street_nw: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:18:33.483116427  [2023-07-29 00:18:33] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-29 00:18:33.483216629  [2023-07-29 00:18:33] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:18:33.484709831  [2023-07-29 00:18:33] frigate.video                  ERROR   : frigate_backyard: Unable to read frames from ffmpeg process.
2023-07-29 00:18:33.484849446  [2023-07-29 00:18:33] frigate.video                  ERROR   : frigate_backyard: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:18:43.471642395  [2023-07-29 00:18:43] watchdog.frigate_street_front  ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_front.
2023-07-29 00:18:43.471656090  [2023-07-29 00:18:43] watchdog.frigate_street_front  ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:18:43.471668267  [2023-07-29 00:18:43] ffmpeg.frigate_street_front.detect ERROR   : [tcp @ 0x55de6ee895c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:18:43.471745574  [2023-07-29 00:18:43] ffmpeg.frigate_street_front.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_front: Connection refused
2023-07-29 00:18:43.479097295  [2023-07-29 00:18:43] watchdog.frigate_street_nw     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_nw.
2023-07-29 00:18:43.479133470  [2023-07-29 00:18:43] watchdog.frigate_street_nw     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:18:43.479154699  [2023-07-29 00:18:43] ffmpeg.frigate_street_nw.detect ERROR   : [tcp @ 0x5625d0c1e5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:18:43.479209348  [2023-07-29 00:18:43] ffmpeg.frigate_street_nw.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_nw: Connection refused
2023-07-29 00:18:43.480416402  [2023-07-29 00:18:43] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-29 00:18:43.480419162  [2023-07-29 00:18:43] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:18:43.480420686  [2023-07-29 00:18:43] ffmpeg.frigate_street_se.detect ERROR   : [tcp @ 0x55a6ba3bc5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:18:43.480423809  [2023-07-29 00:18:43] ffmpeg.frigate_street_se.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_se: Connection refused
2023-07-29 00:18:43.484525933  [2023-07-29 00:18:43] watchdog.frigate_backyard      ERROR   : Ffmpeg process crashed unexpectedly for frigate_backyard.
2023-07-29 00:18:43.484692349  [2023-07-29 00:18:43] watchdog.frigate_backyard      ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:18:43.484894255  [2023-07-29 00:18:43] ffmpeg.frigate_backyard.detect ERROR   : [tcp @ 0x557e8b4e25c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:18:43.485038119  [2023-07-29 00:18:43] ffmpeg.frigate_backyard.detect ERROR   : rtsp://10.0.0.100:8554/frigate_backyard: Connection refused
2023-07-29 00:18:43.485489933  [2023-07-29 00:18:43] frigate.video                  ERROR   : frigate_street_front: Unable to read frames from ffmpeg process.
2023-07-29 00:18:43.485724750  [2023-07-29 00:18:43] frigate.video                  ERROR   : frigate_street_front: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:18:43.486580780  [2023-07-29 00:18:43] frigate.video                  ERROR   : frigate_street_nw: Unable to read frames from ffmpeg process.
2023-07-29 00:18:43.486779020  [2023-07-29 00:18:43] frigate.video                  ERROR   : frigate_street_nw: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:18:43.493501458  [2023-07-29 00:18:43] frigate.video                  ERROR   : frigate_backyard: Unable to read frames from ffmpeg process.
2023-07-29 00:18:43.493561696  [2023-07-29 00:18:43] frigate.video                  ERROR   : frigate_backyard: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:18:43.493596587  [2023-07-29 00:18:43] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-29 00:18:43.493635707  [2023-07-29 00:18:43] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:18:53.483624833  [2023-07-29 00:18:53] watchdog.frigate_street_nw     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_nw.
2023-07-29 00:18:53.483812745  [2023-07-29 00:18:53] watchdog.frigate_street_nw     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:18:53.483879833  [2023-07-29 00:18:53] ffmpeg.frigate_street_nw.detect ERROR   : [tcp @ 0x56457aae95c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:18:53.487667251  [2023-07-29 00:18:53] watchdog.frigate_street_front  ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_front.
2023-07-29 00:18:53.487923340  [2023-07-29 00:18:53] watchdog.frigate_street_front  ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:18:53.487973180  [2023-07-29 00:18:53] ffmpeg.frigate_street_front.detect ERROR   : [tcp @ 0x563aad51f5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:18:53.488137832  [2023-07-29 00:18:53] ffmpeg.frigate_street_nw.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_nw: Connection refused
2023-07-29 00:18:53.488176626  [2023-07-29 00:18:53] ffmpeg.frigate_street_front.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_front: Connection refused
2023-07-29 00:18:53.491663729  [2023-07-29 00:18:53] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-29 00:18:53.491691813  [2023-07-29 00:18:53] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:18:53.491768345  [2023-07-29 00:18:53] ffmpeg.frigate_street_se.detect ERROR   : [tcp @ 0x56232cf375c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:18:53.491776460  [2023-07-29 00:18:53] ffmpeg.frigate_street_se.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_se: Connection refused
2023-07-29 00:18:53.493625743  [2023-07-29 00:18:53] watchdog.frigate_backyard      ERROR   : Ffmpeg process crashed unexpectedly for frigate_backyard.
2023-07-29 00:18:53.493652959  [2023-07-29 00:18:53] watchdog.frigate_backyard      ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:18:53.493672565  [2023-07-29 00:18:53] ffmpeg.frigate_backyard.detect ERROR   : [tcp @ 0x563a82c645c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:18:53.493690236  [2023-07-29 00:18:53] ffmpeg.frigate_backyard.detect ERROR   : rtsp://10.0.0.100:8554/frigate_backyard: Connection refused
2023-07-29 00:18:53.494266268  [2023-07-29 00:18:53] frigate.video                  ERROR   : frigate_street_front: Unable to read frames from ffmpeg process.
2023-07-29 00:18:53.494393932  [2023-07-29 00:18:53] frigate.video                  ERROR   : frigate_street_front: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:18:53.495349686  [2023-07-29 00:18:53] frigate.video                  ERROR   : frigate_street_nw: Unable to read frames from ffmpeg process.
2023-07-29 00:18:53.495450650  [2023-07-29 00:18:53] frigate.video                  ERROR   : frigate_street_nw: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:18:53.499101858  [2023-07-29 00:18:53] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-29 00:18:53.499135994  [2023-07-29 00:18:53] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:18:53.499227924  [2023-07-29 00:18:53] frigate.video                  ERROR   : frigate_backyard: Unable to read frames from ffmpeg process.
2023-07-29 00:18:53.499266462  [2023-07-29 00:18:53] frigate.video                  ERROR   : frigate_backyard: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:03.492740135  [2023-07-29 00:19:03] watchdog.frigate_street_front  ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_front.
2023-07-29 00:19:03.493006679  [2023-07-29 00:19:03] watchdog.frigate_street_front  ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:03.493208728  [2023-07-29 00:19:03] ffmpeg.frigate_street_front.detect ERROR   : [tcp @ 0x560821bff5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:03.493397646  [2023-07-29 00:19:03] ffmpeg.frigate_street_front.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_front: Connection refused
2023-07-29 00:19:03.494418849  [2023-07-29 00:19:03] watchdog.frigate_street_nw     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_nw.
2023-07-29 00:19:03.494659843  [2023-07-29 00:19:03] watchdog.frigate_street_nw     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:03.494857134  [2023-07-29 00:19:03] ffmpeg.frigate_street_nw.detect ERROR   : [tcp @ 0x563e9e51f5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:03.495026379  [2023-07-29 00:19:03] ffmpeg.frigate_street_nw.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_nw: Connection refused
2023-07-29 00:19:03.497675149  [2023-07-29 00:19:03] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-29 00:19:03.497917707  [2023-07-29 00:19:03] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:03.498125038  [2023-07-29 00:19:03] ffmpeg.frigate_street_se.detect ERROR   : [tcp @ 0x55c8fcc625c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:03.498306341  [2023-07-29 00:19:03] watchdog.frigate_backyard      ERROR   : Ffmpeg process crashed unexpectedly for frigate_backyard.
2023-07-29 00:19:03.498482356  [2023-07-29 00:19:03] ffmpeg.frigate_street_se.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_se: Connection refused
2023-07-29 00:19:03.498660817  [2023-07-29 00:19:03] watchdog.frigate_backyard      ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:03.498804921  [2023-07-29 00:19:03] ffmpeg.frigate_backyard.detect ERROR   : [tcp @ 0x55f698da35c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:03.501387890  [2023-07-29 00:19:03] ffmpeg.frigate_backyard.detect ERROR   : rtsp://10.0.0.100:8554/frigate_backyard: Connection refused
2023-07-29 00:19:03.507667996  [2023-07-29 00:19:03] frigate.video                  ERROR   : frigate_street_front: Unable to read frames from ffmpeg process.
2023-07-29 00:19:03.507746760  [2023-07-29 00:19:03] frigate.video                  ERROR   : frigate_street_front: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:03.507886587  [2023-07-29 00:19:03] frigate.video                  ERROR   : frigate_street_nw: Unable to read frames from ffmpeg process.
2023-07-29 00:19:03.507903822  [2023-07-29 00:19:03] frigate.video                  ERROR   : frigate_street_nw: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:03.508019357  [2023-07-29 00:19:03] frigate.video                  ERROR   : frigate_backyard: Unable to read frames from ffmpeg process.
2023-07-29 00:19:03.508058177  [2023-07-29 00:19:03] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-29 00:19:03.508111971  [2023-07-29 00:19:03] frigate.video                  ERROR   : frigate_backyard: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:03.508148702  [2023-07-29 00:19:03] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:13.504298356  [2023-07-29 00:19:13] watchdog.frigate_street_front  ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_front.
2023-07-29 00:19:13.504317206  [2023-07-29 00:19:13] watchdog.frigate_street_front  ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:13.504408918  [2023-07-29 00:19:13] ffmpeg.frigate_street_front.detect ERROR   : [tcp @ 0x55ca089215c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:13.504412644  [2023-07-29 00:19:13] ffmpeg.frigate_street_front.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_front: Connection refused
2023-07-29 00:19:13.505893616  [2023-07-29 00:19:13] watchdog.frigate_street_nw     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_nw.
2023-07-29 00:19:13.505990367  [2023-07-29 00:19:13] watchdog.frigate_street_nw     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:13.506004713  [2023-07-29 00:19:13] ffmpeg.frigate_street_nw.detect ERROR   : [tcp @ 0x5597dae6b5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:13.506117888  [2023-07-29 00:19:13] ffmpeg.frigate_street_nw.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_nw: Connection refused
2023-07-29 00:19:13.507503023  [2023-07-29 00:19:13] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-29 00:19:13.507586111  [2023-07-29 00:19:13] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:13.507605066  [2023-07-29 00:19:13] ffmpeg.frigate_street_se.detect ERROR   : [tcp @ 0x55edfe0c85c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:13.507659778  [2023-07-29 00:19:13] ffmpeg.frigate_street_se.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_se: Connection refused
2023-07-29 00:19:13.510819192  [2023-07-29 00:19:13] watchdog.frigate_backyard      ERROR   : Ffmpeg process crashed unexpectedly for frigate_backyard.
2023-07-29 00:19:13.511018930  [2023-07-29 00:19:13] watchdog.frigate_backyard      ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:13.511027284  [2023-07-29 00:19:13] ffmpeg.frigate_backyard.detect ERROR   : [tcp @ 0x559311af05c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:13.511104642  [2023-07-29 00:19:13] ffmpeg.frigate_backyard.detect ERROR   : rtsp://10.0.0.100:8554/frigate_backyard: Connection refused
2023-07-29 00:19:13.515823659  [2023-07-29 00:19:13] frigate.video                  ERROR   : frigate_street_front: Unable to read frames from ffmpeg process.
2023-07-29 00:19:13.515887673  [2023-07-29 00:19:13] frigate.video                  ERROR   : frigate_street_front: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:13.517531971  [2023-07-29 00:19:13] frigate.video                  ERROR   : frigate_backyard: Unable to read frames from ffmpeg process.
2023-07-29 00:19:13.517583564  [2023-07-29 00:19:13] frigate.video                  ERROR   : frigate_street_nw: Unable to read frames from ffmpeg process.
2023-07-29 00:19:13.517657886  [2023-07-29 00:19:13] frigate.video                  ERROR   : frigate_street_nw: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:13.517697573  [2023-07-29 00:19:13] frigate.video                  ERROR   : frigate_backyard: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:13.518030604  [2023-07-29 00:19:13] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-29 00:19:13.518070096  [2023-07-29 00:19:13] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:13.584284940  [2023-07-29 00:19:13] frigate.record                 DEBUG   : Start expire recordings (new).
2023-07-29 00:19:13.584477837  [2023-07-29 00:19:13] frigate.record                 DEBUG   : Start deleted cameras.
2023-07-29 00:19:13.656002477  [2023-07-29 00:19:13] frigate.record                 DEBUG   : Expiring 0 recordings
2023-07-29 00:19:13.658128680  [2023-07-29 00:19:13] frigate.record                 DEBUG   : End deleted cameras.
2023-07-29 00:19:13.658294656  [2023-07-29 00:19:13] frigate.record                 DEBUG   : Start all cameras.
2023-07-29 00:19:13.658331424  [2023-07-29 00:19:13] frigate.record                 DEBUG   : Start camera: frigate_street_front.
2023-07-29 00:19:22.077042906  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.077238953  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.077242389  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.077577276  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.077580809  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.077582049  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.077583114  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.077584142  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.077727325  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.077811482  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.077892228  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.077894338  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.077989254  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.077991365  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.078023470  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.078125245  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.078127346  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.078178100  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.078228333  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.078279154  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.078328456  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.078393014  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.078428853  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.096193698  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:19:22.096236226  [2023-07-29 00:19:22] frigate.video                  ERROR   : direct_test: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:23.467391282  [2023-07-29 00:19:23] watchdog.direct_test           ERROR   : Ffmpeg process crashed unexpectedly for direct_test.
2023-07-29 00:19:23.467575609  [2023-07-29 00:19:23] watchdog.direct_test           ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:23.467663222  [2023-07-29 00:19:23] ffmpeg.direct_test.detect      ERROR   : [rtsp @ 0x560bce215200] Error parsing AU headers
2023-07-29 00:19:23.467830399  [2023-07-29 00:19:23] ffmpeg.direct_test.detect      ERROR   :     Last message repeated 1067 times
2023-07-29 00:19:23.467867671  [2023-07-29 00:19:23] ffmpeg.direct_test.detect      ERROR   : Too many packets buffered for output stream 0:0.
2023-07-29 00:19:23.513790579  [2023-07-29 00:19:23] watchdog.frigate_street_front  ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_front.
2023-07-29 00:19:23.513878366  [2023-07-29 00:19:23] watchdog.frigate_street_front  ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:23.519057903  [2023-07-29 00:19:23] ffmpeg.frigate_street_front.detect ERROR   : [tcp @ 0x555ef5c775c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:23.519078972  [2023-07-29 00:19:23] ffmpeg.frigate_street_front.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_front: Connection refused
2023-07-29 00:19:23.519607661  [2023-07-29 00:19:23] watchdog.frigate_backyard      ERROR   : Ffmpeg process crashed unexpectedly for frigate_backyard.
2023-07-29 00:19:23.519618407  [2023-07-29 00:19:23] watchdog.frigate_street_nw     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_nw.
2023-07-29 00:19:23.519754525  [2023-07-29 00:19:23] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-29 00:19:23.519793820  [2023-07-29 00:19:23] watchdog.frigate_backyard      ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:23.519817069  [2023-07-29 00:19:23] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:23.519835022  [2023-07-29 00:19:23] ffmpeg.frigate_street_se.detect ERROR   : [tcp @ 0x5613077d15c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:23.519852128  [2023-07-29 00:19:23] ffmpeg.frigate_backyard.detect ERROR   : [tcp @ 0x5560b32f05c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:23.519867063  [2023-07-29 00:19:23] watchdog.frigate_street_nw     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:23.519887213  [2023-07-29 00:19:23] ffmpeg.frigate_street_se.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_se: Connection refused
2023-07-29 00:19:23.519897961  [2023-07-29 00:19:23] ffmpeg.frigate_backyard.detect ERROR   : rtsp://10.0.0.100:8554/frigate_backyard: Connection refused
2023-07-29 00:19:23.519912693  [2023-07-29 00:19:23] ffmpeg.frigate_street_nw.detect ERROR   : [tcp @ 0x559409b345c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:23.519928572  [2023-07-29 00:19:23] ffmpeg.frigate_street_nw.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_nw: Connection refused
2023-07-29 00:19:23.525323855  [2023-07-29 00:19:23] frigate.video                  ERROR   : frigate_street_front: Unable to read frames from ffmpeg process.
2023-07-29 00:19:23.525326400  [2023-07-29 00:19:23] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-29 00:19:23.525336159  [2023-07-29 00:19:23] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:23.525431648  [2023-07-29 00:19:23] frigate.video                  ERROR   : frigate_street_front: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:23.525433265  [2023-07-29 00:19:23] frigate.video                  ERROR   : frigate_street_nw: Unable to read frames from ffmpeg process.
2023-07-29 00:19:23.525434147  [2023-07-29 00:19:23] frigate.video                  ERROR   : frigate_backyard: Unable to read frames from ffmpeg process.
2023-07-29 00:19:23.525440857  [2023-07-29 00:19:23] frigate.video                  ERROR   : frigate_street_nw: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:23.525728263  [2023-07-29 00:19:23] frigate.video                  ERROR   : frigate_backyard: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:31.145714631  [2023-07-29 00:19:31] frigate.record                 DEBUG   : Expiring 296 recordings
2023-07-29 00:19:31.239176324  [2023-07-29 00:19:31] frigate.record                 DEBUG   : End camera: frigate_street_front.
2023-07-29 00:19:31.239232568  [2023-07-29 00:19:31] frigate.record                 DEBUG   : Start camera: direct_test.
2023-07-29 00:19:31.239670077  [2023-07-29 00:19:31] frigate.record                 DEBUG   : Expiring 0 recordings
2023-07-29 00:19:31.239723987  [2023-07-29 00:19:31] frigate.record                 DEBUG   : End camera: direct_test.
2023-07-29 00:19:31.239766648  [2023-07-29 00:19:31] frigate.record                 DEBUG   : Start camera: frigate_street_nw.
2023-07-29 00:19:33.523230331  [2023-07-29 00:19:33] watchdog.frigate_street_nw     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_nw.
2023-07-29 00:19:33.523252227  [2023-07-29 00:19:33] watchdog.frigate_street_nw     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:33.523348039  [2023-07-29 00:19:33] ffmpeg.frigate_street_nw.detect ERROR   : [tcp @ 0x55fd1052b5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:33.523350374  [2023-07-29 00:19:33] ffmpeg.frigate_street_nw.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_nw: Connection refused
2023-07-29 00:19:33.523379962  [2023-07-29 00:19:33] watchdog.frigate_backyard      ERROR   : Ffmpeg process crashed unexpectedly for frigate_backyard.
2023-07-29 00:19:33.523416898  [2023-07-29 00:19:33] watchdog.frigate_backyard      ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:33.523454589  [2023-07-29 00:19:33] ffmpeg.frigate_backyard.detect ERROR   : [tcp @ 0x5644193b65c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:33.523493887  [2023-07-29 00:19:33] ffmpeg.frigate_backyard.detect ERROR   : rtsp://10.0.0.100:8554/frigate_backyard: Connection refused
2023-07-29 00:19:33.526653329  [2023-07-29 00:19:33] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-29 00:19:33.526733656  [2023-07-29 00:19:33] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:33.526760101  [2023-07-29 00:19:33] ffmpeg.frigate_street_se.detect ERROR   : [tcp @ 0x565390aa05c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:33.526779952  [2023-07-29 00:19:33] watchdog.frigate_street_front  ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_front.
2023-07-29 00:19:33.526797985  [2023-07-29 00:19:33] watchdog.frigate_street_front  ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:33.526814801  [2023-07-29 00:19:33] ffmpeg.frigate_street_front.detect ERROR   : [tcp @ 0x556d1aba85c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:33.526829991  [2023-07-29 00:19:33] ffmpeg.frigate_street_front.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_front: Connection refused
2023-07-29 00:19:33.526844750  [2023-07-29 00:19:33] ffmpeg.frigate_street_se.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_se: Connection refused
2023-07-29 00:19:33.532029049  [2023-07-29 00:19:33] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-29 00:19:33.532108207  [2023-07-29 00:19:33] frigate.video                  ERROR   : frigate_backyard: Unable to read frames from ffmpeg process.
2023-07-29 00:19:33.532164339  [2023-07-29 00:19:33] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:33.532206751  [2023-07-29 00:19:33] frigate.video                  ERROR   : frigate_backyard: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:33.532246244  [2023-07-29 00:19:33] frigate.video                  ERROR   : frigate_street_nw: Unable to read frames from ffmpeg process.
2023-07-29 00:19:33.532285529  [2023-07-29 00:19:33] frigate.video                  ERROR   : frigate_street_nw: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:33.532805317  [2023-07-29 00:19:33] frigate.video                  ERROR   : frigate_street_front: Unable to read frames from ffmpeg process.
2023-07-29 00:19:33.532864745  [2023-07-29 00:19:33] frigate.video                  ERROR   : frigate_street_front: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:43.530009084  [2023-07-29 00:19:43] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-29 00:19:43.530066295  [2023-07-29 00:19:43] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:43.530111925  [2023-07-29 00:19:43] ffmpeg.frigate_street_se.detect ERROR   : [tcp @ 0x557f6f6115c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:43.530155002  [2023-07-29 00:19:43] ffmpeg.frigate_street_se.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_se: Connection refused
2023-07-29 00:19:43.530305112  [2023-07-29 00:19:43] watchdog.frigate_backyard      ERROR   : Ffmpeg process crashed unexpectedly for frigate_backyard.
2023-07-29 00:19:43.530366891  [2023-07-29 00:19:43] watchdog.frigate_backyard      ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:43.530432899  [2023-07-29 00:19:43] ffmpeg.frigate_backyard.detect ERROR   : [tcp @ 0x5609324475c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:43.530513929  [2023-07-29 00:19:43] ffmpeg.frigate_backyard.detect ERROR   : rtsp://10.0.0.100:8554/frigate_backyard: Connection refused
2023-07-29 00:19:43.530516014  [2023-07-29 00:19:43] watchdog.frigate_street_nw     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_nw.
2023-07-29 00:19:43.530585986  [2023-07-29 00:19:43] watchdog.frigate_street_front  ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_front.
2023-07-29 00:19:43.530588222  [2023-07-29 00:19:43] watchdog.frigate_street_nw     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:43.530657721  [2023-07-29 00:19:43] ffmpeg.frigate_street_nw.detect ERROR   : [tcp @ 0x55c91ec075c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:43.530666171  [2023-07-29 00:19:43] watchdog.frigate_street_front  ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:43.530740718  [2023-07-29 00:19:43] ffmpeg.frigate_street_nw.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_nw: Connection refused
2023-07-29 00:19:43.530743042  [2023-07-29 00:19:43] ffmpeg.frigate_street_front.detect ERROR   : [tcp @ 0x558e9d7bd5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:43.530813222  [2023-07-29 00:19:43] ffmpeg.frigate_street_front.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_front: Connection refused
2023-07-29 00:19:43.538752166  [2023-07-29 00:19:43] frigate.video                  ERROR   : frigate_backyard: Unable to read frames from ffmpeg process.
2023-07-29 00:19:43.538795245  [2023-07-29 00:19:43] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-29 00:19:43.538830822  [2023-07-29 00:19:43] frigate.video                  ERROR   : frigate_street_nw: Unable to read frames from ffmpeg process.
2023-07-29 00:19:43.538866838  [2023-07-29 00:19:43] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:43.538902331  [2023-07-29 00:19:43] frigate.video                  ERROR   : frigate_backyard: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:43.538937938  [2023-07-29 00:19:43] frigate.video                  ERROR   : frigate_street_front: Unable to read frames from ffmpeg process.
2023-07-29 00:19:43.538972895  [2023-07-29 00:19:43] frigate.video                  ERROR   : frigate_street_nw: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:43.539008471  [2023-07-29 00:19:43] frigate.video                  ERROR   : frigate_street_front: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:44.650412260  [2023-07-29 00:19:44] frigate.record                 DEBUG   : Expiring 285 recordings
2023-07-29 00:19:44.681718208  [2023-07-29 00:19:44] frigate.record                 DEBUG   : End camera: frigate_street_nw.
2023-07-29 00:19:44.681777130  [2023-07-29 00:19:44] frigate.record                 DEBUG   : Start camera: frigate_street_se.
2023-07-29 00:19:53.536955151  [2023-07-29 00:19:53] watchdog.frigate_street_front  ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_front.
2023-07-29 00:19:53.537019749  [2023-07-29 00:19:53] watchdog.frigate_street_front  ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:53.537068727  [2023-07-29 00:19:53] ffmpeg.frigate_street_front.detect ERROR   : [tcp @ 0x5639db9675c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:53.537111225  [2023-07-29 00:19:53] ffmpeg.frigate_street_front.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_front: Connection refused
2023-07-29 00:19:53.537150123  [2023-07-29 00:19:53] watchdog.frigate_street_nw     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_nw.
2023-07-29 00:19:53.537189288  [2023-07-29 00:19:53] watchdog.frigate_street_nw     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:53.537227763  [2023-07-29 00:19:53] ffmpeg.frigate_street_nw.detect ERROR   : [tcp @ 0x560524ade5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:53.537269213  [2023-07-29 00:19:53] ffmpeg.frigate_street_nw.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_nw: Connection refused
2023-07-29 00:19:53.539653931  [2023-07-29 00:19:53] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-29 00:19:53.539715798  [2023-07-29 00:19:53] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:53.539759202  [2023-07-29 00:19:53] ffmpeg.frigate_street_se.detect ERROR   : [tcp @ 0x5645275b25c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:53.539798857  [2023-07-29 00:19:53] ffmpeg.frigate_street_se.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_se: Connection refused
2023-07-29 00:19:53.541400423  [2023-07-29 00:19:53] watchdog.frigate_backyard      ERROR   : Ffmpeg process crashed unexpectedly for frigate_backyard.
2023-07-29 00:19:53.541427239  [2023-07-29 00:19:53] watchdog.frigate_backyard      ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:19:53.541448067  [2023-07-29 00:19:53] ffmpeg.frigate_backyard.detect ERROR   : [tcp @ 0x563d374fe5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:19:53.541466451  [2023-07-29 00:19:53] ffmpeg.frigate_backyard.detect ERROR   : rtsp://10.0.0.100:8554/frigate_backyard: Connection refused
2023-07-29 00:19:53.544486041  [2023-07-29 00:19:53] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-29 00:19:53.544548211  [2023-07-29 00:19:53] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:53.546505092  [2023-07-29 00:19:53] frigate.video                  ERROR   : frigate_street_nw: Unable to read frames from ffmpeg process.
2023-07-29 00:19:53.546562116  [2023-07-29 00:19:53] frigate.video                  ERROR   : frigate_backyard: Unable to read frames from ffmpeg process.
2023-07-29 00:19:53.546605537  [2023-07-29 00:19:53] frigate.video                  ERROR   : frigate_street_nw: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:53.546645536  [2023-07-29 00:19:53] frigate.video                  ERROR   : frigate_street_front: Unable to read frames from ffmpeg process.
2023-07-29 00:19:53.546682092  [2023-07-29 00:19:53] frigate.video                  ERROR   : frigate_backyard: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:53.546720251  [2023-07-29 00:19:53] frigate.video                  ERROR   : frigate_street_front: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:19:59.071583483  [2023-07-29 00:19:59] frigate.record                 DEBUG   : Expiring 295 recordings
2023-07-29 00:19:59.102239251  [2023-07-29 00:19:59] frigate.record                 DEBUG   : End camera: frigate_street_se.
2023-07-29 00:19:59.102296548  [2023-07-29 00:19:59] frigate.record                 DEBUG   : Start camera: frigate_backyard.
2023-07-29 00:20:03.543610942  [2023-07-29 00:20:03] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-29 00:20:03.543765960  [2023-07-29 00:20:03] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:03.543882729  [2023-07-29 00:20:03] ffmpeg.frigate_street_se.detect ERROR   : [tcp @ 0x558e95bba5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:03.543986701  [2023-07-29 00:20:03] ffmpeg.frigate_street_se.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_se: Connection refused
2023-07-29 00:20:03.545482018  [2023-07-29 00:20:03] watchdog.frigate_backyard      ERROR   : Ffmpeg process crashed unexpectedly for frigate_backyard.
2023-07-29 00:20:03.545578777  [2023-07-29 00:20:03] watchdog.frigate_street_nw     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_nw.
2023-07-29 00:20:03.550101790  [2023-07-29 00:20:03] watchdog.frigate_backyard      ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:03.550140767  [2023-07-29 00:20:03] watchdog.frigate_street_nw     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:03.550196803  [2023-07-29 00:20:03] ffmpeg.frigate_street_nw.detect ERROR   : [tcp @ 0x55ab9915d5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:03.550198950  [2023-07-29 00:20:03] ffmpeg.frigate_street_nw.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_nw: Connection refused
2023-07-29 00:20:03.550200255  [2023-07-29 00:20:03] watchdog.frigate_street_front  ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_front.
2023-07-29 00:20:03.550214761  [2023-07-29 00:20:03] ffmpeg.frigate_backyard.detect ERROR   : [tcp @ 0x557963bfe5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:03.550236332  [2023-07-29 00:20:03] ffmpeg.frigate_backyard.detect ERROR   : rtsp://10.0.0.100:8554/frigate_backyard: Connection refused
2023-07-29 00:20:03.550383068  [2023-07-29 00:20:03] watchdog.frigate_street_front  ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:03.550437208  [2023-07-29 00:20:03] ffmpeg.frigate_street_front.detect ERROR   : [tcp @ 0x5609085c55c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:03.550481192  [2023-07-29 00:20:03] ffmpeg.frigate_street_front.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_front: Connection refused
2023-07-29 00:20:03.555370033  [2023-07-29 00:20:03] frigate.video                  ERROR   : frigate_street_nw: Unable to read frames from ffmpeg process.
2023-07-29 00:20:03.555403291  [2023-07-29 00:20:03] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-29 00:20:03.555424523  [2023-07-29 00:20:03] frigate.video                  ERROR   : frigate_backyard: Unable to read frames from ffmpeg process.
2023-07-29 00:20:03.555446918  [2023-07-29 00:20:03] frigate.video                  ERROR   : frigate_street_nw: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:03.555463764  [2023-07-29 00:20:03] frigate.video                  ERROR   : frigate_backyard: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:03.555479134  [2023-07-29 00:20:03] frigate.video                  ERROR   : frigate_street_front: Unable to read frames from ffmpeg process.
2023-07-29 00:20:03.555494574  [2023-07-29 00:20:03] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:03.555521798  [2023-07-29 00:20:03] frigate.video                  ERROR   : frigate_street_front: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:12.440516852  [2023-07-29 00:20:12] frigate.record                 DEBUG   : Expiring 295 recordings
2023-07-29 00:20:12.505968323  [2023-07-29 00:20:12] frigate.record                 DEBUG   : End camera: frigate_backyard.
2023-07-29 00:20:12.506170830  [2023-07-29 00:20:12] frigate.record                 DEBUG   : End all cameras.
2023-07-29 00:20:12.506209757  [2023-07-29 00:20:12] frigate.record                 DEBUG   : End expire recordings (new).
2023-07-29 00:20:12.506419609  [2023-07-29 00:20:12] frigate.record                 DEBUG   : Start expire files (legacy).
2023-07-29 00:20:12.529634641  [2023-07-29 00:20:12] frigate.record                 DEBUG   : Oldest recording in the db: 1689722233.042958
2023-07-29 00:20:13.368967222  [2023-07-29 00:20:13] frigate.record                 DEBUG   : End expire files (legacy).
2023-07-29 00:20:13.554606756  [2023-07-29 00:20:13] watchdog.frigate_backyard      ERROR   : Ffmpeg process crashed unexpectedly for frigate_backyard.
2023-07-29 00:20:13.554797414  [2023-07-29 00:20:13] watchdog.frigate_street_nw     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_nw.
2023-07-29 00:20:13.554966249  [2023-07-29 00:20:13] watchdog.frigate_backyard      ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:13.555075819  [2023-07-29 00:20:13] ffmpeg.frigate_backyard.detect ERROR   : [tcp @ 0x55add458d5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:13.555183050  [2023-07-29 00:20:13] watchdog.frigate_street_nw     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:13.555294003  [2023-07-29 00:20:13] ffmpeg.frigate_backyard.detect ERROR   : rtsp://10.0.0.100:8554/frigate_backyard: Connection refused
2023-07-29 00:20:13.555402318  [2023-07-29 00:20:13] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-29 00:20:13.562871607  [2023-07-29 00:20:13] watchdog.frigate_street_front  ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_front.
2023-07-29 00:20:13.563535040  [2023-07-29 00:20:13] watchdog.frigate_street_front  ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:13.563766225  [2023-07-29 00:20:13] ffmpeg.frigate_street_front.detect ERROR   : [tcp @ 0x558738a125c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:13.563990704  [2023-07-29 00:20:13] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:13.564286881  [2023-07-29 00:20:13] ffmpeg.frigate_street_front.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_front: Connection refused
2023-07-29 00:20:13.564937683  [2023-07-29 00:20:13] ffmpeg.frigate_street_nw.detect ERROR   : [tcp @ 0x55c5d80da5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:13.565205774  [2023-07-29 00:20:13] ffmpeg.frigate_street_se.detect ERROR   : [tcp @ 0x561e6113b5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:13.565388397  [2023-07-29 00:20:13] ffmpeg.frigate_street_se.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_se: Connection refused
2023-07-29 00:20:13.565554589  [2023-07-29 00:20:13] ffmpeg.frigate_street_nw.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_nw: Connection refused
2023-07-29 00:20:13.573598635  [2023-07-29 00:20:13] frigate.video                  ERROR   : frigate_street_front: Unable to read frames from ffmpeg process.
2023-07-29 00:20:13.573704712  [2023-07-29 00:20:13] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-29 00:20:13.573717421  [2023-07-29 00:20:13] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:13.573793213  [2023-07-29 00:20:13] frigate.video                  ERROR   : frigate_street_front: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:13.573795760  [2023-07-29 00:20:13] frigate.video                  ERROR   : frigate_street_nw: Unable to read frames from ffmpeg process.
2023-07-29 00:20:13.573836858  [2023-07-29 00:20:13] frigate.video                  ERROR   : frigate_backyard: Unable to read frames from ffmpeg process.
2023-07-29 00:20:13.573875979  [2023-07-29 00:20:13] frigate.video                  ERROR   : frigate_street_nw: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:13.573916540  [2023-07-29 00:20:13] frigate.video                  ERROR   : frigate_backyard: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:23.571157720  [2023-07-29 00:20:23] watchdog.frigate_street_front  ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_front.
2023-07-29 00:20:23.571370218  [2023-07-29 00:20:23] watchdog.frigate_street_front  ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:23.571615356  [2023-07-29 00:20:23] ffmpeg.frigate_street_front.detect ERROR   : [tcp @ 0x55e9e87075c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:23.571751642  [2023-07-29 00:20:23] ffmpeg.frigate_street_front.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_front: Connection refused
2023-07-29 00:20:23.571921351  [2023-07-29 00:20:23] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-29 00:20:23.572163821  [2023-07-29 00:20:23] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:23.572292525  [2023-07-29 00:20:23] ffmpeg.frigate_street_se.detect ERROR   : [tcp @ 0x556e1c78a5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:23.572668585  [2023-07-29 00:20:23] ffmpeg.frigate_street_se.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_se: Connection refused
2023-07-29 00:20:23.572896296  [2023-07-29 00:20:23] watchdog.frigate_street_nw     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_nw.
2023-07-29 00:20:23.573069339  [2023-07-29 00:20:23] watchdog.frigate_street_nw     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:23.573112884  [2023-07-29 00:20:23] ffmpeg.frigate_street_nw.detect ERROR   : [tcp @ 0x555985f095c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:23.573214450  [2023-07-29 00:20:23] ffmpeg.frigate_street_nw.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_nw: Connection refused
2023-07-29 00:20:23.577483016  [2023-07-29 00:20:23] watchdog.frigate_backyard      ERROR   : Ffmpeg process crashed unexpectedly for frigate_backyard.
2023-07-29 00:20:23.577574189  [2023-07-29 00:20:23] watchdog.frigate_backyard      ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:23.577576767  [2023-07-29 00:20:23] ffmpeg.frigate_backyard.detect ERROR   : [tcp @ 0x55805d5ad5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:23.577680921  [2023-07-29 00:20:23] ffmpeg.frigate_backyard.detect ERROR   : rtsp://10.0.0.100:8554/frigate_backyard: Connection refused
2023-07-29 00:20:23.582365316  [2023-07-29 00:20:23] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-29 00:20:23.582431917  [2023-07-29 00:20:23] frigate.video                  ERROR   : frigate_street_nw: Unable to read frames from ffmpeg process.
2023-07-29 00:20:23.582469606  [2023-07-29 00:20:23] frigate.video                  ERROR   : frigate_street_nw: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:23.582508895  [2023-07-29 00:20:23] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:23.582547365  [2023-07-29 00:20:23] frigate.video                  ERROR   : frigate_street_front: Unable to read frames from ffmpeg process.
2023-07-29 00:20:23.582583990  [2023-07-29 00:20:23] frigate.video                  ERROR   : frigate_street_front: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:23.582619752  [2023-07-29 00:20:23] frigate.video                  ERROR   : frigate_backyard: Unable to read frames from ffmpeg process.
2023-07-29 00:20:23.582655739  [2023-07-29 00:20:23] frigate.video                  ERROR   : frigate_backyard: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:32.275506814  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.275713473  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.275715826  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.275804292  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.275820702  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.275836415  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.275851381  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.275924734  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.275994354  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.276055843  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.276159706  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.276190567  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.276251105  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.276316124  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.276374649  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.276433506  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.276494756  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.276554949  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.276617287  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.276679872  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.276739575  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.276800820  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.276861165  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.276921149  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.276980070  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.277041285  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.277101866  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.277157822  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.277227406  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.277294906  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.277354818  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.277412525  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.277470678  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.277527707  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.277590723  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.277648455  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.277705392  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.277765172  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.277826241  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.277884778  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.277943053  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.278002930  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.278078611  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.278124794  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.278199058  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.278255350  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.278314022  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.278372025  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.278430378  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.278489378  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.278549692  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.278609465  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.278666921  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.278726251  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.278784366  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.278842352  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.278899675  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.278956887  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.279021441  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.279074824  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.279133220  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.279191442  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.279251048  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.279309156  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.279368144  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.279426333  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.279484591  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.279544578  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.279604436  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.279665515  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.279725416  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.279784616  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.279843992  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.279906484  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.279965482  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.280027635  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.280094748  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.280157141  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.280216605  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.280272788  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.280366306  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.280450499  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.280511974  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.280571462  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.280630730  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.280695796  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.280756403  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.313082144  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: Unable to read frames from ffmpeg process.
2023-07-29 00:20:32.313276085  [2023-07-29 00:20:32] frigate.video                  ERROR   : direct_test: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:33.489208326  [2023-07-29 00:20:33] watchdog.direct_test           ERROR   : Ffmpeg process crashed unexpectedly for direct_test.
2023-07-29 00:20:33.489211918  [2023-07-29 00:20:33] watchdog.direct_test           ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:33.489213136  [2023-07-29 00:20:33] ffmpeg.direct_test.detect      ERROR   : [rtsp @ 0x55d90ed4e200] Error parsing AU headers
2023-07-29 00:20:33.489225624  [2023-07-29 00:20:33] ffmpeg.direct_test.detect      ERROR   :     Last message repeated 82 times
2023-07-29 00:20:33.489243649  [2023-07-29 00:20:33] ffmpeg.direct_test.detect      ERROR   : [hevc @ 0x55d90f8b3e00] Could not find ref with POC 0
2023-07-29 00:20:33.489257997  [2023-07-29 00:20:33] ffmpeg.direct_test.detect      ERROR   : [rtsp @ 0x55d90ed4e200] Error parsing AU headers
2023-07-29 00:20:33.489271124  [2023-07-29 00:20:33] ffmpeg.direct_test.detect      ERROR   :     Last message repeated 987 times
2023-07-29 00:20:33.489343943  [2023-07-29 00:20:33] ffmpeg.direct_test.detect      ERROR   : Too many packets buffered for output stream 0:0.
2023-07-29 00:20:33.581410964  [2023-07-29 00:20:33] watchdog.frigate_backyard      ERROR   : Ffmpeg process crashed unexpectedly for frigate_backyard.
2023-07-29 00:20:33.581642758  [2023-07-29 00:20:33] watchdog.frigate_backyard      ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:33.587384599  [2023-07-29 00:20:33] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-29 00:20:33.587457880  [2023-07-29 00:20:33] watchdog.frigate_street_front  ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_front.
2023-07-29 00:20:33.587497034  [2023-07-29 00:20:33] ffmpeg.frigate_backyard.detect ERROR   : [tcp @ 0x55e79dc515c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:33.587541937  [2023-07-29 00:20:33] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:33.587581250  [2023-07-29 00:20:33] watchdog.frigate_street_front  ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:33.587618564  [2023-07-29 00:20:33] ffmpeg.frigate_street_se.detect ERROR   : [tcp @ 0x56289386f5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:33.587655074  [2023-07-29 00:20:33] ffmpeg.frigate_street_se.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_se: Connection refused
2023-07-29 00:20:33.587691542  [2023-07-29 00:20:33] ffmpeg.frigate_street_front.detect ERROR   : [tcp @ 0x55b7985f85c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:33.587727462  [2023-07-29 00:20:33] ffmpeg.frigate_street_front.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_front: Connection refused
2023-07-29 00:20:33.587764001  [2023-07-29 00:20:33] ffmpeg.frigate_backyard.detect ERROR   : rtsp://10.0.0.100:8554/frigate_backyard: Connection refused
2023-07-29 00:20:33.587802286  [2023-07-29 00:20:33] watchdog.frigate_street_nw     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_nw.
2023-07-29 00:20:33.587952693  [2023-07-29 00:20:33] watchdog.frigate_street_nw     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:33.588007290  [2023-07-29 00:20:33] ffmpeg.frigate_street_nw.detect ERROR   : [tcp @ 0x560f1020c5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:33.588049809  [2023-07-29 00:20:33] ffmpeg.frigate_street_nw.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_nw: Connection refused
2023-07-29 00:20:33.593310814  [2023-07-29 00:20:33] frigate.video                  ERROR   : frigate_backyard: Unable to read frames from ffmpeg process.
2023-07-29 00:20:33.593377380  [2023-07-29 00:20:33] frigate.video                  ERROR   : frigate_backyard: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:33.593428450  [2023-07-29 00:20:33] frigate.video                  ERROR   : frigate_street_nw: Unable to read frames from ffmpeg process.
2023-07-29 00:20:33.593472283  [2023-07-29 00:20:33] frigate.video                  ERROR   : frigate_street_front: Unable to read frames from ffmpeg process.
2023-07-29 00:20:33.593522052  [2023-07-29 00:20:33] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-29 00:20:33.593556320  [2023-07-29 00:20:33] frigate.video                  ERROR   : frigate_street_front: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:33.593593039  [2023-07-29 00:20:33] frigate.video                  ERROR   : frigate_street_nw: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:33.593628153  [2023-07-29 00:20:33] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:43.591696946  [2023-07-29 00:20:43] watchdog.frigate_street_nw     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_nw.
2023-07-29 00:20:43.591893369  [2023-07-29 00:20:43] watchdog.frigate_street_nw     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:43.592096981  [2023-07-29 00:20:43] ffmpeg.frigate_street_nw.detect ERROR   : [tcp @ 0x55ce478ed5c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:43.592313737  [2023-07-29 00:20:43] ffmpeg.frigate_street_nw.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_nw: Connection refused
2023-07-29 00:20:43.599001626  [2023-07-29 00:20:43] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-29 00:20:43.599294421  [2023-07-29 00:20:43] watchdog.frigate_street_front  ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_front.
2023-07-29 00:20:43.599507222  [2023-07-29 00:20:43] watchdog.frigate_street_front  ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:43.599688428  [2023-07-29 00:20:43] watchdog.frigate_backyard      ERROR   : Ffmpeg process crashed unexpectedly for frigate_backyard.
2023-07-29 00:20:43.599879180  [2023-07-29 00:20:43] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:43.600051379  [2023-07-29 00:20:43] ffmpeg.frigate_street_front.detect ERROR   : [tcp @ 0x55743c6135c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:43.600282018  [2023-07-29 00:20:43] ffmpeg.frigate_street_se.detect ERROR   : [tcp @ 0x556f7a5f25c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:43.600512677  [2023-07-29 00:20:43] watchdog.frigate_backyard      ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:43.600680925  [2023-07-29 00:20:43] ffmpeg.frigate_street_front.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_front: Connection refused
2023-07-29 00:20:43.600778818  [2023-07-29 00:20:43] ffmpeg.frigate_street_se.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_se: Connection refused
2023-07-29 00:20:43.600947311  [2023-07-29 00:20:43] ffmpeg.frigate_backyard.detect ERROR   : [tcp @ 0x560cc12a25c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:43.601139180  [2023-07-29 00:20:43] ffmpeg.frigate_backyard.detect ERROR   : rtsp://10.0.0.100:8554/frigate_backyard: Connection refused
2023-07-29 00:20:43.616510183  [2023-07-29 00:20:43] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-29 00:20:43.616651550  [2023-07-29 00:20:43] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:43.616750115  [2023-07-29 00:20:43] frigate.video                  ERROR   : frigate_street_nw: Unable to read frames from ffmpeg process.
2023-07-29 00:20:43.616842290  [2023-07-29 00:20:43] frigate.video                  ERROR   : frigate_backyard: Unable to read frames from ffmpeg process.
2023-07-29 00:20:43.616930607  [2023-07-29 00:20:43] frigate.video                  ERROR   : frigate_street_front: Unable to read frames from ffmpeg process.
2023-07-29 00:20:43.617010832  [2023-07-29 00:20:43] frigate.video                  ERROR   : frigate_backyard: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:43.617089541  [2023-07-29 00:20:43] frigate.video                  ERROR   : frigate_street_nw: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:43.617168924  [2023-07-29 00:20:43] frigate.video                  ERROR   : frigate_street_front: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:53.609576085  [2023-07-29 00:20:53] watchdog.frigate_street_se     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_se.
2023-07-29 00:20:53.609614662  [2023-07-29 00:20:53] watchdog.frigate_street_se     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:53.609663665  [2023-07-29 00:20:53] ffmpeg.frigate_street_se.detect ERROR   : [tcp @ 0x55cef47015c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:53.609701067  [2023-07-29 00:20:53] ffmpeg.frigate_street_se.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_se: Connection refused
2023-07-29 00:20:53.610353175  [2023-07-29 00:20:53] watchdog.frigate_street_nw     ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_nw.
2023-07-29 00:20:53.610419381  [2023-07-29 00:20:53] watchdog.frigate_street_nw     ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:53.610461752  [2023-07-29 00:20:53] ffmpeg.frigate_street_nw.detect ERROR   : [tcp @ 0x558226f225c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:53.610501310  [2023-07-29 00:20:53] ffmpeg.frigate_street_nw.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_nw: Connection refused
2023-07-29 00:20:53.610797937  [2023-07-29 00:20:53] watchdog.frigate_backyard      ERROR   : Ffmpeg process crashed unexpectedly for frigate_backyard.
2023-07-29 00:20:53.610856840  [2023-07-29 00:20:53] watchdog.frigate_backyard      ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:53.610901114  [2023-07-29 00:20:53] ffmpeg.frigate_backyard.detect ERROR   : [tcp @ 0x5641e9f605c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:53.610941242  [2023-07-29 00:20:53] ffmpeg.frigate_backyard.detect ERROR   : rtsp://10.0.0.100:8554/frigate_backyard: Connection refused
2023-07-29 00:20:53.613233769  [2023-07-29 00:20:53] watchdog.frigate_street_front  ERROR   : Ffmpeg process crashed unexpectedly for frigate_street_front.
2023-07-29 00:20:53.613310131  [2023-07-29 00:20:53] watchdog.frigate_street_front  ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-07-29 00:20:53.613367644  [2023-07-29 00:20:53] ffmpeg.frigate_street_front.detect ERROR   : [tcp @ 0x5593f4ca35c0] Connection to tcp://10.0.0.100:8554?timeout=5000000 failed: Connection refused
2023-07-29 00:20:53.613411908  [2023-07-29 00:20:53] ffmpeg.frigate_street_front.detect ERROR   : rtsp://10.0.0.100:8554/frigate_street_front: Connection refused
2023-07-29 00:20:53.619268329  [2023-07-29 00:20:53] frigate.video                  ERROR   : frigate_street_se: Unable to read frames from ffmpeg process.
2023-07-29 00:20:53.619336116  [2023-07-29 00:20:53] frigate.video                  ERROR   : frigate_backyard: Unable to read frames from ffmpeg process.
2023-07-29 00:20:53.619383184  [2023-07-29 00:20:53] frigate.video                  ERROR   : frigate_street_se: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:53.619426197  [2023-07-29 00:20:53] frigate.video                  ERROR   : frigate_backyard: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:53.619475457  [2023-07-29 00:20:53] frigate.video                  ERROR   : frigate_street_nw: Unable to read frames from ffmpeg process.
2023-07-29 00:20:53.619567428  [2023-07-29 00:20:53] frigate.video                  ERROR   : frigate_street_nw: ffmpeg process is not running. exiting capture thread...
2023-07-29 00:20:53.619769574  [2023-07-29 00:20:53] frigate.video                  ERROR   : frigate_street_front: Unable to read frames from ffmpeg process.
2023-07-29 00:20:53.619821857  [2023-07-29 00:20:53] frigate.video                  ERROR   : frigate_street_front: ffmpeg process is not running. exiting capture thread...
Majestic7979 commented 1 year ago

ffprobe:

[{"return_code":0,"stderr":"","stdout":{"programs":[],"streams":[{"avg_frame_rate":"15/1","codec_long_name":"H.265/HEVC(HighEfficiencyVideoCoding)","height":1944,"width":2592},{"avg_frame_rate":"0/0","codec_long_name":"AAC(AdvancedAudioCoding)"}]}}]
Majestic7979 commented 1 year ago

Config:

####################################
########## FRIGATE CONFIG ##########

mqtt:
  enabled: false

detectors:
  tensorrt:
    type: tensorrt
    device: 0

model:
  path: /trt-models/yolov7-tiny-416.trt
  input_tensor: nchw
  input_pixel_format: rgb
  width: 416
  height: 416

ui:
  live_mode: jsmpeg
  timezone: Europe/London
  use_experimental: true

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

database:
  path: /db/frigate.db

birdseye:
  enabled: True
  restream: True
  width: 1280
  height: 960
    # 1 is the highest quality, and 31 is the lowest. Lower quality feeds utilize less CPU resources.
  quality: 10
  mode: continuous

detect:
  width: 1280
  height: 960
  fps: 5
  enabled: true
  max_disappeared: 60

objects:
  track:
    - person

record:
  enabled: True
  retain:
    days: 10
    mode: all
  events:
    retain:
      default: 10

snapshots:
  enabled: False
  timestamp: true
  bounding_box: False
  crop: False
  retain:
    default: 5

rtmp:
  enabled: False

timestamp_style:
    # "tl" (top left), "tr" (top right), "bl" (bottom left), "br" (bottom right)
  position: "tl"
    # Optional: Format specifier conform to the Python package "datetime" (default: shown below)
    #           Additional Examples:
    #             german: "%d.%m.%Y %H:%M:%S"
  format: "%m/%d/%Y %H:%M:%S"
  color:
    red: 255
    green: 255
    blue: 255
  thickness: 2
    # None (No effect),
    # "solid" (solid background in inverse color of font)
    # "shadow" (shadow for font)
  effect: shadow

###################################
########## CAMERA CONFIG ##########

cameras:
  frigate_street_front:
    enabled: True
    ffmpeg:
      hwaccel_args: preset-nvidia-h265
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp://10.0.0.100:8554/frigate_street_front
          input_args: preset-rtsp-generic
          roles:
            - record
            - detect
    detect:
      enabled: true

  direct_test:
    enabled: True
    ffmpeg:
      hwaccel_args: preset-nvidia-h265
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp://nope:nope@10.0.0.1xx:554/stream0
          input_args: preset-rtsp-generic
          roles:
            - record
            - detect
    detect:
      enabled: true

  frigate_street_nw:
    enabled: True
    ffmpeg:
      hwaccel_args: preset-nvidia-h265   
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp://10.0.0.100:8554/frigate_street_nw
          input_args: preset-rtsp-generic
          roles:
            - record
            - detect
    detect:
      enabled: true

  frigate_street_se:
    enabled: True
    ffmpeg:
      hwaccel_args: preset-nvidia-h265    
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp://10.0.0.100:8554/frigate_street_se
          input_args: preset-rtsp-generic    
          roles:
            - record
            - detect
    detect:
      enabled: true

  frigate_backyard:
    enabled: True
    ffmpeg:
      hwaccel_args: preset-nvidia-h265 
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp://10.0.0.100:8554/frigate_backyard
          input_args: preset-rtsp-generic
          roles:
            - record
            - detect
    detect:
      enabled: true
Majestic7979 commented 1 year ago

Like this the camera does show up in the UI and ffprobe does show AAC. But it's not recording. Checked the file system, the folder for the new cam doesn't even get created, even though the camera feed is showing in the UI and playing. Can't hear any audio though but I think you can't hear in the Live UI right? I am using experimental UI flag in the config.