blakeblackshear / frigate

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

[Support]: Reolink Video Doorbell Wifi Connection Issues #8312

Closed clowncracker closed 10 months ago

clowncracker commented 1 year ago

Describe the problem you are having

Frigate keeps dropping connection to my Reolink Video Doorbell Wifi. My camera is on firmware version v3.0.0.2602_2308180. I was reading in another frigate ticket that the updated firmware might help with RTSP issues (I asked support for the latest beta firmware version). I was using version v3.0.0.2033_23041300 (which is the latest version available without contacting support), but I had the same issues.

Version

0.12.1-367d724

Frigate config file

mqtt:
  host: xxx
  user: xxx
  password: xxx

go2rtc:
  streams:
    front_door:
      - "ffmpeg:http://xxx.xxx.x.xxx/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxx&password=xxx#video=copy#audio=copy#audio=opus"
    garage:
      - "ffmpeg:http://xxx.xxx.x.xxx/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxx&password=xxx#video=copy#audio=copy#audio=opus"

detectors:
  coral:
    type: edgetpu
    device: usb

cameras:
  front_door: 
    mqtt:
      timestamp: false
      bounding_box: false
      crop: true
      quality: 100
      height: 500
      required_zones:
        - entryway
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-aac
      hwaccel_args: preset-vaapi
      inputs:
        - path: rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac
          input_args: preset-rtsp-restream
          roles:
            - detect
            - record
    detect:
      width: 2560
      height: 1920
      fps: 5
    record:
      enabled: true
      retain:
        days: 14
        mode: all
    objects:
      track:
        - person
        - car
      filters:
        person:
          mask:
            - 438,916,469,598,556,260,656,0,922,0,1051,286,1028,669,1021,976,1023,1077,997,1111,924,1108,823,1103,611,1091,439,1082
            - 1151,1070,1171,1115,1271,1115,1480,1110,1768,1106,2115,1081,2301,1054,2299,872,2277,689,2236,522,2134,528,1897,471,1516,423,1156,426
        car:
          mask:
            - 438,916,469,598,556,260,656,0,922,0,1051,286,1028,669,1021,976,1023,1077,997,1111,924,1108,823,1103,611,1091,439,1082
            - 1151,1070,1171,1115,1271,1115,1480,1110,1768,1106,2115,1081,2301,1054,2299,872,2277,689,2236,522,2134,528,1897,471,1516,423,1156,426
    snapshots:
      enabled: true
    zones:
      entryway:
        coordinates: 2560,1920,2560,1681,2173,1506,1928,1579,1593,1321,930,1404,475,1307,321,1319,0,1319,0,1920
  garage: 
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-aac
      hwaccel_args: preset-vaapi
      inputs:
        - path: rtsp://127.0.0.1:8554/garage?video=copy&audio=aac
          input_args: preset-rtsp-restream
          roles:
            - detect
            - record
    detect:
      enabled: true
      width: 2560
      height: 1920
      fps: 5
    record:
      enabled: true
      retain:
        days: 2
        mode: all
    objects:
      track:
        - person
      filters:
        person:
          mask:
            - 0,0,2560,0,2560,353,963,383,486,431,0,529
            - 0,1920,906,1920,748,1471,0,1496
    snapshots:
      enabled: true

Relevant log output

Frigate Log:
2023-10-24 12:39:14.926051228  [INFO] Starting Frigate...
2023-10-24 12:39:15.794018646  [2023-10-24 12:39:15] frigate.app                    INFO    : Starting Frigate (0.12.1-367d724)
2023-10-24 12:39:15.814364434  [2023-10-24 12:39:15] peewee_migrate                 INFO    : Starting migrations
2023-10-24 12:39:15.817314993  [2023-10-24 12:39:15] peewee_migrate                 INFO    : There is nothing to migrate
2023-10-24 12:39:15.828176732  [2023-10-24 12:39:15] detector.coral                 INFO    : Starting detection process: 720
2023-10-24 12:39:15.828740299  [2023-10-24 12:39:15] frigate.app                    INFO    : Output process started: 722
2023-10-24 12:39:15.832904403  [2023-10-24 12:39:15] frigate.app                    INFO    : Camera processor started for front_door: 728
2023-10-24 12:39:15.835688423  [2023-10-24 12:39:15] frigate.app                    INFO    : Camera processor started for garage: 730
2023-10-24 12:39:15.839395217  [2023-10-24 12:39:15] frigate.app                    INFO    : Capture process started for front_door: 732
2023-10-24 12:39:15.842761508  [2023-10-24 12:39:15] frigate.app                    INFO    : Capture process started for garage: 735
2023-10-24 12:39:18.438050630  [2023-10-24 12:39:15] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as usb
2023-10-24 12:39:18.445205809  [2023-10-24 12:39:18] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2023-10-24 16:05:56.052422554  [2023-10-24 16:05:56] watchdog.front_door            INFO    : front_door exceeded fps limit. Exiting ffmpeg...
2023-10-24 16:05:56.052446950  [2023-10-24 16:05:56] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-10-24 16:05:56.207210406  [2023-10-24 16:05:56] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-24 16:05:56.207410913  [2023-10-24 16:05:56] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-24 16:06:06.209483158  [2023-10-24 16:06:06] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-24 16:06:06.209570051  [2023-10-24 16:06:06] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-24 16:06:06.209645159  [2023-10-24 16:06:06] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55e57c4a5180] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2023-10-24 16:06:06.209710923  [2023-10-24 16:06:06] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55e57c4a5180] Non-monotonous DTS in output stream 0:0; previous: 1110172590, current: 1110172590; changing to 1110172591. This may result in incorrect timestamps in the output file.
2023-10-24 16:06:06.209785207  [2023-10-24 16:06:06] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55e57c4a5180] Non-monotonous DTS in output stream 0:0; previous: 1110532500, current: 1110532500; changing to 1110532501. This may result in incorrect timestamps in the output file.
2023-10-24 16:06:06.209787353  [2023-10-24 16:06:06] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55e57c4a5180] Non-monotonous DTS in output stream 0:0; previous: 1110622500, current: 1110622500; changing to 1110622501. This may result in incorrect timestamps in the output file.
2023-10-24 16:06:06.209860159  [2023-10-24 16:06:06] ffmpeg.front_door.detect       ERROR   : [out_1_0 @ 0x55e57c6e2d80] 100 buffers queued in out_1_0, something may be wrong.
2023-10-24 16:06:11.330505757  [2023-10-24 16:06:11] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-24 16:06:11.330524211  [2023-10-24 16:06:11] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-24 16:06:16.217287543  [2023-10-24 16:06:16] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-24 16:06:16.217310747  [2023-10-24 16:06:16] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-24 16:06:16.217436097  [2023-10-24 16:06:16] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-24 16:06:21.335770044  [2023-10-24 16:06:21] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-24 16:06:21.335896282  [2023-10-24 16:06:21] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-24 16:06:26.228293257  [2023-10-24 16:06:26] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-24 16:06:26.228310601  [2023-10-24 16:06:26] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-24 16:06:26.228346239  [2023-10-24 16:06:26] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-24 16:06:31.342626270  [2023-10-24 16:06:31] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-24 16:06:31.342690727  [2023-10-24 16:06:31] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-24 16:06:36.235749052  [2023-10-24 16:06:36] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-24 16:06:36.235848519  [2023-10-24 16:06:36] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-24 16:06:36.235958301  [2023-10-24 16:06:36] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-24 16:06:41.694929445  [2023-10-24 16:06:41] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-24 16:06:41.695051856  [2023-10-24 16:06:41] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-24 16:06:46.243511254  [2023-10-24 16:06:46] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-24 16:06:46.243584857  [2023-10-24 16:06:46] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-24 16:06:46.243587349  [2023-10-24 16:06:46] ffmpeg.front_door.detect       ERROR   : [rtsp @ 0x5608bd000100] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2023-10-24 16:06:46.243599885  [2023-10-24 16:06:46] ffmpeg.front_door.detect       ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2023-10-24 16:06:46.243656967  [2023-10-24 16:06:46] ffmpeg.front_door.detect       ERROR   : Output file #1 does not contain any stream
2023-10-24 16:06:51.358744431  [2023-10-24 16:06:51] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-24 16:06:51.358823322  [2023-10-24 16:06:51] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-24 16:06:56.247651553  [2023-10-24 16:06:56] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-24 16:06:56.247702510  [2023-10-24 16:06:56] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-24 16:06:56.247759912  [2023-10-24 16:06:56] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-24 16:07:01.366950201  [2023-10-24 16:07:01] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-24 16:07:01.366978073  [2023-10-24 16:07:01] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-24 16:07:06.258829289  [2023-10-24 16:07:06] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-24 16:07:06.258904837  [2023-10-24 16:07:06] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-24 16:07:06.258964342  [2023-10-24 16:07:06] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-24 16:07:12.672634938  [2023-10-24 16:07:12] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-24 16:07:12.672724898  [2023-10-24 16:07:12] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-24 16:07:16.263255847  [2023-10-24 16:07:16] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-24 16:07:16.263272879  [2023-10-24 16:07:16] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-24 16:07:16.263355928  [2023-10-24 16:07:16] ffmpeg.front_door.detect       ERROR   : [rtsp @ 0x55b0bf613100] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2023-10-24 16:07:16.263422727  [2023-10-24 16:07:16] ffmpeg.front_door.detect       ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2023-10-24 16:07:16.263470438  [2023-10-24 16:07:16] ffmpeg.front_door.detect       ERROR   : Output file #1 does not contain any stream
2023-10-24 16:07:21.380989199  [2023-10-24 16:07:21] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-24 16:07:21.381086534  [2023-10-24 16:07:21] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-24 16:07:26.271087175  [2023-10-24 16:07:26] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-24 16:07:26.271152959  [2023-10-24 16:07:26] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-24 16:07:26.271154868  [2023-10-24 16:07:26] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-24 16:07:31.389063339  [2023-10-24 16:07:31] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-24 16:07:31.389149517  [2023-10-24 16:07:31] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-24 16:07:36.278717232  [2023-10-24 16:07:36] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-24 16:07:36.278733720  [2023-10-24 16:07:36] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-24 16:07:36.278802595  [2023-10-24 16:07:36] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-24 16:07:41.397274051  [2023-10-24 16:07:41] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-24 16:07:41.397289473  [2023-10-24 16:07:41] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-24 16:07:46.286178168  [2023-10-24 16:07:46] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-24 16:07:46.286194848  [2023-10-24 16:07:46] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-24 16:07:46.286282272  [2023-10-24 16:07:46] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-24 16:07:51.404592399  [2023-10-24 16:07:51] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-24 16:07:51.404595492  [2023-10-24 16:07:51] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-24 16:07:56.293920571  [2023-10-24 16:07:56] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-24 16:07:56.293945952  [2023-10-24 16:07:56] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-24 16:07:56.294019640  [2023-10-24 16:07:56] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-24 16:09:06.302078519  [2023-10-24 16:09:06] watchdog.front_door            INFO    : front_door exceeded fps limit. Exiting ffmpeg...
2023-10-24 16:09:06.302184986  [2023-10-24 16:09:06] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-10-24 16:09:07.809758379  [2023-10-24 16:09:07] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-24 16:09:07.809770698  [2023-10-24 16:09:07] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-24 16:09:17.815015875  [2023-10-24 16:09:17] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-24 16:09:17.815042091  [2023-10-24 16:09:17] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-24 16:09:17.815102725  [2023-10-24 16:09:17] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55dee6f5e400] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2023-10-24 16:09:17.815144394  [2023-10-24 16:09:17] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55dee6f5e400] Non-monotonous DTS in output stream 0:0; previous: 274410, current: 274410; changing to 274411. This may result in incorrect timestamps in the output file.
2023-10-24 16:09:17.815235239  [2023-10-24 16:09:17] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x55dee6f740c0] Increasing reorder buffer to 1
2023-10-24 16:09:17.815270951  [2023-10-24 16:09:17] ffmpeg.front_door.detect       ERROR   : [out_1_0 @ 0x55dee70ebdc0] 100 buffers queued in out_1_0, something may be wrong.
2023-10-24 16:09:22.929830942  [2023-10-24 16:09:22] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-24 16:09:22.929841522  [2023-10-24 16:09:22] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-24 16:09:27.822859348  [2023-10-24 16:09:27] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-24 16:09:27.822885424  [2023-10-24 16:09:27] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-24 16:09:27.822988929  [2023-10-24 16:09:27] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-24 16:09:37.358219980  [2023-10-24 16:09:37] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-24 16:09:37.358232209  [2023-10-24 16:09:37] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-24 16:09:37.830414141  [2023-10-24 16:09:37] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-24 16:09:37.830432777  [2023-10-24 16:09:37] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-24 16:09:37.830497891  [2023-10-24 16:09:37] ffmpeg.front_door.detect       ERROR   : [rtsp @ 0x56222b33f100] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2023-10-24 16:09:37.830499320  [2023-10-24 16:09:37] ffmpeg.front_door.detect       ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2023-10-24 16:09:37.830545309  [2023-10-24 16:09:37] ffmpeg.front_door.detect       ERROR   : Output file #1 does not contain any stream
2023-10-24 16:09:42.945122037  [2023-10-24 16:09:42] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-24 16:09:42.945196510  [2023-10-24 16:09:42] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-24 16:09:47.838034708  [2023-10-24 16:09:47] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-24 16:09:47.838110763  [2023-10-24 16:09:47] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-24 16:09:47.838112658  [2023-10-24 16:09:47] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-24 16:09:57.582951317  [2023-10-24 16:09:57] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-24 16:09:57.582985213  [2023-10-24 16:09:57] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-24 16:09:57.845992574  [2023-10-24 16:09:57] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-24 16:09:57.846004124  [2023-10-24 16:09:57] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-24 16:09:57.846087237  [2023-10-24 16:09:57] ffmpeg.front_door.detect       ERROR   : [rtsp @ 0x5614c07ab100] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2023-10-24 16:09:57.846089744  [2023-10-24 16:09:57] ffmpeg.front_door.detect       ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2023-10-24 16:09:57.846101965  [2023-10-24 16:09:57] ffmpeg.front_door.detect       ERROR   : Output file #1 does not contain any stream
2023-10-24 16:10:02.960362297  [2023-10-24 16:10:02] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-24 16:10:02.960423752  [2023-10-24 16:10:02] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-24 16:10:07.850150989  [2023-10-24 16:10:07] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-24 16:10:07.850164883  [2023-10-24 16:10:07] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-24 16:10:07.850232617  [2023-10-24 16:10:07] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input

