blakeblackshear / frigate

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

[Config Support]: Switching from ffmpeg to go2rtc #7851

Closed Calimerorulez closed 1 year ago

Calimerorulez commented 1 year ago

Describe the problem you are having

Hi,

As a long time Frigate user, I'm now trying to switch to go2tc for using audio detection for two camera as start. I was using ffmpeg before as source.

Before my change, I've used ffmpeg -> inputs -> path pointing to my Unifi console. That worked fine. But now, using go2rtc, in the camera view it's working a couple of seconds, then it errors out.

Live viewing in MSE is working correctly. Using Unifi cameras. Tried switching to rtspx on port 7447 does not make a difference.

Version

0.13.0-9185753

Frigate config file

detectors:
  coral_pci:
    type: edgetpu
    device: pci
mqtt:
  # Required: host name
  host: <REDACTED>
  # Optional: port (default: shown below)
  port: 1883
  # Optional: topic prefix (default: shown below)
  # WARNING: must be unique if you are running multiple instances
  topic_prefix: frigate
  # Optional: client id (default: shown below)
  # WARNING: must be unique if you are running multiple instances
  client_id: frigate
  # Optional: user
  user: frigate
  # Optional: password
  # NOTE: Environment variables that begin with 'FRIGATE_' may be referenced in {}.
  #       eg. password: '{FRIGATE_MQTT_PASSWORD}'
  password: <REDACTED>
  # Optional: interval in seconds for publishing stats (default: shown below)
  stats_interval: 60

record:
  enabled: true
  retain:
    days: 0
    mode: motion
  events:
    pre_capture: 10
    post_capture: 10
    retain:
      default: 14
      mode: active_objects

go2rtc:
  streams:
    g3b_voortuin:
      - rtsp://192.168.1.4:7447/hJ84WEkjmUXe6H66
      - "ffmpeg:g3b_voortuin#audio=opus"
    flex_ne:
      - rtsp://192.168.1.4:7447/eXz1bJYvAZNRyNOg
      - "ffmpeg:flex_ne#audio=opus"
    flex_se:
      - rtsp://192.168.1.4:7447/8jU5tkUhuBVLqUNS
      - "ffmpeg:flex_se#audio=opus"
    g5b_achtertuin:
      - rtsp://192.168.1.4:7447/aqSo7WiK8WuY6XMW
      - "ffmpeg:g5b_achtertuin#audio=opus"
    g4_deurbel:
      - rtsp://192.168.1.4:7447/8AwXQAd8rnKMYexm
      - "ffmpeg:g4_deurbel#audio=opus"
    g5b_overkapping:
      - rtsp://192.168.1.4:7447/aPckb6DeNUXfYPVU
      - "ffmpeg:g5b_overkapping#audio=opus"
    g3i_garage:
      - rtsp://192.168.1.4:7447/Fz3j4v2biFVY3rKB
      - "ffmpeg:g3i_garage#audio=opus"

cameras:
  # Name of your camera
  g3b_voortuin:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 1080
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-copy
      inputs:
        - path: rtsp://127.0.0.1:8554/g3b_voortuin
          input_args: preset-rtsp-restream
          roles:
            - detect
            - record
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - car
        - truck
        - bicycle
        - motorcycle
        - cat
        - dog
        # Optional: save clips configuration
    detect:
      width: 1920
      height: 1080
      fps: 5

  flex_ne:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 1080
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-copy
      inputs:
        - path: rtsp://127.0.0.1:8554/flex_ne
          input_args: preset-rtsp-restream
          roles:
            - detect
            - record
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - car
        - truck
        - bicycle
        - motorcycle
        - cat
        - dog
        # Optional: save clips configuration
    detect:
      width: 1920
      height: 1080
      fps: 5

  flex_se:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 1080
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-copy
      inputs:
        - path: rtsp://127.0.0.1:8554/flex_se
          input_args: preset-rtsp-restream
          roles:
            - detect
            - record
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - car
        - truck
        - bicycle
        - motorcycle
        - cat
        - dog
        # Optional: save clips configuration
    detect:
      width: 1920
      height: 1080
      fps: 5

  g5b_achtertuin:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 2688
    audio:
      enabled: True
      listen:
        - children_playing
        - cat
        - bird
        - dog
        - dogs
        - footsteps
        - clapping
        - bark
        - scream
        - speech
        - yell
        - whispering
        - laughter
        - honk
        - fireworks
        - firecracker
        - music
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-copy
      inputs:
        - path: rtsp://127.0.0.1:8554/g5b_achtertuin
          input_args: preset-rtsp-restream
          roles:
            - detect
            - record
            - audio
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - car
        - truck
        - bicycle
        - motorcycle
        - cat
        - dog
        # Optional: save clips configuration
    detect:
      width: 2688
      height: 1512
      fps: 5

  g4_deurbel:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 1600
    audio:
      enabled: True
      listen:
        - children_playing
        - cat
        - bird
        - dog
        - dogs
        - footsteps
        - clapping
        - bark
        - scream
        - speech
        - yell
        - whispering
        - laughter
        - honk
        - fireworks
        - firecracker
        - music
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-copy
      inputs:
        - path: rtsp://127.0.0.1:8554/g4_deurbel
          input_args: preset-rtsp-restream
          roles:
            - detect
            - record
            - audio
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - bird
        - bicycle
        - motorcycle
        - cat
        - dog
        # Optional: save clips configuration
    detect:
      width: 1600
      height: 1200
      fps: 5

  g5b_overkapping:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 2688
    audio:
      enabled: True
      listen:
        - children_playing
        - cat
        - bird
        - dog
        - dogs
        - footsteps
        - clapping
        - bark
        - scream
        - speech
        - yell
        - whispering
        - laughter
        - honk
        - fireworks
        - firecracker
        - music
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-copy
      inputs:
        - path: rtsp://127.0.0.1:8554/g5b_overkapping
          input_args: preset-rtsp-restream
          roles:
            - detect
            - record
            - audio
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - bicycle
        - motorcycle
        - cat
        - dog
        - bird
        # Optional: save clips configuration
    detect:
      width: 2688
      height: 1512
      fps: 5

  g3i_garage:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 1080
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-copy
      inputs:
        - path: rtsp://127.0.0.1:8554/g3i_garage
          input_args: preset-rtsp-restream
          roles:
            - detect
            - record
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - car
        - truck
        - bicycle
        - motorcycle
        - cat
        - dog
        # Optional: save clips configuration
    detect:
      width: 1920
      height: 1080
      fps: 5

Relevant log output

2023-09-17 19:15:19.977235880  [INFO] Preparing Frigate...
2023-09-17 19:15:20.084963730  [INFO] Starting Frigate...
2023-09-17 19:15:22.848456913  [2023-09-17 19:15:22] frigate.app                    INFO    : Starting Frigate (0.13.0-9185753)
2023-09-17 19:15:23.003097843  [2023-09-17 19:15:23] peewee_migrate.logs            INFO    : Starting migrations
2023-09-17 19:15:23.014257775  [2023-09-17 19:15:23] peewee_migrate.logs            INFO    : There is nothing to migrate
2023-09-17 19:15:23.030191271  [2023-09-17 19:15:23] frigate.app                    INFO    : Recording process started: 556
2023-09-17 19:15:23.036009155  [2023-09-17 19:15:23] frigate.app                    INFO    : go2rtc process pid: 90
2023-09-17 19:15:23.108413088  [2023-09-17 19:15:23] frigate.app                    INFO    : Output process started: 566
2023-09-17 19:15:23.116448460  [2023-09-17 19:15:23] detector.coral_pci             INFO    : Starting detection process: 565
2023-09-17 19:15:23.116457386  [2023-09-17 19:15:23] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as pci
2023-09-17 19:15:23.121766611  [2023-09-17 19:15:23] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2023-09-17 19:15:23.160036122  [2023-09-17 19:15:23] frigate.app                    INFO    : Camera processor started for g3b_voortuin: 583
2023-09-17 19:15:23.206917012  [2023-09-17 19:15:23] frigate.app                    INFO    : Camera processor started for flex_ne: 589
2023-09-17 19:15:23.229149641  [2023-09-17 19:15:23] frigate.app                    INFO    : Camera processor started for flex_se: 592
2023-09-17 19:15:23.244294577  [2023-09-17 19:15:23] frigate.app                    INFO    : Camera processor started for g5b_achtertuin: 594
2023-09-17 19:15:23.257200556  [2023-09-17 19:15:23] frigate.app                    INFO    : Camera processor started for g4_deurbel: 595
2023-09-17 19:15:23.271058803  [2023-09-17 19:15:23] frigate.app                    INFO    : Camera processor started for g5b_overkapping: 596
2023-09-17 19:15:23.291640044  [2023-09-17 19:15:23] frigate.app                    INFO    : Camera processor started for g3i_garage: 598
2023-09-17 19:15:23.317908544  [2023-09-17 19:15:23] frigate.app                    INFO    : Capture process started for g3b_voortuin: 601
2023-09-17 19:15:23.357464283  [2023-09-17 19:15:23] frigate.app                    INFO    : Capture process started for flex_ne: 606
2023-09-17 19:15:23.368966721  [2023-09-17 19:15:23] frigate.app                    INFO    : Capture process started for flex_se: 609
2023-09-17 19:15:23.383975631  [2023-09-17 19:15:23] frigate.app                    INFO    : Capture process started for g5b_achtertuin: 610
2023-09-17 19:15:23.404167648  [2023-09-17 19:15:23] frigate.app                    INFO    : Capture process started for g4_deurbel: 615
2023-09-17 19:15:23.419880676  [2023-09-17 19:15:23] frigate.app                    INFO    : Capture process started for g5b_overkapping: 620
2023-09-17 19:15:23.434752598  [2023-09-17 19:15:23] frigate.app                    INFO    : Capture process started for g3i_garage: 625
2023-09-17 19:15:23.449212041  [2023-09-17 19:15:23] frigate.app                    INFO    : Audio process started: 629
2023-09-17 19:15:32.674025072  [2023-09-17 19:15:32] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:15:32.675976557  [2023-09-17 19:15:32] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:16:38.198836304  [2023-09-17 19:16:38] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:16:38.199799843  [2023-09-17 19:16:38] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:16:45.408118727  [2023-09-17 19:16:45] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:16:45.408124949  [2023-09-17 19:16:45] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:16:48.275965327  [2023-09-17 19:16:48] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:16:48.304079231  [2023-09-17 19:16:48] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:16:53.031497571  [2023-09-17 19:16:53] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:16:53.033444528  [2023-09-17 19:16:53] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:16:59.279433763  [2023-09-17 19:16:59] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:16:59.281589283  [2023-09-17 19:16:59] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:17:03.605919598  [2023-09-17 19:17:03] watchdog.g5b_overkapping       INFO    : No frames received from g5b_overkapping in 20 seconds. Exiting ffmpeg...
2023-09-17 19:17:03.607000148  [2023-09-17 19:17:03] watchdog.g5b_overkapping       INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-17 19:17:13.806321858  [2023-09-17 19:17:13] watchdog.g5b_achtertuin        INFO    : No frames received from g5b_achtertuin in 20 seconds. Exiting ffmpeg...
2023-09-17 19:17:13.806830749  [2023-09-17 19:17:13] watchdog.g5b_achtertuin        INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-17 19:17:16.150772264  [2023-09-17 19:17:16] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g4_deurbel. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-17 19:17:18.340352842  [2023-09-17 19:17:18] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-17 19:17:18.342375822  [2023-09-17 19:17:18] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-17 19:17:18.342382815  [2023-09-17 19:17:18] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-17 19:17:18.342392754  [2023-09-17 19:17:18] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-17 19:17:18.342433420  [2023-09-17 19:17:18] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-17 19:17:18.342438650  [2023-09-17 19:17:18] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-17 19:17:18.342442497  [2023-09-17 19:17:18] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-17 19:17:18.343852920  [2023-09-17 19:17:18] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-17 19:17:18.380020673  [2023-09-17 19:17:18] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-17 19:17:18.380027285  [2023-09-17 19:17:18] frigate.video                  ERROR   : g5b_achtertuin: ffmpeg process is not running. exiting capture thread...
2023-09-17 19:17:21.202061823  [2023-09-17 19:17:21] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g4_deurbel. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-17 19:17:23.950816666  [2023-09-17 19:17:23] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:17:23.951778151  [2023-09-17 19:17:23] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:17:28.209056540  [2023-09-17 19:17:28] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:17:28.209065787  [2023-09-17 19:17:28] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:17:28.393872476  [2023-09-17 19:17:28] watchdog.g5b_achtertuin        ERROR   : Ffmpeg process crashed unexpectedly for g5b_achtertuin.
2023-09-17 19:17:28.393880742  [2023-09-17 19:17:28] watchdog.g5b_achtertuin        ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-17 19:17:28.393884950  [2023-09-17 19:17:28] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x55728887fec0] [swscaler @ 0x5572887a8580] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:17:28.393888346  [2023-09-17 19:17:28] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x55728887fec0] [swscaler @ 0x557288919340] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:17:28.393891602  [2023-09-17 19:17:28] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x55728887fec0] [swscaler @ 0x5572887a8580] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:17:28.393894778  [2023-09-17 19:17:28] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x55728887fec0] [swscaler @ 0x557288919340] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:17:28.393902022  [2023-09-17 19:17:28] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x557288d0b340] [swscaler @ 0x55728887fec0] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:17:28.393974619  [2023-09-17 19:17:28] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x557288d0b340] [swscaler @ 0x557288901a00] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:17:28.393980680  [2023-09-17 19:17:28] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x557288d0b340] [swscaler @ 0x55728887fec0] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:17:28.394027659  [2023-09-17 19:17:28] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x557288d0b340] [swscaler @ 0x557288901a00] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:17:28.394032177  [2023-09-17 19:17:28] ffmpeg.g5b_achtertuin.detect   ERROR   : [h264 @ 0x55728877d4c0] left block unavailable for requested intra mode
2023-09-17 19:17:28.394036255  [2023-09-17 19:17:28] ffmpeg.g5b_achtertuin.detect   ERROR   : [h264 @ 0x55728877d4c0] error while decoding MB 0 66, bytestream 45554
2023-09-17 19:17:28.394039672  [2023-09-17 19:17:28] ffmpeg.g5b_achtertuin.detect   ERROR   : rtsp://127.0.0.1:8554/g5b_achtertuin: corrupt decoded frame in stream 0
2023-09-17 19:17:31.130063086  [2023-09-17 19:17:31] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g3b_voortuin. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-17 19:17:31.135948208  [2023-09-17 19:17:31] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g4_deurbel. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-17 19:17:33.634067074  [2023-09-17 19:17:33] watchdog.g5b_overkapping       INFO    : FFmpeg did not exit. Force killing...
2023-09-17 19:17:33.696412332  [2023-09-17 19:17:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-17 19:17:33.696418764  [2023-09-17 19:17:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-17 19:17:33.696421730  [2023-09-17 19:17:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-17 19:17:33.696423954  [2023-09-17 19:17:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-17 19:17:33.696425918  [2023-09-17 19:17:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-17 19:17:33.696427831  [2023-09-17 19:17:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-17 19:17:33.718504076  [2023-09-17 19:17:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-17 19:17:33.718513073  [2023-09-17 19:17:33] frigate.video                  ERROR   : g5b_overkapping: ffmpeg process is not running. exiting capture thread...
2023-09-17 19:17:33.815801752  [2023-09-17 19:17:33] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:17:33.815808034  [2023-09-17 19:17:33] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:17:36.053411579  [2023-09-17 19:17:36] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g3b_voortuin. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-17 19:17:38.192107656  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f00ec3e9380] moov atom not found
2023-09-17 19:17:38.675464655  [2023-09-17 19:17:38] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:17:38.675474423  [2023-09-17 19:17:38] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:17:41.077534883  [2023-09-17 19:17:41] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g3b_voortuin. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-17 19:17:41.077541796  [2023-09-17 19:17:41] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g4_deurbel. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-17 19:17:43.046393785  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f00f73d7d80] moov atom not found
2023-09-17 19:17:43.221385081  [2023-09-17 19:17:43] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:17:43.221391994  [2023-09-17 19:17:43] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:17:43.713465341  [2023-09-17 19:17:43] watchdog.g5b_overkapping       ERROR   : Ffmpeg process crashed unexpectedly for g5b_overkapping.
2023-09-17 19:17:43.713474549  [2023-09-17 19:17:43] watchdog.g5b_overkapping       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-17 19:17:43.713478857  [2023-09-17 19:17:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x5584cc653a00] [swscaler @ 0x5584cc7b5b00] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:17:43.713482594  [2023-09-17 19:17:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x5584cc653a00] [swscaler @ 0x5584ccb98c80] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:17:43.713486091  [2023-09-17 19:17:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x5584cc653a00] [swscaler @ 0x5584cc7cfc00] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:17:43.713489477  [2023-09-17 19:17:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x5584cc653a00] [swscaler @ 0x5584ccb9a140] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:17:43.713492773  [2023-09-17 19:17:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x5584cc653a00] [swscaler @ 0x5584cc7cfc00] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:17:43.713495929  [2023-09-17 19:17:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x5584cc653a00] [swscaler @ 0x5584ccb83fc0] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:17:43.713499255  [2023-09-17 19:17:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x5584cc653a00] [swscaler @ 0x5584cc7cfc00] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:17:43.713502522  [2023-09-17 19:17:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x5584cc653a00] [swscaler @ 0x5584ccb83fc0] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:17:43.713505297  [2023-09-17 19:17:43] ffmpeg.g5b_overkapping.detect  ERROR   : [rtsp @ 0x5584cc577f80] CSeq 7 expected, 0 received.
2023-09-17 19:17:46.073295411  [2023-09-17 19:17:46] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g3b_voortuin. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-17 19:17:48.148277224  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f00f73d7d80] moov atom not found
2023-09-17 19:17:48.438458542  [2023-09-17 19:17:48] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:17:48.438467519  [2023-09-17 19:17:48] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:17:51.179620939  [2023-09-17 19:17:51] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g4_deurbel. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-17 19:17:52.508100306  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f00ec586a40] moov atom not found
2023-09-17 19:17:52.772052497  [2023-09-17 19:17:52] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:17:52.772061183  [2023-09-17 19:17:52] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:17:56.128569970  [2023-09-17 19:17:56] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g3b_voortuin. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-17 19:17:58.515692473  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f00ec2b2600] moov atom not found
2023-09-17 19:17:58.801595222  [2023-09-17 19:17:58] asyncio                        WARNING : Unknown child process pid 1300, will report returncode 255
2023-09-17 19:17:58.804724761  [2023-09-17 19:17:58] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:17:58.804731974  [2023-09-17 19:17:58] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:18:01.288557641  [2023-09-17 19:18:01] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g3b_voortuin. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-17 19:18:01.290532960  [2023-09-17 19:18:01] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g4_deurbel. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-17 19:18:03.729513973  [2023-09-17 19:18:03] watchdog.g3i_garage            INFO    : No frames received from g3i_garage in 20 seconds. Exiting ffmpeg...
2023-09-17 19:18:03.731019927  [2023-09-17 19:18:03] watchdog.g3i_garage            INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-17 19:18:06.245359180  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f00f46a7d40] moov atom not found
2023-09-17 19:18:06.683260439  [2023-09-17 19:18:06] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:18:06.683269636  [2023-09-17 19:18:06] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:18:09.272604988  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f00f46a7d40] moov atom not found
2023-09-17 19:18:09.802728662  [2023-09-17 19:18:09] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:18:09.802736667  [2023-09-17 19:18:09] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:18:12.655668690  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f00f46a7d40] moov atom not found
2023-09-17 19:18:12.892336582  [2023-09-17 19:18:12] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:18:12.892346290  [2023-09-17 19:18:12] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:18:16.768412163  [2023-09-17 19:18:16] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g3b_voortuin. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-17 19:18:16.794509690  [2023-09-17 19:18:16] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g4_deurbel. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-17 19:18:19.792775690  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f00f73a1840] moov atom not found
2023-09-17 19:18:20.733103485  [2023-09-17 19:18:20] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:18:20.733112302  [2023-09-17 19:18:20] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:18:23.765386436  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f00f7b21100] moov atom not found
2023-09-17 19:18:26.198699268  [2023-09-17 19:18:26] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:18:26.198708395  [2023-09-17 19:18:26] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:18:27.149283740  [2023-09-17 19:18:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g3b_voortuin. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-17 19:18:27.159563731  [2023-09-17 19:18:27] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g4_deurbel. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-17 19:18:28.385367790  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f00f7b21100] moov atom not found
2023-09-17 19:18:28.650736585  [2023-09-17 19:18:28] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:18:28.650745441  [2023-09-17 19:18:28] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:18:32.080161575  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f00f46a7d40] moov atom not found
2023-09-17 19:18:32.676833774  [2023-09-17 19:18:32] asyncio                        WARNING : Unknown child process pid 1405, will report returncode 255
2023-09-17 19:18:32.676843092  [2023-09-17 19:18:32] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:18:32.676846639  [2023-09-17 19:18:32] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:18:33.757902485  [2023-09-17 19:18:33] watchdog.g3i_garage            INFO    : FFmpeg did not exit. Force killing...
2023-09-17 19:18:33.969201266  [2023-09-17 19:18:33] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-17 19:18:33.969210754  [2023-09-17 19:18:33] frigate.video                  ERROR   : g3i_garage: ffmpeg process is not running. exiting capture thread...
2023-09-17 19:18:38.945837522  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f00f46a7d40] moov atom not found
2023-09-17 19:18:41.939174706  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f00f739d780] moov atom not found
2023-09-17 19:18:42.265461506  [2023-09-17 19:18:42] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-17 19:18:42.265467808  [2023-09-17 19:18:42] frigate.record.maintainer      ERROR   : list index out of range
2023-09-17 19:18:42.750981520  [2023-09-17 19:18:42] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g4_deurbel. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-17 19:18:44.069100846  [2023-09-17 19:18:43] watchdog.g3i_garage            ERROR   : Ffmpeg process crashed unexpectedly for g3i_garage.
2023-09-17 19:18:44.069107949  [2023-09-17 19:18:43] watchdog.g3i_garage            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-17 19:18:44.069116275  [2023-09-17 19:18:43] ffmpeg.g3i_garage.detect       ERROR   : [segment @ 0x55d4684244c0] 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-09-17 19:18:44.069118940  [2023-09-17 19:18:43] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x55d46851d400] [swscaler @ 0x55d46852a3c0] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:18:44.069121174  [2023-09-17 19:18:43] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x55d46851d400] [swscaler @ 0x55d46888ce40] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:18:44.069123439  [2023-09-17 19:18:43] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x55d46851d400] [swscaler @ 0x55d46852a3c0] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:18:44.069125713  [2023-09-17 19:18:43] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x55d46851d400] [swscaler @ 0x55d46886c240] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:18:44.069127877  [2023-09-17 19:18:43] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x55d46851d400] [swscaler @ 0x55d46852a3c0] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:18:44.069130041  [2023-09-17 19:18:43] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x55d46851d400] [swscaler @ 0x55d46886c240] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:18:44.069132195  [2023-09-17 19:18:43] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x55d46851d400] [swscaler @ 0x55d46852a3c0] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:18:44.069134299  [2023-09-17 19:18:43] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x55d46851d400] [swscaler @ 0x55d46886c240] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:18:44.069136082  [2023-09-17 19:18:43] ffmpeg.g3i_garage.detect       ERROR   : rtsp://127.0.0.1:8554/g3i_garage: corrupt decoded frame in stream 0
2023-09-17 19:18:44.268771924  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f00ec0950c0] moov atom not found
2023-09-17 19:18:45.032819269  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f00ec0976c0] moov atom not found
2023-09-17 19:18:45.335291683  [2023-09-17 19:18:45] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g3i_garage-20230917191705.mp4
2023-09-17 19:18:45.337170631  [2023-09-17 19:18:45] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g3i_garage-20230917191705.mp4
2023-09-17 19:18:45.346795093  [2023-09-17 19:18:45] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g5b_overkapping-20230917191625.mp4
2023-09-17 19:18:45.348319281  [2023-09-17 19:18:45] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g5b_overkapping-20230917191625.mp4
2023-09-17 19:19:38.573604469  [2023-09-17 19:19:38] watchdog.g5b_achtertuin        INFO    : No frames received from g5b_achtertuin in 20 seconds. Exiting ffmpeg...
2023-09-17 19:19:38.573611232  [2023-09-17 19:19:38] watchdog.g5b_achtertuin        INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-17 19:19:43.861924541  [2023-09-17 19:19:43] watchdog.g5b_overkapping       INFO    : No frames received from g5b_overkapping in 20 seconds. Exiting ffmpeg...
2023-09-17 19:19:43.861931384  [2023-09-17 19:19:43] watchdog.g5b_overkapping       INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-17 19:19:52.341495947  [2023-09-17 19:19:52] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for flex_se. Keeping the 5 most recent segments out of 7 and discarding the rest...
2023-09-17 19:20:08.594063521  [2023-09-17 19:20:08] watchdog.g5b_achtertuin        INFO    : FFmpeg did not exit. Force killing...
2023-09-17 19:20:08.731282035  [2023-09-17 19:20:08] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-17 19:20:08.731291533  [2023-09-17 19:20:08] frigate.video                  ERROR   : g5b_achtertuin: ffmpeg process is not running. exiting capture thread...
2023-09-17 19:20:13.890262170  [2023-09-17 19:20:13] watchdog.g5b_overkapping       INFO    : FFmpeg did not exit. Force killing...
2023-09-17 19:20:14.039185024  [2023-09-17 19:20:14] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-17 19:20:14.039193991  [2023-09-17 19:20:14] frigate.video                  ERROR   : g5b_overkapping: ffmpeg process is not running. exiting capture thread...
2023-09-17 19:20:15.333929856  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f00f71bd6c0] moov atom not found
2023-09-17 19:20:15.627434467  [2023-09-17 19:20:15] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g5b_achtertuin-20230917191857.mp4
2023-09-17 19:20:15.627450968  [2023-09-17 19:20:15] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g5b_achtertuin-20230917191857.mp4
2023-09-17 19:20:18.820437077  [2023-09-17 19:20:18] watchdog.g5b_achtertuin        ERROR   : Ffmpeg process crashed unexpectedly for g5b_achtertuin.
2023-09-17 19:20:18.820446134  [2023-09-17 19:20:18] watchdog.g5b_achtertuin        ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-17 19:20:18.820451094  [2023-09-17 19:20:18] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x559a0283e600] [swscaler @ 0x559a029e8640] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:20:18.820455161  [2023-09-17 19:20:18] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x559a0283e600] [swscaler @ 0x559a029092c0] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:20:18.820459179  [2023-09-17 19:20:18] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x559a0283e600] [swscaler @ 0x559a029e8640] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:20:18.820463417  [2023-09-17 19:20:18] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x559a0283e600] [swscaler @ 0x559a029092c0] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:20:18.820467445  [2023-09-17 19:20:18] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x559a0283e600] [swscaler @ 0x559a029e8640] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:20:18.820471352  [2023-09-17 19:20:18] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x559a0283e600] [swscaler @ 0x559a029092c0] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:20:18.820475289  [2023-09-17 19:20:18] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x559a0283e600] [swscaler @ 0x559a029e8640] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:20:18.820479147  [2023-09-17 19:20:18] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x559a0283e600] [swscaler @ 0x559a029092c0] deprecated pixel format used, make sure you did set range correctly
2023-09-17 19:20:18.820482273  [2023-09-17 19:20:18] ffmpeg.g5b_achtertuin.detect   ERROR   : [rtsp @ 0x559a02798f80] CSeq 8 expected, 0 received.
2023-09-17 19:20:19.648618931  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f00f71bd6c0] moov atom not found
2023-09-17 19:20:19.867404359  [2023-09-17 19:20:19] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g5b_overkapping-20230917191847.mp4
2023-09-17 19:20:19.867414638  [2023-09-17 19:20:19] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g5b_overkapping-20230917191847.mp4
2023-09-17 19:20:24.062887670  [2023-09-17 19:20:24] watchdog.g5b_overkapping       ERROR   :

