frigate: [Support]: Corrupt recording segments & DTS discontinuity

Describe the problem you are having

I’m running into corrupt recording segments and DTS discontinuity issues.

Version

0.12.0

Frigate config file

mqtt:
  host: xxxx
  user: xxxx
  password: xxxx

go2rtc:
  streams:
    front_door:
      - rtsp://xxxx:xxxx@xxx.xxx.x.xxx:554/h264Preview_01_main
    garage:
      - rtsp://xxxx:xxxx@xxx.xxx.x.xxx:554/h264Preview_01_main
cameras:
  front_door: 
    ffmpeg:
      hwaccel_args: preset-intel-qsv-h264
      output_args:
          record: preset-record-generic-audio-copy
      inputs:
        - path: rtsp://127.0.0.1:8554/front_door
          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
    snapshots:
      enabled: true
      retain:
        default: 14
    zones:
      entryway:
        coordinates: 2560,1920,2560,1681,2173,1506,1928,1579,1593,1321,934,1342,481,1288,321,1319,0,1319,0,1920
  garage: 
    ffmpeg:
      hwaccel_args: preset-intel-qsv-h264
      output_args:
          record: preset-record-generic-audio-copy
      inputs:
        - path: rtsp://127.0.0.1:8554/garage
          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
    snapshots:
      enabled: true
      retain:
        default: 2

Relevant log output