go2rtc log:
2023-10-24 12:39:14.926048363  [INFO] Preparing go2rtc config...
2023-10-24 12:39:15.181771107  [INFO] Starting go2rtc...
2023-10-24 12:39:15.249936518  12:39:15.249 INF go2rtc version 1.2.0 linux/amd64
2023-10-24 12:39:15.250056915  12:39:15.250 INF [api] listen addr=:1984
2023-10-24 12:39:15.250202912  12:39:15.250 INF [rtsp] listen addr=:8554
2023-10-24 12:39:15.250307450  12:39:15.250 INF [srtp] listen addr=:8443
2023-10-24 12:39:15.250410417  12:39:15.250 INF [webrtc] listen addr=:8555
2023-10-24 12:39:24.925290942  [INFO] Starting go2rtc healthcheck service...
2023-10-24 16:06:11.587517959  16:06:11.587 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-10-24 16:06:36.582600611  16:06:36.582 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-10-24 16:06:36.582650325  16:06:36.582 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-10-24 16:07:07.561367326  16:07:07.561 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-10-24 16:07:07.561431348  16:07:07.561 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-10-24 16:07:35.519480383  16:07:35.519 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-10-24 16:07:35.519548252  16:07:35.519 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-10-24 16:07:52.299580229  16:07:52.299 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-10-24 16:07:52.299583688  16:07:52.299 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-10-24 16:09:32.247494506  16:09:32.247 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-10-24 16:09:52.471424966  16:09:52.471 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-10-24 16:10:04.614440480  16:10:04.614 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF

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":1920,"width":2560},{"avg_frame_rate":"0/0","codec_long_name":"AAC(AdvancedAudioCoding)"}]}}]

Frigate stats

No response

Operating system

HassOS

Install method

HassOS Addon

Coral version

USB

Network connection

Wired

Camera make and model

Reolink Video Doorbell WiFi

Any other information that may be helpful

No response

NickM-27 commented 1 year ago

I'd suggest updating go2rtc https://docs.frigate.video/configuration/advanced#custom-go2rtc-version

clowncracker commented 1 year ago

@NickM-27 thank you, I'll keep you posted on if this keeps happening:

2023-10-24 18:25:11.803205830  [INFO] Preparing go2rtc config...
2023-10-24 18:25:11.965263858  [WARN] Using go2rtc binary from '/config/go2rtc' instead of the embedded one
2023-10-24 18:25:11.965279960  [INFO] Starting go2rtc...
2023-10-24 18:25:12.025429252  18:25:12.025 INF go2rtc version 1.8.1 linux/amd64
2023-10-24 18:25:12.025561828  18:25:12.025 INF [api] listen addr=0.0.0.0:1984
2023-10-24 18:25:12.025711884  18:25:12.025 INF [rtsp] listen addr=0.0.0.0:8554
2023-10-24 18:25:12.025948800  18:25:12.025 INF [webrtc] listen addr=0.0.0.0:8555/tcp
2023-10-24 18:25:21.803636478  [INFO] Starting go2rtc healthcheck service...
clowncracker commented 1 year ago

I'm still running into the issue:

2023-10-25 07:38:33.244340293  [2023-10-25 07:38:33] watchdog.front_door            INFO    : front_door exceeded fps limit. Exiting ffmpeg...
2023-10-25 07:38:33.244513462  [2023-10-25 07:38:33] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-10-25 07:38:33.345469540  [2023-10-25 07:38:33] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-25 07:38:33.345482235  [2023-10-25 07:38:33] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-25 07:38:43.348676253  [2023-10-25 07:38:43] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-25 07:38:43.348830282  [2023-10-25 07:38:43] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-25 07:38:43.348883440  [2023-10-25 07:38:43] ffmpeg.front_door.detect       ERROR   : [segment @ 0x561cc751d240] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2023-10-25 07:38:43.348931738  [2023-10-25 07:38:43] ffmpeg.front_door.detect       ERROR   : [segment @ 0x561cc751d240] Non-monotonous DTS in output stream 0:0; previous: 4280114430, current: 4280114430; changing to 4280114431. This may result in incorrect timestamps in the output file.
2023-10-25 07:38:43.348963968  [2023-10-25 07:38:43] ffmpeg.front_door.detect       ERROR   : [out_1_0 @ 0x561cc7771700] 100 buffers queued in out_1_0, something may be wrong.
clowncracker commented 1 year ago

image

Here are the camera settings in the Reolink program. I'm running out of idea, I don't know why it keeps disconnecting.

NickM-27 commented 1 year ago

I use 4096 bitrate and with constant frame rate mode

clowncracker commented 1 year ago

I've updated it to 4096 bitrate and I'm still running into issues. It was offline for about two hours today:

2023-10-29 20:55:14.216795543  [INFO] Starting Frigate...
2023-10-29 20:55:14.813507516  [2023-10-29 20:55:14] frigate.app                    INFO    : Starting Frigate (0.12.1-367d724)
2023-10-29 20:55:14.834107046  [2023-10-29 20:55:14] peewee_migrate                 INFO    : Starting migrations
2023-10-29 20:55:14.836467098  [2023-10-29 20:55:14] peewee_migrate                 INFO    : There is nothing to migrate
2023-10-29 20:55:14.846972889  [2023-10-29 20:55:14] detector.coral                 INFO    : Starting detection process: 721
2023-10-29 20:55:14.847689768  [2023-10-29 20:55:14] frigate.app                    INFO    : Output process started: 723
2023-10-29 20:55:14.850883336  [2023-10-29 20:55:14] frigate.app                    INFO    : Camera processor started for front_door: 729
2023-10-29 20:55:14.856205721  [2023-10-29 20:55:14] frigate.app                    INFO    : Camera processor started for garage: 731
2023-10-29 20:55:14.856294913  [2023-10-29 20:55:14] frigate.app                    INFO    : Capture process started for front_door: 733
2023-10-29 20:55:14.859518695  [2023-10-29 20:55:14] frigate.app                    INFO    : Capture process started for garage: 736
2023-10-29 20:55:17.455585362  [2023-10-29 20:55:14] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as usb
2023-10-29 20:55:17.457496873  [2023-10-29 20:55:17] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2023-10-30 16:18:36.020500830  [2023-10-30 16:18:36] watchdog.front_door            INFO    : No frames received from front_door in 20 seconds. Exiting ffmpeg...
2023-10-30 16:18:36.020553651  [2023-10-30 16:18:36] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-10-30 16:18:41.150122462  [2023-10-30 16:18:41] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:18:41.150169448  [2023-10-30 16:18:41] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:18:51.154283196  [2023-10-30 16:18:51] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:18:51.154330586  [2023-10-30 16:18:51] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:18:51.154439954  [2023-10-30 16:18:51] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55d559f63240] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2023-10-30 16:18:51.154474193  [2023-10-30 16:18:51] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55d559f63240] Non-monotonous DTS in output stream 0:0; previous: 19730700, current: 19730700; changing to 19730701. This may result in incorrect timestamps in the output file.
2023-10-30 16:18:51.154532496  [2023-10-30 16:18:51] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x55d559f99d80] Increasing reorder buffer to 1
2023-10-30 16:18:51.154562976  [2023-10-30 16:18:51] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x55d559f7a140] Increasing reorder buffer to 9
2023-10-30 16:18:51.154611017  [2023-10-30 16:18:51] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55d559f63240] Non-monotonous DTS in output stream 0:0; previous: 25196490, current: 25196490; changing to 25196491. This may result in incorrect timestamps in the output file.
2023-10-30 16:18:51.154638370  [2023-10-30 16:18:51] ffmpeg.front_door.detect       ERROR   : [out_1_0 @ 0x55d55a0f3080] 100 buffers queued in out_1_0, something may be wrong.
2023-10-30 16:18:51.154667500  [2023-10-30 16:18:51] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55d559f63240] Non-monotonous DTS in output stream 0:0; previous: 29042730, current: 29042730; changing to 29042731. This may result in incorrect timestamps in the output file.
2023-10-30 16:18:51.154698322  [2023-10-30 16:18:51] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55d559f63240] Non-monotonous DTS in output stream 0:0; previous: 6278185890, current: 6278185890; changing to 6278185891. This may result in incorrect timestamps in the output file.
2023-10-30 16:18:51.154726969  [2023-10-30 16:18:51] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Connection timed out
2023-10-30 16:18:51.154758400  [2023-10-30 16:18:51] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55d559f63240] Non-monotonous DTS in output stream 0:0; previous: 6278239890, current: 6278239890; changing to 6278239891. This may result in incorrect timestamps in the output file.
2023-10-30 16:18:51.154784779  [2023-10-30 16:18:51] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55d559f63240] Non-monotonous DTS in output stream 0:0; previous: 6278239891, current: 6278203890; changing to 6278239892. This may result in incorrect timestamps in the output file.
2023-10-30 16:18:51.154813068  [2023-10-30 16:18:51] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55d559f63240] Non-monotonous DTS in output stream 0:0; previous: 6278239892, current: 6278208390; changing to 6278239893. This may result in incorrect timestamps in the output file.
2023-10-30 16:18:51.154840401  [2023-10-30 16:18:51] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55d559f63240] Non-monotonous DTS in output stream 0:0; previous: 6278239893, current: 6278212890; changing to 6278239894. This may result in incorrect timestamps in the output file.
2023-10-30 16:18:51.154867585  [2023-10-30 16:18:51] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55d559f63240] Non-monotonous DTS in output stream 0:0; previous: 6278239894, current: 6278217390; changing to 6278239895. This may result in incorrect timestamps in the output file.
2023-10-30 16:18:51.154895626  [2023-10-30 16:18:51] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55d559f63240] Non-monotonous DTS in output stream 0:0; previous: 6278239895, current: 6278221890; changing to 6278239896. This may result in incorrect timestamps in the output file.
2023-10-30 16:18:51.154922902  [2023-10-30 16:18:51] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55d559f63240] Non-monotonous DTS in output stream 0:0; previous: 6278239896, current: 6278226390; changing to 6278239897. This may result in incorrect timestamps in the output file.
2023-10-30 16:18:51.154951586  [2023-10-30 16:18:51] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55d559f63240] Non-monotonous DTS in output stream 0:0; previous: 6278239897, current: 6278230890; changing to 6278239898. This may result in incorrect timestamps in the output file.
2023-10-30 16:18:51.154979083  [2023-10-30 16:18:51] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55d559f63240] Non-monotonous DTS in output stream 0:0; previous: 6278239898, current: 6278235390; changing to 6278239899. This may result in incorrect timestamps in the output file.
2023-10-30 16:18:51.155007034  [2023-10-30 16:18:51] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55d559f63240] Non-monotonous DTS in output stream 0:0; previous: 6278239899, current: 6278239890; changing to 6278239900. This may result in incorrect timestamps in the output file.
2023-10-30 16:18:56.269204773  [2023-10-30 16:18:56] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:18:56.269282746  [2023-10-30 16:18:56] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:19:01.160379528  [2023-10-30 16:19:01] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:19:01.160392728  [2023-10-30 16:19:01] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:19:01.160428863  [2023-10-30 16:19:01] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:19:06.278218121  [2023-10-30 16:19:06] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:19:06.278297497  [2023-10-30 16:19:06] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:19:11.167635158  [2023-10-30 16:19:11] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:19:11.167706741  [2023-10-30 16:19:11] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:19:11.167750455  [2023-10-30 16:19:11] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:19:16.285427475  [2023-10-30 16:19:16] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:19:16.285452879  [2023-10-30 16:19:16] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:19:21.178309742  [2023-10-30 16:19:21] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:19:21.178320915  [2023-10-30 16:19:21] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:19:21.178354739  [2023-10-30 16:19:21] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:19:26.292645820  [2023-10-30 16:19:26] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:19:26.292756536  [2023-10-30 16:19:26] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:19:31.185688445  [2023-10-30 16:19:31] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:19:31.185749677  [2023-10-30 16:19:31] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:19:31.185751533  [2023-10-30 16:19:31] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:19:36.299707382  [2023-10-30 16:19:36] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:19:36.299780072  [2023-10-30 16:19:36] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:19:41.189629258  [2023-10-30 16:19:41] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:19:41.189717524  [2023-10-30 16:19:41] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:19:41.189825222  [2023-10-30 16:19:41] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:19:46.307927106  [2023-10-30 16:19:46] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:19:46.308000690  [2023-10-30 16:19:46] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:19:51.197055301  [2023-10-30 16:19:51] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:19:51.197085867  [2023-10-30 16:19:51] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:19:51.197131899  [2023-10-30 16:19:51] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:19:56.314892575  [2023-10-30 16:19:56] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:19:56.314907898  [2023-10-30 16:19:56] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:20:01.204237658  [2023-10-30 16:20:01] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:20:01.204310516  [2023-10-30 16:20:01] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:20:01.204365175  [2023-10-30 16:20:01] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:21:51.212789850  [2023-10-30 16:21:51] watchdog.front_door            INFO    : No frames received from front_door in 20 seconds. Exiting ffmpeg...
2023-10-30 16:21:51.212845564  [2023-10-30 16:21:51] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-10-30 16:21:53.698362621  [2023-10-30 16:21:53] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:21:53.698420487  [2023-10-30 16:21:53] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:22:03.702539465  [2023-10-30 16:22:03] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:22:03.702583215  [2023-10-30 16:22:03] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:22:03.702634770  [2023-10-30 16:22:03] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55a999f7acc0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2023-10-30 16:22:03.702668522  [2023-10-30 16:22:03] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x55a99a11c000] Increasing reorder buffer to 1
2023-10-30 16:22:03.702747613  [2023-10-30 16:22:03] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55a999f7acc0] Non-monotonous DTS in output stream 0:0; previous: 2978100, current: 2978100; changing to 2978101. This may result in incorrect timestamps in the output file.
2023-10-30 16:22:03.702759845  [2023-10-30 16:22:03] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55a999f7acc0] Non-monotonous DTS in output stream 0:0; previous: 3068010, current: 3068010; changing to 3068011. This may result in incorrect timestamps in the output file.
2023-10-30 16:22:03.702836016  [2023-10-30 16:22:03] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Connection timed out
2023-10-30 16:22:08.816564404  [2023-10-30 16:22:08] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:22:08.816640285  [2023-10-30 16:22:08] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:22:13.706828511  [2023-10-30 16:22:13] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:22:13.706853883  [2023-10-30 16:22:13] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:22:13.706914560  [2023-10-30 16:22:13] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:22:18.824229224  [2023-10-30 16:22:18] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:22:18.824318661  [2023-10-30 16:22:18] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:22:23.717171963  [2023-10-30 16:22:23] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:22:23.717190811  [2023-10-30 16:22:23] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:22:23.717255523  [2023-10-30 16:22:23] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:22:28.831481296  [2023-10-30 16:22:28] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:22:28.831547582  [2023-10-30 16:22:28] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:22:33.724465460  [2023-10-30 16:22:33] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:22:33.724560198  [2023-10-30 16:22:33] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:22:33.724562859  [2023-10-30 16:22:33] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:22:38.839268441  [2023-10-30 16:22:38] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:22:38.839331696  [2023-10-30 16:22:38] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:22:43.729124629  [2023-10-30 16:22:43] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:22:43.729182170  [2023-10-30 16:22:43] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:22:43.729224385  [2023-10-30 16:22:43] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:25:23.740524575  [2023-10-30 16:25:23] watchdog.front_door            INFO    : front_door exceeded fps limit. Exiting ffmpeg...
2023-10-30 16:25:23.740564904  [2023-10-30 16:25:23] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-10-30 16:25:24.071260959  [2023-10-30 16:25:24] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:25:24.071313543  [2023-10-30 16:25:24] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:25:34.076689410  [2023-10-30 16:25:34] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:25:34.076713037  [2023-10-30 16:25:34] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:25:34.076780251  [2023-10-30 16:25:34] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55de57afb900] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2023-10-30 16:25:34.076782254  [2023-10-30 16:25:34] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x55de57b32280] Increasing reorder buffer to 1
2023-10-30 16:25:34.076841401  [2023-10-30 16:25:34] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x55de57b12c00] Increasing reorder buffer to 6
2023-10-30 16:27:34.082545380  [2023-10-30 16:27:34] watchdog.front_door            INFO    : front_door exceeded fps limit. Exiting ffmpeg...
2023-10-30 16:27:34.082562082  [2023-10-30 16:27:34] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-10-30 16:27:35.225450179  [2023-10-30 16:27:35] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:27:35.225644781  [2023-10-30 16:27:35] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:27:45.230703479  [2023-10-30 16:27:45] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:27:45.230831563  [2023-10-30 16:27:45] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:27:45.230834345  [2023-10-30 16:27:45] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55bad3fc2240] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2023-10-30 16:27:45.230907353  [2023-10-30 16:27:45] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x55bad3fc6740] Increasing reorder buffer to 1
2023-10-30 16:27:45.230914287  [2023-10-30 16:27:45] ffmpeg.front_door.detect       ERROR   : [out_1_0 @ 0x55bad415e140] 100 buffers queued in out_1_0, something may be wrong.
2023-10-30 16:27:45.231045496  [2023-10-30 16:27:45] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x55bad3fd9080] Increasing reorder buffer to 6
2023-10-30 16:27:45.231075302  [2023-10-30 16:27:45] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55bad3fc2240] Non-monotonous DTS in output stream 0:0; previous: 6752340, current: 6752340; changing to 6752341. This may result in incorrect timestamps in the output file.
2023-10-30 16:27:45.231186253  [2023-10-30 16:27:45] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x55bad3fd9080] Increasing reorder buffer to 9
2023-10-30 16:27:50.345389656  [2023-10-30 16:27:50] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:27:50.345461970  [2023-10-30 16:27:50] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:27:55.238312245  [2023-10-30 16:27:55] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:27:55.238402608  [2023-10-30 16:27:55] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:27:55.238409755  [2023-10-30 16:27:55] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:28:00.353193159  [2023-10-30 16:28:00] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:28:00.353255534  [2023-10-30 16:28:00] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:28:05.246136132  [2023-10-30 16:28:05] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:28:05.246254409  [2023-10-30 16:28:05] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:28:05.246297994  [2023-10-30 16:28:05] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:28:10.361068350  [2023-10-30 16:28:10] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:28:10.361115472  [2023-10-30 16:28:10] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:28:15.254425919  [2023-10-30 16:28:15] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:28:15.254518054  [2023-10-30 16:28:15] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:28:15.254557442  [2023-10-30 16:28:15] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:28:20.373085528  [2023-10-30 16:28:20] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:28:20.373164463  [2023-10-30 16:28:20] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:28:25.264269999  [2023-10-30 16:28:25] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:28:25.264356137  [2023-10-30 16:28:25] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:28:25.264383401  [2023-10-30 16:28:25] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:32:35.271748045  [2023-10-30 16:32:35] watchdog.front_door            INFO    : No frames received from front_door in 20 seconds. Exiting ffmpeg...
2023-10-30 16:32:35.271802192  [2023-10-30 16:32:35] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-10-30 16:32:35.411654178  [2023-10-30 16:32:35] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:32:35.411922816  [2023-10-30 16:32:35] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:32:45.416754049  [2023-10-30 16:32:45] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:32:45.416812610  [2023-10-30 16:32:45] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:32:45.416910529  [2023-10-30 16:32:45] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5609fbd744c0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2023-10-30 16:32:45.416971741  [2023-10-30 16:32:45] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x5609fbd89c00] Increasing reorder buffer to 1
2023-10-30 16:32:45.417046066  [2023-10-30 16:32:45] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5609fbd744c0] Non-monotonous DTS in output stream 0:0; previous: 9091530, current: 9091530; changing to 9091531. This may result in incorrect timestamps in the output file.
2023-10-30 16:32:45.417102359  [2023-10-30 16:32:45] ffmpeg.front_door.detect       ERROR   : [out_1_0 @ 0x5609fbf4ec40] 100 buffers queued in out_1_0, something may be wrong.
2023-10-30 16:32:45.417139379  [2023-10-30 16:32:45] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5609fbd744c0] Non-monotonous DTS in output stream 0:0; previous: 18286650, current: 18286560; changing to 18286651. This may result in incorrect timestamps in the output file.
2023-10-30 16:32:45.417176786  [2023-10-30 16:32:45] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Connection timed out
2023-10-30 16:32:45.417215807  [2023-10-30 16:32:45] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5609fbd744c0] Non-monotonous DTS in output stream 0:0; previous: 18376560, current: 18376560; changing to 18376561. This may result in incorrect timestamps in the output file.
2023-10-30 16:32:50.532003223  [2023-10-30 16:32:50] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:32:50.532085777  [2023-10-30 16:32:50] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:32:55.424325687  [2023-10-30 16:32:55] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:32:55.424385196  [2023-10-30 16:32:55] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:32:55.424431150  [2023-10-30 16:32:55] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:33:35.428849044  [2023-10-30 16:33:35] watchdog.front_door            INFO    : front_door exceeded fps limit. Exiting ffmpeg...
2023-10-30 16:33:35.428904325  [2023-10-30 16:33:35] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-10-30 16:33:37.725482521  [2023-10-30 16:33:37] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:33:37.725809004  [2023-10-30 16:33:37] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:33:47.730368862  [2023-10-30 16:33:47] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:33:47.730387751  [2023-10-30 16:33:47] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:33:47.730424109  [2023-10-30 16:33:47] ffmpeg.front_door.detect       ERROR   : [segment @ 0x560a8ce305c0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2023-10-30 16:33:47.730499371  [2023-10-30 16:33:47] ffmpeg.front_door.detect       ERROR   : [segment @ 0x560a8ce305c0] Non-monotonous DTS in output stream 0:0; previous: 274410, current: 274410; changing to 274411. This may result in incorrect timestamps in the output file.
2023-10-30 16:33:47.730583715  [2023-10-30 16:33:47] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x560a8ce55c00] Increasing reorder buffer to 1
2023-10-30 16:33:47.730672360  [2023-10-30 16:33:47] ffmpeg.front_door.detect       ERROR   : [out_1_0 @ 0x560a8d0ac800] 100 buffers queued in out_1_0, something may be wrong.
2023-10-30 16:33:52.844581495  [2023-10-30 16:33:52] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:33:52.844650534  [2023-10-30 16:33:52] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:33:57.734636206  [2023-10-30 16:33:57] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:33:57.737788047  [2023-10-30 16:33:57] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:33:57.737857533  [2023-10-30 16:33:57] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:34:02.853284355  [2023-10-30 16:34:02] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:34:02.853347641  [2023-10-30 16:34:02] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:34:07.745764020  [2023-10-30 16:34:07] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:34:07.745838950  [2023-10-30 16:34:07] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:34:07.745840863  [2023-10-30 16:34:07] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:35:37.751046678  [2023-10-30 16:35:37] watchdog.front_door            INFO    : front_door exceeded fps limit. Exiting ffmpeg...
2023-10-30 16:35:37.751069022  [2023-10-30 16:35:37] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-10-30 16:35:39.196283561  [2023-10-30 16:35:39] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:35:39.196395413  [2023-10-30 16:35:39] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:35:49.200234071  [2023-10-30 16:35:49] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:35:49.200323531  [2023-10-30 16:35:49] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:35:49.200325647  [2023-10-30 16:35:49] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5592482f5900] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2023-10-30 16:35:49.200394325  [2023-10-30 16:35:49] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x55924830c940] Increasing reorder buffer to 1
2023-10-30 16:35:49.200425087  [2023-10-30 16:35:49] ffmpeg.front_door.detect       ERROR   : [out_1_0 @ 0x559248567fc0] 100 buffers queued in out_1_0, something may be wrong.
2023-10-30 16:35:49.200455199  [2023-10-30 16:35:49] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5592482f5900] Non-monotonous DTS in output stream 0:0; previous: 3693330, current: 3693330; changing to 3693331. This may result in incorrect timestamps in the output file.
2023-10-30 16:35:54.314110327  [2023-10-30 16:35:54] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:35:54.314129563  [2023-10-30 16:35:54] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:35:59.207504731  [2023-10-30 16:35:59] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:35:59.207572599  [2023-10-30 16:35:59] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:35:59.207585925  [2023-10-30 16:35:59] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:37:39.213217201  [2023-10-30 16:37:39] watchdog.front_door            INFO    : front_door exceeded fps limit. Exiting ffmpeg...
2023-10-30 16:37:39.213237867  [2023-10-30 16:37:39] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-10-30 16:37:44.402109266  [2023-10-30 16:37:44] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:37:44.402303990  [2023-10-30 16:37:44] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:37:54.408366826  [2023-10-30 16:37:54] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:37:54.408380124  [2023-10-30 16:37:54] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:37:54.408469705  [2023-10-30 16:37:54] ffmpeg.front_door.detect       ERROR   : [segment @ 0x559d77fc0b80] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2023-10-30 16:37:54.408471493  [2023-10-30 16:37:54] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x559d77fd7280] Increasing reorder buffer to 1
2023-10-30 16:37:54.408478135  [2023-10-30 16:37:54] ffmpeg.front_door.detect       ERROR   : [segment @ 0x559d77fc0b80] Non-monotonous DTS in output stream 0:0; previous: 4772970, current: 4772970; changing to 4772971. This may result in incorrect timestamps in the output file.
2023-10-30 16:37:54.408551285  [2023-10-30 16:37:54] ffmpeg.front_door.detect       ERROR   : [out_1_0 @ 0x559d7821c280] 100 buffers queued in out_1_0, something may be wrong.
2023-10-30 16:37:59.523207911  [2023-10-30 16:37:59] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:37:59.523282879  [2023-10-30 16:37:59] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:38:04.412588491  [2023-10-30 16:38:04] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:38:04.412600304  [2023-10-30 16:38:04] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:38:04.412674711  [2023-10-30 16:38:04] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:38:09.530663651  [2023-10-30 16:38:09] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:38:09.530708614  [2023-10-30 16:38:09] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:38:14.420005936  [2023-10-30 16:38:14] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:38:14.420021078  [2023-10-30 16:38:14] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:38:14.420088885  [2023-10-30 16:38:14] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:38:19.537657782  [2023-10-30 16:38:19] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:38:19.537749589  [2023-10-30 16:38:19] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:38:24.427617170  [2023-10-30 16:38:24] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:38:24.430787087  [2023-10-30 16:38:24] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:38:24.430798673  [2023-10-30 16:38:24] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:38:29.544740241  [2023-10-30 16:38:29] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:38:29.544758454  [2023-10-30 16:38:29] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:38:34.438297510  [2023-10-30 16:38:34] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:38:34.438321269  [2023-10-30 16:38:34] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:38:34.438352994  [2023-10-30 16:38:34] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:38:39.552039302  [2023-10-30 16:38:39] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:38:39.552146595  [2023-10-30 16:38:39] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:38:44.442640134  [2023-10-30 16:38:44] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:38:44.446239846  [2023-10-30 16:38:44] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:38:44.446320218  [2023-10-30 16:38:44] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:38:49.561736923  [2023-10-30 16:38:49] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:38:49.561767523  [2023-10-30 16:38:49] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:38:54.450732383  [2023-10-30 16:38:54] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:38:54.450867429  [2023-10-30 16:38:54] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:38:54.450933879  [2023-10-30 16:38:54] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:38:59.569767190  [2023-10-30 16:38:59] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:38:59.569877256  [2023-10-30 16:38:59] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:39:04.462629554  [2023-10-30 16:39:04] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:39:04.462647516  [2023-10-30 16:39:04] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:39:04.462735793  [2023-10-30 16:39:04] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:39:09.577486254  [2023-10-30 16:39:09] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:39:09.577612026  [2023-10-30 16:39:09] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:39:14.470152617  [2023-10-30 16:39:14] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:39:14.470231032  [2023-10-30 16:39:14] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:39:14.470232950  [2023-10-30 16:39:14] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:39:19.584932505  [2023-10-30 16:39:19] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:39:19.584982304  [2023-10-30 16:39:19] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:39:24.477817717  [2023-10-30 16:39:24] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:39:24.477866196  [2023-10-30 16:39:24] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:39:24.477899817  [2023-10-30 16:39:24] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:39:29.592589802  [2023-10-30 16:39:29] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:39:29.592665932  [2023-10-30 16:39:29] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:39:34.485752714  [2023-10-30 16:39:34] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:39:34.485841375  [2023-10-30 16:39:34] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:39:34.485848885  [2023-10-30 16:39:34] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:39:39.602350051  [2023-10-30 16:39:39] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:39:39.602401923  [2023-10-30 16:39:39] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:39:44.495167158  [2023-10-30 16:39:44] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:39:44.495178191  [2023-10-30 16:39:44] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:39:44.495244456  [2023-10-30 16:39:44] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:39:49.610041983  [2023-10-30 16:39:49] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:39:49.610116275  [2023-10-30 16:39:49] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:39:54.502467141  [2023-10-30 16:39:54] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:39:54.502512379  [2023-10-30 16:39:54] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:39:54.502606817  [2023-10-30 16:39:54] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:39:59.617234419  [2023-10-30 16:39:59] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:39:59.617258376  [2023-10-30 16:39:59] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:40:04.506704115  [2023-10-30 16:40:04] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:40:04.506780241  [2023-10-30 16:40:04] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:40:04.506814954  [2023-10-30 16:40:04] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:40:09.626230646  [2023-10-30 16:40:09] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:40:09.626354206  [2023-10-30 16:40:09] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:40:14.518778975  [2023-10-30 16:40:14] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:40:14.518795443  [2023-10-30 16:40:14] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:40:14.518863468  [2023-10-30 16:40:14] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:40:19.633231632  [2023-10-30 16:40:19] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:40:19.633302673  [2023-10-30 16:40:19] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:40:24.522940797  [2023-10-30 16:40:24] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:40:24.523002881  [2023-10-30 16:40:24] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:40:24.523074441  [2023-10-30 16:40:24] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:40:29.641134614  [2023-10-30 16:40:29] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:40:29.641215869  [2023-10-30 16:40:29] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:40:34.534245601  [2023-10-30 16:40:34] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:40:34.534311454  [2023-10-30 16:40:34] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:40:34.534312979  [2023-10-30 16:40:34] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:40:39.648272887  [2023-10-30 16:40:39] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:40:39.648351694  [2023-10-30 16:40:39] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:40:44.538465693  [2023-10-30 16:40:44] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:40:44.538552741  [2023-10-30 16:40:44] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:40:44.538558738  [2023-10-30 16:40:44] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:40:49.657612472  [2023-10-30 16:40:49] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:40:49.657628195  [2023-10-30 16:40:49] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:40:54.546045121  [2023-10-30 16:40:54] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:40:54.546144729  [2023-10-30 16:40:54] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:40:54.546233605  [2023-10-30 16:40:54] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:40:59.664682520  [2023-10-30 16:40:59] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:40:59.664706231  [2023-10-30 16:40:59] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:41:04.557258948  [2023-10-30 16:41:04] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:41:04.557280093  [2023-10-30 16:41:04] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:41:04.557317601  [2023-10-30 16:41:04] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:41:09.670844975  [2023-10-30 16:41:09] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:41:09.670935277  [2023-10-30 16:41:09] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:41:14.564545601  [2023-10-30 16:41:14] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:41:14.564620247  [2023-10-30 16:41:14] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:41:14.564622133  [2023-10-30 16:41:14] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:41:19.678420349  [2023-10-30 16:41:19] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:41:19.678457837  [2023-10-30 16:41:19] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:41:24.568650450  [2023-10-30 16:41:24] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:41:24.571973868  [2023-10-30 16:41:24] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:41:24.571984820  [2023-10-30 16:41:24] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:41:29.687084235  [2023-10-30 16:41:29] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:41:29.687135760  [2023-10-30 16:41:29] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:41:34.576191879  [2023-10-30 16:41:34] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:41:34.576208917  [2023-10-30 16:41:34] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:41:34.576274529  [2023-10-30 16:41:34] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:41:39.695209976  [2023-10-30 16:41:39] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:41:39.695230979  [2023-10-30 16:41:39] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:41:44.584630268  [2023-10-30 16:41:44] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:41:44.588069710  [2023-10-30 16:41:44] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:41:44.588114697  [2023-10-30 16:41:44] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:41:49.703398904  [2023-10-30 16:41:49] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:41:49.703415875  [2023-10-30 16:41:49] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:41:54.595712536  [2023-10-30 16:41:54] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:41:54.595738964  [2023-10-30 16:41:54] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:41:54.595774128  [2023-10-30 16:41:54] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:41:59.709868138  [2023-10-30 16:41:59] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:41:59.709930069  [2023-10-30 16:41:59] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:42:04.603364578  [2023-10-30 16:42:04] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:42:04.603411945  [2023-10-30 16:42:04] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:42:04.603446231  [2023-10-30 16:42:04] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:42:09.717749557  [2023-10-30 16:42:09] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:42:09.717814214  [2023-10-30 16:42:09] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:42:14.607724139  [2023-10-30 16:42:14] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:42:14.607747848  [2023-10-30 16:42:14] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:42:14.607839895  [2023-10-30 16:42:14] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:42:19.725734208  [2023-10-30 16:42:19] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:42:19.725783684  [2023-10-30 16:42:19] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:42:24.618778627  [2023-10-30 16:42:24] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:42:24.618824403  [2023-10-30 16:42:24] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:42:24.618858783  [2023-10-30 16:42:24] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:42:29.733802714  [2023-10-30 16:42:29] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:42:29.733824829  [2023-10-30 16:42:29] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:42:34.622958707  [2023-10-30 16:42:34] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:42:34.623081799  [2023-10-30 16:42:34] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:42:34.623089759  [2023-10-30 16:42:34] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:42:39.743393469  [2023-10-30 16:42:39] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:42:39.743417944  [2023-10-30 16:42:39] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:42:44.632605495  [2023-10-30 16:42:44] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:42:44.632630561  [2023-10-30 16:42:44] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:42:44.632749111  [2023-10-30 16:42:44] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:42:49.749936959  [2023-10-30 16:42:49] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:42:49.750059944  [2023-10-30 16:42:49] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:42:54.640581900  [2023-10-30 16:42:54] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:42:54.640684912  [2023-10-30 16:42:54] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:42:54.640719194  [2023-10-30 16:42:54] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:42:59.758261383  [2023-10-30 16:42:59] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:42:59.758277293  [2023-10-30 16:42:59] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:43:04.651791601  [2023-10-30 16:43:04] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:43:04.651816032  [2023-10-30 16:43:04] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:43:04.651878000  [2023-10-30 16:43:04] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:43:09.766314675  [2023-10-30 16:43:09] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:43:09.766376996  [2023-10-30 16:43:09] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:43:14.659206890  [2023-10-30 16:43:14] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:43:14.659225646  [2023-10-30 16:43:14] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:43:14.659343835  [2023-10-30 16:43:14] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:43:19.774151979  [2023-10-30 16:43:19] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:43:19.774217187  [2023-10-30 16:43:19] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:43:24.666774470  [2023-10-30 16:43:24] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:43:24.666846039  [2023-10-30 16:43:24] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:43:24.666848113  [2023-10-30 16:43:24] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:43:29.781824069  [2023-10-30 16:43:29] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:43:29.781847833  [2023-10-30 16:43:29] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:43:34.674978473  [2023-10-30 16:43:34] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:43:34.674996084  [2023-10-30 16:43:34] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:43:34.675047924  [2023-10-30 16:43:34] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:43:39.790375200  [2023-10-30 16:43:39] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:43:39.790395848  [2023-10-30 16:43:39] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:43:44.683100330  [2023-10-30 16:43:44] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:43:44.683112031  [2023-10-30 16:43:44] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:43:44.683215235  [2023-10-30 16:43:44] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:43:49.798360670  [2023-10-30 16:43:49] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:43:49.798371674  [2023-10-30 16:43:49] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:43:54.690895140  [2023-10-30 16:43:54] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:43:54.690912113  [2023-10-30 16:43:54] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:43:54.690992195  [2023-10-30 16:43:54] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:43:59.805253379  [2023-10-30 16:43:59] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:43:59.805268793  [2023-10-30 16:43:59] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:44:04.698717163  [2023-10-30 16:44:04] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:44:04.698806630  [2023-10-30 16:44:04] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:44:04.698813773  [2023-10-30 16:44:04] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:44:09.812958271  [2023-10-30 16:44:09] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:44:09.813026719  [2023-10-30 16:44:09] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:44:14.706366383  [2023-10-30 16:44:14] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:44:14.706401093  [2023-10-30 16:44:14] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:44:14.706440757  [2023-10-30 16:44:14] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:44:19.821669487  [2023-10-30 16:44:19] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:44:19.821739151  [2023-10-30 16:44:19] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:44:24.710669283  [2023-10-30 16:44:24] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:44:24.710686453  [2023-10-30 16:44:24] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:44:24.710751657  [2023-10-30 16:44:24] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:44:29.828866051  [2023-10-30 16:44:29] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:44:29.828885245  [2023-10-30 16:44:29] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:44:34.721576958  [2023-10-30 16:44:34] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:44:34.721663086  [2023-10-30 16:44:34] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:44:34.721730103  [2023-10-30 16:44:34] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:44:39.836123542  [2023-10-30 16:44:39] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:44:39.836143107  [2023-10-30 16:44:39] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:44:44.729369600  [2023-10-30 16:44:44] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:44:44.729392914  [2023-10-30 16:44:44] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:44:44.729456699  [2023-10-30 16:44:44] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:44:49.843753983  [2023-10-30 16:44:49] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:44:49.843774760  [2023-10-30 16:44:49] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:44:54.737125903  [2023-10-30 16:44:54] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:44:54.737150036  [2023-10-30 16:44:54] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:44:54.737212291  [2023-10-30 16:44:54] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:44:59.851754461  [2023-10-30 16:44:59] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:44:59.851765348  [2023-10-30 16:44:59] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:45:04.744868695  [2023-10-30 16:45:04] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:45:04.744907713  [2023-10-30 16:45:04] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:45:04.744980922  [2023-10-30 16:45:04] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:45:09.860301189  [2023-10-30 16:45:09] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:45:09.860357437  [2023-10-30 16:45:09] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:45:14.752881214  [2023-10-30 16:45:14] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:45:14.752927281  [2023-10-30 16:45:14] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:45:14.753017592  [2023-10-30 16:45:14] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:45:19.867701147  [2023-10-30 16:45:19] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:45:19.867711987  [2023-10-30 16:45:19] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:45:24.760297269  [2023-10-30 16:45:24] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:45:24.760312061  [2023-10-30 16:45:24] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:45:24.760414384  [2023-10-30 16:45:24] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:45:29.874806424  [2023-10-30 16:45:29] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:45:29.874851693  [2023-10-30 16:45:29] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:45:34.764465407  [2023-10-30 16:45:34] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:45:34.764517617  [2023-10-30 16:45:34] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:45:34.764556506  [2023-10-30 16:45:34] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:45:39.882672071  [2023-10-30 16:45:39] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:45:39.882787397  [2023-10-30 16:45:39] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:45:44.775353310  [2023-10-30 16:45:44] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:45:44.775369506  [2023-10-30 16:45:44] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:45:44.775417036  [2023-10-30 16:45:44] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:45:49.890394790  [2023-10-30 16:45:49] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:45:49.890458236  [2023-10-30 16:45:49] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:45:54.783763228  [2023-10-30 16:45:54] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:45:54.783778813  [2023-10-30 16:45:54] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:45:54.783837524  [2023-10-30 16:45:54] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:45:59.898813258  [2023-10-30 16:45:59] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:45:59.898825697  [2023-10-30 16:45:59] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:46:04.788306017  [2023-10-30 16:46:04] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:46:04.788351611  [2023-10-30 16:46:04] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:46:04.788390291  [2023-10-30 16:46:04] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:46:09.906383784  [2023-10-30 16:46:09] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:46:09.906438279  [2023-10-30 16:46:09] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:46:14.795787669  [2023-10-30 16:46:14] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:46:14.795836975  [2023-10-30 16:46:14] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:46:14.795871031  [2023-10-30 16:46:14] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:46:19.913178678  [2023-10-30 16:46:19] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:46:19.913205825  [2023-10-30 16:46:19] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:46:24.807440741  [2023-10-30 16:46:24] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:46:24.807552402  [2023-10-30 16:46:24] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:46:24.807578009  [2023-10-30 16:46:24] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:46:29.921471033  [2023-10-30 16:46:29] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:46:29.921566609  [2023-10-30 16:46:29] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:46:34.811473974  [2023-10-30 16:46:34] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:46:34.811571968  [2023-10-30 16:46:34] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:46:34.811573931  [2023-10-30 16:46:34] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:46:39.929946754  [2023-10-30 16:46:39] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:46:39.930028756  [2023-10-30 16:46:39] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:46:44.819851574  [2023-10-30 16:46:44] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:46:44.819924551  [2023-10-30 16:46:44] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:46:44.819931550  [2023-10-30 16:46:44] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:46:49.937555649  [2023-10-30 16:46:49] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:46:49.937616826  [2023-10-30 16:46:49] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:46:54.831746561  [2023-10-30 16:46:54] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:46:54.831823025  [2023-10-30 16:46:54] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:46:54.831870115  [2023-10-30 16:46:54] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:46:59.948456566  [2023-10-30 16:46:59] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:46:59.948559902  [2023-10-30 16:46:59] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:47:04.840590190  [2023-10-30 16:47:04] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:47:04.840605785  [2023-10-30 16:47:04] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:47:04.840693100  [2023-10-30 16:47:04] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:47:09.955246686  [2023-10-30 16:47:09] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:47:09.955331870  [2023-10-30 16:47:09] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:47:14.844690388  [2023-10-30 16:47:14] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:47:14.844728121  [2023-10-30 16:47:14] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:47:14.844778465  [2023-10-30 16:47:14] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:47:19.962406889  [2023-10-30 16:47:19] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:47:19.962429628  [2023-10-30 16:47:19] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:47:24.855319473  [2023-10-30 16:47:24] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:47:24.855379362  [2023-10-30 16:47:24] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:47:24.855420461  [2023-10-30 16:47:24] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:47:29.968833818  [2023-10-30 16:47:29] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:47:29.968937998  [2023-10-30 16:47:29] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:47:34.859732754  [2023-10-30 16:47:34] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:47:34.859750353  [2023-10-30 16:47:34] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:47:34.859828778  [2023-10-30 16:47:34] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:47:39.976718766  [2023-10-30 16:47:39] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:47:39.976771616  [2023-10-30 16:47:39] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:47:44.870331893  [2023-10-30 16:47:44] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:47:44.870350336  [2023-10-30 16:47:44] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:47:44.870435811  [2023-10-30 16:47:44] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:47:49.984770494  [2023-10-30 16:47:49] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:47:49.984796125  [2023-10-30 16:47:49] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:47:54.877943465  [2023-10-30 16:47:54] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:47:54.877966856  [2023-10-30 16:47:54] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:47:54.878062207  [2023-10-30 16:47:54] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:47:59.992535340  [2023-10-30 16:47:59] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:47:59.992554441  [2023-10-30 16:47:59] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:48:04.882515699  [2023-10-30 16:48:04] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:48:04.882588081  [2023-10-30 16:48:04] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:48:04.882599211  [2023-10-30 16:48:04] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:48:10.000308411  [2023-10-30 16:48:09] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:48:10.000328684  [2023-10-30 16:48:10] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:48:14.893211728  [2023-10-30 16:48:14] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:48:14.893267601  [2023-10-30 16:48:14] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:48:14.893312196  [2023-10-30 16:48:14] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:48:20.007687714  [2023-10-30 16:48:20] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:48:20.007771803  [2023-10-30 16:48:20] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:48:24.897420503  [2023-10-30 16:48:24] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:48:24.897480620  [2023-10-30 16:48:24] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:48:24.897531406  [2023-10-30 16:48:24] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:48:30.015092423  [2023-10-30 16:48:30] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:48:30.015169772  [2023-10-30 16:48:30] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:48:34.908568012  [2023-10-30 16:48:34] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:48:34.908638642  [2023-10-30 16:48:34] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:48:34.908641147  [2023-10-30 16:48:34] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:48:40.023474060  [2023-10-30 16:48:40] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:48:40.023531527  [2023-10-30 16:48:40] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:48:44.916151428  [2023-10-30 16:48:44] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:48:44.916225575  [2023-10-30 16:48:44] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:48:44.916260586  [2023-10-30 16:48:44] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:48:50.031371282  [2023-10-30 16:48:50] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:48:50.031399337  [2023-10-30 16:48:50] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:48:54.923728954  [2023-10-30 16:48:54] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:48:54.923747366  [2023-10-30 16:48:54] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:48:54.923826917  [2023-10-30 16:48:54] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:49:00.038604769  [2023-10-30 16:49:00] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:49:00.038657186  [2023-10-30 16:49:00] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:49:04.931236903  [2023-10-30 16:49:04] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:49:04.931260878  [2023-10-30 16:49:04] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:49:04.931343258  [2023-10-30 16:49:04] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:49:10.046165957  [2023-10-30 16:49:10] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:49:10.046195054  [2023-10-30 16:49:10] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:49:14.935614070  [2023-10-30 16:49:14] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:49:14.938845203  [2023-10-30 16:49:14] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:49:14.938885094  [2023-10-30 16:49:14] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:49:20.053294695  [2023-10-30 16:49:20] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:49:20.053366578  [2023-10-30 16:49:20] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:49:24.946337220  [2023-10-30 16:49:24] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:49:24.946395235  [2023-10-30 16:49:24] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:49:24.946461998  [2023-10-30 16:49:24] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:49:30.060706941  [2023-10-30 16:49:30] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:49:30.060762105  [2023-10-30 16:49:30] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:49:34.951069111  [2023-10-30 16:49:34] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:49:34.951121248  [2023-10-30 16:49:34] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:49:34.951160348  [2023-10-30 16:49:34] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:49:40.072317325  [2023-10-30 16:49:40] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:49:40.072338575  [2023-10-30 16:49:40] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:49:44.965180429  [2023-10-30 16:49:44] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:49:44.965191939  [2023-10-30 16:49:44] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:49:44.965269126  [2023-10-30 16:49:44] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:49:50.080681598  [2023-10-30 16:49:50] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:49:50.080684672  [2023-10-30 16:49:50] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:49:54.972562299  [2023-10-30 16:49:54] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:49:54.972613105  [2023-10-30 16:49:54] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:49:54.972654806  [2023-10-30 16:49:54] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:50:00.087535007  [2023-10-30 16:50:00] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:50:00.087623694  [2023-10-30 16:50:00] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:50:04.980227034  [2023-10-30 16:50:04] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:50:04.980251888  [2023-10-30 16:50:04] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:50:04.980314336  [2023-10-30 16:50:04] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:50:10.096115331  [2023-10-30 16:50:10] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:50:10.096190330  [2023-10-30 16:50:10] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:50:14.984355829  [2023-10-30 16:50:14] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:50:14.984435185  [2023-10-30 16:50:14] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:50:14.984442478  [2023-10-30 16:50:14] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:50:20.101265507  [2023-10-30 16:50:20] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:50:20.101342554  [2023-10-30 16:50:20] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:50:24.991814325  [2023-10-30 16:50:24] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:50:24.991839021  [2023-10-30 16:50:24] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:50:24.991940630  [2023-10-30 16:50:24] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:50:30.110330576  [2023-10-30 16:50:30] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:50:30.110341956  [2023-10-30 16:50:30] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:50:35.002893948  [2023-10-30 16:50:34] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:50:35.002980559  [2023-10-30 16:50:34] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:50:35.002982436  [2023-10-30 16:50:34] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:50:40.118522756  [2023-10-30 16:50:40] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:50:40.118598416  [2023-10-30 16:50:40] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:50:45.007407570  [2023-10-30 16:50:45] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:50:45.007449783  [2023-10-30 16:50:45] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:50:45.007508887  [2023-10-30 16:50:45] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:50:50.126186242  [2023-10-30 16:50:50] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:50:50.126251641  [2023-10-30 16:50:50] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:50:55.014985248  [2023-10-30 16:50:55] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:50:55.015001194  [2023-10-30 16:50:55] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:50:55.015083708  [2023-10-30 16:50:55] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:51:00.133212379  [2023-10-30 16:51:00] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:51:00.133235092  [2023-10-30 16:51:00] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:51:05.026210914  [2023-10-30 16:51:05] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:51:05.026276943  [2023-10-30 16:51:05] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:51:05.026316214  [2023-10-30 16:51:05] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:51:10.140738787  [2023-10-30 16:51:10] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:51:10.140809567  [2023-10-30 16:51:10] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:51:15.030670491  [2023-10-30 16:51:15] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:51:15.030726553  [2023-10-30 16:51:15] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:51:15.030768523  [2023-10-30 16:51:15] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:51:20.148431315  [2023-10-30 16:51:20] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:51:20.148537829  [2023-10-30 16:51:20] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:51:25.041782954  [2023-10-30 16:51:25] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:51:25.041836834  [2023-10-30 16:51:25] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:51:25.041878085  [2023-10-30 16:51:25] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:51:30.156711743  [2023-10-30 16:51:30] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:51:30.156729943  [2023-10-30 16:51:30] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:51:35.045978776  [2023-10-30 16:51:35] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:51:35.046036710  [2023-10-30 16:51:35] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:51:35.046079363  [2023-10-30 16:51:35] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:51:40.164286642  [2023-10-30 16:51:40] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:51:40.164424821  [2023-10-30 16:51:40] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:51:45.053156776  [2023-10-30 16:51:45] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:51:45.053167359  [2023-10-30 16:51:45] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:51:45.053233240  [2023-10-30 16:51:45] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:51:50.171121207  [2023-10-30 16:51:50] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:51:50.171180430  [2023-10-30 16:51:50] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:51:55.060672598  [2023-10-30 16:51:55] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:51:55.060727854  [2023-10-30 16:51:55] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:51:55.060772703  [2023-10-30 16:51:55] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:52:00.177796897  [2023-10-30 16:52:00] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:52:00.177853109  [2023-10-30 16:52:00] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:52:05.072188189  [2023-10-30 16:52:05] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:52:05.072216212  [2023-10-30 16:52:05] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:52:05.072254109  [2023-10-30 16:52:05] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:52:10.188515690  [2023-10-30 16:52:10] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:52:10.188589369  [2023-10-30 16:52:10] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:52:15.081758114  [2023-10-30 16:52:15] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:52:15.081775330  [2023-10-30 16:52:15] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:52:15.081858163  [2023-10-30 16:52:15] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:52:20.196092804  [2023-10-30 16:52:20] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:52:20.196110741  [2023-10-30 16:52:20] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:52:25.089654033  [2023-10-30 16:52:25] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:52:25.089677596  [2023-10-30 16:52:25] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:52:25.089763754  [2023-10-30 16:52:25] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:52:30.204161951  [2023-10-30 16:52:30] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:52:30.204178977  [2023-10-30 16:52:30] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:52:35.093650595  [2023-10-30 16:52:35] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:52:35.093743686  [2023-10-30 16:52:35] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:52:35.093833261  [2023-10-30 16:52:35] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:52:40.213111185  [2023-10-30 16:52:40] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:52:40.213190779  [2023-10-30 16:52:40] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:52:45.102303054  [2023-10-30 16:52:45] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:52:45.102380504  [2023-10-30 16:52:45] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:52:45.102424014  [2023-10-30 16:52:45] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:52:50.220343061  [2023-10-30 16:52:50] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:52:50.220413619  [2023-10-30 16:52:50] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:52:55.113561441  [2023-10-30 16:52:55] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:52:55.113619657  [2023-10-30 16:52:55] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:52:55.113691668  [2023-10-30 16:52:55] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:53:00.228448798  [2023-10-30 16:53:00] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:53:00.228579891  [2023-10-30 16:53:00] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:53:05.121352895  [2023-10-30 16:53:05] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:53:05.121402369  [2023-10-30 16:53:05] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:53:05.121435859  [2023-10-30 16:53:05] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:53:10.236582861  [2023-10-30 16:53:10] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:53:10.236606151  [2023-10-30 16:53:10] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:53:15.125647226  [2023-10-30 16:53:15] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:53:15.125726215  [2023-10-30 16:53:15] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:53:15.125728078  [2023-10-30 16:53:15] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:53:20.244633727  [2023-10-30 16:53:20] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:53:20.244794303  [2023-10-30 16:53:20] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:53:25.136626245  [2023-10-30 16:53:25] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:53:25.136685558  [2023-10-30 16:53:25] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:53:25.136764620  [2023-10-30 16:53:25] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:53:30.251869179  [2023-10-30 16:53:30] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:53:30.252013259  [2023-10-30 16:53:30] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:53:35.140835634  [2023-10-30 16:53:35] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:53:35.140890603  [2023-10-30 16:53:35] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:53:35.140931735  [2023-10-30 16:53:35] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:53:40.258929639  [2023-10-30 16:53:40] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:53:40.259027672  [2023-10-30 16:53:40] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:53:45.148552148  [2023-10-30 16:53:45] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:53:45.148625889  [2023-10-30 16:53:45] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:53:45.148628078  [2023-10-30 16:53:45] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:53:50.266524389  [2023-10-30 16:53:50] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:53:50.266638701  [2023-10-30 16:53:50] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:53:55.159279820  [2023-10-30 16:53:55] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:53:55.159295877  [2023-10-30 16:53:55] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:53:55.159392899  [2023-10-30 16:53:55] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:54:00.273321399  [2023-10-30 16:54:00] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:54:00.273342810  [2023-10-30 16:54:00] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:54:05.163753370  [2023-10-30 16:54:05] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:54:05.163798136  [2023-10-30 16:54:05] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:54:05.163832628  [2023-10-30 16:54:05] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:54:10.280048135  [2023-10-30 16:54:10] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:54:10.280071387  [2023-10-30 16:54:10] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:54:15.173326140  [2023-10-30 16:54:15] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:54:15.173342894  [2023-10-30 16:54:15] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:54:15.173433938  [2023-10-30 16:54:15] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:54:20.288385331  [2023-10-30 16:54:20] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:54:20.288436943  [2023-10-30 16:54:20] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:54:25.177630836  [2023-10-30 16:54:25] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:54:25.177653940  [2023-10-30 16:54:25] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:54:25.177734990  [2023-10-30 16:54:25] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:54:30.296058098  [2023-10-30 16:54:30] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:54:30.296074113  [2023-10-30 16:54:30] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:54:35.188309982  [2023-10-30 16:54:35] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:54:35.188340935  [2023-10-30 16:54:35] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:54:35.188382216  [2023-10-30 16:54:35] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:54:40.303357474  [2023-10-30 16:54:40] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:54:40.303394628  [2023-10-30 16:54:40] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:54:45.195879316  [2023-10-30 16:54:45] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:54:45.195899062  [2023-10-30 16:54:45] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:54:45.195932934  [2023-10-30 16:54:45] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:54:50.309726787  [2023-10-30 16:54:50] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:54:50.309790929  [2023-10-30 16:54:50] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:54:55.203163818  [2023-10-30 16:54:55] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:54:55.203235404  [2023-10-30 16:54:55] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:54:55.203237240  [2023-10-30 16:54:55] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:55:00.316678629  [2023-10-30 16:55:00] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:55:00.316752895  [2023-10-30 16:55:00] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:55:05.207040236  [2023-10-30 16:55:05] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:55:05.207113450  [2023-10-30 16:55:05] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:55:05.207115379  [2023-10-30 16:55:05] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:55:10.325319763  [2023-10-30 16:55:10] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:55:10.325391865  [2023-10-30 16:55:10] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:55:15.214400925  [2023-10-30 16:55:15] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:55:15.214419575  [2023-10-30 16:55:15] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:55:15.214453610  [2023-10-30 16:55:15] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:55:20.332252834  [2023-10-30 16:55:20] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:55:20.332360002  [2023-10-30 16:55:20] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:55:25.225350633  [2023-10-30 16:55:25] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:55:25.225425494  [2023-10-30 16:55:25] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:55:25.225427347  [2023-10-30 16:55:25] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:55:30.339550733  [2023-10-30 16:55:30] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:55:30.339662899  [2023-10-30 16:55:30] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:55:35.229194253  [2023-10-30 16:55:35] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:55:35.229258716  [2023-10-30 16:55:35] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:55:35.229260612  [2023-10-30 16:55:35] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:55:40.346843359  [2023-10-30 16:55:40] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:55:40.346854611  [2023-10-30 16:55:40] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:55:45.240184489  [2023-10-30 16:55:45] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:55:45.240208502  [2023-10-30 16:55:45] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:55:45.240317199  [2023-10-30 16:55:45] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:55:50.354714863  [2023-10-30 16:55:50] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:55:50.354730550  [2023-10-30 16:55:50] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:55:55.244656966  [2023-10-30 16:55:55] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:55:55.244684143  [2023-10-30 16:55:55] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:55:55.244793088  [2023-10-30 16:55:55] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:56:00.362203429  [2023-10-30 16:56:00] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:56:00.362218417  [2023-10-30 16:56:00] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:56:05.255491539  [2023-10-30 16:56:05] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:56:05.255513786  [2023-10-30 16:56:05] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:56:05.255584157  [2023-10-30 16:56:05] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:56:10.369949022  [2023-10-30 16:56:10] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:56:10.370019830  [2023-10-30 16:56:10] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:56:15.262745578  [2023-10-30 16:56:15] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:56:15.262757792  [2023-10-30 16:56:15] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:56:15.262836455  [2023-10-30 16:56:15] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:56:20.377302548  [2023-10-30 16:56:20] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:56:20.377350951  [2023-10-30 16:56:20] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:56:25.270090602  [2023-10-30 16:56:25] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:56:25.270105963  [2023-10-30 16:56:25] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:56:25.270188649  [2023-10-30 16:56:25] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:56:30.384359967  [2023-10-30 16:56:30] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:56:30.384409474  [2023-10-30 16:56:30] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:56:35.274413520  [2023-10-30 16:56:35] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:56:35.274541195  [2023-10-30 16:56:35] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:56:35.274596292  [2023-10-30 16:56:35] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:56:40.395725508  [2023-10-30 16:56:40] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:56:40.395741740  [2023-10-30 16:56:40] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:56:45.285472138  [2023-10-30 16:56:45] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:56:45.285571998  [2023-10-30 16:56:45] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:56:45.285579245  [2023-10-30 16:56:45] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:56:50.403937684  [2023-10-30 16:56:50] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:56:50.403949147  [2023-10-30 16:56:50] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:56:55.293646780  [2023-10-30 16:56:55] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:56:55.293743213  [2023-10-30 16:56:55] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:56:55.293745112  [2023-10-30 16:56:55] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:57:00.411588006  [2023-10-30 16:57:00] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:57:00.411693331  [2023-10-30 16:57:00] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:57:05.304670915  [2023-10-30 16:57:05] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:57:05.304694301  [2023-10-30 16:57:05] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:57:05.304770462  [2023-10-30 16:57:05] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:57:10.418550485  [2023-10-30 16:57:10] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:57:10.418561534  [2023-10-30 16:57:10] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:57:15.308797992  [2023-10-30 16:57:15] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:57:15.308870877  [2023-10-30 16:57:15] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:57:15.308906125  [2023-10-30 16:57:15] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:57:20.426744617  [2023-10-30 16:57:20] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:57:20.426764168  [2023-10-30 16:57:20] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:57:25.319583758  [2023-10-30 16:57:25] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:57:25.319632326  [2023-10-30 16:57:25] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:57:25.319666746  [2023-10-30 16:57:25] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:57:30.434366881  [2023-10-30 16:57:30] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:57:30.434391482  [2023-10-30 16:57:30] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:57:35.327439883  [2023-10-30 16:57:35] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:57:35.327457345  [2023-10-30 16:57:35] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:57:35.327569669  [2023-10-30 16:57:35] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:57:40.443180330  [2023-10-30 16:57:40] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:57:40.443276134  [2023-10-30 16:57:40] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:57:45.332626228  [2023-10-30 16:57:45] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:57:45.332696407  [2023-10-30 16:57:45] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:57:45.332698329  [2023-10-30 16:57:45] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:57:50.449611115  [2023-10-30 16:57:50] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:57:50.449781758  [2023-10-30 16:57:50] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:57:55.343366529  [2023-10-30 16:57:55] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:57:55.343385551  [2023-10-30 16:57:55] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:57:55.343418996  [2023-10-30 16:57:55] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:58:00.458225913  [2023-10-30 16:58:00] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:58:00.458299987  [2023-10-30 16:58:00] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:58:05.347454875  [2023-10-30 16:58:05] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:58:05.347511522  [2023-10-30 16:58:05] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:58:05.347548255  [2023-10-30 16:58:05] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:58:10.465763232  [2023-10-30 16:58:10] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:58:10.465919919  [2023-10-30 16:58:10] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:58:15.358591436  [2023-10-30 16:58:15] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:58:15.358616105  [2023-10-30 16:58:15] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:58:15.358682198  [2023-10-30 16:58:15] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:58:20.473640736  [2023-10-30 16:58:20] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:58:20.473656425  [2023-10-30 16:58:20] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:58:25.362906854  [2023-10-30 16:58:25] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:58:25.362926165  [2023-10-30 16:58:25] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:58:25.363002268  [2023-10-30 16:58:25] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:58:30.480666915  [2023-10-30 16:58:30] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:58:30.480758983  [2023-10-30 16:58:30] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:58:35.370577473  [2023-10-30 16:58:35] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:58:35.370646606  [2023-10-30 16:58:35] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:58:35.370711874  [2023-10-30 16:58:35] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:58:40.488323529  [2023-10-30 16:58:40] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:58:40.488396278  [2023-10-30 16:58:40] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:58:45.381646703  [2023-10-30 16:58:45] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:58:45.381664107  [2023-10-30 16:58:45] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:58:45.381728665  [2023-10-30 16:58:45] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:58:50.496455745  [2023-10-30 16:58:50] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:58:50.496532448  [2023-10-30 16:58:50] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:58:55.389101478  [2023-10-30 16:58:55] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:58:55.389123917  [2023-10-30 16:58:55] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:58:55.389158976  [2023-10-30 16:58:55] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:59:00.503896905  [2023-10-30 16:59:00] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:59:00.503908222  [2023-10-30 16:59:00] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:59:05.396769839  [2023-10-30 16:59:05] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:59:05.396787198  [2023-10-30 16:59:05] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:59:05.396858822  [2023-10-30 16:59:05] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:59:10.511955000  [2023-10-30 16:59:10] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:59:10.511965974  [2023-10-30 16:59:10] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:59:15.404315125  [2023-10-30 16:59:15] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:59:15.404390491  [2023-10-30 16:59:15] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:59:15.404412361  [2023-10-30 16:59:15] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:59:20.519017730  [2023-10-30 16:59:20] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:59:20.519142115  [2023-10-30 16:59:20] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:59:25.412514422  [2023-10-30 16:59:25] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:59:25.412606326  [2023-10-30 16:59:25] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:59:25.412642199  [2023-10-30 16:59:25] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:59:30.526582608  [2023-10-30 16:59:30] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:59:30.526688494  [2023-10-30 16:59:30] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:59:35.420329925  [2023-10-30 16:59:35] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:59:35.420354300  [2023-10-30 16:59:35] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:59:35.420436993  [2023-10-30 16:59:35] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:59:40.534675921  [2023-10-30 16:59:40] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:59:40.534754120  [2023-10-30 16:59:40] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:59:45.424627836  [2023-10-30 16:59:45] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:59:45.424643401  [2023-10-30 16:59:45] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:59:45.424806581  [2023-10-30 16:59:45] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 16:59:50.542880651  [2023-10-30 16:59:50] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 16:59:50.542979422  [2023-10-30 16:59:50] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 16:59:55.432282908  [2023-10-30 16:59:55] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 16:59:55.432311547  [2023-10-30 16:59:55] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 16:59:55.432377631  [2023-10-30 16:59:55] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 17:00:00.549444234  [2023-10-30 17:00:00] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 17:00:00.549557634  [2023-10-30 17:00:00] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 17:00:05.439704061  [2023-10-30 17:00:05] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 17:00:05.439716091  [2023-10-30 17:00:05] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 17:00:05.439785913  [2023-10-30 17:00:05] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 17:33:16.282121780  [2023-10-30 17:33:16] frigate.watchdog               INFO    : Detection appears to be stuck. Restarting detection process...
2023-10-30 17:33:16.282317922  [2023-10-30 17:33:16] root                           INFO    : Waiting for detection process to exit gracefully...
2023-10-30 17:33:46.312562193  [2023-10-30 17:33:46] root                           INFO    : Detection process didnt exit. Force killing...
2023-10-30 17:33:46.317542759  [2023-10-30 17:33:46] root                           INFO    : Detection process has exited...
2023-10-30 17:33:46.330503880  [2023-10-30 17:33:46] detector.coral                 INFO    : Starting detection process: 18794
2023-10-30 17:33:46.389544920  [2023-10-30 17:33:46] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as usb
2023-10-30 17:33:49.003645503  [2023-10-30 17:33:49] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2023-10-30 17:58:55.506920000  [2023-10-30 17:58:55] watchdog.front_door            INFO    : front_door exceeded fps limit. Exiting ffmpeg...
2023-10-30 17:58:55.506936328  [2023-10-30 17:58:55] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-10-30 17:58:56.137238977  [2023-10-30 17:58:56] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 17:58:56.137328143  [2023-10-30 17:58:56] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 17:59:06.142289193  [2023-10-30 17:59:06] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 17:59:06.142353342  [2023-10-30 17:59:06] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 17:59:06.142354987  [2023-10-30 17:59:06] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55587e9b94c0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2023-10-30 17:59:06.142379422  [2023-10-30 17:59:06] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55587e9b94c0] Non-monotonous DTS in output stream 0:0; previous: 4952880, current: 4952880; changing to 4952881. This may result in incorrect timestamps in the output file.
2023-10-30 17:59:06.142430363  [2023-10-30 17:59:06] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x55587e9c0580] Increasing reorder buffer to 1
2023-10-30 17:59:06.142460604  [2023-10-30 17:59:06] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55587e9b94c0] Non-monotonous DTS in output stream 0:0; previous: 76300020, current: 76300020; changing to 76300021. This may result in incorrect timestamps in the output file.
2023-10-30 17:59:06.142494459  [2023-10-30 17:59:06] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x55587e9cecc0] Increasing reorder buffer to 4
2023-10-30 17:59:06.142552736  [2023-10-30 17:59:06] ffmpeg.front_door.detect       ERROR   : [out_1_0 @ 0x55587eb50440] 100 buffers queued in out_1_0, something may be wrong.
2023-10-30 18:03:56.153501958  [2023-10-30 18:03:56] watchdog.front_door            INFO    : No frames received from front_door in 20 seconds. Exiting ffmpeg...
2023-10-30 18:03:56.153638151  [2023-10-30 18:03:56] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-10-30 18:03:56.254474420  [2023-10-30 18:03:56] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:03:56.254671343  [2023-10-30 18:03:56] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:04:06.257363186  [2023-10-30 18:04:06] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:04:06.257414632  [2023-10-30 18:04:06] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:04:06.257473371  [2023-10-30 18:04:06] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5600f23fd900] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2023-10-30 18:04:06.257530155  [2023-10-30 18:04:06] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x5600f24346c0] Increasing reorder buffer to 4
2023-10-30 18:04:06.257569590  [2023-10-30 18:04:06] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x5600f24346c0] Increasing reorder buffer to 10
2023-10-30 18:04:06.257615803  [2023-10-30 18:04:06] ffmpeg.front_door.detect       ERROR   : [out_1_0 @ 0x5600f25ceec0] 100 buffers queued in out_1_0, something may be wrong.
2023-10-30 18:04:06.257651246  [2023-10-30 18:04:06] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Connection timed out
2023-10-30 18:04:06.257686706  [2023-10-30 18:04:06] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5600f23fd900] Non-monotonous DTS in output stream 0:0; previous: 21192750, current: 21147750; changing to 21192751. This may result in incorrect timestamps in the output file.
2023-10-30 18:04:06.257728980  [2023-10-30 18:04:06] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5600f23fd900] Non-monotonous DTS in output stream 0:0; previous: 21192751, current: 21152250; changing to 21192752. This may result in incorrect timestamps in the output file.
2023-10-30 18:04:06.257774691  [2023-10-30 18:04:06] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5600f23fd900] Non-monotonous DTS in output stream 0:0; previous: 21192752, current: 21156750; changing to 21192753. This may result in incorrect timestamps in the output file.
2023-10-30 18:04:06.260666928  [2023-10-30 18:04:06] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5600f23fd900] Non-monotonous DTS in output stream 0:0; previous: 21192753, current: 21161250; changing to 21192754. This may result in incorrect timestamps in the output file.
2023-10-30 18:04:06.260696719  [2023-10-30 18:04:06] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5600f23fd900] Non-monotonous DTS in output stream 0:0; previous: 21192754, current: 21165750; changing to 21192755. This may result in incorrect timestamps in the output file.
2023-10-30 18:04:06.260733409  [2023-10-30 18:04:06] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5600f23fd900] Non-monotonous DTS in output stream 0:0; previous: 21192755, current: 21170250; changing to 21192756. This may result in incorrect timestamps in the output file.
2023-10-30 18:04:06.260800769  [2023-10-30 18:04:06] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5600f23fd900] Non-monotonous DTS in output stream 0:0; previous: 21192756, current: 21174750; changing to 21192757. This may result in incorrect timestamps in the output file.
2023-10-30 18:04:06.260813117  [2023-10-30 18:04:06] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5600f23fd900] Non-monotonous DTS in output stream 0:0; previous: 21192757, current: 21179250; changing to 21192758. This may result in incorrect timestamps in the output file.
2023-10-30 18:04:06.260895715  [2023-10-30 18:04:06] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5600f23fd900] Non-monotonous DTS in output stream 0:0; previous: 21192758, current: 21183750; changing to 21192759. This may result in incorrect timestamps in the output file.
2023-10-30 18:04:06.260897880  [2023-10-30 18:04:06] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5600f23fd900] Non-monotonous DTS in output stream 0:0; previous: 21192759, current: 21188250; changing to 21192760. This may result in incorrect timestamps in the output file.
2023-10-30 18:04:06.260976261  [2023-10-30 18:04:06] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5600f23fd900] Non-monotonous DTS in output stream 0:0; previous: 21192760, current: 21192750; changing to 21192761. This may result in incorrect timestamps in the output file.
2023-10-30 18:13:16.273255949  [2023-10-30 18:13:16] watchdog.front_door            INFO    : front_door exceeded fps limit. Exiting ffmpeg...
2023-10-30 18:13:16.273272099  [2023-10-30 18:13:16] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-10-30 18:13:16.535025403  [2023-10-30 18:13:16] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:13:16.535120777  [2023-10-30 18:13:16] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:13:26.539797207  [2023-10-30 18:13:26] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:13:26.539820507  [2023-10-30 18:13:26] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:13:26.539921987  [2023-10-30 18:13:26] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55aa227083c0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2023-10-30 18:13:26.539975419  [2023-10-30 18:13:26] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x55aa22956d40] Increasing reorder buffer to 1
2023-10-30 18:13:26.540020478  [2023-10-30 18:13:26] ffmpeg.front_door.detect       ERROR   : [out_1_0 @ 0x55aa22973100] 100 buffers queued in out_1_0, something may be wrong.
2023-10-30 18:13:31.653933584  [2023-10-30 18:13:31] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:13:31.654044452  [2023-10-30 18:13:31] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:13:36.547804163  [2023-10-30 18:13:36] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:13:36.547872177  [2023-10-30 18:13:36] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:13:36.547874270  [2023-10-30 18:13:36] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 18:13:41.662097551  [2023-10-30 18:13:41] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:13:41.662195713  [2023-10-30 18:13:41] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:13:46.555430949  [2023-10-30 18:13:46] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:13:46.555503201  [2023-10-30 18:13:46] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:13:46.555530062  [2023-10-30 18:13:46] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 18:13:51.670991310  [2023-10-30 18:13:51] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:13:51.671086366  [2023-10-30 18:13:51] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:13:56.559677453  [2023-10-30 18:13:56] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:13:56.559703655  [2023-10-30 18:13:56] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:13:56.559770077  [2023-10-30 18:13:56] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 18:14:01.678964880  [2023-10-30 18:14:01] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:14:01.678989141  [2023-10-30 18:14:01] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:14:06.567646404  [2023-10-30 18:14:06] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:14:06.567736226  [2023-10-30 18:14:06] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:14:06.567759772  [2023-10-30 18:14:06] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 18:15:36.576629902  [2023-10-30 18:15:36] watchdog.front_door            INFO    : front_door exceeded fps limit. Exiting ffmpeg...
2023-10-30 18:15:36.576695983  [2023-10-30 18:15:36] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-10-30 18:15:36.777272085  [2023-10-30 18:15:36] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:15:36.777398283  [2023-10-30 18:15:36] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:15:46.781757409  [2023-10-30 18:15:46] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:15:46.781835334  [2023-10-30 18:15:46] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:15:46.781837623  [2023-10-30 18:15:46] ffmpeg.front_door.detect       ERROR   : [segment @ 0x561bda24d5c0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2023-10-30 18:15:46.781889146  [2023-10-30 18:15:46] ffmpeg.front_door.detect       ERROR   : [segment @ 0x561bda24d5c0] Non-monotonous DTS in output stream 0:0; previous: 2793600, current: 2793600; changing to 2793601. This may result in incorrect timestamps in the output file.
2023-10-30 18:15:46.781988692  [2023-10-30 18:15:46] ffmpeg.front_door.detect       ERROR   : [segment @ 0x561bda24d5c0] Non-monotonous DTS in output stream 0:0; previous: 3243510, current: 3243510; changing to 3243511. This may result in incorrect timestamps in the output file.
2023-10-30 18:15:46.782105527  [2023-10-30 18:15:46] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x561bda2679c0] Increasing reorder buffer to 12
2023-10-30 18:15:51.898795617  [2023-10-30 18:15:51] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:15:51.898886032  [2023-10-30 18:15:51] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:15:56.786716358  [2023-10-30 18:15:56] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:15:56.786727980  [2023-10-30 18:15:56] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:15:56.786809094  [2023-10-30 18:15:56] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 18:16:01.905859588  [2023-10-30 18:16:01] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:16:01.905883601  [2023-10-30 18:16:01] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:16:06.794549589  [2023-10-30 18:16:06] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:16:06.794635586  [2023-10-30 18:16:06] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:16:06.794637497  [2023-10-30 18:16:06] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 18:16:11.912353139  [2023-10-30 18:16:11] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:16:11.912402491  [2023-10-30 18:16:11] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:16:16.805716002  [2023-10-30 18:16:16] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:16:16.805776542  [2023-10-30 18:16:16] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:16:16.805856413  [2023-10-30 18:16:16] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 18:16:21.920586844  [2023-10-30 18:16:21] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:16:21.920654322  [2023-10-30 18:16:21] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:16:26.810061926  [2023-10-30 18:16:26] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:16:26.810095214  [2023-10-30 18:16:26] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:16:26.810178906  [2023-10-30 18:16:26] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 18:16:31.929169998  [2023-10-30 18:16:31] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:16:31.929181939  [2023-10-30 18:16:31] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:16:36.821589395  [2023-10-30 18:16:36] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:16:36.821627402  [2023-10-30 18:16:36] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:16:36.821696298  [2023-10-30 18:16:36] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 18:16:41.937710212  [2023-10-30 18:16:41] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:16:41.937754929  [2023-10-30 18:16:41] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:16:46.829484860  [2023-10-30 18:16:46] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:16:46.829652712  [2023-10-30 18:16:46] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:16:46.829654646  [2023-10-30 18:16:46] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 18:16:51.945405276  [2023-10-30 18:16:51] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:16:51.945467399  [2023-10-30 18:16:51] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:16:56.837284751  [2023-10-30 18:16:56] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:16:56.837302938  [2023-10-30 18:16:56] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:16:56.837413853  [2023-10-30 18:16:56] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 18:17:01.953547136  [2023-10-30 18:17:01] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:17:01.953602158  [2023-10-30 18:17:01] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:17:06.841932264  [2023-10-30 18:17:06] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:17:06.841953475  [2023-10-30 18:17:06] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:17:06.842081054  [2023-10-30 18:17:06] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 18:17:11.959971516  [2023-10-30 18:17:11] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:17:11.960095104  [2023-10-30 18:17:11] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:17:16.853236881  [2023-10-30 18:17:16] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:17:16.853275048  [2023-10-30 18:17:16] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:17:16.853367802  [2023-10-30 18:17:16] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 18:17:21.967985012  [2023-10-30 18:17:21] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:17:21.968063605  [2023-10-30 18:17:21] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:17:26.860838107  [2023-10-30 18:17:26] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:17:26.860903491  [2023-10-30 18:17:26] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:17:26.860905360  [2023-10-30 18:17:26] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 18:17:31.976345441  [2023-10-30 18:17:31] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:17:31.976361293  [2023-10-30 18:17:31] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:17:36.868460293  [2023-10-30 18:17:36] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:17:36.868480357  [2023-10-30 18:17:36] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:17:36.868583238  [2023-10-30 18:17:36] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 18:17:41.983852591  [2023-10-30 18:17:41] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:17:41.983953781  [2023-10-30 18:17:41] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:17:46.872697233  [2023-10-30 18:17:46] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:17:46.872721884  [2023-10-30 18:17:46] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:17:46.872758953  [2023-10-30 18:17:46] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 18:17:51.991027173  [2023-10-30 18:17:51] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:17:51.991143662  [2023-10-30 18:17:51] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:17:56.883640898  [2023-10-30 18:17:56] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:17:56.883666336  [2023-10-30 18:17:56] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:17:56.883730296  [2023-10-30 18:17:56] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 18:18:01.998142991  [2023-10-30 18:18:01] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:18:01.998153568  [2023-10-30 18:18:01] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:18:06.891217589  [2023-10-30 18:18:06] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:18:06.891287277  [2023-10-30 18:18:06] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:18:06.891306140  [2023-10-30 18:18:06] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 18:18:12.005818414  [2023-10-30 18:18:12] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:18:12.005887401  [2023-10-30 18:18:12] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:18:16.895601580  [2023-10-30 18:18:16] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:18:16.895704465  [2023-10-30 18:18:16] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:18:16.895711709  [2023-10-30 18:18:16] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-10-30 18:18:22.015461812  [2023-10-30 18:18:22] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-10-30 18:18:22.015612511  [2023-10-30 18:18:22] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-10-30 18:18:26.906960771  [2023-10-30 18:18:26] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-10-30 18:18:26.907066958  [2023-10-30 18:18:26] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-10-30 18:18:26.907074336  [2023-10-30 18:18:26] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
clowncracker commented 12 months ago

@NickM-27 do you use 2.5GHz or 5Ghz frequency? I'm just trying to determine any possible failure points.

NickM-27 commented 12 months ago

I use 5GHz personally, I have a strong router to be clear

github-actions[bot] commented 10 months ago

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