Frigate stats

No response

Operating system

HassOS

Install method

HassOS Addon

Coral version

USB

Any other information that may be helpful

No response

NickM-27 commented 1 year ago

This is covered in the docs https://deploy-preview-6262--frigate-docs.netlify.app/configuration/camera_specific#unifi-protect-cameras

NickM-27 commented 1 year ago

And if that's having issues then need to see that config with go2rtc docs.

Calimerorulez commented 1 year ago

Yes I saw that, thank you. I only do not understand the comment 'recommend using go2rtc instead':

ffmpeg:
  output_args:
    record: preset-record-ubiquiti
    rtmp: preset-rtmp-ubiquiti # recommend using go2rtc instead
Calimerorulez commented 1 year ago

I'm not a native English speaking person :)

NickM-27 commented 1 year ago

Basically you should only do one or the other. In this case you'll want to use go2rtc config.

roger- commented 1 year ago

@NickM-27

Are these errors expected:

frigate.record.maintainer      ERROR   : list index out of range

I get them too.

NickM-27 commented 1 year ago

@roger- they are normal when there are recording errors like OP is seeing

Calimerorulez commented 1 year ago

Updated the config to:

go2rtc:
  streams:
    g5b_overkapping:
      - rtspx://192.168.1.4:7441/aPckb6DeNUXfYPVU

cameras:
  # Name of your camera
  g5b_overkapping:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 1080
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/g5b_overkapping?video=copy&audio=opus
          roles:
            - detect
            - record