2023-05-14 23:39:11.523899611  [INFO] Starting Frigate...
2023-05-14 23:39:12.140728268  [2023-05-14 23:39:12] frigate.app                    INFO    : Starting Frigate (0.12.0-da3e197)
2023-05-14 23:39:12.156033491  [2023-05-14 23:39:12] peewee_migrate                 INFO    : Starting migrations
2023-05-14 23:39:12.158390445  [2023-05-14 23:39:12] peewee_migrate                 INFO    : There is nothing to migrate
2023-05-14 23:39:12.166807803  [2023-05-14 23:39:12] detector.cpu                   INFO    : Starting detection process: 721
2023-05-14 23:39:12.167732993  [2023-05-14 23:39:12] frigate.app                    INFO    : Output process started: 723
2023-05-14 23:39:12.168552569  [2023-05-14 23:39:12] frigate.detectors              WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
2023-05-14 23:39:12.170920631  [2023-05-14 23:39:12] frigate.app                    INFO    : Camera processor started for front_door: 726
2023-05-14 23:39:12.178231440  [2023-05-14 23:39:12] frigate.app                    INFO    : Camera processor started for garage: 728
2023-05-14 23:39:12.178454838  [2023-05-14 23:39:12] frigate.app                    INFO    : Capture process started for front_door: 730
2023-05-14 23:39:12.179133542  [2023-05-14 23:39:12] frigate.app                    INFO    : Capture process started for garage: 733
2023-05-15 04:49:43.114751243  [2023-05-15 04:49:43] frigate.record                 WARNING : Discarding a corrupt recording segment: /tmp/cache/garage-20230515044920.mp4
2023-05-15 04:49:53.394498837  [2023-05-15 04:49:53] frigate.record                 WARNING : Discarding a corrupt recording segment: /tmp/cache/garage-20230515044949.mp4
2023-05-15 04:49:53.466658740  [2023-05-15 04:49:53] frigate.record                 WARNING : Discarding a corrupt recording segment: /tmp/cache/garage-20230515044950.mp4
2023-05-15 04:49:57.886633608  [2023-05-15 04:49:57] frigate.record                 WARNING : Discarding a corrupt recording segment: /tmp/cache/garage-20230515044951.mp4
2023-05-15 04:49:57.958658555  [2023-05-15 04:49:57] frigate.record                 WARNING : Discarding a corrupt recording segment: /tmp/cache/garage-20230515044952.mp4
2023-05-15 04:49:58.029599649  [2023-05-15 04:49:58] frigate.record                 WARNING : Discarding a corrupt recording segment: /tmp/cache/garage-20230515044954.mp4
2023-05-15 04:49:58.102463123  [2023-05-15 04:49:58] frigate.record                 WARNING : Discarding a corrupt recording segment: /tmp/cache/garage-20230515044955.mp4
2023-05-15 04:49:58.175813184  [2023-05-15 04:49:58] frigate.record                 WARNING : Discarding a corrupt recording segment: /tmp/cache/garage-20230515044956.mp4
2023-05-15 04:50:02.496745820  [2023-05-15 04:50:02] watchdog.garage                INFO    : No frames received from garage in 20 seconds. Exiting ffmpeg...
2023-05-15 04:50:02.496816636  [2023-05-15 04:50:02] watchdog.garage                INFO    : Waiting for ffmpeg to exit gracefully...
2023-05-15 04:50:02.528257770  [2023-05-15 04:50:02] frigate.video                  ERROR   : garage: Unable to read frames from ffmpeg process.
2023-05-15 04:50:02.528316854  [2023-05-15 04:50:02] frigate.video                  ERROR   : garage: ffmpeg process is not running. exiting capture thread...
2023-05-15 04:50:03.152387741  [2023-05-15 04:50:03] frigate.record                 WARNING : Discarding a corrupt recording segment: /tmp/cache/garage-20230515044957.mp4
2023-05-15 04:50:03.224228473  [2023-05-15 04:50:03] frigate.record                 WARNING : Discarding a corrupt recording segment: /tmp/cache/garage-20230515044958.mp4
2023-05-15 04:50:03.301749214  [2023-05-15 04:50:03] frigate.record                 WARNING : Discarding a corrupt recording segment: /tmp/cache/garage-20230515045000.mp4
2023-05-15 04:50:03.373650235  [2023-05-15 04:50:03] frigate.record                 WARNING : Discarding a corrupt recording segment: /tmp/cache/garage-20230515045001.mp4
2023-05-15 04:50:03.431999944  [2023-05-15 04:50:03] frigate.record                 WARNING : Discarding a corrupt recording segment: /tmp/cache/garage-20230515045002.mp4
2023-05-15 04:50:12.529179107  [2023-05-15 04:50:12] watchdog.garage                ERROR   : Ffmpeg process crashed unexpectedly for garage.
2023-05-15 04:50:12.529256958  [2023-05-15 04:50:12] watchdog.garage                ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-15 04:50:12.529354904  [2023-05-15 04:50:12] ffmpeg.garage.detect           ERROR   : [segment @ 0x5562951cd880] 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-05-15 04:50:12.529423185  [2023-05-15 04:50:12] ffmpeg.garage.detect           ERROR   : [segment @ 0x5562951cd880] Non-monotonous DTS in output stream 0:1; previous: 135732224, current: 135715861; changing to 135732225. This may result in incorrect timestamps in the output file.
2023-05-15 04:50:12.529461828  [2023-05-15 04:50:12] ffmpeg.garage.detect           ERROR   : rtsp://127.0.0.1:8554/garage: Connection timed out
2023-05-15 04:50:12.529498881  [2023-05-15 04:50:12] ffmpeg.garage.detect           ERROR   :     Last message repeated 1 times
2023-05-15 04:50:12.529541915  [2023-05-15 04:50:12] ffmpeg.garage.detect           ERROR   : [rtsp @ 0x5562951b0dc0] RTP: PT=61: bad cseq bb5a expected=771f
2023-05-15 04:50:12.529576655  [2023-05-15 04:50:12] ffmpeg.garage.detect           ERROR   : [rtsp @ 0x5562951b0dc0] RTP: PT=60: bad cseq 051d expected=528e
2023-05-15 04:50:12.529614947  [2023-05-15 04:50:12] ffmpeg.garage.detect           ERROR   : [h264_qsv @ 0x5562951ca580] A decode call did not consume any data: expect more data at input (-10)
2023-05-15 04:50:12.529651272  [2023-05-15 04:50:12] ffmpeg.garage.detect           ERROR   :     Last message repeated 2 times
2023-05-15 07:09:32.632435175  [2023-05-15 07:09:32] watchdog.front_door            INFO    : No frames received from front_door in 20 seconds. Exiting ffmpeg...
2023-05-15 07:09:32.632453876  [2023-05-15 07:09:32] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-05-15 07:09:33.074546564  [2023-05-15 07:09:33] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-15 07:09:33.074619728  [2023-05-15 07:09:33] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-15 07:09:43.079831492  [2023-05-15 07:09:43] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-15 07:09:43.079903974  [2023-05-15 07:09:43] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-15 07:09:43.079911884  [2023-05-15 07:09:43] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55994263c880] 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-05-15 07:10:03.084018166  [2023-05-15 07:10:03] watchdog.front_door            INFO    : No frames received from front_door in 20 seconds. Exiting ffmpeg...
2023-05-15 07:10:03.084071913  [2023-05-15 07:10:03] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-05-15 07:10:03.123502251  [2023-05-15 07:10:03] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-15 07:10:03.123557211  [2023-05-15 07:10:03] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-15 07:10:08.089447230  [2023-05-15 07:10:08] frigate.record                 WARNING : Failed to probe corrupt segment /tmp/cache/front_door-20230515071003.mp4: 0 - b'[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55c2da33d6c0] moov atom not found\n/tmp/cache/front_door-20230515071003.mp4: Invalid data found when processing input\n'
2023-05-15 07:10:08.089465563  [2023-05-15 07:10:08] frigate.record                 WARNING : Discarding a corrupt recording segment: /tmp/cache/front_door-20230515071003.mp4
2023-05-15 07:10:13.126579453  [2023-05-15 07:10:13] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-15 07:10:13.126648114  [2023-05-15 07:10:13] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-15 07:10:13.126667055  [2023-05-15 07:10:13] ffmpeg.front_door.detect       ERROR   : [rtsp @ 0x55df5a8f9dc0] DTS discontinuity in stream 1: packet 8 with DTS 8763, packet 9 with DTS 16912
2023-05-15 07:10:13.126724495  [2023-05-15 07:10:13] ffmpeg.front_door.detect       ERROR   : [rtsp @ 0x55df5a8f9dc0] DTS discontinuity in stream 1: packet 16 with DTS 16925, packet 17 with DTS 41377
2023-05-15 07:10:13.126736027  [2023-05-15 07:10:13] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x55df5a8fec40] error while decoding MB 157 103, bytestream -5
2023-05-15 07:10:13.126801386  [2023-05-15 07:10:13] ffmpeg.front_door.detect       ERROR   : [rtsp @ 0x55df5a8f9dc0] DTS discontinuity in stream 1: packet 35 with DTS 41604, packet 36 with DTS 82344
2023-05-15 07:10:13.126861170  [2023-05-15 07:10:13] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x55df5a8fec40] error while decoding MB 112 45, bytestream -5
2023-05-15 07:10:13.126868945  [2023-05-15 07:10:13] ffmpeg.front_door.detect       ERROR   : Could not write header for output file #0 (incorrect codec parameters ?): Immediate exit requested
2023-05-15 07:10:13.126915210  [2023-05-15 07:10:13] ffmpeg.front_door.detect       ERROR   : Error initializing output stream 0:1 -- 
2023-05-15 07:10:13.126955326  [2023-05-15 07:10:13] ffmpeg.front_door.detect       ERROR   : 
2023-05-15 07:11:03.131222864  [2023-05-15 07:11:03] watchdog.front_door            INFO    : front_door exceeded fps limit. Exiting ffmpeg...
2023-05-15 07:11:03.131329376  [2023-05-15 07:11:03] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-05-15 07:11:03.157241192  [2023-05-15 07:11:03] frigate.record                 WARNING : Discarding a corrupt recording segment: /tmp/cache/front_door-20230515071016.mp4
2023-05-15 07:11:03.164965382  [2023-05-15 07:11:03] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-15 07:11:03.165029107  [2023-05-15 07:11:03] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-15 07:11:13.170796556  [2023-05-15 07:11:13] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-15 07:11:13.170865202  [2023-05-15 07:11:13] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-15 07:11:13.170867031  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895691638, next:29265375 st:1 invalid dropping
2023-05-15 07:11:13.170931093  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895691638, next:29265375 invalid dropping st:1
2023-05-15 07:11:13.171000857  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895692619, next:29329375 st:1 invalid dropping
2023-05-15 07:11:13.171002671  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895692619, next:29329375 invalid dropping st:1
2023-05-15 07:11:13.171072534  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895693722, next:29393375 st:1 invalid dropping
2023-05-15 07:11:13.171074385  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895693722, next:29393375 invalid dropping st:1
2023-05-15 07:11:13.171132373  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895694701, next:29457375 st:1 invalid dropping
2023-05-15 07:11:13.171139920  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895694701, next:29457375 invalid dropping st:1
2023-05-15 07:11:13.171207698  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895695832, next:29521375 st:1 invalid dropping
2023-05-15 07:11:13.171218498  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895695832, next:29521375 invalid dropping st:1
2023-05-15 07:11:13.171250623  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895696754, next:29585375 st:1 invalid dropping
2023-05-15 07:11:13.171290136  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895696754, next:29585375 invalid dropping st:1
2023-05-15 07:11:13.171329946  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895697904, next:29649375 st:1 invalid dropping
2023-05-15 07:11:13.171364581  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895697904, next:29649375 invalid dropping st:1
2023-05-15 07:11:13.171403322  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895698847, next:29713375 st:1 invalid dropping
2023-05-15 07:11:13.171437123  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895698847, next:29713375 invalid dropping st:1
2023-05-15 07:11:13.171475469  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895699858, next:29777375 st:1 invalid dropping
2023-05-15 07:11:13.171517418  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895699858, next:29777375 invalid dropping st:1
2023-05-15 07:11:13.171558938  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895700791, next:29841375 st:1 invalid dropping
2023-05-15 07:11:13.171592972  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895700791, next:29841375 invalid dropping st:1
2023-05-15 07:11:13.171631379  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895701872, next:29905375 st:1 invalid dropping
2023-05-15 07:11:13.171666412  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895701872, next:29905375 invalid dropping st:1
2023-05-15 07:11:13.171704615  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895703061, next:29969375 st:1 invalid dropping
2023-05-15 07:11:13.171738573  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895703061, next:29969375 invalid dropping st:1
2023-05-15 07:11:13.171776822  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895703993, next:30033375 st:1 invalid dropping
2023-05-15 07:11:13.171811133  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895703993, next:30033375 invalid dropping st:1
2023-05-15 07:11:13.171849391  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895704888, next:30097375 st:1 invalid dropping
2023-05-15 07:11:13.171883300  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895704888, next:30097375 invalid dropping st:1
2023-05-15 07:11:13.171921741  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895706006, next:30161375 st:1 invalid dropping
2023-05-15 07:11:13.171956623  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895706006, next:30161375 invalid dropping st:1
2023-05-15 07:11:13.171995018  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895706934, next:30225375 st:1 invalid dropping
2023-05-15 07:11:13.172028852  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895706934, next:30225375 invalid dropping st:1
2023-05-15 07:11:13.172069998  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895708031, next:30289375 st:1 invalid dropping
2023-05-15 07:11:13.172106008  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895708031, next:30289375 invalid dropping st:1
2023-05-15 07:11:13.172139504  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895708982, next:30353375 st:1 invalid dropping
2023-05-15 07:11:13.172167821  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895708982, next:30353375 invalid dropping st:1
2023-05-15 07:11:13.172206892  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895710056, next:30417375 st:1 invalid dropping
2023-05-15 07:11:13.172239527  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895710056, next:30417375 invalid dropping st:1
2023-05-15 07:11:13.172272223  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895711144, next:30481375 st:1 invalid dropping
2023-05-15 07:11:13.172300721  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895711144, next:30481375 invalid dropping st:1
2023-05-15 07:11:13.172339418  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895712056, next:30545375 st:1 invalid dropping
2023-05-15 07:11:13.172372157  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895712056, next:30545375 invalid dropping st:1
2023-05-15 07:11:13.172411872  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895713245, next:30609375 st:1 invalid dropping
2023-05-15 07:11:13.172446148  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895713245, next:30609375 invalid dropping st:1
2023-05-15 07:11:13.172486318  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895714256, next:30673375 st:1 invalid dropping
2023-05-15 07:11:13.172527265  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895714256, next:30673375 invalid dropping st:1
2023-05-15 07:11:13.172566116  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895715163, next:30737375 st:1 invalid dropping
2023-05-15 07:11:13.172601128  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895715163, next:30737375 invalid dropping st:1
2023-05-15 07:11:13.172638772  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895716274, next:30801375 st:1 invalid dropping
2023-05-15 07:11:13.172673082  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895716274, next:30801375 invalid dropping st:1
2023-05-15 07:11:13.172710637  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895717236, next:30865375 st:1 invalid dropping
2023-05-15 07:11:13.172744828  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895717236, next:30865375 invalid dropping st:1
2023-05-15 07:11:13.172782626  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895718363, next:30929375 st:1 invalid dropping
2023-05-15 07:11:13.172818321  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895718363, next:30929375 invalid dropping st:1
2023-05-15 07:11:13.172855779  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895719222, next:30993375 st:1 invalid dropping
2023-05-15 07:11:13.172890439  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895719222, next:30993375 invalid dropping st:1
2023-05-15 07:11:13.172927970  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895720281, next:31057375 st:1 invalid dropping
2023-05-15 07:11:13.172962549  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895720281, next:31057375 invalid dropping st:1
2023-05-15 07:11:13.173000194  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895721399, next:31121375 st:1 invalid dropping
2023-05-15 07:11:13.173034512  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895721399, next:31121375 invalid dropping st:1
2023-05-15 07:11:13.173072204  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895722360, next:31185375 st:1 invalid dropping
2023-05-15 07:11:13.173107675  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895722360, next:31185375 invalid dropping st:1
2023-05-15 07:11:13.173145306  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895723321, next:31249375 st:1 invalid dropping
2023-05-15 07:11:13.173180074  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895723321, next:31249375 invalid dropping st:1
2023-05-15 07:11:13.173217247  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895724436, next:31313375 st:1 invalid dropping
2023-05-15 07:11:13.173251601  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895724436, next:31313375 invalid dropping st:1
2023-05-15 07:11:13.173289588  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895725446, next:31377375 st:1 invalid dropping
2023-05-15 07:11:13.173323247  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895725446, next:31377375 invalid dropping st:1
2023-05-15 07:11:13.173361765  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895726391, next:31441375 st:1 invalid dropping
2023-05-15 07:11:13.173395634  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895726391, next:31441375 invalid dropping st:1
2023-05-15 07:11:13.173434424  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895727468, next:31505375 st:1 invalid dropping
2023-05-15 07:11:13.173468607  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895727468, next:31505375 invalid dropping st:1
2023-05-15 07:11:13.173510545  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895728619, next:31569375 st:1 invalid dropping
2023-05-15 07:11:13.173545620  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895728619, next:31569375 invalid dropping st:1
2023-05-15 07:11:13.173585261  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895729566, next:31633375 st:1 invalid dropping
2023-05-15 07:11:13.173618353  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895729566, next:31633375 invalid dropping st:1
2023-05-15 07:11:13.173656674  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895730537, next:31697375 st:1 invalid dropping
2023-05-15 07:11:13.173691849  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895730537, next:31697375 invalid dropping st:1
2023-05-15 07:11:13.173731065  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895731628, next:31761375 st:1 invalid dropping
2023-05-15 07:11:13.173766711  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895731628, next:31761375 invalid dropping st:1
2023-05-15 07:11:13.173803643  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895732615, next:31825375 st:1 invalid dropping
2023-05-15 07:11:13.173834552  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895732615, next:31825375 invalid dropping st:1
2023-05-15 07:11:13.173862966  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895733562, next:31889375 st:1 invalid dropping
2023-05-15 07:11:13.173891141  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895733562, next:31889375 invalid dropping st:1
2023-05-15 07:11:13.173919613  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895734582, next:31953375 st:1 invalid dropping
2023-05-15 07:11:13.173949323  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895734582, next:31953375 invalid dropping st:1
2023-05-15 07:11:13.173978179  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895735648, next:32017375 st:1 invalid dropping
2023-05-15 07:11:13.174007199  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895735648, next:32017375 invalid dropping st:1
2023-05-15 07:11:13.174035717  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895736816, next:32081375 st:1 invalid dropping
2023-05-15 07:11:13.174064353  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895736816, next:32081375 invalid dropping st:1
2023-05-15 07:11:13.174092775  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895737656, next:32145375 st:1 invalid dropping
2023-05-15 07:11:13.174121708  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895737656, next:32145375 invalid dropping st:1
2023-05-15 07:11:13.174150317  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895738712, next:32209375 st:1 invalid dropping
2023-05-15 07:11:13.174179709  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895738712, next:32209375 invalid dropping st:1
2023-05-15 07:11:13.174208344  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895739716, next:32273375 st:1 invalid dropping
2023-05-15 07:11:13.174236820  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895739716, next:32273375 invalid dropping st:1
2023-05-15 07:11:13.174265052  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895740728, next:32337375 st:1 invalid dropping
2023-05-15 07:11:13.174292933  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895740728, next:32337375 invalid dropping st:1
2023-05-15 07:11:13.174321269  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : DTS 1895741751, next:32401375 st:1 invalid dropping
2023-05-15 07:11:13.174350476  [2023-05-15 07:11:13] ffmpeg.front_door.detect       ERROR   : PTS 1895741751, next:32401375 invalid dropping st:1

FFprobe output from your camera