2023-09-18 16:48:43.082702124  [2023-09-18 16:48:43] ffmpeg.g5b_overkapping.detect  ERROR   : [rtsp @ 0x55bf9a9d1100] DTS discontinuity in stream 1: packet 6 with DTS 81362323896348, packet 7 with DTS 81362323906004
2023-09-18 16:48:43.082704729  [2023-09-18 16:48:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55bf9aad27c0] [swscaler @ 0x55bf9aa03ac0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:48:43.082707033  [2023-09-18 16:48:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55bf9aad27c0] [swscaler @ 0x55bf9abc6a00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:48:43.082709287  [2023-09-18 16:48:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55bf9aad27c0] [swscaler @ 0x55bf9aa03ac0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:48:43.082713104  [2023-09-18 16:48:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55bf9aad27c0] [swscaler @ 0x55bf9ab46840] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:48:43.082761075  [2023-09-18 16:48:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55bf9aad27c0] [swscaler @ 0x55bf9aa03ac0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:48:43.082764131  [2023-09-18 16:48:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55bf9aad27c0] [swscaler @ 0x55bf9ab46840] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:48:43.082787886  [2023-09-18 16:48:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55bf9aad27c0] [swscaler @ 0x55bf9aa03ac0] deprecated pixel format used, make sure you did set range correctly

Still, I don't get it :(

I get this error for each camera after a minute.

NickM-27 commented 1 year ago

these logs are incomplete, those are not the stream crashing error. Need a full copy of frigate and go2rtc logs

Calimerorulez commented 1 year ago

go2rtc: log

2023-09-18 16:46:49.848829447  [INFO] Preparing go2rtc config...
2023-09-18 16:46:50.420940548  [INFO] Starting go2rtc...
2023-09-18 16:46:50.629604444  16:46:50.629 INF go2rtc version 1.6.2 linux/amd64
2023-09-18 16:46:50.630247959  16:46:50.630 INF [api] listen addr=0.0.0.0:1984
2023-09-18 16:46:50.631141215  16:46:50.631 INF [rtsp] listen addr=0.0.0.0:8554
2023-09-18 16:46:50.631591746  16:46:50.631 INF [webrtc] listen addr=0.0.0.0:8555/tcp
2023-09-18 16:46:50.633042705  16:46:50.632 INF [srtp] listen addr=0.0.0.0:8443
2023-09-18 16:46:59.843109129  [INFO] Starting go2rtc healthcheck service...

frigate log:

2023-09-18 16:46:49.840553461  [INFO] Preparing Frigate...
2023-09-18 16:46:49.870168303  [INFO] Starting Frigate...
2023-09-18 16:46:52.166204509  [2023-09-18 16:46:52] frigate.app                    INFO    : Starting Frigate (0.13.0-9185753)
2023-09-18 16:46:52.315120840  [2023-09-18 16:46:52] peewee_migrate.logs            INFO    : Starting migrations
2023-09-18 16:46:52.325723201  [2023-09-18 16:46:52] peewee_migrate.logs            INFO    : There is nothing to migrate
2023-09-18 16:46:52.339733057  [2023-09-18 16:46:52] frigate.app                    INFO    : Recording process started: 556
2023-09-18 16:46:52.345143364  [2023-09-18 16:46:52] frigate.app                    INFO    : go2rtc process pid: 96
2023-09-18 16:46:52.402216045  [2023-09-18 16:46:52] frigate.app                    INFO    : Output process started: 566
2023-09-18 16:46:52.432216466  [2023-09-18 16:46:52] detector.coral_pci             INFO    : Starting detection process: 565
2023-09-18 16:46:52.432224671  [2023-09-18 16:46:52] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as pci
2023-09-18 16:46:52.432234039  [2023-09-18 16:46:52] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2023-09-18 16:46:52.469052845  [2023-09-18 16:46:52] frigate.app                    INFO    : Camera processor started for g3b_voortuin: 583
2023-09-18 16:46:52.483284427  [2023-09-18 16:46:52] frigate.app                    INFO    : Camera processor started for flex_ne: 588
2023-09-18 16:46:52.511010163  [2023-09-18 16:46:52] frigate.app                    INFO    : Camera processor started for flex_se: 590
2023-09-18 16:46:52.542920590  [2023-09-18 16:46:52] frigate.app                    INFO    : Camera processor started for g5b_achtertuin: 592
2023-09-18 16:46:52.583489147  [2023-09-18 16:46:52] frigate.app                    INFO    : Camera processor started for g4_deurbel: 594
2023-09-18 16:46:52.599097280  [2023-09-18 16:46:52] frigate.app                    INFO    : Camera processor started for g5b_overkapping: 597
2023-09-18 16:46:52.626685706  [2023-09-18 16:46:52] frigate.app                    INFO    : Camera processor started for g3i_garage: 599
2023-09-18 16:46:52.650661770  [2023-09-18 16:46:52] frigate.app                    INFO    : Capture process started for g3b_voortuin: 602
2023-09-18 16:46:52.676590261  [2023-09-18 16:46:52] frigate.app                    INFO    : Capture process started for flex_ne: 603
2023-09-18 16:46:52.711727642  [2023-09-18 16:46:52] frigate.app                    INFO    : Capture process started for flex_se: 612
2023-09-18 16:46:52.733271435  [2023-09-18 16:46:52] frigate.app                    INFO    : Capture process started for g5b_achtertuin: 617
2023-09-18 16:46:52.790286938  [2023-09-18 16:46:52] frigate.app                    INFO    : Capture process started for g4_deurbel: 632
2023-09-18 16:46:52.813773438  [2023-09-18 16:46:52] frigate.app                    INFO    : Capture process started for g5b_overkapping: 635
2023-09-18 16:46:52.831307708  [2023-09-18 16:46:52] frigate.app                    INFO    : Capture process started for g3i_garage: 641
2023-09-18 16:46:52.936933384  [2023-09-18 16:46:52] frigate.app                    INFO    : Audio process started: 648
2023-09-18 16:46:56.907250612  [2023-09-18 16:46:56] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 16:46:56.908362192  [2023-09-18 16:46:56] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 16:46:57.605685351  [2023-09-18 16:46:57] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 16:46:57.605691914  [2023-09-18 16:46:57] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 16:48:02.933771882  [2023-09-18 16:48:02] watchdog.g5b_overkapping       INFO    : No frames received from g5b_overkapping in 20 seconds. Exiting ffmpeg...
2023-09-18 16:48:02.934187186  [2023-09-18 16:48:02] watchdog.g5b_overkapping       INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 16:48:32.961715840  [2023-09-18 16:48:32] watchdog.g5b_overkapping       INFO    : FFmpeg did not exit. Force killing...
2023-09-18 16:48:33.070364575  [2023-09-18 16:48:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:48:33.070370997  [2023-09-18 16:48:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:48:33.070374012  [2023-09-18 16:48:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:48:33.070399991  [2023-09-18 16:48:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:48:33.070403949  [2023-09-18 16:48:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:48:33.070406123  [2023-09-18 16:48:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:48:33.106621469  [2023-09-18 16:48:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:48:33.106628312  [2023-09-18 16:48:33] frigate.video                  ERROR   : g5b_overkapping: ffmpeg process is not running. exiting capture thread...
2023-09-18 16:48:38.585015823  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff772540180] moov atom not found
2023-09-18 16:48:38.990563137  [2023-09-18 16:48:38] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g5b_overkapping-20230918164738.mp4
2023-09-18 16:48:38.990578155  [2023-09-18 16:48:38] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g5b_overkapping-20230918164738.mp4
2023-09-18 16:48:43.082689069  [2023-09-18 16:48:43] watchdog.g5b_overkapping       ERROR   : Ffmpeg process crashed unexpectedly for g5b_overkapping.
2023-09-18 16:48:43.082695521  [2023-09-18 16:48:43] watchdog.g5b_overkapping       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 16:48:43.082702124  [2023-09-18 16:48:43] ffmpeg.g5b_overkapping.detect  ERROR   : [rtsp @ 0x55bf9a9d1100] DTS discontinuity in stream 1: packet 6 with DTS 81362323896348, packet 7 with DTS 81362323906004
2023-09-18 16:48:43.082704729  [2023-09-18 16:48:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55bf9aad27c0] [swscaler @ 0x55bf9aa03ac0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:48:43.082707033  [2023-09-18 16:48:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55bf9aad27c0] [swscaler @ 0x55bf9abc6a00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:48:43.082709287  [2023-09-18 16:48:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55bf9aad27c0] [swscaler @ 0x55bf9aa03ac0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:48:43.082713104  [2023-09-18 16:48:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55bf9aad27c0] [swscaler @ 0x55bf9ab46840] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:48:43.082761075  [2023-09-18 16:48:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55bf9aad27c0] [swscaler @ 0x55bf9aa03ac0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:48:43.082764131  [2023-09-18 16:48:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55bf9aad27c0] [swscaler @ 0x55bf9ab46840] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:48:43.082787886  [2023-09-18 16:48:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55bf9aad27c0] [swscaler @ 0x55bf9aa03ac0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:48:43.082790400  [2023-09-18 16:48:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55bf9aad27c0] [swscaler @ 0x55bf9ab46840] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:48:43.082794258  [2023-09-18 16:48:43] ffmpeg.g5b_overkapping.detect  ERROR   : [segment @ 0x55bf9a9ec300] Non-monotonous DTS in output stream 0:0; previous: 25888, current: 25888; changing to 25889. This may result in incorrect timestamps in the output file.
2023-09-18 16:49:22.851306806  [2023-09-18 16:49:22] watchdog.flex_se               INFO    : No frames received from flex_se in 20 seconds. Exiting ffmpeg...
2023-09-18 16:49:22.851796942  [2023-09-18 16:49:22] watchdog.flex_se               INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 16:49:42.754606931  [2023-09-18 16:49:42] watchdog.g3b_voortuin          INFO    : No frames received from g3b_voortuin in 20 seconds. Exiting ffmpeg...
2023-09-18 16:49:42.755228535  [2023-09-18 16:49:42] watchdog.g3b_voortuin          INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 16:49:52.881720605  [2023-09-18 16:49:52] watchdog.flex_se               INFO    : FFmpeg did not exit. Force killing...
2023-09-18 16:49:52.945421964  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.945429027  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.945431933  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.945434017  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.945435930  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.945437724  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.945439507  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.945441581  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.945443514  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.987251271  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.987260428  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.987264546  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.987267692  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.987270728  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.987273743  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.987276629  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.987279464  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.987282309  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.987285275  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.987288120  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.987291116  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.987294032  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.987296837  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.987299612  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:49:52.987302488  [2023-09-18 16:49:52] frigate.video                  ERROR   : flex_se: ffmpeg process is not running. exiting capture thread...
2023-09-18 16:49:52.990329463  [2023-09-18 16:49:52] watchdog.g3i_garage            INFO    : No frames received from g3i_garage in 20 seconds. Exiting ffmpeg...
2023-09-18 16:49:52.991096061  [2023-09-18 16:49:52] watchdog.g3i_garage            INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 16:49:55.647932144  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff7744f40c0] moov atom not found
2023-09-18 16:49:55.649553546  [ERROR:0@184.471] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2023-09-18 16:49:55.649558706  
2023-09-18 16:49:55.649562914  OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:267: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2023-09-18 16:49:55.649565098  
2023-09-18 16:49:55.649566871  
2023-09-18 16:49:56.044751616  [2023-09-18 16:49:56] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/flex_se-20230918164855.mp4
2023-09-18 16:49:56.052807929  [2023-09-18 16:49:56] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/flex_se-20230918164855.mp4
2023-09-18 16:49:59.010678834  [2023-09-18 16:49:59] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:49:59.010685657  [2023-09-18 16:49:59] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:49:59.010688642  [2023-09-18 16:49:59] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:49:59.010690887  [2023-09-18 16:49:59] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:49:59.010692730  [2023-09-18 16:49:59] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:49:59.051078260  [2023-09-18 16:49:59] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:49:59.051087457  [2023-09-18 16:49:59] frigate.video                  ERROR   : g3i_garage: ffmpeg process is not running. exiting capture thread...
2023-09-18 16:50:03.036276840  [2023-09-18 16:50:02] watchdog.flex_se               ERROR   : Ffmpeg process crashed unexpectedly for flex_se.
2023-09-18 16:50:03.036286368  [2023-09-18 16:50:02] watchdog.flex_se               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 16:50:03.036291498  [2023-09-18 16:50:02] ffmpeg.flex_se.detect          ERROR   : [rtsp @ 0x558caa72c100] DTS discontinuity in stream 1: packet 3 with DTS 81362323818291, packet 4 with DTS 81362323823218
2023-09-18 16:50:03.036295756  [2023-09-18 16:50:02] ffmpeg.flex_se.detect          ERROR   : [rtsp @ 0x558caa72c100] DTS discontinuity in stream 1: packet 8 with DTS 81362323823224, packet 9 with DTS 81362323832930
2023-09-18 16:50:03.036299483  [2023-09-18 16:50:02] ffmpeg.flex_se.detect          ERROR   : [rtsp @ 0x558caa72c100] DTS discontinuity in stream 1: packet 16 with DTS 81362323835194, packet 17 with DTS 81362323838658
2023-09-18 16:50:03.036303270  [2023-09-18 16:50:02] ffmpeg.flex_se.detect          ERROR   : [rtsp @ 0x558caa72c100] DTS discontinuity in stream 1: packet 29 with DTS 81362323842204, packet 30 with DTS 81362323846032
2023-09-18 16:50:03.036307237  [2023-09-18 16:50:02] ffmpeg.flex_se.detect          ERROR   : [rtsp @ 0x558caa72c100] DTS discontinuity in stream 1: packet 33 with DTS 81362323846036, packet 34 with DTS 81362323849865
2023-09-18 16:50:03.036311105  [2023-09-18 16:50:02] ffmpeg.flex_se.detect          ERROR   : [rtsp @ 0x558caa72c100] DTS discontinuity in stream 1: packet 38 with DTS 81362323849870, packet 39 with DTS 81362323854034
2023-09-18 16:50:03.036315373  [2023-09-18 16:50:02] ffmpeg.flex_se.detect          ERROR   : [segment @ 0x558caa74dac0] 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-09-18 16:50:03.036319260  [2023-09-18 16:50:02] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x558caa766d80] [swscaler @ 0x558caa8c8d00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:03.036323127  [2023-09-18 16:50:02] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x558caa766d80] [swscaler @ 0x558caa8483c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:03.036326914  [2023-09-18 16:50:02] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x558caa865480] [swscaler @ 0x558caa766d80] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:03.036330832  [2023-09-18 16:50:02] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x558caa865480] [swscaler @ 0x558caa7c6e00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:03.036412636  [2023-09-18 16:50:02] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x558caa865480] [swscaler @ 0x558caa766d80] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:03.036416924  [2023-09-18 16:50:02] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x558caa865480] [swscaler @ 0x558caa7c6e00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:03.036421172  [2023-09-18 16:50:02] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x558caa766d80] [swscaler @ 0x558caa7a6f40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:03.036424990  [2023-09-18 16:50:02] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x558caa766d80] [swscaler @ 0x558caa7c7e80] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:03.036470876  [2023-09-18 16:50:02] ffmpeg.flex_se.detect          ERROR   : [rtsp @ 0x558caa72c100] CSeq 9 expected, 0 received.
2023-09-18 16:50:09.030989910  [2023-09-18 16:50:09] watchdog.g3i_garage            ERROR   : Ffmpeg process crashed unexpectedly for g3i_garage.
2023-09-18 16:50:09.031043421  [2023-09-18 16:50:09] watchdog.g3i_garage            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 16:50:09.031331986  [2023-09-18 16:50:09] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x5558abecba40] [swscaler @ 0x5558abed8a00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:09.031695993  [2023-09-18 16:50:09] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x5558abecba40] [swscaler @ 0x5558abdedf00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:09.031708357  [2023-09-18 16:50:09] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x5558ac1f5600] [swscaler @ 0x5558ac2025c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:09.031712755  [2023-09-18 16:50:09] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x5558ac1f5600] [swscaler @ 0x5558abdef000] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:09.031716883  [2023-09-18 16:50:09] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x5558ac1f5600] [swscaler @ 0x5558ac2025c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:09.031721031  [2023-09-18 16:50:09] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x5558ac1f5600] [swscaler @ 0x5558abdef000] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:09.031731030  [2023-09-18 16:50:09] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x5558ac1f5600] [swscaler @ 0x5558ac2025c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:09.032169047  [2023-09-18 16:50:09] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x5558ac1f5600] [swscaler @ 0x5558abdefe00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:09.032176080  [2023-09-18 16:50:09] ffmpeg.g3i_garage.detect       ERROR   : [segment @ 0x5558abd69480] Non-monotonous DTS in output stream 0:0; previous: 6269, current: 6269; changing to 6270. This may result in incorrect timestamps in the output file.
2023-09-18 16:50:09.032180789  [2023-09-18 16:50:09] ffmpeg.g3i_garage.detect       ERROR   : [segment @ 0x5558abd69480] Non-monotonous DTS in output stream 0:0; previous: 6270, current: 6270; changing to 6271. This may result in incorrect timestamps in the output file.
2023-09-18 16:50:09.032184045  [2023-09-18 16:50:09] ffmpeg.g3i_garage.detect       ERROR   : [rtsp @ 0x5558abd5e100] CSeq 10 expected, 0 received.
2023-09-18 16:50:09.032186921  [2023-09-18 16:50:09] ffmpeg.g3i_garage.detect       ERROR   :     Last message repeated 3 times
2023-09-18 16:50:09.032190507  [2023-09-18 16:50:09] ffmpeg.g3i_garage.detect       ERROR   : rtsp://127.0.0.1:8554/g3i_garage?video=copy&audio=opus: corrupt decoded frame in stream 0
2023-09-18 16:50:12.786056315  [2023-09-18 16:50:12] watchdog.g3b_voortuin          INFO    : FFmpeg did not exit. Force killing...
2023-09-18 16:50:12.823672206  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.829021067  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.830657637  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.830663829  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.830667525  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.830670581  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.830673487  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.830676502  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.830679719  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.830682834  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.830685620  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.876358184  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.876380837  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.876384684  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.876387559  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.876390385  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.876393240  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.876396126  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.876399151  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.876402197  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.876405122  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.876407828  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.876410863  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.876413909  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.878228606  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:12.878235559  [2023-09-18 16:50:12] frigate.video                  ERROR   : g3b_voortuin: ffmpeg process is not running. exiting capture thread...
2023-09-18 16:50:15.944856708  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff7700e0180] moov atom not found
2023-09-18 16:50:17.172914487  [2023-09-18 16:50:17] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g3b_voortuin-20230918164915.mp4
2023-09-18 16:50:17.172924356  [2023-09-18 16:50:17] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g3b_voortuin-20230918164915.mp4
2023-09-18 16:50:22.793465899  [2023-09-18 16:50:22] watchdog.flex_ne               INFO    : No frames received from flex_ne in 20 seconds. Exiting ffmpeg...
2023-09-18 16:50:22.793475297  [2023-09-18 16:50:22] watchdog.flex_ne               INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 16:50:22.940854967  [2023-09-18 16:50:22] watchdog.g3b_voortuin          ERROR   : Ffmpeg process crashed unexpectedly for g3b_voortuin.
2023-09-18 16:50:22.940867040  [2023-09-18 16:50:22] watchdog.g3b_voortuin          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 16:50:22.940872511  [2023-09-18 16:50:22] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x55fe42da4fc0] [swscaler @ 0x55fe42db1f80] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:22.940876949  [2023-09-18 16:50:22] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x55fe42da4fc0] [swscaler @ 0x55fe430b4f40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:22.940880927  [2023-09-18 16:50:22] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x55fe43095080] [swscaler @ 0x55fe430a2080] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:22.940885054  [2023-09-18 16:50:22] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x55fe43095080] [swscaler @ 0x55fe42d51a40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:22.940888922  [2023-09-18 16:50:22] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x55fe43095080] [swscaler @ 0x55fe430a2080] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:22.940892849  [2023-09-18 16:50:22] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x55fe43095080] [swscaler @ 0x55fe42d51a40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:22.940896666  [2023-09-18 16:50:22] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x55fe43095080] [swscaler @ 0x55fe430a2080] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:22.940900604  [2023-09-18 16:50:22] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x55fe43095080] [swscaler @ 0x55fe42d51a40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:23.021885540  [2023-09-18 16:50:23] watchdog.g5b_achtertuin        INFO    : No frames received from g5b_achtertuin in 20 seconds. Exiting ffmpeg...
2023-09-18 16:50:23.022384973  [2023-09-18 16:50:23] watchdog.g5b_achtertuin        INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 16:50:43.423543455  [2023-09-18 16:50:43] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-18 16:50:43.423550488  [2023-09-18 16:50:43] frigate.video                  ERROR   : g5b_achtertuin: ffmpeg process is not running. exiting capture thread...
2023-09-18 16:50:52.805841587  [2023-09-18 16:50:52] watchdog.flex_ne               INFO    : FFmpeg did not exit. Force killing...
2023-09-18 16:50:52.869614822  [2023-09-18 16:50:52] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 16:50:52.872111546  [2023-09-18 16:50:52] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 16:50:52.872118720  [2023-09-18 16:50:52] frigate.video                  ERROR   : flex_ne: ffmpeg process is not running. exiting capture thread...
2023-09-18 16:50:53.447077006  [2023-09-18 16:50:53] watchdog.g5b_achtertuin        ERROR   : Ffmpeg process crashed unexpectedly for g5b_achtertuin.
2023-09-18 16:50:53.447086394  [2023-09-18 16:50:53] watchdog.g5b_achtertuin        ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 16:50:53.447091644  [2023-09-18 16:50:53] ffmpeg.g5b_achtertuin.detect   ERROR   : [rtsp @ 0x55c872939100] DTS discontinuity in stream 1: packet 7 with DTS 81362323851443, packet 8 with DTS 81362323864376
2023-09-18 16:50:53.447096082  [2023-09-18 16:50:53] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x55c87295b840] [swscaler @ 0x55c872968800] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:53.447099880  [2023-09-18 16:50:53] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x55c87295b840] [swscaler @ 0x55c8729b8680] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:53.447103877  [2023-09-18 16:50:53] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x55c8729b8680] [swscaler @ 0x55c8729c5640] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:53.447107925  [2023-09-18 16:50:53] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x55c8729b8680] [swscaler @ 0x55c872aa8780] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:53.447111652  [2023-09-18 16:50:53] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x55c8729b8680] [swscaler @ 0x55c8729c5640] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:53.447115269  [2023-09-18 16:50:53] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x55c8729b8680] [swscaler @ 0x55c872aa8780] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:53.447119146  [2023-09-18 16:50:53] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x55c8729b8680] [swscaler @ 0x55c8729c5640] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:53.447122733  [2023-09-18 16:50:53] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x55c8729b8680] [swscaler @ 0x55c872aa8780] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:50:53.447125779  [2023-09-18 16:50:53] ffmpeg.g5b_achtertuin.detect   ERROR   : [rtsp @ 0x55c872939100] CSeq 11 expected, 0 received.
2023-09-18 16:50:53.447128874  [2023-09-18 16:50:53] ffmpeg.g5b_achtertuin.detect   ERROR   : [rtsp @ 0x55c872939100] RTP: PT=61: bad cseq 29bb expected=12bb
2023-09-18 16:50:55.687044637  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff772eb5f00] moov atom not found
2023-09-18 16:50:55.688127501  [ERROR:0@244.509] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2023-09-18 16:50:55.688132070  
2023-09-18 16:50:55.688135577  OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:267: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2023-09-18 16:50:55.688137520  
2023-09-18 16:50:55.688138913  
2023-09-18 16:50:59.142482247  [2023-09-18 16:50:59] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/flex_ne-20230918164947.mp4
2023-09-18 16:50:59.142491164  [2023-09-18 16:50:59] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/flex_ne-20230918164947.mp4
2023-09-18 16:51:02.922525457  [2023-09-18 16:51:02] watchdog.flex_ne               ERROR   : Ffmpeg process crashed unexpectedly for flex_ne.
2023-09-18 16:51:02.922534785  [2023-09-18 16:51:02] watchdog.flex_ne               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 16:51:02.922539584  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [rtsp @ 0x561d0e9a1100] DTS discontinuity in stream 1: packet 3 with DTS 81362323815835, packet 4 with DTS 81362323824212
2023-09-18 16:51:02.922543972  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [rtsp @ 0x561d0e9a1100] DTS discontinuity in stream 1: packet 11 with DTS 81362323863125, packet 12 with DTS 81362323867408
2023-09-18 16:51:02.922548190  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x561d0ea1de40] [swscaler @ 0x561d0ea2ae00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:51:02.922552458  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x561d0ea1de40] [swscaler @ 0x561d0ee94c80] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:51:02.922556496  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x561d0ea1de40] [swscaler @ 0x561d0ea2ae00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:51:02.922560644  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x561d0ea1de40] [swscaler @ 0x561d0ead0840] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:51:02.922564671  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x561d0ea1de40] [swscaler @ 0x561d0ea2ae00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:51:02.922568529  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x561d0ea1de40] [swscaler @ 0x561d0eac9d40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:51:02.922572506  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x561d0ea1de40] [swscaler @ 0x561d0ea2ae00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:51:02.922576484  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x561d0ea1de40] [swscaler @ 0x561d0eacab40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:51:02.922580621  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [segment @ 0x561d0e9ac400] Non-monotonous DTS in output stream 0:0; previous: 15736, current: 15736; changing to 15737. This may result in incorrect timestamps in the output file.
2023-09-18 16:51:02.922585280  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [segment @ 0x561d0e9ac400] Non-monotonous DTS in output stream 0:0; previous: 15737, current: 15737; changing to 15738. This may result in incorrect timestamps in the output file.
2023-09-18 16:51:02.922589849  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [segment @ 0x561d0e9ac400] Non-monotonous DTS in output stream 0:0; previous: 15738, current: 15738; changing to 15739. This may result in incorrect timestamps in the output file.
2023-09-18 16:51:02.922594237  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [segment @ 0x561d0e9ac400] Non-monotonous DTS in output stream 0:0; previous: 15739, current: 15739; changing to 15740. This may result in incorrect timestamps in the output file.
2023-09-18 16:51:02.922598475  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [segment @ 0x561d0e9ac400] Non-monotonous DTS in output stream 0:0; previous: 15740, current: 15740; changing to 15741. This may result in incorrect timestamps in the output file.
2023-09-18 16:51:02.922602132  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [segment @ 0x561d0e9ac400] Non-monotonous DTS in output stream 0:0; previous: 15741, current: 15740; changing to 15742. This may result in incorrect timestamps in the output file.
2023-09-18 16:51:02.922608143  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [segment @ 0x561d0e9ac400] Non-monotonous DTS in output stream 0:0; previous: 15742, current: 15741; changing to 15743. This may result in incorrect timestamps in the output file.
2023-09-18 16:51:02.922611920  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [segment @ 0x561d0e9ac400] Non-monotonous DTS in output stream 0:0; previous: 15743, current: 15742; changing to 15744. This may result in incorrect timestamps in the output file.
2023-09-18 16:51:02.922615748  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [segment @ 0x561d0e9ac400] Non-monotonous DTS in output stream 0:0; previous: 15744, current: 15743; changing to 15745. This may result in incorrect timestamps in the output file.
2023-09-18 16:51:02.922619344  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [segment @ 0x561d0e9ac400] Non-monotonous DTS in output stream 0:0; previous: 15745, current: 15743; changing to 15746. This may result in incorrect timestamps in the output file.
2023-09-18 16:51:02.922622831  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [segment @ 0x561d0e9ac400] Non-monotonous DTS in output stream 0:0; previous: 15746, current: 15744; changing to 15747. This may result in incorrect timestamps in the output file.
2023-09-18 16:51:02.922721417  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [segment @ 0x561d0e9ac400] Non-monotonous DTS in output stream 0:0; previous: 15747, current: 15745; changing to 15748. This may result in incorrect timestamps in the output file.
2023-09-18 16:51:02.922725976  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : rtsp://127.0.0.1:8554/flex_ne?video=copy&audio=opus: corrupt decoded frame in stream 0
2023-09-18 16:51:02.922729442  [2023-09-18 16:51:02] ffmpeg.flex_ne.detect          ERROR   : [rtsp @ 0x561d0e9a1100] CSeq 10 expected, 0 received.
2023-09-18 16:52:03.347378798  [2023-09-18 16:52:03] watchdog.g5b_overkapping       INFO    : No frames received from g5b_overkapping in 20 seconds. Exiting ffmpeg...
2023-09-18 16:52:03.347387244  [2023-09-18 16:52:03] watchdog.g5b_overkapping       INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 16:52:23.153689904  [2023-09-18 16:52:23] watchdog.flex_se               INFO    : No frames received from flex_se in 20 seconds. Exiting ffmpeg...
2023-09-18 16:52:23.153699702  [2023-09-18 16:52:23] watchdog.flex_se               INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 16:52:33.377880820  [2023-09-18 16:52:33] watchdog.g5b_overkapping       INFO    : FFmpeg did not exit. Force killing...
2023-09-18 16:52:33.442361992  [2023-09-18 16:52:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:52:33.442370688  [2023-09-18 16:52:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:52:33.442374245  [2023-09-18 16:52:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:52:33.442377010  [2023-09-18 16:52:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:52:33.442379715  [2023-09-18 16:52:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:52:33.442382220  [2023-09-18 16:52:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:52:33.442384785  [2023-09-18 16:52:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:52:33.447845827  [2023-09-18 16:52:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:52:33.447854684  [2023-09-18 16:52:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:52:33.447859072  [2023-09-18 16:52:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:52:33.447862629  [2023-09-18 16:52:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:52:33.447866045  [2023-09-18 16:52:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:52:33.447869502  [2023-09-18 16:52:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:52:33.447872888  [2023-09-18 16:52:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:52:33.450048687  [2023-09-18 16:52:33] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:52:33.450055610  [2023-09-18 16:52:33] frigate.video                  ERROR   : g5b_overkapping: ffmpeg process is not running. exiting capture thread...
2023-09-18 16:52:37.249806922  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff7700c7600] moov atom not found
2023-09-18 16:52:37.348385039  [2023-09-18 16:52:37] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g5b_overkapping-20230918165125.mp4
2023-09-18 16:52:37.348392353  [2023-09-18 16:52:37] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g5b_overkapping-20230918165125.mp4
2023-09-18 16:52:39.114734079  [2023-09-18 16:52:39] watchdog.g3i_garage            INFO    : No frames received from g3i_garage in 20 seconds. Exiting ffmpeg...
2023-09-18 16:52:39.114740681  [2023-09-18 16:52:39] watchdog.g3i_garage            INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 16:52:42.215781301  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215788174  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215790899  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215793013  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215794937  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215796850  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215798674  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215800547  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215802381  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215804164  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215805987  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215807901  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215809724  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215811458  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215813201  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215814894  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215816638  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215818311  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215820014  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215821757  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215823460  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215825164  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215826867  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215828560  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.215830283  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.216859246  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.217654157  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.218305257  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.218927061  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.219573572  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.220193493  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.220827681  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.221463852  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.222104952  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.222908239  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.223582723  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.224183727  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.225265230  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.226379324  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.227392677  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.228335809  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.229469279  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.230490557  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.231474796  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.232498719  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.233727650  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.234753637  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.235765548  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.236751020  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.237863350  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:52:42.239052505  [2023-09-18 16:52:42] frigate.video                  ERROR   : g3i_garage: ffmpeg process is not running. exiting capture thread...
2023-09-18 16:52:43.506539351  [2023-09-18 16:52:43] watchdog.g5b_overkapping       ERROR   : Ffmpeg process crashed unexpectedly for g5b_overkapping.
2023-09-18 16:52:43.506546374  [2023-09-18 16:52:43] watchdog.g5b_overkapping       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 16:52:43.506549510  [2023-09-18 16:52:43] ffmpeg.g5b_overkapping.detect  ERROR   : [rtsp @ 0x55e40881c100] DTS discontinuity in stream 1: packet 21 with DTS 81362329159503, packet 22 with DTS 81362329168324
2023-09-18 16:52:43.506552065  [2023-09-18 16:52:43] ffmpeg.g5b_overkapping.detect  ERROR   : [rtsp @ 0x55e40881c100] DTS discontinuity in stream 1: packet 35 with DTS 81362329192555, packet 36 with DTS 81362329198422
2023-09-18 16:52:43.506554359  [2023-09-18 16:52:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55e4089f1d80] [swscaler @ 0x55e4089fed40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:52:43.506556603  [2023-09-18 16:52:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55e4089f1d80] [swscaler @ 0x55e408854fc0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:52:43.506558787  [2023-09-18 16:52:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55e4089f1d80] [swscaler @ 0x55e4089fed40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:52:43.506560881  [2023-09-18 16:52:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55e4089f1d80] [swscaler @ 0x55e408854fc0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:52:43.506563066  [2023-09-18 16:52:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55e4089f1d80] [swscaler @ 0x55e4089fed40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:52:43.506565210  [2023-09-18 16:52:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55e4089f1d80] [swscaler @ 0x55e408854fc0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:52:43.506567294  [2023-09-18 16:52:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55e4089f1d80] [swscaler @ 0x55e4089fed40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:52:43.506569377  [2023-09-18 16:52:43] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55e4089f1d80] [swscaler @ 0x55e4088562c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:52:43.506571141  [2023-09-18 16:52:43] ffmpeg.g5b_overkapping.detect  ERROR   : [rtsp @ 0x55e40881c100] CSeq 10 expected, 0 received.
2023-09-18 16:52:52.259573015  [2023-09-18 16:52:52] watchdog.g3i_garage            ERROR   : Ffmpeg process crashed unexpectedly for g3i_garage.
2023-09-18 16:52:52.259579818  [2023-09-18 16:52:52] watchdog.g3i_garage            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 16:52:52.259583064  [2023-09-18 16:52:52] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x5641d3bc3e00] [swscaler @ 0x5641d3bd0dc0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:52:52.259585559  [2023-09-18 16:52:52] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x5641d3bc3e00] [swscaler @ 0x5641d3ccab00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:52:52.259587913  [2023-09-18 16:52:52] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x5641d3bc3e00] [swscaler @ 0x5641d3bd0dc0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:52:52.259590117  [2023-09-18 16:52:52] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x5641d3bc3e00] [swscaler @ 0x5641d3c9e680] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:52:52.259592362  [2023-09-18 16:52:52] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x5641d3bc3e00] [swscaler @ 0x5641d3bd0dc0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:52:52.259594526  [2023-09-18 16:52:52] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x5641d3bc3e00] [swscaler @ 0x5641d3c9e680] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:52:52.259596690  [2023-09-18 16:52:52] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x5641d3bc3e00] [swscaler @ 0x5641d3bd0dc0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:52:52.259598784  [2023-09-18 16:52:52] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x5641d3bc3e00] [swscaler @ 0x5641d3c9e680] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:52:53.181883236  [2023-09-18 16:52:53] watchdog.flex_se               INFO    : FFmpeg did not exit. Force killing...
2023-09-18 16:52:53.195140290  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.195153264  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.195156120  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.195158314  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.195160207  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.195162011  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.195163764  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.195165467  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.195167190  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.195168834  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.195170517  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.195172190  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.195173873  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.195175516  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.195177199  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.195178873  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.203693652  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.203699332  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.203701957  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.203704121  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.203706025  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.203707918  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.203709702  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.203711405  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.203713138  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.203714791  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.203716475  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.203718188  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.203719861  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.203721514  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.203723187  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.203725101  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.203727015  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.203728728  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.203730411  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.203732124  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.206669621  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.207751303  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.209008367  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.210058771  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.210999828  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.211928572  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.213295724  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.214253722  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.215210439  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.216190099  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.217179066  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.218210604  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.219209459  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.220280221  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.221378966  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.222432776  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.226544230  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.227590866  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.228579683  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.229647400  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.230627491  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.231622249  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.232718941  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.233725581  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.235043470  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.241103203  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.247497307  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.248838370  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.249934008  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.250900193  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.251834036  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.253205536  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.254438284  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:52:53.255012909  [2023-09-18 16:52:53] frigate.video                  ERROR   : flex_se: ffmpeg process is not running. exiting capture thread...
2023-09-18 16:52:55.070825451  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff772de0200] moov atom not found
2023-09-18 16:52:55.071552534  [ERROR:0@363.893] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2023-09-18 16:52:55.071556552  
2023-09-18 16:52:55.071559387  OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:267: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2023-09-18 16:52:55.071560900  
2023-09-18 16:52:55.071561962  
2023-09-18 16:52:55.332145227  [2023-09-18 16:52:55] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/flex_se-20230918165150.mp4
2023-09-18 16:52:55.332152471  [2023-09-18 16:52:55] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/flex_se-20230918165150.mp4
2023-09-18 16:53:03.265162716  [2023-09-18 16:53:03] watchdog.flex_se               ERROR   : Ffmpeg process crashed unexpectedly for flex_se.
2023-09-18 16:53:03.265170050  [2023-09-18 16:53:03] watchdog.flex_se               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 16:53:03.265173366  [2023-09-18 16:53:03] ffmpeg.flex_se.detect          ERROR   : [rtsp @ 0x560c944a2100] DTS discontinuity in stream 1: packet 3 with DTS 81362332954549, packet 4 with DTS 81362332959562
2023-09-18 16:53:03.265175891  [2023-09-18 16:53:03] ffmpeg.flex_se.detect          ERROR   : [rtsp @ 0x560c944a2100] DTS discontinuity in stream 1: packet 7 with DTS 81362332959983, packet 8 with DTS 81362332970221
2023-09-18 16:53:03.265178015  [2023-09-18 16:53:03] ffmpeg.flex_se.detect          ERROR   : [rtsp @ 0x560c944a2100] DTS discontinuity in stream 1: packet 12 with DTS 81362332970229, packet 13 with DTS 81362332973610
2023-09-18 16:53:03.265180239  [2023-09-18 16:53:03] ffmpeg.flex_se.detect          ERROR   : [rtsp @ 0x560c944a2100] DTS discontinuity in stream 1: packet 16 with DTS 81362332974192, packet 17 with DTS 81362332977579
2023-09-18 16:53:03.265182413  [2023-09-18 16:53:03] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x560c946301c0] [swscaler @ 0x560c9463d180] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:53:03.265184637  [2023-09-18 16:53:03] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x560c946301c0] [swscaler @ 0x560c94537440] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:53:03.265186761  [2023-09-18 16:53:03] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x560c9497ec40] [swscaler @ 0x560c945253c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:53:03.265188865  [2023-09-18 16:53:03] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x560c9497ec40] [swscaler @ 0x560c94606440] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:53:03.265191019  [2023-09-18 16:53:03] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x560c9497ec40] [swscaler @ 0x560c945253c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:53:03.265193183  [2023-09-18 16:53:03] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x560c9497ec40] [swscaler @ 0x560c94606440] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:53:03.265195277  [2023-09-18 16:53:03] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x560c9497ec40] [swscaler @ 0x560c945253c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:53:03.265197351  [2023-09-18 16:53:03] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x560c9497ec40] [swscaler @ 0x560c94606440] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:53:03.265199095  [2023-09-18 16:53:03] ffmpeg.flex_se.detect          ERROR   : [rtsp @ 0x560c944a2100] CSeq 8 expected, 0 received.
2023-09-18 16:54:13.011249306  [2023-09-18 16:54:13] watchdog.g3b_voortuin          INFO    : No frames received from g3b_voortuin in 20 seconds. Exiting ffmpeg...
2023-09-18 16:54:13.011258343  [2023-09-18 16:54:13] watchdog.g3b_voortuin          INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 16:54:13.106548722  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.107343814  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.107349384  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.107352951  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.107355966  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.107359333  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.107362779  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.107366456  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.107370033  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.107373439  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109371362  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109376872  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109379828  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109382413  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109384927  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109387432  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109389877  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109392712  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109395898  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109399274  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109402260  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109404755  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109407159  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109409584  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109411978  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109414413  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109416878  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109419242  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109421607  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109424001  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109426346  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109428730  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109431115  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109433479  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109435854  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.109438228  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.114165765  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.114172147  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.114175804  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.114179000  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.114182096  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.114185171  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.114188398  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.114191604  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.114194900  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.117093704  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.117099766  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.117103112  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.117106318  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.117109314  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.118762866  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.118768627  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.119538580  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.120042081  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.120518942  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.121045957  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.126091725  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.126785325  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.127544859  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.133851459  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.134638565  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.135436351  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.136211865  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.141210365  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.142206245  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.149393357  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 16:54:13.155670339  [2023-09-18 16:54:13] frigate.video                  ERROR   : g3b_voortuin: ffmpeg process is not running. exiting capture thread...
2023-09-18 16:54:22.399507279  [2023-09-18 16:54:22] watchdog.g3i_garage            INFO    : No frames received from g3i_garage in 20 seconds. Exiting ffmpeg...
2023-09-18 16:54:22.399513912  [2023-09-18 16:54:22] watchdog.g3i_garage            INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 16:54:23.194298703  [2023-09-18 16:54:23] watchdog.g3b_voortuin          ERROR   : Ffmpeg process crashed unexpectedly for g3b_voortuin.
2023-09-18 16:54:23.194306037  [2023-09-18 16:54:23] watchdog.g3b_voortuin          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 16:54:23.194309544  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x55fd2bc622c0] [swscaler @ 0x55fd2bc6f280] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:54:23.194312379  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x55fd2bc622c0] [swscaler @ 0x55fd2bf66d80] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:54:23.194314734  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x55fd2bf49dc0] [swscaler @ 0x55fd2bf56dc0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:54:23.194317068  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x55fd2bf49dc0] [swscaler @ 0x55fd2bf91500] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:54:23.194319222  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x55fd2bf49dc0] [swscaler @ 0x55fd2bf56dc0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:54:23.194321366  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x55fd2bf49dc0] [swscaler @ 0x55fd2bf91500] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:54:23.194323480  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x55fd2bf49dc0] [swscaler @ 0x55fd2bf56dc0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:54:23.194325614  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x55fd2bf49dc0] [swscaler @ 0x55fd2bf88b40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:54:23.194328079  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [segment @ 0x55fd2bafe740] Non-monotonous DTS in output stream 0:0; previous: 14193, current: 14193; changing to 14194. This may result in incorrect timestamps in the output file.
2023-09-18 16:54:23.194330524  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [segment @ 0x55fd2bafe740] Non-monotonous DTS in output stream 0:0; previous: 14194, current: 14194; changing to 14195. This may result in incorrect timestamps in the output file.
2023-09-18 16:54:23.194332938  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [segment @ 0x55fd2bafe740] Non-monotonous DTS in output stream 0:0; previous: 14195, current: 14194; changing to 14196. This may result in incorrect timestamps in the output file.
2023-09-18 16:54:23.194335383  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [segment @ 0x55fd2bafe740] Non-monotonous DTS in output stream 0:0; previous: 14196, current: 14195; changing to 14197. This may result in incorrect timestamps in the output file.
2023-09-18 16:54:23.194337817  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [segment @ 0x55fd2bafe740] Non-monotonous DTS in output stream 0:0; previous: 14197, current: 14197; changing to 14198. This may result in incorrect timestamps in the output file.
2023-09-18 16:54:23.194340252  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [segment @ 0x55fd2bafe740] Non-monotonous DTS in output stream 0:0; previous: 14198, current: 14197; changing to 14199. This may result in incorrect timestamps in the output file.
2023-09-18 16:54:23.194342666  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [segment @ 0x55fd2bafe740] Non-monotonous DTS in output stream 0:0; previous: 14199, current: 14198; changing to 14200. This may result in incorrect timestamps in the output file.
2023-09-18 16:54:23.194345101  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [segment @ 0x55fd2bafe740] Non-monotonous DTS in output stream 0:0; previous: 14200, current: 14198; changing to 14201. This may result in incorrect timestamps in the output file.
2023-09-18 16:54:23.194347536  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [segment @ 0x55fd2bafe740] Non-monotonous DTS in output stream 0:0; previous: 14201, current: 14199; changing to 14202. This may result in incorrect timestamps in the output file.
2023-09-18 16:54:23.194349980  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [segment @ 0x55fd2bafe740] Non-monotonous DTS in output stream 0:0; previous: 14202, current: 14199; changing to 14203. This may result in incorrect timestamps in the output file.
2023-09-18 16:54:23.194352385  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [segment @ 0x55fd2bafe740] Non-monotonous DTS in output stream 0:0; previous: 14203, current: 14200; changing to 14204. This may result in incorrect timestamps in the output file.
2023-09-18 16:54:23.194354108  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [rtsp @ 0x55fd2bae5100] CSeq 9 expected, 0 received.
2023-09-18 16:54:23.194356122  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : rtsp://127.0.0.1:8554/g3b_voortuin?video=copy&audio=opus: corrupt decoded frame in stream 0
2023-09-18 16:54:23.194357975  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : [rtsp @ 0x55fd2bae5100] CSeq 10 expected, 0 received.
2023-09-18 16:54:23.194360029  [2023-09-18 16:54:23] ffmpeg.g3b_voortuin.detect     ERROR   : rtsp://127.0.0.1:8554/g3b_voortuin?video=copy&audio=opus: corrupt decoded frame in stream 0
2023-09-18 16:54:33.483455056  [2023-09-18 16:54:33] watchdog.flex_se               INFO    : No frames received from flex_se in 20 seconds. Exiting ffmpeg...
2023-09-18 16:54:33.483462189  [2023-09-18 16:54:33] watchdog.flex_se               INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 16:54:35.258114868  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.258121391  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.258124266  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.258126581  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.258128494  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.258130358  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.258132241  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.258134105  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.258135988  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.258137782  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.258139595  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.258141459  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.258143292  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.258145025  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.258146749  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.260798847  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.261707804  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.262074155  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.262687884  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.265059482  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.267131515  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.269211904  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.270284499  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.272300165  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.273267341  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.274993081  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.275920472  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.276826774  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.277682129  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.279872114  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.280857444  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.286751224  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 16:54:35.288713489  [2023-09-18 16:54:35] frigate.video                  ERROR   : g3i_garage: ffmpeg process is not running. exiting capture thread...
2023-09-18 16:54:43.023140814  [2023-09-18 16:54:43] watchdog.flex_ne               INFO    : No frames received from flex_ne in 20 seconds. Exiting ffmpeg...
2023-09-18 16:54:43.023150442  [2023-09-18 16:54:43] watchdog.flex_ne               INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 16:54:45.338997944  [2023-09-18 16:54:45] watchdog.g3i_garage            ERROR   : Ffmpeg process crashed unexpectedly for g3i_garage.
2023-09-18 16:54:45.339007662  [2023-09-18 16:54:45] watchdog.g3i_garage            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 16:54:45.339012642  [2023-09-18 16:54:45] ffmpeg.g3i_garage.detect       ERROR   : [h264 @ 0x563f20a97140] Missing reference picture, default is 0
2023-09-18 16:54:45.339016148  [2023-09-18 16:54:45] ffmpeg.g3i_garage.detect       ERROR   : [h264 @ 0x563f20a97140] decode_slice_header error
2023-09-18 16:54:45.339019495  [2023-09-18 16:54:45] ffmpeg.g3i_garage.detect       ERROR   : [h264 @ 0x563f20aad600] Missing reference picture, default is 0
2023-09-18 16:54:45.339022761  [2023-09-18 16:54:45] ffmpeg.g3i_garage.detect       ERROR   : [h264 @ 0x563f20aad600] decode_slice_header error
2023-09-18 16:54:45.339026899  [2023-09-18 16:54:45] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x563f20c09c40] [swscaler @ 0x563f20c16c00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:54:45.339030916  [2023-09-18 16:54:45] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x563f20c09c40] [swscaler @ 0x563f20f0cb80] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:54:45.339034894  [2023-09-18 16:54:45] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x563f20f0cb80] [swscaler @ 0x563f20c09c40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:54:45.339038931  [2023-09-18 16:54:45] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x563f20f0cb80] [swscaler @ 0x563f20b7f940] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:54:45.339043029  [2023-09-18 16:54:45] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x563f20f0cb80] [swscaler @ 0x563f20c09c40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:54:45.339046886  [2023-09-18 16:54:45] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x563f20f0cb80] [swscaler @ 0x563f20b7c5c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:54:45.339050834  [2023-09-18 16:54:45] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x563f20f0cb80] [swscaler @ 0x563f20c09c40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:54:45.339054631  [2023-09-18 16:54:45] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x563f20f0cb80] [swscaler @ 0x563f20b7c5c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:54:45.339058899  [2023-09-18 16:54:45] ffmpeg.g3i_garage.detect       ERROR   : [segment @ 0x563f20aaae00] Non-monotonous DTS in output stream 0:0; previous: 14970, current: 14970; changing to 14971. This may result in incorrect timestamps in the output file.
2023-09-18 16:54:45.339063127  [2023-09-18 16:54:45] ffmpeg.g3i_garage.detect       ERROR   : [segment @ 0x563f20aaae00] Non-monotonous DTS in output stream 0:0; previous: 14974, current: 14974; changing to 14975. This may result in incorrect timestamps in the output file.
2023-09-18 16:54:45.339066443  [2023-09-18 16:54:45] ffmpeg.g3i_garage.detect       ERROR   : [h264 @ 0x563f20aad600] left block unavailable for requested intra4x4 mode -1
2023-09-18 16:54:45.339069780  [2023-09-18 16:54:45] ffmpeg.g3i_garage.detect       ERROR   : [h264 @ 0x563f20aad600] error while decoding MB 0 13, bytestream 51059
2023-09-18 16:54:45.339073176  [2023-09-18 16:54:45] ffmpeg.g3i_garage.detect       ERROR   : rtsp://127.0.0.1:8554/g3i_garage?video=copy&audio=opus: corrupt decoded frame in stream 0
2023-09-18 16:55:02.985965308  [2023-09-18 16:55:02] watchdog.g4_deurbel            INFO    : No frames received from g4_deurbel in 20 seconds. Exiting ffmpeg...
2023-09-18 16:55:02.986947082  [2023-09-18 16:55:02] watchdog.g4_deurbel            INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 16:55:03.513818626  [2023-09-18 16:55:03] watchdog.flex_se               INFO    : FFmpeg did not exit. Force killing...
2023-09-18 16:55:03.552106647  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.552113680  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.552116595  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.552118769  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.552120653  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.552122486  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.552124240  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.552125973  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.552127706  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.552129500  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.552131363  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.552133187  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.552134920  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.552136563  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.552138286  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.552139959  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.552141633  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.552143346  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.552145019  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.552146692  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.552148365  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.555720640  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.556741738  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.557815937  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.558686090  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.559606218  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.560508592  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.561864733  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.562799708  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.563735926  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.564743549  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.565791548  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.566754677  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.567682128  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.568641019  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.569759351  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.570757355  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.571793822  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.573091212  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.574071834  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.575032468  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.576068435  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.577102608  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.578141700  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.579047951  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.579937049  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.580930245  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.581951183  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.583636305  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.584645742  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 16:55:03.585363206  [2023-09-18 16:55:03] frigate.video                  ERROR   : flex_se: ffmpeg process is not running. exiting capture thread...
2023-09-18 16:55:04.151621044  [2023-09-18 16:55:04] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 16:55:04.153228519  [2023-09-18 16:55:04] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 16:55:04.154353494  [2023-09-18 16:55:04] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 16:55:04.155310491  [2023-09-18 16:55:04] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 16:55:04.156350926  [2023-09-18 16:55:04] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 16:55:04.157689624  [2023-09-18 16:55:04] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 16:55:04.158745587  [2023-09-18 16:55:04] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 16:55:04.160021106  [2023-09-18 16:55:04] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 16:55:04.161137123  [2023-09-18 16:55:04] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 16:55:04.162103127  [2023-09-18 16:55:04] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 16:55:04.209981708  [2023-09-18 16:55:04] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 16:55:04.209988822  [2023-09-18 16:55:04] frigate.video                  ERROR   : flex_ne: ffmpeg process is not running. exiting capture thread...
2023-09-18 16:55:07.551761511  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff77573aa80] moov atom not found
2023-09-18 16:55:07.552269400  [ERROR:0@496.374] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2023-09-18 16:55:07.552272546  
2023-09-18 16:55:07.552275251  OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:267: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2023-09-18 16:55:07.552276684  
2023-09-18 16:55:07.552277826  
2023-09-18 16:55:07.821593783  [2023-09-18 16:55:07] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/flex_se-20230918165404.mp4
2023-09-18 16:55:07.821600786  [2023-09-18 16:55:07] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/flex_se-20230918165404.mp4
2023-09-18 16:55:13.596007087  [2023-09-18 16:55:13] watchdog.flex_se               ERROR   : Ffmpeg process crashed unexpectedly for flex_se.
2023-09-18 16:55:13.596013720  [2023-09-18 16:55:13] watchdog.flex_se               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 16:55:13.596017106  [2023-09-18 16:55:13] ffmpeg.flex_se.detect          ERROR   : [rtsp @ 0x55640c686100] DTS discontinuity in stream 1: packet 7 with DTS 81362341651070, packet 8 with DTS 81362341656584
2023-09-18 16:55:13.596019731  [2023-09-18 16:55:13] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x55640c7e2700] [swscaler @ 0x55640c7ef6c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:13.596021955  [2023-09-18 16:55:13] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x55640c7e2700] [swscaler @ 0x55640cb10880] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:13.596024219  [2023-09-18 16:55:13] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x55640cb06300] [swscaler @ 0x55640cb13300] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:13.596026424  [2023-09-18 16:55:13] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x55640cb06300] [swscaler @ 0x55640c7aba80] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:13.596028598  [2023-09-18 16:55:13] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x55640cb06300] [swscaler @ 0x55640cb13300] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:13.596030732  [2023-09-18 16:55:13] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x55640cb06300] [swscaler @ 0x55640c7acb00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:13.596032876  [2023-09-18 16:55:13] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x55640cb06300] [swscaler @ 0x55640cb13300] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:13.596035030  [2023-09-18 16:55:13] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x55640cb06300] [swscaler @ 0x55640c7acb00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:13.596037484  [2023-09-18 16:55:13] ffmpeg.flex_se.detect          ERROR   : [segment @ 0x55640c6a7ac0] Non-monotonous DTS in output stream 0:0; previous: 15396, current: 15396; changing to 15397. This may result in incorrect timestamps in the output file.
2023-09-18 16:55:13.596039899  [2023-09-18 16:55:13] ffmpeg.flex_se.detect          ERROR   : [segment @ 0x55640c6a7ac0] Non-monotonous DTS in output stream 0:0; previous: 15398, current: 15398; changing to 15399. This may result in incorrect timestamps in the output file.
2023-09-18 16:55:13.596042344  [2023-09-18 16:55:13] ffmpeg.flex_se.detect          ERROR   : [segment @ 0x55640c6a7ac0] Non-monotonous DTS in output stream 0:0; previous: 15399, current: 15399; changing to 15400. This may result in incorrect timestamps in the output file.
2023-09-18 16:55:13.596044788  [2023-09-18 16:55:13] ffmpeg.flex_se.detect          ERROR   : [segment @ 0x55640c6a7ac0] Non-monotonous DTS in output stream 0:0; previous: 15400, current: 15400; changing to 15401. This may result in incorrect timestamps in the output file.
2023-09-18 16:55:13.596047223  [2023-09-18 16:55:13] ffmpeg.flex_se.detect          ERROR   : [segment @ 0x55640c6a7ac0] Non-monotonous DTS in output stream 0:0; previous: 15401, current: 15400; changing to 15402. This may result in incorrect timestamps in the output file.
2023-09-18 16:55:13.596049627  [2023-09-18 16:55:13] ffmpeg.flex_se.detect          ERROR   : [segment @ 0x55640c6a7ac0] Non-monotonous DTS in output stream 0:0; previous: 15402, current: 15402; changing to 15403. This may result in incorrect timestamps in the output file.
2023-09-18 16:55:13.596052072  [2023-09-18 16:55:13] ffmpeg.flex_se.detect          ERROR   : [segment @ 0x55640c6a7ac0] Non-monotonous DTS in output stream 0:0; previous: 15403, current: 15402; changing to 15404. This may result in incorrect timestamps in the output file.
2023-09-18 16:55:13.596053825  [2023-09-18 16:55:13] ffmpeg.flex_se.detect          ERROR   : [rtsp @ 0x55640c686100] CSeq 7 expected, 0 received.
2023-09-18 16:55:14.201226037  [2023-09-18 16:55:14] watchdog.flex_ne               ERROR   : Ffmpeg process crashed unexpectedly for flex_ne.
2023-09-18 16:55:14.201233100  [2023-09-18 16:55:14] watchdog.flex_ne               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 16:55:14.201236517  [2023-09-18 16:55:14] ffmpeg.flex_ne.detect          ERROR   : [rtsp @ 0x55a98b62e100] DTS discontinuity in stream 0: packet 5 with DTS 81362335832456, packet 6 with DTS 81362335834985
2023-09-18 16:55:14.201239282  [2023-09-18 16:55:14] ffmpeg.flex_ne.detect          ERROR   : [rtsp @ 0x55a98b62e100] DTS discontinuity in stream 0: packet 18 with DTS 81362335843067, packet 19 with DTS 81362335846517
2023-09-18 16:55:14.201241656  [2023-09-18 16:55:14] ffmpeg.flex_ne.detect          ERROR   : [rtsp @ 0x55a98b62e100] DTS discontinuity in stream 0: packet 27 with DTS 81362335850822, packet 28 with DTS 81362335856298
2023-09-18 16:55:14.201243901  [2023-09-18 16:55:14] ffmpeg.flex_ne.detect          ERROR   : [rtsp @ 0x55a98b62e100] DTS discontinuity in stream 0: packet 31 with DTS 81362335856303, packet 32 with DTS 81362335860688
2023-09-18 16:55:14.201246175  [2023-09-18 16:55:14] ffmpeg.flex_ne.detect          ERROR   : [rtsp @ 0x55a98b62e100] DTS discontinuity in stream 0: packet 35 with DTS 81362335860698, packet 36 with DTS 81362335863755
2023-09-18 16:55:14.201248329  [2023-09-18 16:55:14] ffmpeg.flex_ne.detect          ERROR   : [rtsp @ 0x55a98b62e100] DTS discontinuity in stream 0: packet 44 with DTS 81362335867518, packet 45 with DTS 81362335871787
2023-09-18 16:55:14.201250453  [2023-09-18 16:55:14] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x55a98b6aa940] [swscaler @ 0x55a98b6b7900] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:14.201252597  [2023-09-18 16:55:14] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x55a98b6aa940] [swscaler @ 0x55a98b6c48c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:14.201254741  [2023-09-18 16:55:14] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x55a98b6aa940] [swscaler @ 0x55a98b6b7900] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:14.201256905  [2023-09-18 16:55:14] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x55a98b6aa940] [swscaler @ 0x55a98b6c48c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:14.201258969  [2023-09-18 16:55:14] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x55a98b6aa940] [swscaler @ 0x55a98b6b7900] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:14.201261083  [2023-09-18 16:55:14] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x55a98b6aa940] [swscaler @ 0x55a98b6c6ac0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:14.201263207  [2023-09-18 16:55:14] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x55a98b6aa940] [swscaler @ 0x55a98b6b7900] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:14.201265301  [2023-09-18 16:55:14] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x55a98b6aa940] [swscaler @ 0x55a98b6c6ac0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:14.201267195  [2023-09-18 16:55:14] ffmpeg.flex_ne.detect          ERROR   : rtsp://127.0.0.1:8554/flex_ne?video=copy&audio=opus: corrupt decoded frame in stream 1
2023-09-18 16:55:33.019612058  [2023-09-18 16:55:33] watchdog.g4_deurbel            INFO    : FFmpeg did not exit. Force killing...
2023-09-18 16:55:33.144935902  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.147133461  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.153100229  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.153831259  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.154537813  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.154544005  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.154548253  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.190717003  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.191748520  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.191755243  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.191759281  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.191762226  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.191765132  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.193234737  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.193241099  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.193244956  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.193248443  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.193251889  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.193255326  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.193258792  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.193262209  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.193265555  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.195435152  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.195441574  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.195445412  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.195448788  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.195451874  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.195454860  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.195458106  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.197535619  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.197542322  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.197545958  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.197549565  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.198668348  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.198674569  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.202517045  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.202928232  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.203284865  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.203980760  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.204234128  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.217376825  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.238042699  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-09-18 16:55:33.238355590  [2023-09-18 16:55:33] frigate.video                  ERROR   : g4_deurbel: ffmpeg process is not running. exiting capture thread...
2023-09-18 16:55:33.678470366  [2023-09-18 16:55:33] watchdog.g5b_overkapping       INFO    : No frames received from g5b_overkapping in 20 seconds. Exiting ffmpeg...
2023-09-18 16:55:33.678480205  [2023-09-18 16:55:33] watchdog.g5b_overkapping       INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 16:55:39.728642362  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff772f10200] moov atom not found
2023-09-18 16:55:40.329609181  [2023-09-18 16:55:40] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g4_deurbel-20230918165435.mp4
2023-09-18 16:55:40.329618389  [2023-09-18 16:55:40] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g4_deurbel-20230918165435.mp4
2023-09-18 16:55:43.225435962  [2023-09-18 16:55:43] watchdog.g4_deurbel            ERROR   : Ffmpeg process crashed unexpectedly for g4_deurbel.
2023-09-18 16:55:43.226269586  [2023-09-18 16:55:43] watchdog.g4_deurbel            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 16:55:43.226761725  [2023-09-18 16:55:43] ffmpeg.g4_deurbel.detect       ERROR   : [rtsp @ 0x55be7ab18100] DTS discontinuity in stream 1: packet 16 with DTS 81362323859664, packet 17 with DTS 81362323862237
2023-09-18 16:55:43.227272510  [2023-09-18 16:55:43] ffmpeg.g4_deurbel.detect       ERROR   : [swscaler @ 0x55be7ac2eb40] [swscaler @ 0x55be7ac86dc0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:43.227279062  [2023-09-18 16:55:43] ffmpeg.g4_deurbel.detect       ERROR   : [swscaler @ 0x55be7ac2eb40] [swscaler @ 0x55be7af69ac0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:43.227943005  [2023-09-18 16:55:43] ffmpeg.g4_deurbel.detect       ERROR   : [swscaler @ 0x55be7ac2eb40] [swscaler @ 0x55be7af5a500] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:43.227949548  [2023-09-18 16:55:43] ffmpeg.g4_deurbel.detect       ERROR   : [swscaler @ 0x55be7ac2eb40] [swscaler @ 0x55be7ac47a40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:43.227953676  [2023-09-18 16:55:43] ffmpeg.g4_deurbel.detect       ERROR   : [swscaler @ 0x55be7ac2eb40] [swscaler @ 0x55be7af5a500] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:43.235540462  [2023-09-18 16:55:43] ffmpeg.g4_deurbel.detect       ERROR   : [swscaler @ 0x55be7ac2eb40] [swscaler @ 0x55be7ac47a40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:43.236371712  [2023-09-18 16:55:43] ffmpeg.g4_deurbel.detect       ERROR   : [swscaler @ 0x55be7ac2eb40] [swscaler @ 0x55be7af73b80] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:43.236378755  [2023-09-18 16:55:43] ffmpeg.g4_deurbel.detect       ERROR   : [swscaler @ 0x55be7ac2eb40] [swscaler @ 0x55be7ac48d40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:55:43.236384436  [2023-09-18 16:55:43] ffmpeg.g4_deurbel.detect       ERROR   : [segment @ 0x55be7ab30e00] Non-monotonous DTS in output stream 0:0; previous: 10138, current: 10138; changing to 10139. This may result in incorrect timestamps in the output file.
2023-09-18 16:55:43.236389636  [2023-09-18 16:55:43] ffmpeg.g4_deurbel.detect       ERROR   : [segment @ 0x55be7ab30e00] Non-monotonous DTS in output stream 0:0; previous: 10142, current: 10142; changing to 10143. This may result in incorrect timestamps in the output file.
2023-09-18 16:55:43.380624817  [2023-09-18 16:55:43] ffmpeg.g4_deurbel.detect       ERROR   : [segment @ 0x55be7ab30e00] Non-monotonous DTS in output stream 0:0; previous: 10144, current: 10144; changing to 10145. This may result in incorrect timestamps in the output file.
2023-09-18 16:55:43.381341150  [2023-09-18 16:55:43] ffmpeg.g4_deurbel.detect       ERROR   : [segment @ 0x55be7ab30e00] Non-monotonous DTS in output stream 0:0; previous: 10145, current: 10145; changing to 10146. This may result in incorrect timestamps in the output file.
2023-09-18 16:55:43.381346591  [2023-09-18 16:55:43] ffmpeg.g4_deurbel.detect       ERROR   : [segment @ 0x55be7ab30e00] Non-monotonous DTS in output stream 0:0; previous: 10146, current: 10146; changing to 10147. This may result in incorrect timestamps in the output file.
2023-09-18 16:55:43.381350127  [2023-09-18 16:55:43] ffmpeg.g4_deurbel.detect       ERROR   : [segment @ 0x55be7ab30e00] Non-monotonous DTS in output stream 0:0; previous: 10147, current: 10147; changing to 10148. This may result in incorrect timestamps in the output file.
2023-09-18 16:55:43.381352221  [2023-09-18 16:55:43] ffmpeg.g4_deurbel.detect       ERROR   : [rtsp @ 0x55be7ab18100] CSeq 20 expected, 0 received.
2023-09-18 16:56:03.702041430  [2023-09-18 16:56:03] watchdog.g5b_overkapping       INFO    : FFmpeg did not exit. Force killing...
2023-09-18 16:56:03.721959592  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.721966155  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.721969080  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.721971405  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.721973348  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732326067  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732331588  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732334473  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732336607  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732338511  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732340364  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732342178  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732343961  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732345734  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732347428  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732349151  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732350894  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732352617  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732354311  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732356024  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732357747  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732359460  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732361153  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732362867  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732364590  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732366313  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732368006  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732369730  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732371443  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732373176  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732374990  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732376853  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732378616  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732380380  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732382093  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.732383836  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.733803507  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.735046173  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.735725075  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.736346508  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.737059835  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.737699183  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.738498051  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.739282703  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.740082594  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.740983766  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.741774419  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.742530466  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.743520766  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.744490066  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.745803827  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.746779289  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.747768237  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.749254063  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.751701253  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.753217867  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.754603254  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.757133803  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.758554635  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.760672234  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.762332940  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.763749205  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.765979246  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.767869555  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.770366340  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.771993413  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.774100040  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.775593400  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.776985408  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.779321028  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.804507108  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.805950384  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.807208971  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.813377749  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.815511719  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.816547265  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.817569836  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.818303922  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.819097570  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.820460003  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.821802387  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.823375588  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 16:56:03.823381358  [2023-09-18 16:56:03] frigate.video                  ERROR   : g5b_overkapping: ffmpeg process is not running. exiting capture thread...
2023-09-18 16:56:07.636913253  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff77572b080] moov atom not found
2023-09-18 16:56:07.881084017  [2023-09-18 16:56:07] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g5b_overkapping-20230918165511.mp4
2023-09-18 16:56:07.881921428  [2023-09-18 16:56:07] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g5b_overkapping-20230918165511.mp4
2023-09-18 16:56:13.845067069  [2023-09-18 16:56:13] watchdog.g5b_overkapping       ERROR   : Ffmpeg process crashed unexpectedly for g5b_overkapping.
2023-09-18 16:56:13.845076668  [2023-09-18 16:56:13] watchdog.g5b_overkapping       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 16:56:13.845081457  [2023-09-18 16:56:13] ffmpeg.g5b_overkapping.detect  ERROR   : [rtsp @ 0x55b944846100] DTS discontinuity in stream 1: packet 5 with DTS 81362340660481, packet 6 with DTS 81362340664758
2023-09-18 16:56:13.845085374  [2023-09-18 16:56:13] ffmpeg.g5b_overkapping.detect  ERROR   : [rtsp @ 0x55b944846100] DTS discontinuity in stream 1: packet 10 with DTS 81362340668505, packet 11 with DTS 81362340676133
2023-09-18 16:56:13.845089071  [2023-09-18 16:56:13] ffmpeg.g5b_overkapping.detect  ERROR   : [rtsp @ 0x55b944846100] DTS discontinuity in stream 1: packet 16 with DTS 81362340676142, packet 17 with DTS 81362340682028
2023-09-18 16:56:13.845092838  [2023-09-18 16:56:13] ffmpeg.g5b_overkapping.detect  ERROR   : [rtsp @ 0x55b944846100] DTS discontinuity in stream 1: packet 23 with DTS 81362340686190, packet 24 with DTS 81362340688350
2023-09-18 16:56:13.845096555  [2023-09-18 16:56:13] ffmpeg.g5b_overkapping.detect  ERROR   : [rtsp @ 0x55b944846100] DTS discontinuity in stream 1: packet 29 with DTS 81362340689638, packet 30 with DTS 81362340695446
2023-09-18 16:56:13.845100122  [2023-09-18 16:56:13] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55b9449e8b00] [swscaler @ 0x55b9449f8ac0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:56:13.845103679  [2023-09-18 16:56:13] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55b9449e8b00] [swscaler @ 0x55b944875740] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:56:13.845107305  [2023-09-18 16:56:13] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55b9449e8b00] [swscaler @ 0x55b9449f8ac0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:56:13.845110942  [2023-09-18 16:56:13] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55b9449e8b00] [swscaler @ 0x55b944875740] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:56:13.845114729  [2023-09-18 16:56:13] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55b9449e8b00] [swscaler @ 0x55b9449f8ac0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:56:13.845118457  [2023-09-18 16:56:13] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55b9449e8b00] [swscaler @ 0x55b944876f00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:56:13.845122103  [2023-09-18 16:56:13] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55b9449e8b00] [swscaler @ 0x55b9449f8ac0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:56:13.845125740  [2023-09-18 16:56:13] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55b9449e8b00] [swscaler @ 0x55b944876f00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 16:56:13.845128586  [2023-09-18 16:56:13] ffmpeg.g5b_overkapping.detect  ERROR   : [rtsp @ 0x55b944846100] CSeq 9 expected, 0 received.
Calimerorulez commented 1 year ago

config:

detectors:
  coral_pci:
    type: edgetpu
    device: pci
mqtt:
  # Required: host name
  host: 192.168.5.110
  # Optional: port (default: shown below)
  port: 1883
  # Optional: topic prefix (default: shown below)
  # WARNING: must be unique if you are running multiple instances
  topic_prefix: frigate
  # Optional: client id (default: shown below)
  # WARNING: must be unique if you are running multiple instances
  client_id: frigate
  # Optional: user
  user: frigate
  # Optional: password
  # NOTE: Environment variables that begin with 'FRIGATE_' may be referenced in {}.
  #       eg. password: '{FRIGATE_MQTT_PASSWORD}'
  password: frigate
  # Optional: interval in seconds for publishing stats (default: shown below)
  stats_interval: 60

record:
  enabled: true
  retain:
    days: 0
    mode: motion
  events:
    pre_capture: 10
    post_capture: 10
    retain:
      default: 14
      mode: active_objects
#    max_seconds: 90

go2rtc:
  streams:
    g3b_voortuin:
      - rtspx://192.168.1.4:7441/hJ84WEkjmUXe6H66
    flex_ne:
      - rtspx://192.168.1.4:7441/eXz1bJYvAZNRyNOg
    flex_se:
      - rtspx://192.168.1.4:7441/8jU5tkUhuBVLqUNS
    g5b_achtertuin:
      - rtspx://192.168.1.4:7441/aqSo7WiK8WuY6XMW
    g4_deurbel:
      - rtspx://192.168.1.4:7441/8AwXQAd8rnKMYexm
    g5b_overkapping:
      - rtspx://192.168.1.4:7441/aPckb6DeNUXfYPVU
    g3i_garage:
      - rtspx://192.168.1.4:7441/Fz3j4v2biFVY3rKB

cameras:
  # Name of your camera
  g3b_voortuin:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 1080
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/g3b_voortuin?video=copy&audio=opus
          roles:
            - detect
            - record
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - car
        - truck
        - bicycle
        - motorcycle
        - cat
        - dog
        # Optional: save clips configuration
    detect:
      width: 1920
      height: 1080
      fps: 5

  flex_ne:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 1080
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/flex_ne?video=copy&audio=opus
          roles:
            - detect
            - record
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - car
        - truck
        - bicycle
        - motorcycle
        - cat
        - dog
        # Optional: save clips configuration
    detect:
      width: 1920
      height: 1080
      fps: 5

  flex_se:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 1080
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/flex_se?video=copy&audio=opus
          roles:
            - detect
            - record
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - car
        - truck
        - bicycle
        - motorcycle
        - cat
        - dog
        # Optional: save clips configuration
    detect:
      width: 1920
      height: 1080
      fps: 5

  g5b_achtertuin:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 2688
    audio:
      enabled: True
      listen:
        - children_playing
        - cat
        - bird
        - dog
        - dogs
        - footsteps
        - clapping
        - bark
        - scream
        - speech
        - yell
        - whispering
        - laughter
        - honk
        - fireworks
        - firecracker
        - music
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/g5b_achtertuin?video=copy&audio=opus
          roles:
            - detect
            - record
            - audio
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - car
        - truck
        - bicycle
        - motorcycle
        - cat
        - dog
        # Optional: save clips configuration
    detect:
      width: 2688
      height: 1512
      fps: 5

  g4_deurbel:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 1600
    audio:
      enabled: True
      listen:
        - children_playing
        - cat
        - bird
        - dog
        - dogs
        - footsteps
        - clapping
        - bark
        - scream
        - speech
        - yell
        - whispering
        - laughter
        - honk
        - fireworks
        - firecracker
        - music
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/g4_deurbel?video=copy&audio=opus
          roles:
            - detect
            - record
            - audio
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - bird
        - bicycle
        - motorcycle
        - cat
        - dog
        # Optional: save clips configuration
    detect:
      width: 1600
      height: 1200
      fps: 5

  g5b_overkapping:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 2688
    audio:
      enabled: True
      listen:
        - children_playing
        - cat
        - bird
        - dog
        - dogs
        - footsteps
        - clapping
        - bark
        - scream
        - speech
        - yell
        - whispering
        - laughter
        - honk
        - fireworks
        - firecracker
        - music
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/g5b_overkapping?video=copy&audio=opus
          roles:
            - detect
            - record
            - audio
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - bicycle
        - motorcycle
        - cat
        - dog
        - bird
        # Optional: save clips configuration
    detect:
      width: 2688
      height: 1512
      fps: 5

  g3i_garage:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 1080
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/g3i_garage?video=copy&audio=opus
          roles:
            - detect
            - record
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - car
        - truck
        - bicycle
        - motorcycle
        - cat
        - dog
        # Optional: save clips configuration
    detect:
      width: 1920
      height: 1080
      fps: 5
NickM-27 commented 1 year ago

ah here we are,

you should use rtsp://127.0.0.1:8554/g3b_voortuin and remove the query args from the cameras section parts, opus audio should not be used there

Calimerorulez commented 1 year ago

Thank you for your reply :)

I've updated the config, let it run for a couple of minutes:

frigate.log:

2023-09-18 17:04:30.561438082  [INFO] Preparing Frigate...
2023-09-18 17:04:30.595526103  [INFO] Starting Frigate...
2023-09-18 17:04:32.850733985  [2023-09-18 17:04:32] frigate.app                    INFO    : Starting Frigate (0.13.0-9185753)
2023-09-18 17:04:33.002312956  [2023-09-18 17:04:33] peewee_migrate.logs            INFO    : Starting migrations
2023-09-18 17:04:33.013596893  [2023-09-18 17:04:33] peewee_migrate.logs            INFO    : There is nothing to migrate
2023-09-18 17:04:33.027088239  [2023-09-18 17:04:33] frigate.app                    INFO    : Recording process started: 556
2023-09-18 17:04:33.033311260  [2023-09-18 17:04:33] frigate.app                    INFO    : go2rtc process pid: 88
2023-09-18 17:04:33.131885020  [2023-09-18 17:04:33] frigate.app                    INFO    : Output process started: 566
2023-09-18 17:04:33.135962729  [2023-09-18 17:04:33] detector.coral_pci             INFO    : Starting detection process: 565
2023-09-18 17:04:33.135971516  [2023-09-18 17:04:33] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as pci
2023-09-18 17:04:33.145415429  [2023-09-18 17:04:33] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2023-09-18 17:04:33.184145575  [2023-09-18 17:04:33] frigate.app                    INFO    : Camera processor started for g3b_voortuin: 586
2023-09-18 17:04:33.199041493  [2023-09-18 17:04:33] frigate.app                    INFO    : Camera processor started for flex_ne: 587
2023-09-18 17:04:33.231289277  [2023-09-18 17:04:33] frigate.app                    INFO    : Camera processor started for flex_se: 589
2023-09-18 17:04:33.232264999  [2023-09-18 17:04:33] frigate.app                    INFO    : Camera processor started for g5b_achtertuin: 590
2023-09-18 17:04:33.259703532  [2023-09-18 17:04:33] frigate.app                    INFO    : Camera processor started for g4_deurbel: 594
2023-09-18 17:04:33.282786491  [2023-09-18 17:04:33] frigate.app                    INFO    : Camera processor started for g5b_overkapping: 596
2023-09-18 17:04:33.309823996  [2023-09-18 17:04:33] frigate.app                    INFO    : Camera processor started for g3i_garage: 599
2023-09-18 17:04:33.326123495  [2023-09-18 17:04:33] frigate.app                    INFO    : Capture process started for g3b_voortuin: 600
2023-09-18 17:04:33.354134038  [2023-09-18 17:04:33] frigate.app                    INFO    : Capture process started for flex_ne: 605
2023-09-18 17:04:33.376175410  [2023-09-18 17:04:33] frigate.app                    INFO    : Capture process started for flex_se: 612
2023-09-18 17:04:33.388065201  [2023-09-18 17:04:33] frigate.app                    INFO    : Capture process started for g5b_achtertuin: 613
2023-09-18 17:04:33.413038579  [2023-09-18 17:04:33] frigate.app                    INFO    : Capture process started for g4_deurbel: 615
2023-09-18 17:04:33.447345341  [2023-09-18 17:04:33] frigate.app                    INFO    : Capture process started for g5b_overkapping: 624
2023-09-18 17:04:33.483024135  [2023-09-18 17:04:33] frigate.app                    INFO    : Capture process started for g3i_garage: 632
2023-09-18 17:04:33.483033572  [2023-09-18 17:04:33] frigate.app                    INFO    : Audio process started: 633
2023-09-18 17:04:42.960771704  [2023-09-18 17:04:42] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:04:42.962226330  [2023-09-18 17:04:42] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:06:38.210677784  [2023-09-18 17:06:38] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:06:38.214605230  [2023-09-18 17:06:38] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:06:38.439614441  [2023-09-18 17:06:38] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:06:38.439621304  [2023-09-18 17:06:38] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:07:33.589822080  [2023-09-18 17:07:33] watchdog.flex_se               INFO    : No frames received from flex_se in 20 seconds. Exiting ffmpeg...
2023-09-18 17:07:33.597206995  [2023-09-18 17:07:33] watchdog.flex_se               INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 17:07:33.676750529  [2023-09-18 17:07:33] watchdog.g3i_garage            INFO    : No frames received from g3i_garage in 20 seconds. Exiting ffmpeg...
2023-09-18 17:07:33.678027881  [2023-09-18 17:07:33] watchdog.g3i_garage            INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 17:07:40.062408841  [2023-09-18 17:07:40] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 17:07:40.062418880  [2023-09-18 17:07:40] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 17:07:40.062429270  [2023-09-18 17:07:40] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 17:07:40.062462422  [2023-09-18 17:07:40] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 17:07:40.062467532  [2023-09-18 17:07:40] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 17:07:40.080351943  [2023-09-18 17:07:40] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 17:07:40.080358255  [2023-09-18 17:07:40] frigate.video                  ERROR   : g3i_garage: ffmpeg process is not running. exiting capture thread...
2023-09-18 17:07:43.459452040  [2023-09-18 17:07:43] watchdog.g3b_voortuin          INFO    : No frames received from g3b_voortuin in 20 seconds. Exiting ffmpeg...
2023-09-18 17:07:43.459893213  [2023-09-18 17:07:43] watchdog.g3b_voortuin          INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 17:07:44.707173232  [2023-09-18 17:07:44] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:07:44.707182610  [2023-09-18 17:07:44] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:07:44.707186938  [2023-09-18 17:07:44] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:07:44.707190395  [2023-09-18 17:07:44] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:07:44.707193751  [2023-09-18 17:07:44] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:07:44.707197117  [2023-09-18 17:07:44] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:07:44.707204812  [2023-09-18 17:07:44] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:07:44.707259365  [2023-09-18 17:07:44] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:07:44.707262300  [2023-09-18 17:07:44] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:07:44.751056318  [2023-09-18 17:07:44] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:07:44.751063441  [2023-09-18 17:07:44] frigate.video                  ERROR   : flex_se: ffmpeg process is not running. exiting capture thread...
2023-09-18 17:07:50.085388415  [2023-09-18 17:07:50] watchdog.g3i_garage            ERROR   : Ffmpeg process crashed unexpectedly for g3i_garage.
2023-09-18 17:07:50.085394747  [2023-09-18 17:07:50] watchdog.g3i_garage            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 17:07:50.085402472  [2023-09-18 17:07:50] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x559e9026cb00] [swscaler @ 0x559e90279ac0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:07:50.085405147  [2023-09-18 17:07:50] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x559e9026cb00] [swscaler @ 0x559e9068b7c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:07:50.085407491  [2023-09-18 17:07:50] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x559e90338340] [swscaler @ 0x559e90345300] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:07:50.085409705  [2023-09-18 17:07:50] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x559e90338340] [swscaler @ 0x559e90286780] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:07:50.085411940  [2023-09-18 17:07:50] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x559e90338340] [swscaler @ 0x559e90345300] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:07:50.085459910  [2023-09-18 17:07:50] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x559e90338340] [swscaler @ 0x559e90286780] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:07:50.085462886  [2023-09-18 17:07:50] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x559e90338340] [swscaler @ 0x559e90345300] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:07:50.085488434  [2023-09-18 17:07:50] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x559e90338340] [swscaler @ 0x559e90286780] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:07:50.085492452  [2023-09-18 17:07:50] ffmpeg.g3i_garage.detect       ERROR   : [segment @ 0x559e9023adc0] Non-monotonous DTS in output stream 0:0; previous: 7535, current: 7535; changing to 7536. This may result in incorrect timestamps in the output file.
2023-09-18 17:07:50.085495307  [2023-09-18 17:07:50] ffmpeg.g3i_garage.detect       ERROR   : [segment @ 0x559e9023adc0] Non-monotonous DTS in output stream 0:0; previous: 7540, current: 7540; changing to 7541. This may result in incorrect timestamps in the output file.
2023-09-18 17:07:50.085498122  [2023-09-18 17:07:50] ffmpeg.g3i_garage.detect       ERROR   : [segment @ 0x559e9023adc0] Non-monotonous DTS in output stream 0:0; previous: 7541, current: 7541; changing to 7542. This may result in incorrect timestamps in the output file.
2023-09-18 17:07:50.085526326  [2023-09-18 17:07:50] ffmpeg.g3i_garage.detect       ERROR   : rtsp://127.0.0.1:8554/g3i_garage: corrupt decoded frame in stream 0
2023-09-18 17:07:53.650348646  [2023-09-18 17:07:53] watchdog.flex_ne               INFO    : No frames received from flex_ne in 20 seconds. Exiting ffmpeg...
2023-09-18 17:07:53.650631230  [2023-09-18 17:07:53] watchdog.flex_ne               INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 17:07:54.747029966  [2023-09-18 17:07:54] watchdog.flex_se               ERROR   : Ffmpeg process crashed unexpectedly for flex_se.
2023-09-18 17:07:54.747039854  [2023-09-18 17:07:54] watchdog.flex_se               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 17:07:54.747044724  [2023-09-18 17:07:54] ffmpeg.flex_se.detect          ERROR   : [rtsp @ 0x5643851b1100] DTS discontinuity in stream 1: packet 3 with DTS 81362374738014, packet 4 with DTS 81362374749626
2023-09-18 17:07:54.747049162  [2023-09-18 17:07:54] ffmpeg.flex_se.detect          ERROR   : [rtsp @ 0x5643851b1100] DTS discontinuity in stream 1: packet 11 with DTS 81362374751478, packet 12 with DTS 81362374753877
2023-09-18 17:07:54.747052969  [2023-09-18 17:07:54] ffmpeg.flex_se.detect          ERROR   : [rtsp @ 0x5643851b1100] DTS discontinuity in stream 1: packet 27 with DTS 81362374760890, packet 28 with DTS 81362374764720
2023-09-18 17:07:54.747056846  [2023-09-18 17:07:54] ffmpeg.flex_se.detect          ERROR   : [rtsp @ 0x5643851b1100] DTS discontinuity in stream 1: packet 31 with DTS 81362374764725, packet 32 with DTS 81362374768570
2023-09-18 17:07:54.747060573  [2023-09-18 17:07:54] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x5643852e0b80] [swscaler @ 0x5643852edb40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:07:54.747064110  [2023-09-18 17:07:54] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x5643852e0b80] [swscaler @ 0x564385618580] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:07:54.747067757  [2023-09-18 17:07:54] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x5643855fa500] [swscaler @ 0x5643856074c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:07:54.747071785  [2023-09-18 17:07:54] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x5643855fa500] [swscaler @ 0x5643852a8ac0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:07:54.747075772  [2023-09-18 17:07:54] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x5643855fa500] [swscaler @ 0x5643856074c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:07:54.747079660  [2023-09-18 17:07:54] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x5643855fa500] [swscaler @ 0x5643852a8ac0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:07:54.747083417  [2023-09-18 17:07:54] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x5643855fa500] [swscaler @ 0x5643856074c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:07:54.747087033  [2023-09-18 17:07:54] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x5643855fa500] [swscaler @ 0x5643852a8ac0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:07:54.747091171  [2023-09-18 17:07:54] ffmpeg.flex_se.detect          ERROR   : [segment @ 0x5643851ceec0] Non-monotonous DTS in output stream 0:0; previous: 4952, current: 4952; changing to 4953. This may result in incorrect timestamps in the output file.
2023-09-18 17:07:54.747094417  [2023-09-18 17:07:54] ffmpeg.flex_se.detect          ERROR   : [h264 @ 0x5643851d0d40] left block unavailable for requested intra mode
2023-09-18 17:07:54.747099988  [2023-09-18 17:07:54] ffmpeg.flex_se.detect          ERROR   : [h264 @ 0x5643851d0d40] error while decoding MB 0 56, bytestream 2252
2023-09-18 17:07:54.747103855  [2023-09-18 17:07:54] ffmpeg.flex_se.detect          ERROR   : rtsp://127.0.0.1:8554/flex_se: corrupt decoded frame in stream 0

go2rtc.log:

2023-09-18 17:04:30.565489584  [INFO] Preparing go2rtc config...
2023-09-18 17:04:31.044850553  [INFO] Starting go2rtc...
2023-09-18 17:04:31.250269450  17:04:31.250 INF go2rtc version 1.6.2 linux/amd64
2023-09-18 17:04:31.251565417  17:04:31.251 INF [api] listen addr=0.0.0.0:1984
2023-09-18 17:04:31.252985248  17:04:31.252 INF [rtsp] listen addr=0.0.0.0:8554
2023-09-18 17:04:31.253908451  17:04:31.253 INF [webrtc] listen addr=0.0.0.0:8555/tcp
2023-09-18 17:04:31.255216461  17:04:31.255 INF [srtp] listen addr=0.0.0.0:8443
2023-09-18 17:04:40.563134578  [INFO] Starting go2rtc healthcheck service...

config:

detectors:
  coral_pci:
    type: edgetpu
    device: pci
mqtt:
  # Required: host name
  host: 192.168.5.110
  # Optional: port (default: shown below)
  port: 1883
  # Optional: topic prefix (default: shown below)
  # WARNING: must be unique if you are running multiple instances
  topic_prefix: frigate
  # Optional: client id (default: shown below)
  # WARNING: must be unique if you are running multiple instances
  client_id: frigate
  # Optional: user
  user: frigate
  # Optional: password
  # NOTE: Environment variables that begin with 'FRIGATE_' may be referenced in {}.
  #       eg. password: '{FRIGATE_MQTT_PASSWORD}'
  password: frigate
  # Optional: interval in seconds for publishing stats (default: shown below)
  stats_interval: 60

record:
  enabled: true
  retain:
    days: 0
    mode: motion
  events:
    pre_capture: 10
    post_capture: 10
    retain:
      default: 14
      mode: active_objects
#    max_seconds: 90

go2rtc:
  streams:
    g3b_voortuin:
      - rtspx://192.168.1.4:7441/hJ84WEkjmUXe6H66
    flex_ne:
      - rtspx://192.168.1.4:7441/eXz1bJYvAZNRyNOg
    flex_se:
      - rtspx://192.168.1.4:7441/8jU5tkUhuBVLqUNS
    g5b_achtertuin:
      - rtspx://192.168.1.4:7441/aqSo7WiK8WuY6XMW
    g4_deurbel:
      - rtspx://192.168.1.4:7441/8AwXQAd8rnKMYexm
    g5b_overkapping:
      - rtspx://192.168.1.4:7441/aPckb6DeNUXfYPVU
    g3i_garage:
      - rtspx://192.168.1.4:7441/Fz3j4v2biFVY3rKB

cameras:
  # Name of your camera
  g3b_voortuin:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 1080
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/g3b_voortuin
          roles:
            - detect
            - record
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - car
        - truck
        - bicycle
        - motorcycle
        - cat
        - dog
        # Optional: save clips configuration
    detect:
      width: 1920
      height: 1080
      fps: 5

  flex_ne:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 1080
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/flex_ne
          roles:
            - detect
            - record
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - car
        - truck
        - bicycle
        - motorcycle
        - cat
        - dog
        # Optional: save clips configuration
    detect:
      width: 1920
      height: 1080
      fps: 5

  flex_se:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 1080
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/flex_se
          roles:
            - detect
            - record
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - car
        - truck
        - bicycle
        - motorcycle
        - cat
        - dog
        # Optional: save clips configuration
    detect:
      width: 1920
      height: 1080
      fps: 5

  g5b_achtertuin:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 2688
    audio:
      enabled: True
      listen:
        - children_playing
        - cat
        - bird
        - dog
        - dogs
        - footsteps
        - clapping
        - bark
        - scream
        - speech
        - yell
        - whispering
        - laughter
        - honk
        - fireworks
        - firecracker
        - music
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/g5b_achtertuin
          roles:
            - detect
            - record
            - audio
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - car
        - truck
        - bicycle
        - motorcycle
        - cat
        - dog
        # Optional: save clips configuration
    detect:
      width: 2688
      height: 1512
      fps: 5

  g4_deurbel:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 1600
    audio:
      enabled: True
      listen:
        - children_playing
        - cat
        - bird
        - dog
        - dogs
        - footsteps
        - clapping
        - bark
        - scream
        - speech
        - yell
        - whispering
        - laughter
        - honk
        - fireworks
        - firecracker
        - music
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/g4_deurbel
          roles:
            - detect
            - record
            - audio
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - bird
        - bicycle
        - motorcycle
        - cat
        - dog
        # Optional: save clips configuration
    detect:
      width: 1600
      height: 1200
      fps: 5

  g5b_overkapping:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 2688
    audio:
      enabled: True
      listen:
        - children_playing
        - cat
        - bird
        - dog
        - dogs
        - footsteps
        - clapping
        - bark
        - scream
        - speech
        - yell
        - whispering
        - laughter
        - honk
        - fireworks
        - firecracker
        - music
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/g5b_overkapping
          roles:
            - detect
            - record
            - audio
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - bicycle
        - motorcycle
        - cat
        - dog
        - bird
        # Optional: save clips configuration
    detect:
      width: 2688
      height: 1512
      fps: 5

  g3i_garage:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
      quality: 100
      height: 1080
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/g3i_garage
          roles:
            - detect
            - record
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - car
        - truck
        - bicycle
        - motorcycle
        - cat
        - dog
        # Optional: save clips configuration
    detect:
      width: 1920
      height: 1080
      fps: 5
NickM-27 commented 1 year ago

I'd suggest adding

ffmpeg:
  input_args: preset-rtsp-restream

globally, since the restream is being used

Calimerorulez commented 1 year ago

Ok, I've added it globally, before the camera section in the config. frigate.log shows now:

2023-09-18 17:17:32.123175886  [INFO] Preparing Frigate...
2023-09-18 17:17:32.174772388  [INFO] Starting Frigate...
2023-09-18 17:17:34.603084660  [2023-09-18 17:17:34] frigate.app                    INFO    : Starting Frigate (0.13.0-9185753)
2023-09-18 17:17:34.755569310  [2023-09-18 17:17:34] peewee_migrate.logs            INFO    : Starting migrations
2023-09-18 17:17:34.764902985  [2023-09-18 17:17:34] peewee_migrate.logs            INFO    : There is nothing to migrate
2023-09-18 17:17:34.778697905  [2023-09-18 17:17:34] frigate.app                    INFO    : Recording process started: 556
2023-09-18 17:17:34.783902984  [2023-09-18 17:17:34] frigate.app                    INFO    : go2rtc process pid: 89
2023-09-18 17:17:34.898772594  [2023-09-18 17:17:34] detector.coral_pci             INFO    : Starting detection process: 565
2023-09-18 17:17:34.907616094  [2023-09-18 17:17:34] frigate.app                    INFO    : Output process started: 567
2023-09-18 17:17:34.907624220  [2023-09-18 17:17:34] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as pci
2023-09-18 17:17:34.907634820  [2023-09-18 17:17:34] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2023-09-18 17:17:34.953155888  [2023-09-18 17:17:34] frigate.app                    INFO    : Camera processor started for g3b_voortuin: 584
2023-09-18 17:17:34.966730101  [2023-09-18 17:17:34] frigate.app                    INFO    : Camera processor started for flex_ne: 588
2023-09-18 17:17:34.981624576  [2023-09-18 17:17:34] frigate.app                    INFO    : Camera processor started for flex_se: 590
2023-09-18 17:17:34.996573084  [2023-09-18 17:17:34] frigate.app                    INFO    : Camera processor started for g5b_achtertuin: 592
2023-09-18 17:17:35.015934524  [2023-09-18 17:17:35] frigate.app                    INFO    : Camera processor started for g4_deurbel: 594
2023-09-18 17:17:35.030155980  [2023-09-18 17:17:35] frigate.app                    INFO    : Camera processor started for g5b_overkapping: 596
2023-09-18 17:17:35.059882292  [2023-09-18 17:17:35] frigate.app                    INFO    : Camera processor started for g3i_garage: 598
2023-09-18 17:17:35.074270723  [2023-09-18 17:17:35] frigate.app                    INFO    : Capture process started for g3b_voortuin: 599
2023-09-18 17:17:35.109081347  [2023-09-18 17:17:35] frigate.app                    INFO    : Capture process started for flex_ne: 603
2023-09-18 17:17:35.113317746  [2023-09-18 17:17:35] frigate.app                    INFO    : Capture process started for flex_se: 606
2023-09-18 17:17:35.133986434  [2023-09-18 17:17:35] frigate.app                    INFO    : Capture process started for g5b_achtertuin: 611
2023-09-18 17:17:35.151022204  [2023-09-18 17:17:35] frigate.app                    INFO    : Capture process started for g4_deurbel: 615
2023-09-18 17:17:35.160465917  [2023-09-18 17:17:35] frigate.app                    INFO    : Capture process started for g5b_overkapping: 619
2023-09-18 17:17:35.174265985  [2023-09-18 17:17:35] frigate.app                    INFO    : Capture process started for g3i_garage: 623
2023-09-18 17:17:35.187969132  [2023-09-18 17:17:35] frigate.app                    INFO    : Audio process started: 625
2023-09-18 17:17:37.941561700  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f7f94760300] moov atom not found
2023-09-18 17:17:39.438881759  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f7f95150a40] moov atom not found
2023-09-18 17:17:39.837183411  [2023-09-18 17:17:39] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:17:39.837995274  [2023-09-18 17:17:39] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:17:40.143172499  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f7f954cd280] moov atom not found
2023-09-18 17:17:40.328180053  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f7f947a9740] moov atom not found
2023-09-18 17:17:40.592624700  [2023-09-18 17:17:40] asyncio                        WARNING : Unknown child process pid 804, will report returncode 255
2023-09-18 17:17:40.594432193  [2023-09-18 17:17:40] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:17:40.594437102  [2023-09-18 17:17:40] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:17:45.173372310  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f7f94110d00] moov atom not found
2023-09-18 17:17:45.356883879  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f7f9514fb80] moov atom not found
2023-09-18 17:17:45.564577522  [2023-09-18 17:17:45] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g4_deurbel-20230918171705.mp4
2023-09-18 17:17:45.564584566  [2023-09-18 17:17:45] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g4_deurbel-20230918171705.mp4
2023-09-18 17:17:45.567880650  [2023-09-18 17:17:45] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g5b_overkapping-20230918171641.mp4
2023-09-18 17:17:45.567891140  [2023-09-18 17:17:45] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g5b_overkapping-20230918171641.mp4
2023-09-18 17:18:27.222005593  [2023-09-18 17:18:27] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:18:27.223367515  [2023-09-18 17:18:27] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:18:30.524288556  [2023-09-18 17:18:30] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:18:30.526743482  [2023-09-18 17:18:30] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:18:52.200545283  [2023-09-18 17:18:52] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:18:52.200554390  [2023-09-18 17:18:52] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:19:25.266878482  [2023-09-18 17:19:25] watchdog.g5b_achtertuin        INFO    : No frames received from g5b_achtertuin in 20 seconds. Exiting ffmpeg...
2023-09-18 17:19:25.269580715  [2023-09-18 17:19:25] watchdog.g5b_achtertuin        INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 17:19:35.469860407  [2023-09-18 17:19:35] watchdog.g5b_overkapping       INFO    : No frames received from g5b_overkapping in 20 seconds. Exiting ffmpeg...
2023-09-18 17:19:35.470428520  [2023-09-18 17:19:35] watchdog.g5b_overkapping       INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 17:19:45.307538239  [2023-09-18 17:19:45] watchdog.flex_se               INFO    : No frames received from flex_se in 20 seconds. Exiting ffmpeg...
2023-09-18 17:19:45.309629828  [2023-09-18 17:19:45] watchdog.flex_se               INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 17:19:45.357159911  [2023-09-18 17:19:45] watchdog.g3i_garage            INFO    : No frames received from g3i_garage in 20 seconds. Exiting ffmpeg...
2023-09-18 17:19:45.385432429  [2023-09-18 17:19:45] watchdog.g3i_garage            INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 17:19:55.293941774  [2023-09-18 17:19:55] watchdog.g5b_achtertuin        INFO    : FFmpeg did not exit. Force killing...
2023-09-18 17:19:55.338947770  [2023-09-18 17:19:55] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-18 17:19:55.344076925  [2023-09-18 17:19:55] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-18 17:19:55.344084640  [2023-09-18 17:19:55] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-18 17:19:55.344088086  [2023-09-18 17:19:55] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-18 17:19:55.344124304  [2023-09-18 17:19:55] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-18 17:19:55.344129324  [2023-09-18 17:19:55] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-18 17:19:55.344132550  [2023-09-18 17:19:55] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-18 17:19:55.344176072  [2023-09-18 17:19:55] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-18 17:19:55.374795932  [2023-09-18 17:19:55] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-18 17:19:55.374805340  [2023-09-18 17:19:55] frigate.video                  ERROR   : g5b_achtertuin: ffmpeg process is not running. exiting capture thread...
2023-09-18 17:20:00.345939977  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f7f94bedc00] moov atom not found
2023-09-18 17:20:00.464816174  [2023-09-18 17:20:00] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g5b_achtertuin-20230918171844.mp4
2023-09-18 17:20:00.464825762  [2023-09-18 17:20:00] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g5b_achtertuin-20230918171844.mp4
2023-09-18 17:20:05.356431453  [2023-09-18 17:20:05] watchdog.g5b_achtertuin        ERROR   : Ffmpeg process crashed unexpectedly for g5b_achtertuin.
2023-09-18 17:20:05.356440330  [2023-09-18 17:20:05] watchdog.g5b_achtertuin        ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 17:20:05.356450709  [2023-09-18 17:20:05] ffmpeg.g5b_achtertuin.detect   ERROR   : [segment @ 0x55df3fb4d500] 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-09-18 17:20:05.356454907  [2023-09-18 17:20:05] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x55df3fcdc600] [swscaler @ 0x55df3fdb42c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:05.356458584  [2023-09-18 17:20:05] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x55df3fcdc600] [swscaler @ 0x55df40126b80] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:05.356462542  [2023-09-18 17:20:05] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x55df3fcdc600] [swscaler @ 0x55df3fdb42c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:05.356528907  [2023-09-18 17:20:05] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x55df3fcdc600] [swscaler @ 0x55df3fbc5380] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:05.356534247  [2023-09-18 17:20:05] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x55df3fcdc600] [swscaler @ 0x55df3fdb42c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:05.356538535  [2023-09-18 17:20:05] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x55df3fcdc600] [swscaler @ 0x55df3fbc6b40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:05.356580484  [2023-09-18 17:20:05] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x55df3fcdc600] [swscaler @ 0x55df3fdb42c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:05.356584923  [2023-09-18 17:20:05] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x55df3fcdc600] [swscaler @ 0x55df3fbc6b40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:05.356588830  [2023-09-18 17:20:05] ffmpeg.g5b_achtertuin.detect   ERROR   : [rtsp @ 0x55df3fb3ff40] CSeq 7 expected, 0 received.
2023-09-18 17:20:05.497869905  [2023-09-18 17:20:05] watchdog.g5b_overkapping       INFO    : FFmpeg did not exit. Force killing...
2023-09-18 17:20:05.537986879  [2023-09-18 17:20:05] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 17:20:05.537995295  [2023-09-18 17:20:05] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 17:20:05.537998812  [2023-09-18 17:20:05] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 17:20:05.538001587  [2023-09-18 17:20:05] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 17:20:05.538004212  [2023-09-18 17:20:05] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 17:20:05.538006686  [2023-09-18 17:20:05] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 17:20:05.575433079  [2023-09-18 17:20:05] frigate.video                  ERROR   : g5b_overkapping: Unable to read frames from ffmpeg process.
2023-09-18 17:20:05.575442998  [2023-09-18 17:20:05] frigate.video                  ERROR   : g5b_overkapping: ffmpeg process is not running. exiting capture thread...
2023-09-18 17:20:10.364573564  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f7f94c3ed00] moov atom not found
2023-09-18 17:20:10.546581483  [2023-09-18 17:20:10] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g5b_overkapping-20230918171846.mp4
2023-09-18 17:20:10.546590901  [2023-09-18 17:20:10] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g5b_overkapping-20230918171846.mp4
2023-09-18 17:20:14.079860081  [2023-09-18 17:20:14] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:20:14.079869499  [2023-09-18 17:20:14] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:20:14.079873907  [2023-09-18 17:20:14] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:20:14.079877323  [2023-09-18 17:20:14] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:20:14.079880520  [2023-09-18 17:20:14] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:20:14.079883515  [2023-09-18 17:20:14] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:20:14.079886531  [2023-09-18 17:20:14] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:20:14.079889597  [2023-09-18 17:20:14] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:20:14.079892562  [2023-09-18 17:20:14] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:20:14.119844364  [2023-09-18 17:20:14] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:20:14.119854032  [2023-09-18 17:20:14] frigate.video                  ERROR   : flex_se: ffmpeg process is not running. exiting capture thread...
2023-09-18 17:20:15.274101587  [2023-09-18 17:20:15] watchdog.g3b_voortuin          INFO    : No frames received from g3b_voortuin in 20 seconds. Exiting ffmpeg...
2023-09-18 17:20:15.275454331  [2023-09-18 17:20:15] watchdog.g3b_voortuin          INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 17:20:15.385774752  [2023-09-18 17:20:15] watchdog.g3i_garage            INFO    : FFmpeg did not exit. Force killing...
2023-09-18 17:20:15.403741559  [2023-09-18 17:20:15] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 17:20:15.406249665  [2023-09-18 17:20:15] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-09-18 17:20:15.406257961  [2023-09-18 17:20:15] frigate.video                  ERROR   : g3i_garage: ffmpeg process is not running. exiting capture thread...
2023-09-18 17:20:15.577147606  [2023-09-18 17:20:15] watchdog.g5b_overkapping       ERROR   : Ffmpeg process crashed unexpectedly for g5b_overkapping.
2023-09-18 17:20:15.577156633  [2023-09-18 17:20:15] watchdog.g5b_overkapping       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 17:20:15.577161603  [2023-09-18 17:20:15] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55e3e81bb700] [swscaler @ 0x55e3e81c86c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:15.577165861  [2023-09-18 17:20:15] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55e3e81bb700] [swscaler @ 0x55e3e808db40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:15.577169848  [2023-09-18 17:20:15] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55e3e861bd00] [swscaler @ 0x55e3e8608140] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:15.577173856  [2023-09-18 17:20:15] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55e3e861bd00] [swscaler @ 0x55e3e81637c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:15.577177923  [2023-09-18 17:20:15] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55e3e861bd00] [swscaler @ 0x55e3e8608140] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:15.577181831  [2023-09-18 17:20:15] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55e3e861bd00] [swscaler @ 0x55e3e81637c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:15.577185818  [2023-09-18 17:20:15] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55e3e861bd00] [swscaler @ 0x55e3e8608140] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:15.577189696  [2023-09-18 17:20:15] ffmpeg.g5b_overkapping.detect  ERROR   : [swscaler @ 0x55e3e861bd00] [swscaler @ 0x55e3e81637c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:15.577192982  [2023-09-18 17:20:15] ffmpeg.g5b_overkapping.detect  ERROR   : [rtsp @ 0x55e3e8013f40] CSeq 8 expected, 0 received.
2023-09-18 17:20:17.801271275  [2023-09-18 17:20:17] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:20:17.801278068  [2023-09-18 17:20:17] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:20:17.801280933  [2023-09-18 17:20:17] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:20:17.801283057  [2023-09-18 17:20:17] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:20:17.801284931  [2023-09-18 17:20:17] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:20:17.801286904  [2023-09-18 17:20:17] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:20:17.801288808  [2023-09-18 17:20:17] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:20:17.801290762  [2023-09-18 17:20:17] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:20:17.801292665  [2023-09-18 17:20:17] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:20:17.801294489  [2023-09-18 17:20:17] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:20:17.801296302  [2023-09-18 17:20:17] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:20:17.834651627  [2023-09-18 17:20:17] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:20:17.834658931  [2023-09-18 17:20:17] frigate.video                  ERROR   : g3b_voortuin: ffmpeg process is not running. exiting capture thread...
2023-09-18 17:20:20.323594841  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f7f94bedc00] moov atom not found
2023-09-18 17:20:20.497792372  [2023-09-18 17:20:20] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g3i_garage-20230918171918.mp4
2023-09-18 17:20:20.497802311  [2023-09-18 17:20:20] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g3i_garage-20230918171918.mp4
2023-09-18 17:20:24.145938758  [2023-09-18 17:20:24] watchdog.flex_se               ERROR   : Ffmpeg process crashed unexpectedly for flex_se.
2023-09-18 17:20:24.145947284  [2023-09-18 17:20:24] watchdog.flex_se               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 17:20:24.145951422  [2023-09-18 17:20:24] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x55ea1ba8dc00] [swscaler @ 0x55ea1ba9abc0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:24.145954718  [2023-09-18 17:20:24] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x55ea1ba8dc00] [swscaler @ 0x55ea1bf00480] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:24.145957924  [2023-09-18 17:20:24] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x55ea1befd100] [swscaler @ 0x55ea1bf0a0c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:24.145961962  [2023-09-18 17:20:24] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x55ea1befd100] [swscaler @ 0x55ea1ba98080] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:24.145965789  [2023-09-18 17:20:24] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x55ea1baace00] [swscaler @ 0x55ea1ba8dc00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:24.145969957  [2023-09-18 17:20:24] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x55ea1baace00] [swscaler @ 0x55ea1bf01580] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:24.145974155  [2023-09-18 17:20:24] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x55ea1baace00] [swscaler @ 0x55ea1ba8dc00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:24.145978342  [2023-09-18 17:20:24] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x55ea1baace00] [swscaler @ 0x55ea1bf01500] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:24.145981458  [2023-09-18 17:20:24] ffmpeg.flex_se.detect          ERROR   : [rtsp @ 0x55ea1ba29f40] CSeq 8 expected, 0 received.
2023-09-18 17:20:24.145984534  [2023-09-18 17:20:24] ffmpeg.flex_se.detect          ERROR   :     Last message repeated 2 times
2023-09-18 17:20:24.145988101  [2023-09-18 17:20:24] ffmpeg.flex_se.detect          ERROR   : rtsp://127.0.0.1:8554/flex_se: corrupt decoded frame in stream 0
2023-09-18 17:20:25.441123006  [2023-09-18 17:20:25] watchdog.g3i_garage            ERROR   : Ffmpeg process crashed unexpectedly for g3i_garage.
2023-09-18 17:20:25.441132234  [2023-09-18 17:20:25] watchdog.g3i_garage            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 17:20:25.441138335  [2023-09-18 17:20:25] ffmpeg.g3i_garage.detect       ERROR   : [segment @ 0x556fcfbde500] 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-09-18 17:20:25.441142673  [2023-09-18 17:20:25] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x556fd001d7c0] [swscaler @ 0x556fd002a780] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:25.441146751  [2023-09-18 17:20:25] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x556fd001d7c0] [swscaler @ 0x556fd0063f40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:25.441150859  [2023-09-18 17:20:25] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x556fd001d7c0] [swscaler @ 0x556fd002a780] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:25.441154936  [2023-09-18 17:20:25] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x556fd001d7c0] [swscaler @ 0x556fcfc6ab80] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:25.441158964  [2023-09-18 17:20:25] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x556fd001d7c0] [swscaler @ 0x556fd002a780] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:25.441162932  [2023-09-18 17:20:25] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x556fd001d7c0] [swscaler @ 0x556fcfc6ab80] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:25.441166919  [2023-09-18 17:20:25] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x556fd001d7c0] [swscaler @ 0x556fd002a780] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:25.441170877  [2023-09-18 17:20:25] ffmpeg.g3i_garage.detect       ERROR   : [swscaler @ 0x556fd001d7c0] [swscaler @ 0x556fcfc6ab80] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:27.815847267  [2023-09-18 17:20:27] watchdog.g3b_voortuin          ERROR   : Ffmpeg process crashed unexpectedly for g3b_voortuin.
2023-09-18 17:20:27.815856775  [2023-09-18 17:20:27] watchdog.g3b_voortuin          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 17:20:27.815861274  [2023-09-18 17:20:27] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x559f961aaf00] [swscaler @ 0x559f961b7ec0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:27.815865391  [2023-09-18 17:20:27] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x559f961aaf00] [swscaler @ 0x559f96512080] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:27.815869339  [2023-09-18 17:20:27] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x559f964f8400] [swscaler @ 0x559f965053c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:27.815873447  [2023-09-18 17:20:27] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x559f964f8400] [swscaler @ 0x559f9614fc80] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:27.815877544  [2023-09-18 17:20:27] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x559f964f8400] [swscaler @ 0x559f965053c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:27.815881802  [2023-09-18 17:20:27] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x559f964f8400] [swscaler @ 0x559f96151e80] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:27.815885469  [2023-09-18 17:20:27] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x559f964f8400] [swscaler @ 0x559f965053c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:27.815889377  [2023-09-18 17:20:27] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x559f964f8400] [swscaler @ 0x559f96151e80] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:20:27.815892783  [2023-09-18 17:20:27] ffmpeg.g3b_voortuin.detect     ERROR   : rtsp://127.0.0.1:8554/g3b_voortuin: corrupt decoded frame in stream 0
2023-09-18 17:20:27.815896059  [2023-09-18 17:20:27] ffmpeg.g3b_voortuin.detect     ERROR   : [rtsp @ 0x559f9604ff40] CSeq 7 expected, 0 received.
2023-09-18 17:20:27.815899135  [2023-09-18 17:20:27] ffmpeg.g3b_voortuin.detect     ERROR   : rtsp://127.0.0.1:8554/g3b_voortuin: corrupt decoded frame in stream 0
2023-09-18 17:20:27.815901820  [2023-09-18 17:20:27] ffmpeg.g3b_voortuin.detect     ERROR   :     Last message repeated 1 times
2023-09-18 17:20:35.299609943  [2023-09-18 17:20:35] watchdog.flex_ne               INFO    : No frames received from flex_ne in 20 seconds. Exiting ffmpeg...
2023-09-18 17:20:35.300076374  [2023-09-18 17:20:35] watchdog.flex_ne               INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 17:21:05.329882896  [2023-09-18 17:21:05] watchdog.flex_ne               INFO    : FFmpeg did not exit. Force killing...
2023-09-18 17:21:05.400829967  [2023-09-18 17:21:05] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 17:21:05.400843132  [2023-09-18 17:21:05] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 17:21:05.400846087  [2023-09-18 17:21:05] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 17:21:05.400848302  [2023-09-18 17:21:05] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 17:21:05.400850175  [2023-09-18 17:21:05] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 17:21:05.400851979  [2023-09-18 17:21:05] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 17:21:05.400853782  [2023-09-18 17:21:05] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 17:21:05.400855465  [2023-09-18 17:21:05] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 17:21:05.400857198  [2023-09-18 17:21:05] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 17:21:05.400858841  [2023-09-18 17:21:05] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 17:21:05.427337361  [2023-09-18 17:21:05] frigate.video                  ERROR   : flex_ne: Unable to read frames from ffmpeg process.
2023-09-18 17:21:05.427344285  [2023-09-18 17:21:05] frigate.video                  ERROR   : flex_ne: ffmpeg process is not running. exiting capture thread...
2023-09-18 17:21:09.964457146  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f7f949c5400] moov atom not found
2023-09-18 17:21:09.965585998  [ERROR:0@216.391] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2023-09-18 17:21:09.965590477  
2023-09-18 17:21:09.965594134  OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:267: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2023-09-18 17:21:09.965595967  
2023-09-18 17:21:09.965597340  
2023-09-18 17:21:11.486210191  [2023-09-18 17:21:11] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/flex_ne-20230918172002.mp4
2023-09-18 17:21:11.486220430  [2023-09-18 17:21:11] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/flex_ne-20230918172002.mp4
2023-09-18 17:21:15.415193408  [2023-09-18 17:21:15] watchdog.flex_ne               ERROR   : Ffmpeg process crashed unexpectedly for flex_ne.
2023-09-18 17:21:15.415202976  [2023-09-18 17:21:15] watchdog.flex_ne               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 17:21:15.415207885  [2023-09-18 17:21:15] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x5615f830f5c0] [swscaler @ 0x5615f831c580] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:21:15.415211822  [2023-09-18 17:21:15] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x5615f830f5c0] [swscaler @ 0x5615f866d780] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:21:15.415215720  [2023-09-18 17:21:15] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x5615f82d11c0] [swscaler @ 0x5615f82de180] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:21:15.415219517  [2023-09-18 17:21:15] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x5615f82d11c0] [swscaler @ 0x5615f830fe40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:21:15.415223144  [2023-09-18 17:21:15] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x5615f82d11c0] [swscaler @ 0x5615f82de180] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:21:15.415226801  [2023-09-18 17:21:15] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x5615f82d11c0] [swscaler @ 0x5615f8307d00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:21:15.415230518  [2023-09-18 17:21:15] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x5615f82d11c0] [swscaler @ 0x5615f82de180] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:21:15.415234215  [2023-09-18 17:21:15] ffmpeg.flex_ne.detect          ERROR   : [swscaler @ 0x5615f82d11c0] [swscaler @ 0x5615f8307d00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:21:15.415237311  [2023-09-18 17:21:15] ffmpeg.flex_ne.detect          ERROR   : [h264 @ 0x5615f81ff740] left block unavailable for requested intra mode
2023-09-18 17:21:15.415240537  [2023-09-18 17:21:15] ffmpeg.flex_ne.detect          ERROR   : [h264 @ 0x5615f81ff740] error while decoding MB 0 58, bytestream 2019
2023-09-18 17:21:15.415243673  [2023-09-18 17:21:15] ffmpeg.flex_ne.detect          ERROR   : rtsp://127.0.0.1:8554/flex_ne: corrupt decoded frame in stream 0
2023-09-18 17:21:15.415246528  [2023-09-18 17:21:15] ffmpeg.flex_ne.detect          ERROR   :     Last message repeated 1 times
2023-09-18 17:21:15.421455403  [2023-09-18 17:21:15] ffmpeg.flex_ne.detect          ERROR   : [rtsp @ 0x5615f81d6f40] CSeq 8 expected, 0 received.
2023-09-18 17:21:25.699655344  [2023-09-18 17:21:25] watchdog.g5b_overkapping       INFO    : No frames received from g5b_overkapping in 20 seconds. Exiting ffmpeg...
2023-09-18 17:21:25.699664541  [2023-09-18 17:21:25] watchdog.g5b_overkapping       INFO    : Waiting for ffmpeg to exit gracefully...
NickM-27 commented 1 year ago

this is very odd, I know of multiple unifi users using the recommended setup in the docs without issues in 0.12 and 0.13

let's try with

ffmpeg:
  input_args: preset-rtsp-restream
  output_args: 
    record: preset-record-generic-audio-aac

globally

Calimerorulez commented 1 year ago

That results in:

2023-09-18 17:25:39.590314799  [INFO] Preparing Frigate...
2023-09-18 17:25:39.639055016  [INFO] Starting Frigate...
2023-09-18 17:25:41.989615425  [2023-09-18 17:25:41] frigate.app                    INFO    : Starting Frigate (0.13.0-9185753)
2023-09-18 17:25:42.161427130  [2023-09-18 17:25:42] peewee_migrate.logs            INFO    : Starting migrations
2023-09-18 17:25:42.172608585  [2023-09-18 17:25:42] peewee_migrate.logs            INFO    : There is nothing to migrate
2023-09-18 17:25:42.191062431  [2023-09-18 17:25:42] frigate.app                    INFO    : Recording process started: 556
2023-09-18 17:25:42.197384239  [2023-09-18 17:25:42] frigate.app                    INFO    : go2rtc process pid: 89
2023-09-18 17:25:42.211573142  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff8f800ae80] moov atom not found
2023-09-18 17:25:42.211581398  [ERROR:0@1.228] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2023-09-18 17:25:42.211590665  
2023-09-18 17:25:42.211595915  OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:267: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2023-09-18 17:25:42.211599422  
2023-09-18 17:25:42.211601155  
2023-09-18 17:25:42.219653380  [2023-09-18 17:25:42] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g4_deurbel. Keeping the 5 most recent segments out of 7 and discarding the rest...
2023-09-18 17:25:42.271772558  [2023-09-18 17:25:42] frigate.app                    INFO    : Output process started: 569
2023-09-18 17:25:42.291563850  [2023-09-18 17:25:42] detector.coral_pci             INFO    : Starting detection process: 568
2023-09-18 17:25:42.292582073  [2023-09-18 17:25:42] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as pci
2023-09-18 17:25:42.309349936  [2023-09-18 17:25:42] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2023-09-18 17:25:42.337459997  [2023-09-18 17:25:42] frigate.app                    INFO    : Camera processor started for g3b_voortuin: 589
2023-09-18 17:25:42.370929878  [2023-09-18 17:25:42] frigate.app                    INFO    : Camera processor started for flex_ne: 591
2023-09-18 17:25:42.388000744  [2023-09-18 17:25:42] frigate.app                    INFO    : Camera processor started for flex_se: 592
2023-09-18 17:25:42.419432908  [2023-09-18 17:25:42] frigate.app                    INFO    : Camera processor started for g5b_achtertuin: 595
2023-09-18 17:25:42.436418362  [2023-09-18 17:25:42] frigate.app                    INFO    : Camera processor started for g4_deurbel: 597
2023-09-18 17:25:42.447215740  [2023-09-18 17:25:42] frigate.app                    INFO    : Camera processor started for g5b_overkapping: 603
2023-09-18 17:25:42.462697295  [2023-09-18 17:25:42] frigate.app                    INFO    : Camera processor started for g3i_garage: 605
2023-09-18 17:25:42.470037565  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff8f8119e00] moov atom not found
2023-09-18 17:25:42.470610166  [ERROR:0@1.488] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2023-09-18 17:25:42.470615666  
2023-09-18 17:25:42.470620125  OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:267: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2023-09-18 17:25:42.470622289  
2023-09-18 17:25:42.470623952  
2023-09-18 17:25:42.476470151  [2023-09-18 17:25:42] frigate.app                    INFO    : Capture process started for g3b_voortuin: 606
2023-09-18 17:25:42.497560267  [2023-09-18 17:25:42] frigate.app                    INFO    : Capture process started for flex_ne: 610
2023-09-18 17:25:42.512923587  [2023-09-18 17:25:42] frigate.app                    INFO    : Capture process started for flex_se: 612
2023-09-18 17:25:42.535209491  [2023-09-18 17:25:42] frigate.app                    INFO    : Capture process started for g5b_achtertuin: 617
2023-09-18 17:25:42.550032441  [2023-09-18 17:25:42] frigate.app                    INFO    : Capture process started for g4_deurbel: 621
2023-09-18 17:25:42.564515089  [2023-09-18 17:25:42] frigate.app                    INFO    : Capture process started for g5b_overkapping: 624
2023-09-18 17:25:42.581407307  [2023-09-18 17:25:42] frigate.app                    INFO    : Capture process started for g3i_garage: 626
2023-09-18 17:25:42.606508797  [2023-09-18 17:25:42] frigate.app                    INFO    : Audio process started: 634
2023-09-18 17:25:43.732731604  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff8f88bf280] moov atom not found
2023-09-18 17:25:43.798288186  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff8f931aac0] moov atom not found
2023-09-18 17:25:45.845364890  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff8f9351c80] moov atom not found
2023-09-18 17:25:46.179567651  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff8f924d500] moov atom not found
2023-09-18 17:25:49.251435607  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff8f9442240] moov atom not found
2023-09-18 17:25:49.627125179  [2023-09-18 17:25:49] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:25:49.627133074  [2023-09-18 17:25:49] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:25:49.908774082  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff8f83302c0] moov atom not found
2023-09-18 17:25:49.910038138  [ERROR:0@8.927] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2023-09-18 17:25:49.910043980  
2023-09-18 17:25:49.910048438  OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:267: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2023-09-18 17:25:49.910050752  
2023-09-18 17:25:49.910052666  
2023-09-18 17:25:50.549560010  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff8f8334100] moov atom not found
2023-09-18 17:25:50.550128373  [ERROR:0@9.567] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2023-09-18 17:25:50.550133533  
2023-09-18 17:25:50.550137791  OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:267: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2023-09-18 17:25:50.550140115  
2023-09-18 17:25:50.550141799  
2023-09-18 17:25:50.889728116  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff8f83344c0] moov atom not found
2023-09-18 17:25:51.228899740  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff8f8334780] moov atom not found
2023-09-18 17:25:51.369440686  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff8f833c600] moov atom not found
2023-09-18 17:25:51.616912241  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff8f8334a00] moov atom not found
2023-09-18 17:25:51.840769395  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff8f846f8c0] moov atom not found
2023-09-18 17:25:52.311442345  [2023-09-18 17:25:52] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/flex_ne-20230918172509.mp4
2023-09-18 17:25:52.311452174  [2023-09-18 17:25:52] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/flex_ne-20230918172509.mp4
2023-09-18 17:25:52.326644332  [2023-09-18 17:25:52] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/flex_se-20230918172438.mp4
2023-09-18 17:25:52.326654050  [2023-09-18 17:25:52] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/flex_se-20230918172438.mp4
2023-09-18 17:25:52.328849646  [2023-09-18 17:25:52] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g3b_voortuin-20230918172455.mp4
2023-09-18 17:25:52.328865055  [2023-09-18 17:25:52] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g3b_voortuin-20230918172455.mp4
2023-09-18 17:25:52.331188261  [2023-09-18 17:25:52] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g3i_garage-20230918172528.mp4
2023-09-18 17:25:52.331195716  [2023-09-18 17:25:52] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g3i_garage-20230918172528.mp4
2023-09-18 17:25:52.333406310  [2023-09-18 17:25:52] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g4_deurbel-20230918172535.mp4
2023-09-18 17:25:52.333413623  [2023-09-18 17:25:52] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g4_deurbel-20230918172535.mp4
2023-09-18 17:25:52.335128402  [2023-09-18 17:25:52] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g5b_achtertuin-20230918172453.mp4
2023-09-18 17:25:52.335135786  [2023-09-18 17:25:52] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g5b_achtertuin-20230918172453.mp4
2023-09-18 17:25:52.374683825  [2023-09-18 17:25:52] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g5b_overkapping-20230918172522.mp4
2023-09-18 17:25:52.375872079  [2023-09-18 17:25:52] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g5b_overkapping-20230918172522.mp4
2023-09-18 17:26:50.783705673  [2023-09-18 17:26:50] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:26:50.783711995  [2023-09-18 17:26:50] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:26:55.655113394  [2023-09-18 17:26:55] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:26:55.656822030  [2023-09-18 17:26:55] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:27:00.151276724  [2023-09-18 17:27:00] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:27:00.153233198  [2023-09-18 17:27:00] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:27:07.446253496  [2023-09-18 17:27:07] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:27:07.446259998  [2023-09-18 17:27:07] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:27:11.434485419  [2023-09-18 17:27:11] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:27:11.434613822  [2023-09-18 17:27:11] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:27:12.761621455  [2023-09-18 17:27:12] watchdog.g5b_achtertuin        INFO    : No frames received from g5b_achtertuin in 20 seconds. Exiting ffmpeg...
2023-09-18 17:27:12.766718581  [2023-09-18 17:27:12] watchdog.g5b_achtertuin        INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 17:27:15.204336260  [2023-09-18 17:27:15] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:27:15.205017426  [2023-09-18 17:27:15] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:27:42.681860938  [2023-09-18 17:27:42] watchdog.g3b_voortuin          INFO    : No frames received from g3b_voortuin in 20 seconds. Exiting ffmpeg...
2023-09-18 17:27:42.682131098  [2023-09-18 17:27:42] watchdog.g3b_voortuin          INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 17:27:42.683818815  [2023-09-18 17:27:42] watchdog.flex_se               INFO    : No frames received from flex_se in 20 seconds. Exiting ffmpeg...
2023-09-18 17:27:42.684527944  [2023-09-18 17:27:42] watchdog.flex_se               INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 17:27:42.793158122  [2023-09-18 17:27:42] watchdog.g5b_achtertuin        INFO    : FFmpeg did not exit. Force killing...
2023-09-18 17:27:42.854918315  [2023-09-18 17:27:42] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:42.854925078  [2023-09-18 17:27:42] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:42.854928014  [2023-09-18 17:27:42] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:42.854930188  [2023-09-18 17:27:42] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:42.854937071  [2023-09-18 17:27:42] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:42.854939445  [2023-09-18 17:27:42] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:42.854988838  [2023-09-18 17:27:42] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:42.854991443  [2023-09-18 17:27:42] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:42.898751837  [2023-09-18 17:27:42] frigate.video                  ERROR   : g5b_achtertuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:42.898758630  [2023-09-18 17:27:42] frigate.video                  ERROR   : g5b_achtertuin: ffmpeg process is not running. exiting capture thread...
2023-09-18 17:27:44.670036648  [2023-09-18 17:27:44] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g4_deurbel. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-18 17:27:45.211050384  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff8f846ffc0] moov atom not found
2023-09-18 17:27:45.602426376  [2023-09-18 17:27:45] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g5b_achtertuin-20230918172631.mp4
2023-09-18 17:27:45.602435694  [2023-09-18 17:27:45] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g5b_achtertuin-20230918172631.mp4
2023-09-18 17:27:50.179136074  [2023-09-18 17:27:50] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:50.179142376  [2023-09-18 17:27:50] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:50.179145341  [2023-09-18 17:27:50] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:50.179147526  [2023-09-18 17:27:50] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:50.179149389  [2023-09-18 17:27:50] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:50.179151283  [2023-09-18 17:27:50] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:50.179153116  [2023-09-18 17:27:50] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:50.179155020  [2023-09-18 17:27:50] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:50.179156943  [2023-09-18 17:27:50] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:50.179158797  [2023-09-18 17:27:50] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:50.179162504  [2023-09-18 17:27:50] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:50.214574142  [2023-09-18 17:27:50] frigate.video                  ERROR   : g3b_voortuin: Unable to read frames from ffmpeg process.
2023-09-18 17:27:50.214581015  [2023-09-18 17:27:50] frigate.video                  ERROR   : g3b_voortuin: ffmpeg process is not running. exiting capture thread...
2023-09-18 17:27:52.868892362  [2023-09-18 17:27:52] watchdog.g5b_achtertuin        ERROR   : Ffmpeg process crashed unexpectedly for g5b_achtertuin.
2023-09-18 17:27:52.868899145  [2023-09-18 17:27:52] watchdog.g5b_achtertuin        ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 17:27:52.868902521  [2023-09-18 17:27:52] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x561935d6b540] [swscaler @ 0x561935d78540] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:27:52.868905016  [2023-09-18 17:27:52] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x561935d6b540] [swscaler @ 0x56193634e880] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:27:52.868907370  [2023-09-18 17:27:52] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x561936315d00] [swscaler @ 0x561935d6b540] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:27:52.868909695  [2023-09-18 17:27:52] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x561936315d00] [swscaler @ 0x561936343d80] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:27:52.868911829  [2023-09-18 17:27:52] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x561936315d00] [swscaler @ 0x561935d6b540] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:27:52.868913963  [2023-09-18 17:27:52] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x561936315d00] [swscaler @ 0x5619363425c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:27:52.868916137  [2023-09-18 17:27:52] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x561936315d00] [swscaler @ 0x561935d6b540] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:27:52.868968937  [2023-09-18 17:27:52] ffmpeg.g5b_achtertuin.detect   ERROR   : [swscaler @ 0x561936315d00] [swscaler @ 0x561936343d80] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:27:52.868971241  [2023-09-18 17:27:52] ffmpeg.g5b_achtertuin.detect   ERROR   : [rtsp @ 0x561935bdbf40] CSeq 7 expected, 0 received.
2023-09-18 17:27:54.665470804  [2023-09-18 17:27:54] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g4_deurbel. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-18 17:27:55.832954385  [2023-09-18 17:27:55] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:27:55.832962981  [2023-09-18 17:27:55] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:28:00.212312800  [2023-09-18 17:28:00] watchdog.g3b_voortuin          ERROR   : Ffmpeg process crashed unexpectedly for g3b_voortuin.
2023-09-18 17:28:00.212321867  [2023-09-18 17:28:00] watchdog.g3b_voortuin          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 17:28:00.212326416  [2023-09-18 17:28:00] ffmpeg.g3b_voortuin.detect     ERROR   : [aac @ 0x564d004d0a80] Too many bits 6408.707483 > 6144 per frame requested, clamping to max
2023-09-18 17:28:00.212330553  [2023-09-18 17:28:00] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x564d0055e6c0] [swscaler @ 0x564d0050f040] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:28:00.212334551  [2023-09-18 17:28:00] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x564d0055e6c0] [swscaler @ 0x564d00b12ac0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:28:00.212338578  [2023-09-18 17:28:00] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x564d0055e6c0] [swscaler @ 0x564d0050f040] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:28:00.212342536  [2023-09-18 17:28:00] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x564d0055e6c0] [swscaler @ 0x564d00b13c40] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:28:00.212346463  [2023-09-18 17:28:00] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x564d0055e6c0] [swscaler @ 0x564d00520940] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:28:00.212350261  [2023-09-18 17:28:00] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x564d0055e6c0] [swscaler @ 0x564d00b14a00] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:28:00.212354098  [2023-09-18 17:28:00] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x564d0055e6c0] [swscaler @ 0x564d00520940] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:28:00.212357985  [2023-09-18 17:28:00] ffmpeg.g3b_voortuin.detect     ERROR   : [swscaler @ 0x564d0055e6c0] [swscaler @ 0x564d00b15b80] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:28:00.212361301  [2023-09-18 17:28:00] ffmpeg.g3b_voortuin.detect     ERROR   : [rtsp @ 0x564d004b3f40] CSeq 8 expected, 0 received.
2023-09-18 17:28:00.212364307  [2023-09-18 17:28:00] ffmpeg.g3b_voortuin.detect     ERROR   :     Last message repeated 1 times
2023-09-18 17:28:00.212449458  [2023-09-18 17:28:00] ffmpeg.g3b_voortuin.detect     ERROR   : rtsp://127.0.0.1:8554/g3b_voortuin: corrupt decoded frame in stream 0
2023-09-18 17:28:00.632411240  [2023-09-18 17:28:00] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:28:00.632420057  [2023-09-18 17:28:00] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:28:04.724965016  [2023-09-18 17:28:04] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g4_deurbel. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-18 17:28:05.863823154  [2023-09-18 17:28:05] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:28:05.866191547  [2023-09-18 17:28:05] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:28:10.041545296  [2023-09-18 17:28:09] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:28:10.042360125  [2023-09-18 17:28:10] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:28:12.618159354  [2023-09-18 17:28:12] watchdog.flex_ne               INFO    : No frames received from flex_ne in 20 seconds. Exiting ffmpeg...
2023-09-18 17:28:12.619461994  [2023-09-18 17:28:12] watchdog.flex_ne               INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 17:28:12.714281895  [2023-09-18 17:28:12] watchdog.flex_se               INFO    : FFmpeg did not exit. Force killing...
2023-09-18 17:28:12.760484690  [2023-09-18 17:28:12] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:28:12.760492906  [2023-09-18 17:28:12] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:28:12.760496833  [2023-09-18 17:28:12] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:28:12.760500169  [2023-09-18 17:28:12] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:28:12.760503526  [2023-09-18 17:28:12] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:28:12.760506782  [2023-09-18 17:28:12] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:28:12.760509717  [2023-09-18 17:28:12] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:28:12.760512563  [2023-09-18 17:28:12] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:28:12.760515077  [2023-09-18 17:28:12] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:28:12.811555939  [2023-09-18 17:28:12] frigate.video                  ERROR   : flex_se: Unable to read frames from ffmpeg process.
2023-09-18 17:28:12.811565196  [2023-09-18 17:28:12] frigate.video                  ERROR   : flex_se: ffmpeg process is not running. exiting capture thread...
2023-09-18 17:28:14.685405474  [2023-09-18 17:28:14] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g3i_garage. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-18 17:28:14.690654436  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff8f8331480] moov atom not found
2023-09-18 17:28:14.691529709  [ERROR:0@153.709] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2023-09-18 17:28:14.691534788  
2023-09-18 17:28:14.691538836  OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:267: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2023-09-18 17:28:14.691540980  
2023-09-18 17:28:14.691542693  
2023-09-18 17:28:15.581861760  [2023-09-18 17:28:15] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:28:15.581870517  [2023-09-18 17:28:15] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:28:19.682320073  [2023-09-18 17:28:19] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g3i_garage. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-18 17:28:19.683949039  [2023-09-18 17:28:19] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g4_deurbel. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-18 17:28:19.709791999  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff8f8331480] moov atom not found
2023-09-18 17:28:19.710327590  [ERROR:0@158.728] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2023-09-18 17:28:19.710332820  
2023-09-18 17:28:19.710337228  OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:267: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2023-09-18 17:28:19.710339703  
2023-09-18 17:28:19.710341606  
2023-09-18 17:28:21.335601024  [2023-09-18 17:28:21] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:28:21.335607577  [2023-09-18 17:28:21] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:28:22.841189565  [2023-09-18 17:28:22] watchdog.flex_se               ERROR   : Ffmpeg process crashed unexpectedly for flex_se.
2023-09-18 17:28:22.841198903  [2023-09-18 17:28:22] watchdog.flex_se               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-09-18 17:28:22.841204043  [2023-09-18 17:28:22] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x5575c2bf2400] [swscaler @ 0x5575c2bff3c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:28:22.841208441  [2023-09-18 17:28:22] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x5575c2bf2400] [swscaler @ 0x5575c3258080] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:28:22.841212639  [2023-09-18 17:28:22] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x5575c327f600] [swscaler @ 0x5575c328c5c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:28:22.841216726  [2023-09-18 17:28:22] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x5575c327f600] [swscaler @ 0x5575c3269780] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:28:22.841220604  [2023-09-18 17:28:22] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x5575c327f600] [swscaler @ 0x5575c328c5c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:28:22.841224531  [2023-09-18 17:28:22] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x5575c327f600] [swscaler @ 0x5575c2ce5540] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:28:22.841228389  [2023-09-18 17:28:22] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x5575c327f600] [swscaler @ 0x5575c328c5c0] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:28:22.841232346  [2023-09-18 17:28:22] ffmpeg.flex_se.detect          ERROR   : [swscaler @ 0x5575c327f600] [swscaler @ 0x5575c2ce5540] deprecated pixel format used, make sure you did set range correctly
2023-09-18 17:28:22.841235522  [2023-09-18 17:28:22] ffmpeg.flex_se.detect          ERROR   : [rtsp @ 0x5575c2b8ef40] CSeq 8 expected, 0 received.
2023-09-18 17:28:24.684174028  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff8f8386080] moov atom not found
2023-09-18 17:28:24.684459827  [ERROR:0@163.702] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2023-09-18 17:28:24.684462933  
2023-09-18 17:28:24.684465738  OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:267: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2023-09-18 17:28:24.684467091  
2023-09-18 17:28:24.684468163  
2023-09-18 17:28:25.442246811  [2023-09-18 17:28:25] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:28:25.442256148  [2023-09-18 17:28:25] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:28:29.885812209  [2023-09-18 17:28:29] frigate.record.maintainer      WARNING : Unable to keep up with recording segments in cache for g3i_garage. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-09-18 17:28:29.887686398  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff8f8386080] moov atom not found
2023-09-18 17:28:29.887693001  [ERROR:0@168.905] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2023-09-18 17:28:29.887695826  
2023-09-18 17:28:29.887699924  OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:267: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2023-09-18 17:28:29.887702148  
2023-09-18 17:28:29.887704031  
2023-09-18 17:28:32.308097937  [2023-09-18 17:28:32] frigate.record.maintainer      ERROR   : Error occurred when attempting to maintain recording cache
2023-09-18 17:28:32.308105071  [2023-09-18 17:28:32] frigate.record.maintainer      ERROR   : list index out of range
2023-09-18 17:28:32.902010413  [2023-09-18 17:28:32] watchdog.g5b_overkapping       INFO    : No frames received from g5b_overkapping in 20 seconds. Exiting ffmpeg...
2023-09-18 17:28:32.903243281  [2023-09-18 17:28:32] watchdog.g5b_overkapping       INFO    : Waiting for ffmpeg to exit gracefully...
2023-09-18 17:28:35.004907484  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff8f8386080] moov atom not found
2023-09-18 17:28:35.006072954  [ERROR:0@174.023] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2023-09-18 17:28:35.006078024  
2023-09-18 17:28:35.006082101  OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:267: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2023-09-18 17:28:35.006083985  
2023-09-18 17:28:35.006085468  
NickM-27 commented 1 year ago

very weird, I am not sure what the issue is. There is https://github.com/blakeblackshear/frigate/issues/7863 which has an entirely unrelated bug but unifi setup working as expected in 0.13

Calimerorulez commented 1 year ago

Thanks for the hint. I've now tried:

# ffmpeg configuration
ffmpeg:
  global_args: -hide_banner -loglevel warning -threads 2

  hwaccel_args: preset-vaapi
  #hwaccel_args: preset-nvidia-h264

  input_args: preset-rtsp-restream
  output_args:
    detect: -threads 2 -f rawvideo -pix_fmt yuv420p
    record: preset-record-ubiquiti
    rtmp: preset-rtmp-ubiquiti

like the OP in #7863 mentions, and it seems to keep running now :) But I do not know why...

NickM-27 commented 1 year ago

interesting, glad it is working. Seems the docs need to be updated

Calimerorulez commented 1 year ago

Either way, thank you for your time 👍