[{"return_code":0,"stderr":"","stdout":{"programs":[],"streams":[{"avg_frame_rate":"20/1","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

UNRAID

Install method

Docker Compose

Coral version

CPU (no coral)

Network connection

Wireless

Camera make and model

Reolink Video Doorbell WiFi

Any other information that may be helpful

No response

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 24

Most upvoted comments

what is your current config? what about go2rtc logs?

I recently installed a google coral. Here are my updated logs/config:

frigate log:

2023-05-17 22:30:19.713702385  [INFO] Starting Frigate...
2023-05-17 22:30:20.558326274  [2023-05-17 22:30:20] frigate.app                    INFO    : Starting Frigate (0.12.0-da3e197)
2023-05-17 22:30:20.573148401  [2023-05-17 22:30:20] peewee_migrate                 INFO    : Starting migrations
2023-05-17 22:30:20.575897294  [2023-05-17 22:30:20] peewee_migrate                 INFO    : There is nothing to migrate
2023-05-17 22:30:20.584395119  [2023-05-17 22:30:20] detector.coral                 INFO    : Starting detection process: 724
2023-05-17 22:30:20.585411468  [2023-05-17 22:30:20] frigate.app                    INFO    : Output process started: 726
2023-05-17 22:30:20.588277142  [2023-05-17 22:30:20] frigate.app                    INFO    : Camera processor started for front_door: 730
2023-05-17 22:30:20.594750342  [2023-05-17 22:30:20] frigate.app                    INFO    : Camera processor started for garage: 734
2023-05-17 22:30:20.594842920  [2023-05-17 22:30:20] frigate.app                    INFO    : Capture process started for front_door: 735
2023-05-17 22:30:20.594902690  [2023-05-17 22:30:20] frigate.app                    INFO    : Capture process started for garage: 739
2023-05-17 22:30:23.196913419  [2023-05-17 22:30:20] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as usb
2023-05-17 22:30:23.205768441  [2023-05-17 22:30:23] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2023-05-18 18:21:36.931472668  [2023-05-18 18:21:36] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-18 18:21:36.931511804  [2023-05-18 18:21:36] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-18 18:21:41.733202409  [2023-05-18 18:21:41] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-18 18:21:41.733261692  [2023-05-18 18:21:41] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-18 18:21:41.733292800  [2023-05-18 18:21:41] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55564fdffac0] 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-05-18 18:21:41.733332100  [2023-05-18 18:21:41] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x55564fe02400] Increasing reorder buffer to 1
2023-05-18 18:21:41.733370657  [2023-05-18 18:21:41] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Connection timed out
2023-05-18 18:21:41.733411569  [2023-05-18 18:21:41] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55564fdffac0] Non-monotonous DTS in output stream 0:0; previous: 6429065490, current: 6429060990; changing to 6429065491. This may result in incorrect timestamps in the output file.
2023-05-18 18:21:41.733449786  [2023-05-18 18:21:41] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55564fdffac0] Non-monotonous DTS in output stream 0:0; previous: 6429065491, current: 6429065490; changing to 6429065492. This may result in incorrect timestamps in the output file.
2023-05-18 18:21:41.733485896  [2023-05-18 18:21:41] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Connection timed out
2023-05-18 18:21:46.849154147  [2023-05-18 18:21:46] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-18 18:21:46.849248532  [2023-05-18 18:21:46] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-18 18:21:51.741387081  [2023-05-18 18:21:51] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-18 18:21:51.741404438  [2023-05-18 18:21:51] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-18 18:21:51.741440957  [2023-05-18 18:21: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-05-18 20:30:01.870116025  [2023-05-18 20:30:01] watchdog.front_door            INFO    : front_door exceeded fps limit. Exiting ffmpeg...
2023-05-18 20:30:01.870139818  [2023-05-18 20:30:01] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-05-18 20:30:03.070830051  [2023-05-18 20:30:03] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-18 20:30:03.072175723  [2023-05-18 20:30:03] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-18 20:30:13.077793630  [2023-05-18 20:30:13] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-18 20:30:13.077833679  [2023-05-18 20:30:13] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-18 20:30:13.077963302  [2023-05-18 20:30:13] ffmpeg.front_door.detect       ERROR   : [segment @ 0x556f43fb4840] 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-05-18 20:30:13.077970770  [2023-05-18 20:30:13] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x556f43fb0bc0] Increasing reorder buffer to 1
2023-05-18 20:30:13.078027296  [2023-05-18 20:30:13] ffmpeg.front_door.detect       ERROR   : [segment @ 0x556f43fb4840] Non-monotonous DTS in output stream 0:0; previous: 687320640, current: 687320640; changing to 687320641. This may result in incorrect timestamps in the output file.
2023-05-18 20:30:13.078028582  [2023-05-18 20:30:13] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x556f43fb0bc0] Increasing reorder buffer to 6
2023-05-18 20:30:18.192421624  [2023-05-18 20:30:18] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-18 20:30:18.192471026  [2023-05-18 20:30:18] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-18 20:30:23.085658206  [2023-05-18 20:30:23] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-18 20:30:23.085685347  [2023-05-18 20:30:23] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-18 20:30:23.085722650  [2023-05-18 20:30: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-05-18 20:30:28.199846100  [2023-05-18 20:30:28] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-18 20:30:28.199910064  [2023-05-18 20:30:28] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-18 20:30:33.091577771  [2023-05-18 20:30:33] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-18 20:30:33.091630892  [2023-05-18 20:30:33] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-18 20:30:33.091669966  [2023-05-18 20:30: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-05-19 11:06:44.039534593  [2023-05-19 11:06:44] watchdog.front_door            INFO    : front_door exceeded fps limit. Exiting ffmpeg...
2023-05-19 11:06:44.039632019  [2023-05-19 11:06:44] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-05-19 11:06:44.175313567  [2023-05-19 11:06:44] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 11:06:44.175378014  [2023-05-19 11:06:44] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 11:06:54.176709442  [2023-05-19 11:06:54] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 11:06:54.179281715  [2023-05-19 11:06:54] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 11:06:54.179298561  [2023-05-19 11:06:54] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5584238c6380] 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-05-19 11:06:54.179348169  [2023-05-19 11:06:54] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x5584238a6fc0] Increasing reorder buffer to 1
2023-05-19 11:06:54.179412383  [2023-05-19 11:06:54] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5584238c6380] Non-monotonous DTS in output stream 0:0; previous: 4719991770, current: 4719991770; changing to 4719991771. This may result in incorrect timestamps in the output file.
2023-05-19 11:06:54.179450679  [2023-05-19 11:06:54] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5584238c6380] Non-monotonous DTS in output stream 0:0; previous: 4726059750, current: 4726059750; changing to 4726059751. This may result in incorrect timestamps in the output file.
2023-05-19 11:13:04.188432187  [2023-05-19 11:13:04] watchdog.front_door            INFO    : front_door exceeded fps limit. Exiting ffmpeg...
2023-05-19 11:13:04.188455689  [2023-05-19 11:13:04] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-05-19 11:13:04.367258151  [2023-05-19 11:13:04] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 11:13:04.367760331  [2023-05-19 11:13:04] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 11:13:14.372702161  [2023-05-19 11:13:14] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 11:13:14.372810903  [2023-05-19 11:13:14] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 11:13:14.372849351  [2023-05-19 11:13:14] ffmpeg.front_door.detect       ERROR   : [segment @ 0x559448559840] 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-05-19 11:13:19.488644110  [2023-05-19 11:13:19] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 11:13:19.488709108  [2023-05-19 11:13:19] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 11:13:24.377638652  [2023-05-19 11:13:24] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 11:13:24.377703530  [2023-05-19 11:13:24] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 11:13:24.377755449  [2023-05-19 11:13: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-05-19 17:46:54.783137892  [2023-05-19 17:46:54] watchdog.front_door            INFO    : No frames received from front_door in 20 seconds. Exiting ffmpeg...
2023-05-19 17:46:54.783223417  [2023-05-19 17:46:54] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-05-19 17:46:59.900011485  [2023-05-19 17:46:59] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 17:46:59.900050401  [2023-05-19 17:46:59] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 17:47:09.900963874  [2023-05-19 17:47:09] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 17:47:09.900989877  [2023-05-19 17:47:09] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 17:47:09.901054195  [2023-05-19 17:47:09] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5580267b9ec0] 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-05-19 17:47:09.901062831  [2023-05-19 17:47:09] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x5580267ab280] Increasing reorder buffer to 1
2023-05-19 17:47:09.901094106  [2023-05-19 17:47:09] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Connection timed out
2023-05-19 17:47:09.901164370  [2023-05-19 17:47:09] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5580267b9ec0] Non-monotonous DTS in output stream 0:0; previous: 2120005170, current: 2120005170; changing to 2120005171. This may result in incorrect timestamps in the output file.
2023-05-19 20:50:50.104291145  [2023-05-19 20:50:50] watchdog.front_door            INFO    : No frames received from front_door in 20 seconds. Exiting ffmpeg...
2023-05-19 20:50:50.104315429  [2023-05-19 20:50:50] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-05-19 20:50:50.371069831  [2023-05-19 20:50:50] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:50:50.371126212  [2023-05-19 20:50:50] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:51:00.376349462  [2023-05-19 20:51:00] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:51:00.376393816  [2023-05-19 20:51:00] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:51:00.376454258  [2023-05-19 20:51:00] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55b0a41dd840] 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-05-19 20:51:00.376487624  [2023-05-19 20:51:00] ffmpeg.front_door.detect       ERROR   : [segment @ 0x55b0a41dd840] Non-monotonous DTS in output stream 0:0; previous: 983056140, current: 983056140; changing to 983056141. This may result in incorrect timestamps in the output file.
2023-05-19 20:51:00.376573180  [2023-05-19 20:51:00] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Connection timed out
2023-05-19 20:51:05.491993450  [2023-05-19 20:51:05] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:51:05.492079183  [2023-05-19 20:51:05] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:51:10.387349581  [2023-05-19 20:51:10] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:51:10.387375338  [2023-05-19 20:51:10] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:51:10.387444460  [2023-05-19 20:51:10] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:51:15.503279766  [2023-05-19 20:51:15] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:51:15.503303295  [2023-05-19 20:51:15] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:51:20.396920719  [2023-05-19 20:51:20] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:51:20.396975730  [2023-05-19 20:51:20] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:51:20.397019869  [2023-05-19 20:51:20] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:51:25.511911330  [2023-05-19 20:51:25] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:51:25.511970078  [2023-05-19 20:51:25] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:51:30.400426468  [2023-05-19 20:51:30] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:51:30.400512657  [2023-05-19 20:51:30] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:51:30.400561540  [2023-05-19 20:51:30] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:51:35.518489461  [2023-05-19 20:51:35] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:51:35.518605756  [2023-05-19 20:51:35] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:51:40.409399944  [2023-05-19 20:51:40] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:51:40.409434948  [2023-05-19 20:51:40] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:51:40.409479066  [2023-05-19 20:51:40] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:51:45.523960865  [2023-05-19 20:51:45] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:51:45.523986003  [2023-05-19 20:51:45] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:51:50.417440334  [2023-05-19 20:51:50] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:51:50.417531626  [2023-05-19 20:51:50] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:51:50.417622049  [2023-05-19 20:51:50] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:51:55.532411194  [2023-05-19 20:51:55] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:51:55.532438427  [2023-05-19 20:51:55] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:52:00.421652790  [2023-05-19 20:52:00] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:52:00.421677176  [2023-05-19 20:52:00] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:52:00.421730985  [2023-05-19 20:52:00] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:55:50.431525998  [2023-05-19 20:55:50] watchdog.front_door            INFO    : front_door exceeded fps limit. Exiting ffmpeg...
2023-05-19 20:55:50.431616723  [2023-05-19 20:55:50] watchdog.front_door            INFO    : Waiting for ffmpeg to exit gracefully...
2023-05-19 20:55:50.831867983  [2023-05-19 20:55:50] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:55:50.832049271  [2023-05-19 20:55:50] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:56:00.836940110  [2023-05-19 20:56:00] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:56:00.836955678  [2023-05-19 20:56:00] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:56:00.837029059  [2023-05-19 20:56:00] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5580a79f9180] 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-05-19 20:56:00.837095793  [2023-05-19 20:56:00] ffmpeg.front_door.detect       ERROR   : [segment @ 0x5580a79f9180] Non-monotonous DTS in output stream 0:0; previous: 4925340, current: 4925340; changing to 4925341. This may result in incorrect timestamps in the output file.
2023-05-19 20:56:05.951838777  [2023-05-19 20:56:05] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:56:05.951911049  [2023-05-19 20:56:05] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:56:10.840651399  [2023-05-19 20:56:10] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:56:10.840699910  [2023-05-19 20:56:10] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:56:10.840734253  [2023-05-19 20:56:10] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:56:19.108135698  [2023-05-19 20:56:19] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:56:19.108176302  [2023-05-19 20:56:19] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:56:20.849280963  [2023-05-19 20:56:20] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:56:20.849360470  [2023-05-19 20:56:20] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:56:20.849384560  [2023-05-19 20:56:20] ffmpeg.front_door.detect       ERROR   : [rtsp @ 0x557616f8f100] Could not find codec parameters for stream 1 (Video: h264, none): unspecified size
2023-05-19 20:56:20.849432070  [2023-05-19 20:56:20] ffmpeg.front_door.detect       ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2023-05-19 20:56:20.849469185  [2023-05-19 20:56:20] ffmpeg.front_door.detect       ERROR   : Output file #0 does not contain any stream
2023-05-19 20:56:25.963826666  [2023-05-19 20:56:25] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:56:25.963838371  [2023-05-19 20:56:25] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:56:30.855502140  [2023-05-19 20:56:30] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:56:30.855520164  [2023-05-19 20:56:30] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:56:30.855645037  [2023-05-19 20:56:30] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:56:35.970459585  [2023-05-19 20:56:35] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:56:35.970543856  [2023-05-19 20:56:35] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:56:40.861718861  [2023-05-19 20:56:40] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:56:40.861738776  [2023-05-19 20:56:40] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:56:40.861809541  [2023-05-19 20:56:40] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:56:45.975809649  [2023-05-19 20:56:45] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:56:45.975875459  [2023-05-19 20:56:45] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:56:50.868006801  [2023-05-19 20:56:50] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:56:50.868080687  [2023-05-19 20:56:50] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:56:50.868082815  [2023-05-19 20:56:50] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:56:55.982557031  [2023-05-19 20:56:55] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:56:55.982569331  [2023-05-19 20:56:55] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:57:00.874255363  [2023-05-19 20:57:00] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:57:00.874271501  [2023-05-19 20:57:00] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:57:00.874346297  [2023-05-19 20:57:00] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:57:05.988746956  [2023-05-19 20:57:05] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:57:05.988818901  [2023-05-19 20:57:05] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:57:10.880285414  [2023-05-19 20:57:10] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:57:10.880304222  [2023-05-19 20:57:10] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:57:10.880393239  [2023-05-19 20:57:10] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:57:15.995206693  [2023-05-19 20:57:15] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:57:15.995219576  [2023-05-19 20:57:15] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:57:20.883879511  [2023-05-19 20:57:20] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:57:20.883958759  [2023-05-19 20:57:20] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:57:20.884025329  [2023-05-19 20:57:20] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:57:26.000900462  [2023-05-19 20:57:26] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:57:26.000912319  [2023-05-19 20:57:26] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:57:30.892692580  [2023-05-19 20:57:30] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:57:30.892759556  [2023-05-19 20:57:30] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:57:30.892837451  [2023-05-19 20:57:30] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:57:36.007397241  [2023-05-19 20:57:36] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:57:36.007484352  [2023-05-19 20:57:36] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:57:40.896625002  [2023-05-19 20:57:40] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:57:40.896645475  [2023-05-19 20:57:40] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:57:40.896711015  [2023-05-19 20:57:40] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:57:46.013347065  [2023-05-19 20:57:46] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:57:46.013358737  [2023-05-19 20:57:46] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:57:50.902610361  [2023-05-19 20:57:50] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:57:50.902627422  [2023-05-19 20:57:50] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:57:50.902692383  [2023-05-19 20:57:50] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:57:56.018805244  [2023-05-19 20:57:56] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:57:56.018877219  [2023-05-19 20:57:56] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:58:00.911321561  [2023-05-19 20:58:00] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:58:00.911342684  [2023-05-19 20:58:00] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:58:00.911378188  [2023-05-19 20:58:00] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:58:06.026816524  [2023-05-19 20:58:06] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:58:06.026829742  [2023-05-19 20:58:06] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:58:10.917455322  [2023-05-19 20:58:10] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:58:10.917473867  [2023-05-19 20:58:10] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:58:10.917514713  [2023-05-19 20:58:10] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:58:16.032100969  [2023-05-19 20:58:16] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:58:16.032131989  [2023-05-19 20:58:16] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:58:20.923362000  [2023-05-19 20:58:20] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:58:20.923380123  [2023-05-19 20:58:20] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:58:20.923416132  [2023-05-19 20:58:20] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:58:26.038400564  [2023-05-19 20:58:26] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:58:26.038474000  [2023-05-19 20:58:26] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:58:30.929478230  [2023-05-19 20:58:30] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:58:30.929549463  [2023-05-19 20:58:30] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:58:30.929618095  [2023-05-19 20:58:30] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:58:36.043199322  [2023-05-19 20:58:36] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:58:36.043274597  [2023-05-19 20:58:36] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:58:40.933003468  [2023-05-19 20:58:40] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:58:40.933090627  [2023-05-19 20:58:40] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:58:40.933180126  [2023-05-19 20:58:40] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:58:46.049781975  [2023-05-19 20:58:46] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:58:46.049839673  [2023-05-19 20:58:46] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:58:50.941735294  [2023-05-19 20:58:50] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:58:50.941792679  [2023-05-19 20:58:50] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:58:50.941839597  [2023-05-19 20:58:50] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:58:56.057988674  [2023-05-19 20:58:56] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:58:56.058046755  [2023-05-19 20:58:56] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:59:00.947996634  [2023-05-19 20:59:00] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:59:00.948055399  [2023-05-19 20:59:00] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:59:00.948100113  [2023-05-19 20:59:00] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:59:06.062521036  [2023-05-19 20:59:06] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:59:06.062629111  [2023-05-19 20:59:06] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:59:10.954060589  [2023-05-19 20:59:10] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:59:10.954120110  [2023-05-19 20:59:10] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:59:10.954164737  [2023-05-19 20:59:10] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:59:16.069517957  [2023-05-19 20:59:16] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:59:16.069618191  [2023-05-19 20:59:16] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:59:20.960822128  [2023-05-19 20:59:20] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:59:20.960879973  [2023-05-19 20:59:20] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:59:20.960917706  [2023-05-19 20:59:20] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:59:26.075079129  [2023-05-19 20:59:26] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:59:26.075108926  [2023-05-19 20:59:26] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:59:30.964600120  [2023-05-19 20:59:30] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:59:30.964665417  [2023-05-19 20:59:30] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:59:30.964710218  [2023-05-19 20:59:30] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:59:36.084785977  [2023-05-19 20:59:36] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:59:36.084848921  [2023-05-19 20:59:36] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:59:40.976541186  [2023-05-19 20:59:40] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:59:40.976601192  [2023-05-19 20:59:40] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:59:40.976646597  [2023-05-19 20:59:40] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:59:46.090988825  [2023-05-19 20:59:46] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:59:46.091077678  [2023-05-19 20:59:46] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 20:59:50.982764545  [2023-05-19 20:59:50] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 20:59:50.982823743  [2023-05-19 20:59:50] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 20:59:50.982871861  [2023-05-19 20:59:50] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 20:59:56.097265089  [2023-05-19 20:59:56] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 20:59:56.097322170  [2023-05-19 20:59:56] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:00:00.986533543  [2023-05-19 21:00:00] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:00:00.986558516  [2023-05-19 21:00:00] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:00:00.986631774  [2023-05-19 21:00:00] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 21:00:06.103690721  [2023-05-19 21:00:06] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:00:06.103764769  [2023-05-19 21:00:06] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:00:10.992599619  [2023-05-19 21:00:10] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:00:10.995031753  [2023-05-19 21:00:10] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:00:10.995051708  [2023-05-19 21:00:10] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 21:00:16.109956105  [2023-05-19 21:00:16] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:00:16.110020395  [2023-05-19 21:00:16] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:00:20.998659989  [2023-05-19 21:00:20] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:00:20.998731502  [2023-05-19 21:00:20] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:00:20.998810009  [2023-05-19 21:00:20] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-19 21:00:26.116035079  [2023-05-19 21:00:26] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:00:26.116122907  [2023-05-19 21:00:26] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:00:31.007559444  [2023-05-19 21:00:31] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:00:31.007649962  [2023-05-19 21:00:31] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:00:31.007669728  [2023-05-19 21:00: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-05-19 21:00:36.121708696  [2023-05-19 21:00:36] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:00:36.121720685  [2023-05-19 21:00:36] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:00:41.011524376  [2023-05-19 21:00:41] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:00:41.011641296  [2023-05-19 21:00:41] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:00:41.011643218  [2023-05-19 21:00: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-05-19 21:00:46.128846396  [2023-05-19 21:00:46] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:00:46.128861465  [2023-05-19 21:00:46] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:00:51.020929778  [2023-05-19 21:00:51] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:00:51.020988072  [2023-05-19 21:00:51] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:00:51.021031631  [2023-05-19 21:00: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-05-19 21:00:56.134842136  [2023-05-19 21:00:56] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:00:56.134866132  [2023-05-19 21:00:56] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:01:01.026781523  [2023-05-19 21:01:01] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:01:01.026845000  [2023-05-19 21:01:01] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:01:01.026846455  [2023-05-19 21:01: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-05-19 21:01:06.140854943  [2023-05-19 21:01:06] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:01:06.140951945  [2023-05-19 21:01:06] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:01:11.032950439  [2023-05-19 21:01:11] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:01:11.032989864  [2023-05-19 21:01:11] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:01:11.033054720  [2023-05-19 21:01: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-05-19 21:01:16.147517327  [2023-05-19 21:01:16] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:01:16.147539393  [2023-05-19 21:01:16] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:01:21.036669356  [2023-05-19 21:01:21] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:01:21.036716992  [2023-05-19 21:01:21] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:01:21.036751759  [2023-05-19 21:01: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-05-19 21:01:26.153493574  [2023-05-19 21:01:26] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:01:26.153597812  [2023-05-19 21:01:26] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:01:31.046621828  [2023-05-19 21:01:31] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:01:31.046720329  [2023-05-19 21:01:31] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:01:31.046736895  [2023-05-19 21:01: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-05-19 21:01:36.160761931  [2023-05-19 21:01:36] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:01:36.160776345  [2023-05-19 21:01:36] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:01:41.053112246  [2023-05-19 21:01:41] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:01:41.053124240  [2023-05-19 21:01:41] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:01:41.053191498  [2023-05-19 21:01: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-05-19 21:01:46.167230108  [2023-05-19 21:01:46] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:01:46.167280381  [2023-05-19 21:01:46] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:01:51.058657112  [2023-05-19 21:01:51] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:01:51.058681036  [2023-05-19 21:01:51] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:01:51.058753447  [2023-05-19 21:01: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-05-19 21:01:56.173828050  [2023-05-19 21:01:56] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:01:56.173874291  [2023-05-19 21:01:56] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:02:01.064644791  [2023-05-19 21:02:01] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:02:01.064714290  [2023-05-19 21:02:01] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:02:01.064735587  [2023-05-19 21:02: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-05-19 21:02:06.179435807  [2023-05-19 21:02:06] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:02:06.179489441  [2023-05-19 21:02:06] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:02:11.070620480  [2023-05-19 21:02:11] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:02:11.070692089  [2023-05-19 21:02:11] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:02:11.070712179  [2023-05-19 21:02: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-05-19 21:02:16.184931684  [2023-05-19 21:02:16] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:02:16.184942761  [2023-05-19 21:02:16] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:02:21.074009271  [2023-05-19 21:02:21] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:02:21.074074908  [2023-05-19 21:02:21] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:02:21.074087336  [2023-05-19 21:02: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-05-19 21:02:26.190905003  [2023-05-19 21:02:26] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:02:26.190976165  [2023-05-19 21:02:26] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:02:31.082567811  [2023-05-19 21:02:31] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:02:31.082683584  [2023-05-19 21:02:31] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:02:31.082686061  [2023-05-19 21:02: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-05-19 21:02:36.196490940  [2023-05-19 21:02:36] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:02:36.196574616  [2023-05-19 21:02:36] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:02:41.088457200  [2023-05-19 21:02:41] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:02:41.088475660  [2023-05-19 21:02:41] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:02:41.088546865  [2023-05-19 21:02: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-05-19 21:02:46.202228988  [2023-05-19 21:02:46] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:02:46.202279438  [2023-05-19 21:02:46] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:02:51.094498701  [2023-05-19 21:02:51] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:02:51.094525798  [2023-05-19 21:02:51] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:02:51.094593042  [2023-05-19 21:02: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-05-19 21:02:56.208534975  [2023-05-19 21:02:56] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:02:56.208600772  [2023-05-19 21:02:56] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:03:01.100770617  [2023-05-19 21:03:01] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:03:01.100924912  [2023-05-19 21:03:01] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:03:01.100941705  [2023-05-19 21:03: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-05-19 21:03:06.216345058  [2023-05-19 21:03:06] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:03:06.216438171  [2023-05-19 21:03:06] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:03:11.104700164  [2023-05-19 21:03:11] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:03:11.104728595  [2023-05-19 21:03:11] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:03:11.104807722  [2023-05-19 21:03: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-05-19 21:03:16.221641504  [2023-05-19 21:03:16] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:03:16.221653297  [2023-05-19 21:03:16] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:03:21.110673879  [2023-05-19 21:03:21] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:03:21.110743255  [2023-05-19 21:03:21] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:03:21.110761325  [2023-05-19 21:03: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-05-19 21:03:26.227935707  [2023-05-19 21:03:26] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:03:26.228003834  [2023-05-19 21:03:26] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:03:31.116979432  [2023-05-19 21:03:31] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:03:31.116998692  [2023-05-19 21:03:31] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:03:31.117068099  [2023-05-19 21:03: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-05-19 21:03:36.233648146  [2023-05-19 21:03:36] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:03:36.233666508  [2023-05-19 21:03:36] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:03:41.122989436  [2023-05-19 21:03:41] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:03:41.123054833  [2023-05-19 21:03:41] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:03:41.123075540  [2023-05-19 21:03: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-05-19 21:03:46.239252677  [2023-05-19 21:03:46] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:03:46.239270644  [2023-05-19 21:03:46] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:03:51.131567546  [2023-05-19 21:03:51] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:03:51.131617855  [2023-05-19 21:03:51] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:03:51.131652982  [2023-05-19 21:03: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-05-19 21:03:56.246402324  [2023-05-19 21:03:56] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:03:56.246483995  [2023-05-19 21:03:56] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:04:01.137395286  [2023-05-19 21:04:01] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:04:01.137441293  [2023-05-19 21:04:01] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:04:01.137476735  [2023-05-19 21:04: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-05-19 21:04:06.251703584  [2023-05-19 21:04:06] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:04:06.251731637  [2023-05-19 21:04:06] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:04:11.143407145  [2023-05-19 21:04:11] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:04:11.143429178  [2023-05-19 21:04:11] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:04:11.143501663  [2023-05-19 21:04: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-05-19 21:04:16.257866165  [2023-05-19 21:04:16] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:04:16.257882878  [2023-05-19 21:04:16] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:04:21.149403797  [2023-05-19 21:04:21] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:04:21.149462480  [2023-05-19 21:04:21] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:04:21.149500436  [2023-05-19 21:04: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-05-19 21:04:26.263516427  [2023-05-19 21:04:26] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:04:26.263579422  [2023-05-19 21:04:26] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:04:31.155593273  [2023-05-19 21:04:31] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:04:31.155666432  [2023-05-19 21:04:31] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:04:31.155705664  [2023-05-19 21:04: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-05-19 21:04:36.269638085  [2023-05-19 21:04:36] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:04:36.269662869  [2023-05-19 21:04:36] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:04:41.161671707  [2023-05-19 21:04:41] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:04:41.161757538  [2023-05-19 21:04:41] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:04:41.161759920  [2023-05-19 21:04: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-05-19 21:04:46.275808840  [2023-05-19 21:04:46] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:04:46.275860917  [2023-05-19 21:04:46] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:04:51.165649691  [2023-05-19 21:04:51] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:04:51.169236087  [2023-05-19 21:04:51] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:04:51.169315574  [2023-05-19 21:04: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-05-19 21:04:56.285648740  [2023-05-19 21:04:56] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:04:56.285666409  [2023-05-19 21:04:56] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:05:01.175194493  [2023-05-19 21:05:01] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:05:01.175264109  [2023-05-19 21:05:01] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:05:01.175266022  [2023-05-19 21:05: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-05-19 21:05:06.292662391  [2023-05-19 21:05:06] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:05:06.292735493  [2023-05-19 21:05:06] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:05:11.183690666  [2023-05-19 21:05:11] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:05:11.183705985  [2023-05-19 21:05:11] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:05:11.183779161  [2023-05-19 21:05: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-05-19 21:05:16.298410639  [2023-05-19 21:05:16] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:05:16.298472964  [2023-05-19 21:05:16] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:05:21.189604039  [2023-05-19 21:05:21] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:05:21.189627950  [2023-05-19 21:05:21] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:05:21.189700622  [2023-05-19 21:05: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-05-19 21:05:26.303952893  [2023-05-19 21:05:26] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:05:26.304025722  [2023-05-19 21:05:26] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:05:31.193091170  [2023-05-19 21:05:31] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:05:31.193192583  [2023-05-19 21:05:31] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:05:31.193216969  [2023-05-19 21:05: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-05-19 21:05:36.310056345  [2023-05-19 21:05:36] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:05:36.310125128  [2023-05-19 21:05:36] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:05:41.201566658  [2023-05-19 21:05:41] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:05:41.201585257  [2023-05-19 21:05:41] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:05:41.201661139  [2023-05-19 21:05: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-05-19 21:05:46.316167009  [2023-05-19 21:05:46] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:05:46.316233486  [2023-05-19 21:05:46] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:05:51.205088895  [2023-05-19 21:05:51] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:05:51.205106190  [2023-05-19 21:05:51] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:05:51.205181224  [2023-05-19 21:05: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-05-19 21:05:56.322934227  [2023-05-19 21:05:56] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:05:56.322949305  [2023-05-19 21:05:56] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:06:01.213530518  [2023-05-19 21:06:01] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:06:01.213628417  [2023-05-19 21:06:01] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:06:01.213630352  [2023-05-19 21:06: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-05-19 21:06:06.328558109  [2023-05-19 21:06:06] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:06:06.328635384  [2023-05-19 21:06:06] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:06:11.219520587  [2023-05-19 21:06:11] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:06:11.219583688  [2023-05-19 21:06:11] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:06:11.219592751  [2023-05-19 21:06: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-05-19 21:06:16.334149028  [2023-05-19 21:06:16] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:06:16.334163964  [2023-05-19 21:06:16] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:06:21.225355904  [2023-05-19 21:06:21] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:06:21.225379080  [2023-05-19 21:06:21] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:06:21.225418709  [2023-05-19 21:06: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-05-19 21:06:26.339564202  [2023-05-19 21:06:26] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:06:26.339626769  [2023-05-19 21:06:26] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:06:31.231417617  [2023-05-19 21:06:31] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:06:31.231487379  [2023-05-19 21:06:31] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:06:31.231505266  [2023-05-19 21:06: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-05-19 21:06:36.345106833  [2023-05-19 21:06:36] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:06:36.345119119  [2023-05-19 21:06:36] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:06:41.237557350  [2023-05-19 21:06:41] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:06:41.237654525  [2023-05-19 21:06:41] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:06:41.237677429  [2023-05-19 21:06: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-05-19 21:06:46.352182983  [2023-05-19 21:06:46] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:06:46.352194690  [2023-05-19 21:06:46] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:06:51.244330783  [2023-05-19 21:06:51] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:06:51.244378227  [2023-05-19 21:06:51] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:06:51.244413580  [2023-05-19 21:06: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-05-19 21:06:56.358647345  [2023-05-19 21:06:56] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:06:56.358658330  [2023-05-19 21:06:56] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:07:01.250260595  [2023-05-19 21:07:01] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:07:01.250283863  [2023-05-19 21:07:01] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:07:01.250356118  [2023-05-19 21:07: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-05-19 21:07:06.364742995  [2023-05-19 21:07:06] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:07:06.364755276  [2023-05-19 21:07:06] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:07:11.253675485  [2023-05-19 21:07:11] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:07:11.253745310  [2023-05-19 21:07:11] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:07:11.253765387  [2023-05-19 21:07: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-05-19 21:07:16.371055222  [2023-05-19 21:07:16] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:07:16.371070538  [2023-05-19 21:07:16] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:07:21.262502820  [2023-05-19 21:07:21] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:07:21.262605401  [2023-05-19 21:07:21] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:07:21.262648901  [2023-05-19 21:07: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-05-19 21:07:26.376900895  [2023-05-19 21:07:26] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:07:26.376990329  [2023-05-19 21:07:26] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:07:31.268678099  [2023-05-19 21:07:31] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:07:31.268713141  [2023-05-19 21:07:31] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:07:31.268789709  [2023-05-19 21:07: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-05-19 21:07:36.383345316  [2023-05-19 21:07:36] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:07:36.383418493  [2023-05-19 21:07:36] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:07:41.274614872  [2023-05-19 21:07:41] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:07:41.274663644  [2023-05-19 21:07:41] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:07:41.274712505  [2023-05-19 21:07: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-05-19 21:07:46.389365999  [2023-05-19 21:07:46] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:07:46.389430310  [2023-05-19 21:07:46] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:07:51.280504048  [2023-05-19 21:07:51] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:07:51.280572959  [2023-05-19 21:07:51] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:07:51.280575494  [2023-05-19 21:07: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-05-19 21:07:56.393927665  [2023-05-19 21:07:56] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:07:56.393945533  [2023-05-19 21:07:56] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:08:01.284001182  [2023-05-19 21:08:01] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:08:01.284028111  [2023-05-19 21:08:01] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:08:01.284067153  [2023-05-19 21:08: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-05-19 21:08:06.400582173  [2023-05-19 21:08:06] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:08:06.400652088  [2023-05-19 21:08:06] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:08:11.292319532  [2023-05-19 21:08:11] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:08:11.292384294  [2023-05-19 21:08:11] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:08:11.292397953  [2023-05-19 21:08: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-05-19 21:08:16.407474434  [2023-05-19 21:08:16] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:08:16.407521488  [2023-05-19 21:08:16] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:08:21.295959305  [2023-05-19 21:08:21] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:08:21.296028698  [2023-05-19 21:08:21] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:08:21.296030580  [2023-05-19 21:08: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-05-19 21:08:26.412581414  [2023-05-19 21:08:26] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:08:26.412663892  [2023-05-19 21:08:26] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:08:31.304468526  [2023-05-19 21:08:31] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:08:31.304489070  [2023-05-19 21:08:31] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:08:31.304564813  [2023-05-19 21:08: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-05-19 21:08:36.418754711  [2023-05-19 21:08:36] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:08:36.418840823  [2023-05-19 21:08:36] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:08:41.310430615  [2023-05-19 21:08:41] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:08:41.310487621  [2023-05-19 21:08:41] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:08:41.310590602  [2023-05-19 21:08: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-05-19 21:08:46.425121761  [2023-05-19 21:08:46] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:08:46.425180208  [2023-05-19 21:08:46] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:08:51.314699572  [2023-05-19 21:08:51] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:08:51.314789461  [2023-05-19 21:08:51] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:08:51.314797238  [2023-05-19 21:08: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-05-19 21:08:56.432929617  [2023-05-19 21:08:56] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:08:56.432956642  [2023-05-19 21:08:56] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:09:01.323940403  [2023-05-19 21:09:01] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:09:01.324007381  [2023-05-19 21:09:01] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:09:01.324009456  [2023-05-19 21:09: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-05-19 21:09:06.439316853  [2023-05-19 21:09:06] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:09:06.439339050  [2023-05-19 21:09:06] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:09:11.327618852  [2023-05-19 21:09:11] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:09:11.330111202  [2023-05-19 21:09:11] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:09:11.330130983  [2023-05-19 21:09: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-05-19 21:09:16.444903051  [2023-05-19 21:09:16] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:09:16.444983043  [2023-05-19 21:09:16] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:09:21.336372020  [2023-05-19 21:09:21] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:09:21.336444761  [2023-05-19 21:09:21] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:09:21.336446684  [2023-05-19 21:09: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-05-19 21:09:26.449919594  [2023-05-19 21:09:26] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:09:26.449936495  [2023-05-19 21:09:26] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:09:31.342474079  [2023-05-19 21:09:31] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:09:31.342535603  [2023-05-19 21:09:31] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:09:31.342577508  [2023-05-19 21:09: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-05-19 21:09:36.456572824  [2023-05-19 21:09:36] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:09:36.456639207  [2023-05-19 21:09:36] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:09:41.348801834  [2023-05-19 21:09:41] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:09:41.348872103  [2023-05-19 21:09:41] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:09:41.348874247  [2023-05-19 21:09: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-05-19 21:09:46.463195866  [2023-05-19 21:09:46] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:09:46.463261359  [2023-05-19 21:09:46] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:09:51.354991430  [2023-05-19 21:09:51] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:09:51.355064342  [2023-05-19 21:09:51] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:09:51.355066269  [2023-05-19 21:09: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-05-19 21:09:56.468991102  [2023-05-19 21:09:56] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:09:56.469114543  [2023-05-19 21:09:56] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:10:01.358367775  [2023-05-19 21:10:01] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:10:01.358421839  [2023-05-19 21:10:01] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:10:01.358461078  [2023-05-19 21:10: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-05-19 21:10:06.475863938  [2023-05-19 21:10:06] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:10:06.475970042  [2023-05-19 21:10:06] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:10:11.367023211  [2023-05-19 21:10:11] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:10:11.367111589  [2023-05-19 21:10:11] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:10:11.367143759  [2023-05-19 21:10: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-05-19 21:10:16.481928990  [2023-05-19 21:10:16] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:10:16.481951453  [2023-05-19 21:10:16] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:10:21.370707587  [2023-05-19 21:10:21] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:10:21.370729329  [2023-05-19 21:10:21] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:10:21.370794261  [2023-05-19 21:10: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-05-19 21:10:26.487313742  [2023-05-19 21:10:26] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:10:26.487416896  [2023-05-19 21:10:26] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:10:31.379532503  [2023-05-19 21:10:31] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:10:31.379619916  [2023-05-19 21:10:31] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:10:31.379655231  [2023-05-19 21:10: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-05-19 21:10:36.492950343  [2023-05-19 21:10:36] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:10:36.492962868  [2023-05-19 21:10:36] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:10:41.385468243  [2023-05-19 21:10:41] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:10:41.385541559  [2023-05-19 21:10:41] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:10:41.385634902  [2023-05-19 21:10: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-05-19 21:10:46.500196867  [2023-05-19 21:10:46] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:10:46.500290055  [2023-05-19 21:10:46] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:10:51.391439875  [2023-05-19 21:10:51] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:10:51.391460596  [2023-05-19 21:10:51] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:10:51.391496667  [2023-05-19 21:10: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-05-19 21:10:56.505825147  [2023-05-19 21:10:56] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:10:56.505848981  [2023-05-19 21:10:56] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:11:01.394880265  [2023-05-19 21:11:01] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:11:01.394944825  [2023-05-19 21:11:01] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:11:01.395012772  [2023-05-19 21:11: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-05-19 21:11:06.512486650  [2023-05-19 21:11:06] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:11:06.512612333  [2023-05-19 21:11:06] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:11:11.400967541  [2023-05-19 21:11:11] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:11:11.401042856  [2023-05-19 21:11:11] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:11:11.401051520  [2023-05-19 21:11: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-05-19 21:11:16.517592623  [2023-05-19 21:11:16] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:11:16.517617816  [2023-05-19 21:11:16] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:11:21.409372157  [2023-05-19 21:11:21] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:11:21.409393745  [2023-05-19 21:11:21] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:11:21.409436064  [2023-05-19 21:11: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-05-19 21:11:26.523603622  [2023-05-19 21:11:26] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:11:26.523626622  [2023-05-19 21:11:26] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:11:31.415437167  [2023-05-19 21:11:31] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:11:31.415456832  [2023-05-19 21:11:31] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:11:31.415492500  [2023-05-19 21:11: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-05-19 21:11:36.529082283  [2023-05-19 21:11:36] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:11:36.529150682  [2023-05-19 21:11:36] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:11:41.421288461  [2023-05-19 21:11:41] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:11:41.421376498  [2023-05-19 21:11:41] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:11:41.421378451  [2023-05-19 21:11: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-05-19 21:11:46.535402608  [2023-05-19 21:11:46] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:11:46.535485468  [2023-05-19 21:11:46] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:11:51.427397721  [2023-05-19 21:11:51] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:11:51.427422545  [2023-05-19 21:11:51] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:11:51.427492290  [2023-05-19 21:11: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-05-19 21:11:56.542696406  [2023-05-19 21:11:56] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:11:56.542718475  [2023-05-19 21:11:56] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:12:01.431596729  [2023-05-19 21:12:01] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:12:01.431675776  [2023-05-19 21:12:01] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:12:01.431683781  [2023-05-19 21:12: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-05-19 21:12:06.549713191  [2023-05-19 21:12:06] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:12:06.549736902  [2023-05-19 21:12:06] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:12:11.440620135  [2023-05-19 21:12:11] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:12:11.440637348  [2023-05-19 21:12:11] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:12:11.440671480  [2023-05-19 21:12: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-05-19 21:12:16.554775351  [2023-05-19 21:12:16] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:12:16.554793584  [2023-05-19 21:12:16] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:12:21.446943377  [2023-05-19 21:12:21] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:12:21.446960344  [2023-05-19 21:12:21] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:12:21.447032377  [2023-05-19 21:12: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-05-19 21:12:26.560443629  [2023-05-19 21:12:26] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-19 21:12:26.560476431  [2023-05-19 21:12:26] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-19 21:12:31.453125229  [2023-05-19 21:12:31] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-19 21:12:31.453145642  [2023-05-19 21:12:31] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-19 21:12:31.453233228  [2023-05-19 21:12: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-05-20 08:07:28.478587782  [2023-05-20 08:07:28] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-20 08:07:28.478648311  [2023-05-20 08:07:28] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-20 08:07:32.098665608  [2023-05-20 08:07:32] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-20 08:07:32.101373357  [2023-05-20 08:07:32] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-20 08:07:32.101422133  [2023-05-20 08:07:32] ffmpeg.front_door.detect       ERROR   : [segment @ 0x561b8adb7d40] 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-05-20 08:07:32.101497380  [2023-05-20 08:07:32] ffmpeg.front_door.detect       ERROR   : [h264 @ 0x561b8adc1a00] Increasing reorder buffer to 1
2023-05-20 08:07:32.101569919  [2023-05-20 08:07:32] ffmpeg.front_door.detect       ERROR   : [segment @ 0x561b8adb7d40] Non-monotonous DTS in output stream 0:0; previous: 3532146930, current: 3532146930; changing to 3532146931. This may result in incorrect timestamps in the output file.
2023-05-20 08:07:32.101592318  [2023-05-20 08:07:32] ffmpeg.front_door.detect       ERROR   : [segment @ 0x561b8adb7d40] Non-monotonous DTS in output stream 0:0; previous: 3532209930, current: 3532209930; changing to 3532209931. This may result in incorrect timestamps in the output file.
2023-05-20 08:07:32.101619514  [2023-05-20 08:07:32] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Connection timed out
2023-05-20 08:07:32.101696176  [2023-05-20 08:07:32] ffmpeg.front_door.detect       ERROR   :     Last message repeated 2 times
2023-05-20 08:07:37.216973636  [2023-05-20 08:07:37] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-20 08:07:37.217040980  [2023-05-20 08:07:37] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-20 08:07:42.107701976  [2023-05-20 08:07:42] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-20 08:07:42.107741616  [2023-05-20 08:07:42] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-20 08:07:42.107850556  [2023-05-20 08:07:42] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-20 08:07:47.225974803  [2023-05-20 08:07:47] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-20 08:07:47.226096513  [2023-05-20 08:07:47] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-20 08:07:52.117056766  [2023-05-20 08:07:52] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-20 08:07:52.117126116  [2023-05-20 08:07:52] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-20 08:07:52.117148050  [2023-05-20 08:07:52] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-20 08:07:57.232217012  [2023-05-20 08:07:57] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-20 08:07:57.232292494  [2023-05-20 08:07:57] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-20 08:08:02.120645173  [2023-05-20 08:08:02] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-20 08:08:02.120658104  [2023-05-20 08:08:02] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-20 08:08:02.120711623  [2023-05-20 08:08:02] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-20 08:08:07.237562910  [2023-05-20 08:08:07] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-20 08:08:07.237657174  [2023-05-20 08:08:07] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-20 08:08:12.127170503  [2023-05-20 08:08:12] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-20 08:08:12.127214127  [2023-05-20 08:08:12] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-20 08:08:12.127257075  [2023-05-20 08:08:12] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-20 08:08:17.243706831  [2023-05-20 08:08:17] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-20 08:08:17.243782399  [2023-05-20 08:08:17] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-20 08:08:22.135515579  [2023-05-20 08:08:22] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-20 08:08:22.135558691  [2023-05-20 08:08:22] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-20 08:08:22.135643722  [2023-05-20 08:08:22] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-20 08:08:27.250455593  [2023-05-20 08:08:27] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-20 08:08:27.250467661  [2023-05-20 08:08:27] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-20 08:08:32.138883286  [2023-05-20 08:08:32] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-20 08:08:32.138938420  [2023-05-20 08:08:32] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-20 08:08:32.138972369  [2023-05-20 08:08:32] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-20 08:08:37.256141921  [2023-05-20 08:08:37] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-20 08:08:37.256165229  [2023-05-20 08:08:37] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-20 08:08:42.145618420  [2023-05-20 08:08:42] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-20 08:08:42.148090183  [2023-05-20 08:08:42] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-20 08:08:42.148156517  [2023-05-20 08:08:42] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-20 08:08:47.262354491  [2023-05-20 08:08:47] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-20 08:08:47.262387433  [2023-05-20 08:08:47] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-20 08:08:52.151630960  [2023-05-20 08:08:52] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-20 08:08:52.154142753  [2023-05-20 08:08:52] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-20 08:08:52.154219337  [2023-05-20 08:08:52] ffmpeg.front_door.detect       ERROR   : rtsp://127.0.0.1:8554/front_door?video=copy&audio=aac: Invalid data found when processing input
2023-05-20 08:08:57.268851194  [2023-05-20 08:08:57] frigate.video                  ERROR   : front_door: Unable to read frames from ffmpeg process.
2023-05-20 08:08:57.268930506  [2023-05-20 08:08:57] frigate.video                  ERROR   : front_door: ffmpeg process is not running. exiting capture thread...
2023-05-20 08:09:02.160470871  [2023-05-20 08:09:02] watchdog.front_door            ERROR   : Ffmpeg process crashed unexpectedly for front_door.
2023-05-20 08:09:02.160550015  [2023-05-20 08:09:02] watchdog.front_door            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-20 08:09:02.160618689  [2023-05-20 08:09:02] 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-05-17 22:30:19.713705403  [INFO] Preparing go2rtc config...
2023-05-17 22:30:19.967087753  [INFO] Starting go2rtc...
2023-05-17 22:30:20.026609313  22:30:20.026 INF go2rtc version 1.2.0 linux/amd64
2023-05-17 22:30:20.026746971  22:30:20.026 INF [api] listen addr=:1984
2023-05-17 22:30:20.026887462  22:30:20.026 INF [rtsp] listen addr=:8554
2023-05-17 22:30:20.027041084  22:30:20.027 INF [srtp] listen addr=:8443
2023-05-17 22:30:20.027157737  22:30:20.027 INF [webrtc] listen addr=:8555
2023-05-17 22:30:29.713870691  [INFO] Starting go2rtc healthcheck service...
2023-05-18 18:21:46.752677299  18:21:46.752 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=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
2023-05-18 18:21:56.271986888  18:21:56.271 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-18 20:30:29.139067472  20:30:29.139 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-18 20:30:29.139120689  20:30:29.139 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 11:13:26.863245693  11:13:26.863 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 20:51:07.351627703  20:51:07.351 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 20:51:26.660920077  20:51:26.660 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 20:51:26.661017014  20:51:26.660 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 20:51:36.185353805  20:51:36.185 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 20:51:47.848742300  20:51:47.848 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 20:52:04.064585493  20:52:04.064 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 20:56:13.995925579  20:56:13.995 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 20:56:48.864255039  20:56:48.864 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 20:56:48.864258109  20:56:48.864 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 20:57:28.083593628  20:57:28.083 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 20:57:28.083810170  20:57:28.083 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 20:57:28.083819090  20:57:28.083 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 20:57:28.083833181  20:57:28.083 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 20:57:28.083852236  20:57:28.083 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 20:58:25.337319535  20:58:25.337 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 20:58:25.337367797  20:58:25.337 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 20:58:25.337377009  20:58:25.337 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 20:58:25.337381699  20:58:25.337 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 20:58:25.337407870  20:58:25.337 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 20:59:01.017602964  20:59:01.017 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=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
2023-05-19 20:59:31.448362643  20:59:31.448 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=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
2023-05-19 21:00:31.449098143  21:00:31.449 ERR [exec] timeout url="exec:ffmpeg -hide_banner -v error -fflags nobuffer -flags low_delay -i http://xxx.xxx.x.xxx/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxx&password=xxx -map 0:v:0? -c:v:0 copy -map 0:a:0? -c:a:0 copy -map 0:a:0? -c:a:1 libopus -ar:a:1 48000 -ac:a:1 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://localhost:8554/d4b686f588c93e15650aa6643aa26157"
2023-05-19 21:00:31.449120668  21:00:31.449 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error=timeout url=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
2023-05-19 21:01:31.450534619  21:01:31.450 ERR [exec] timeout url="exec:ffmpeg -hide_banner -v error -fflags nobuffer -flags low_delay -i http://xxx.xxx.x.xxx/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxx&password=xxx -map 0:v:0? -c:v:0 copy -map 0:a:0? -c:a:0 copy -map 0:a:0? -c:a:1 libopus -ar:a:1 48000 -ac:a:1 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://localhost:8554/d4b686f588c93e15650aa6643aa26157"
2023-05-19 21:01:31.450593066  21:01:31.450 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error=timeout url=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
2023-05-19 21:02:31.451805725  21:02:31.451 ERR [exec] timeout url="exec:ffmpeg -hide_banner -v error -fflags nobuffer -flags low_delay -i http://xxx.xxx.x.xxx/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxx&password=xxx -map 0:v:0? -c:v:0 copy -map 0:a:0? -c:a:0 copy -map 0:a:0? -c:a:1 libopus -ar:a:1 48000 -ac:a:1 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://localhost:8554/d4b686f588c93e15650aa6643aa26157"
2023-05-19 21:02:31.451808854  21:02:31.451 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error=timeout url=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
2023-05-19 21:03:31.452437739  21:03:31.452 ERR [exec] timeout url="exec:ffmpeg -hide_banner -v error -fflags nobuffer -flags low_delay -i http://xxx.xxx.x.xxx/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxx&password=xxx -map 0:v:0? -c:v:0 copy -map 0:a:0? -c:a:0 copy -map 0:a:0? -c:a:1 libopus -ar:a:1 48000 -ac:a:1 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://localhost:8554/d4b686f588c93e15650aa6643aa26157"
2023-05-19 21:03:31.452472030  21:03:31.452 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error=timeout url=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
2023-05-19 21:03:31.452586180  21:03:31.452 WRN [rtsp] error="source 0 error: timeout" stream=front_door
2023-05-19 21:03:31.452587946  21:03:31.452 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39610: write: broken pipe"
2023-05-19 21:04:31.453716317  21:04:31.453 ERR [exec] timeout url="exec:ffmpeg -hide_banner -v error -fflags nobuffer -flags low_delay -i http://xxx.xxx.x.xxx/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxx&password=xxx -map 0:v:0? -c:v:0 copy -map 0:a:0? -c:a:0 copy -map 0:a:0? -c:a:1 libopus -ar:a:1 48000 -ac:a:1 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://localhost:8554/d4b686f588c93e15650aa6643aa26157"
2023-05-19 21:04:31.453721024  21:04:31.453 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error=timeout url=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
2023-05-19 21:05:31.455086995  21:05:31.455 ERR [exec] timeout url="exec:ffmpeg -hide_banner -v error -fflags nobuffer -flags low_delay -i http://xxx.xxx.x.xxx/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxx&password=xxx -map 0:v:0? -c:v:0 copy -map 0:a:0? -c:a:0 copy -map 0:a:0? -c:a:1 libopus -ar:a:1 48000 -ac:a:1 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://localhost:8554/d4b686f588c93e15650aa6643aa26157"
2023-05-19 21:05:31.455105756  21:05:31.455 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error=timeout url=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
2023-05-19 21:06:31.456133194  21:06:31.456 ERR [exec] timeout url="exec:ffmpeg -hide_banner -v error -fflags nobuffer -flags low_delay -i http://xxx.xxx.x.xxx/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxx&password=xxx -map 0:v:0? -c:v:0 copy -map 0:a:0? -c:a:0 copy -map 0:a:0? -c:a:1 libopus -ar:a:1 48000 -ac:a:1 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://localhost:8554/d4b686f588c93e15650aa6643aa26157"
2023-05-19 21:06:31.456136839  21:06:31.456 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error=timeout url=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
2023-05-19 21:07:31.456430281  21:07:31.456 ERR [exec] timeout url="exec:ffmpeg -hide_banner -v error -fflags nobuffer -flags low_delay -i http://xxx.xxx.x.xxx/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxx&password=xxx -map 0:v:0? -c:v:0 copy -map 0:a:0? -c:a:0 copy -map 0:a:0? -c:a:1 libopus -ar:a:1 48000 -ac:a:1 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://localhost:8554/d4b686f588c93e15650aa6643aa26157"
2023-05-19 21:07:31.456449293  21:07:31.456 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error=timeout url=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
2023-05-19 21:07:31.456520306  21:07:31.456 WRN [rtsp] error="source 0 error: timeout" stream=front_door
2023-05-19 21:07:31.456531596  21:07:31.456 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39622: write: broken pipe"
2023-05-19 21:08:31.457707572  21:08:31.457 ERR [exec] timeout url="exec:ffmpeg -hide_banner -v error -fflags nobuffer -flags low_delay -i http://xxx.xxx.x.xxx/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxx&password=xxx -map 0:v:0? -c:v:0 copy -map 0:a:0? -c:a:0 copy -map 0:a:0? -c:a:1 libopus -ar:a:1 48000 -ac:a:1 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://localhost:8554/d4b686f588c93e15650aa6643aa26157"
2023-05-19 21:08:31.457728037  21:08:31.457 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error=timeout url=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
2023-05-19 21:09:31.458764403  21:09:31.458 ERR [exec] timeout url="exec:ffmpeg -hide_banner -v error -fflags nobuffer -flags low_delay -i http://xxx.xxx.x.xxx/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxx&password=xxx -map 0:v:0? -c:v:0 copy -map 0:a:0? -c:a:0 copy -map 0:a:0? -c:a:1 libopus -ar:a:1 48000 -ac:a:1 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://localhost:8554/d4b686f588c93e15650aa6643aa26157"
2023-05-19 21:09:31.458767480  21:09:31.458 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error=timeout url=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
2023-05-19 21:10:31.459756890  21:10:31.459 ERR [exec] timeout url="exec:ffmpeg -hide_banner -v error -fflags nobuffer -flags low_delay -i http://xxx.xxx.x.xxx/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxx&password=xxx -map 0:v:0? -c:v:0 copy -map 0:a:0? -c:a:0 copy -map 0:a:0? -c:a:1 libopus -ar:a:1 48000 -ac:a:1 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://localhost:8554/d4b686f588c93e15650aa6643aa26157"
2023-05-19 21:10:31.459771485  21:10:31.459 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error=timeout url=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
2023-05-19 21:11:31.460457193  21:11:31.460 ERR [exec] timeout url="exec:ffmpeg -hide_banner -v error -fflags nobuffer -flags low_delay -i http://xxx.xxx.x.xxx/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxx&password=xxx -map 0:v:0? -c:v:0 copy -map 0:a:0? -c:a:0 copy -map 0:a:0? -c:a:1 libopus -ar:a:1 48000 -ac:a:1 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://localhost:8554/d4b686f588c93e15650aa6643aa26157"
2023-05-19 21:11:31.460460922  21:11:31.460 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error=timeout url=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
2023-05-19 21:12:31.461293338  21:12:31.461 ERR [exec] timeout url="exec:ffmpeg -hide_banner -v error -fflags nobuffer -flags low_delay -i http://xxx.xxx.x.xxx/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxx&password=xxx -map 0:v:0? -c:v:0 copy -map 0:a:0? -c:a:0 copy -map 0:a:0? -c:a:1 libopus -ar:a:1 48000 -ac:a:1 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://localhost:8554/d4b686f588c93e15650aa6643aa26157"
2023-05-19 21:12:31.461296381  21:12:31.461 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error=timeout url=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
2023-05-19 21:12:35.926763675  21:12:35.926 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40060: write: broken pipe"
2023-05-19 21:12:35.926802146  21:12:35.926 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39932: write: broken pipe"
2023-05-19 21:12:35.926928009  21:12:35.926 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39642: write: broken pipe"
2023-05-19 21:12:35.926929961  21:12:35.926 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39856: write: broken pipe"
2023-05-19 21:12:35.926970033  21:12:35.926 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39728: write: broken pipe"
2023-05-19 21:12:35.927095850  21:12:35.926 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39830: write: broken pipe"
2023-05-19 21:12:35.927124487  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39672: write: broken pipe"
2023-05-19 21:12:35.927125806  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39712: write: broken pipe"
2023-05-19 21:12:35.927148772  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39822: write: broken pipe"
2023-05-19 21:12:35.927209829  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40232: write: broken pipe"
2023-05-19 21:12:35.927215256  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40068: write: broken pipe"
2023-05-19 21:12:35.927216362  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40168: write: broken pipe"
2023-05-19 21:12:35.927229821  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40012: write: broken pipe"
2023-05-19 21:12:35.927247923  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39990: write: broken pipe"
2023-05-19 21:12:35.927262256  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39912: write: broken pipe"
2023-05-19 21:12:35.927275466  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40002: write: broken pipe"
2023-05-19 21:12:35.927288098  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 21:12:35.927301880  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39764: write: broken pipe"
2023-05-19 21:12:35.927316661  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40088: write: broken pipe"
2023-05-19 21:12:35.927329618  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40084: write: broken pipe"
2023-05-19 21:12:35.927341341  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 21:12:35.927350401  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39804: write: broken pipe"
2023-05-19 21:12:35.927355358  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39874: write: broken pipe"
2023-05-19 21:12:35.927368356  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40006: write: broken pipe"
2023-05-19 21:12:35.927380387  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40048: write: broken pipe"
2023-05-19 21:12:35.927385963  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40194: write: broken pipe"
2023-05-19 21:12:35.927393416  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39888: write: broken pipe"
2023-05-19 21:12:35.927408385  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39788: write: broken pipe"
2023-05-19 21:12:35.927410209  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39772: write: broken pipe"
2023-05-19 21:12:35.927419584  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 21:12:35.927431298  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39908: write: broken pipe"
2023-05-19 21:12:35.927434754  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39738: write: broken pipe"
2023-05-19 21:12:35.927437902  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39650: write: broken pipe"
2023-05-19 21:12:35.927451649  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39654: write: broken pipe"
2023-05-19 21:12:35.927455129  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39796: write: broken pipe"
2023-05-19 21:12:35.927461863  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40092: write: broken pipe"
2023-05-19 21:12:35.927465506  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40220: write: broken pipe"
2023-05-19 21:12:35.927471585  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40190: write: broken pipe"
2023-05-19 21:12:35.927487639  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39836: write: broken pipe"
2023-05-19 21:12:35.927491081  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40054: write: broken pipe"
2023-05-19 21:12:35.927499224  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40146: write: broken pipe"
2023-05-19 21:12:35.927512918  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39636: write: broken pipe"
2023-05-19 21:12:35.927531901  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39862: write: broken pipe"
2023-05-19 21:12:35.927538122  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39916: write: broken pipe"
2023-05-19 21:12:35.927558440  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39984: write: broken pipe"
2023-05-19 21:12:35.927561884  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39954: write: broken pipe"
2023-05-19 21:12:35.927580899  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40198: write: broken pipe"
2023-05-19 21:12:35.927581940  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39882: write: broken pipe"
2023-05-19 21:12:35.927587823  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39682: write: broken pipe"
2023-05-19 21:12:35.927594813  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39688: write: broken pipe"
2023-05-19 21:12:35.927606243  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39630: write: broken pipe"
2023-05-19 21:12:35.927616204  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39700: write: broken pipe"
2023-05-19 21:12:35.927617259  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39720: write: broken pipe"
2023-05-19 21:12:35.927628038  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40110: write: broken pipe"
2023-05-19 21:12:35.927634852  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40214: write: broken pipe"
2023-05-19 21:12:35.927642280  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40238: write: broken pipe"
2023-05-19 21:12:35.927670069  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40044: write: broken pipe"
2023-05-19 21:12:35.927673399  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40028: write: broken pipe"
2023-05-19 21:12:35.927676136  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 21:12:35.927697644  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39708: write: broken pipe"
2023-05-19 21:12:35.927701064  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39924: write: broken pipe"
2023-05-19 21:12:35.927704298  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39866: write: broken pipe"
2023-05-19 21:12:35.927722735  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39800: write: broken pipe"
2023-05-19 21:12:35.927742334  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39938: write: broken pipe"
2023-05-19 21:12:35.927776826  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40076: write: broken pipe"
2023-05-19 21:12:35.927806060  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39998: write: broken pipe"
2023-05-19 21:12:35.927816852  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40154: write: broken pipe"
2023-05-19 21:12:35.927848527  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40132: write: broken pipe"
2023-05-19 21:12:35.927876362  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39976: write: broken pipe"
2023-05-19 21:12:35.927903287  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39756: write: broken pipe"
2023-05-19 21:12:35.927928320  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39950: write: broken pipe"
2023-05-19 21:12:35.927952672  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39782: write: broken pipe"
2023-05-19 21:12:35.927977743  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39958: write: broken pipe"
2023-05-19 21:12:35.928002915  21:12:35.927 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40162: write: broken pipe"
2023-05-19 21:12:35.928036501  21:12:35.928 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40124: write: broken pipe"
2023-05-19 21:12:35.928068784  21:12:35.928 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40022: write: broken pipe"
2023-05-19 21:12:35.928101396  21:12:35.928 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40136: write: broken pipe"
2023-05-19 21:12:35.928140922  21:12:35.928 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40118: write: broken pipe"
2023-05-19 21:12:35.928144628  21:12:35.928 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 21:12:35.928165553  21:12:35.928 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40228: write: broken pipe"
2023-05-19 21:12:35.928191140  21:12:35.928 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:39760: write: broken pipe"
2023-05-19 21:12:35.928232184  21:12:35.928 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-19 21:12:35.928258749  21:12:35.928 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error="write tcp 127.0.0.1:8554->127.0.0.1:40206: write: broken pipe"
2023-05-20 08:07:23.029450282  08:07:23.029 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 127.0.0.1:8554->127.0.0.1:40300: i/o timeout" url=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
2023-05-20 08:07:37.897273951  08:07:37.897 WRN [streams] json locked
2023-05-20 08:08:07.902670964  08:08:07.902 WRN [streams] json locked
2023-05-20 08:08:23.030210955  08:08:23.030 ERR [exec] timeout url="exec:ffmpeg -hide_banner -v error -fflags nobuffer -flags low_delay -i http://xxx.xxx.x.xxx/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxx&password=xxx -map 0:v:0? -c:v:0 copy -map 0:a:0? -c:a:0 copy -map 0:a:0? -c:a:1 libopus -ar:a:1 48000 -ac:a:1 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://localhost:8554/d4b686f588c93e15650aa6643aa26157"
2023-05-20 08:08:26.133694587  08:08:26.133 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=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
2023-05-20 08:08:29.205711597  08:08:29.205 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=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
2023-05-20 08:08:29.205768583  08:08:29.205 WRN [rtsp] error="source 0 error: exec: exit status 1" stream=front_door
2023-05-20 08:08:32.277607087  08:08:32.277 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=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
2023-05-20 08:08:35.349784276  08:08:35.349 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=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
2023-05-20 08:08:38.422607493  08:08:38.422 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=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
2023-05-20 08:08:43.434370378  08:08:43.434 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=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
2023-05-20 08:08:44.565601287  08:08:44.565 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=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
2023-05-20 08:08:47.637996503  08:08:47.637 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=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
2023-05-20 08:08:50.709632946  08:08:50.709 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=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
2023-05-20 08:08:50.709645431  08:08:50.709 WRN [rtsp] error="source 0 error: exec: exit status 1" stream=front_door
2023-05-20 08:08:53.781637125  08:08:53.781 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=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
2023-05-20 08:08:53.781720069  08:08:53.781 WRN [rtsp] error="source 0 error: exec: exit status 1" stream=front_door
2023-05-20 08:08:59.406765446  08:08:59.406 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-20 08:08:59.406768303  08:08:59.406 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-20 08:08:59.406778960  08:08:59.406 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-20 08:08:59.406779885  08:08:59.406 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-20 08:08:59.406842123  08:08:59.406 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-05-20 08:08:59.406843234  08:08:59.406 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF

config:

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: 
    ffmpeg:
      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
    snapshots:
      enabled: true
      retain:
        default: 14
    zones:
      entryway:
        coordinates: 2560,1920,2560,1681,2173,1506,1928,1579,1593,1321,934,1342,481,1288,321,1319,0,1319,0,1920
  garage: 
    ffmpeg:
      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
    snapshots:
      enabled: true
      retain:
        default: 2