frigate: [Config Support]: 0.13 Beta 6 & 7 --> No frames received, check logs for errors --> 0.13 Beta 5 is OK

Describe the problem you are having

Hi,

Updated from 0.13 beta 5 to 0.13 beta 6, I’m seeing errors again in the camera overview: ‘No frames received, check logs for errors’. Beta 5 was running fine.

Ffmpeg seems to crash randomly for my Unifi cameras.

Running an externally go2rtc 1.8.4 Docker image on another server, just to free resources on my Frigate server.

Version

0.13-beta6

Frigate config file

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

logger:
  # Optional: default log level (default: shown below)
  default: info

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


# 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

cameras:
  # Name of your camera
  g3b_voortuin:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
    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://192.168.5.113:8554/g3b_voortuin
          roles:
            - record
            - audio
            - detect
    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:
      fps: 5

  flex_ne:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
    ffmpeg:
      inputs:
        - path: rtsp://192.168.5.113:8554/flex_ne
          roles:
            - record
            - detect
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      filters:
        car:
          mask:
          - 1318,389,1382,227,1113,202,976,347
          - 749,556,991,304,198,224,0,427
          - 0,640,691,824,833,553,0,393
          - 1460,240,1624,242,1627,282,1638,420,1462,407
      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
    ffmpeg:
      inputs:
        - path: rtsp://192.168.5.113:8554/flex_se
          roles:
            - record
            - detect
    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:
      fps: 5

  g5b_achtertuin:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
    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://192.168.5.113:8554/g5b_achtertuin
          roles:
            - record
            - audio
            - detect
    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:
      fps: 5

  g4_deurbel:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
    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://192.168.5.113:8554/g4_deurbel
          roles:
            - record
            - audio
            - detect
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    zones:
      zone_voortuin:
        coordinates: 1600,1200,1600,794,839,806,737,1200
    objects:
      track:
        - person
        - bird
        - bicycle
        - motorcycle
        - cat
        - dog
        # Optional: save clips configuration
    detect:
      fps: 5

  g5b_overkapping:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
    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://192.168.5.113:8554/g5b_overkapping
          roles:
            - record
            - audio
            - detect
    snapshots:
      enabled: True
      timestamp: false
      bounding_box: true
      retain:
        default: 7
    objects:
      track:
        - person
        - bicycle
        - motorcycle
        - cat
        - dog
        - bird
        # Optional: save clips configuration
    detect:
      fps: 5

  g3i_garage:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
    ffmpeg:
      inputs:
        - path: rtsp://192.168.5.113:8554/g3i_garage
          roles:
            - record
            - detect
    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:
      fps: 5

  g4i_poort:
    mqtt:
      timestamp: False
      bounding_box: False
      crop: True
    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://192.168.5.113:8554/g4i_poort
          roles:
            - record
            - audio
            - detect
    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:
      fps: 5

Relevant log output

2023-11-26 11:55:44.177589218  [INFO] Preparing Frigate...
2023-11-26 11:55:44.248106527  [INFO] Starting Frigate...
2023-11-26 11:55:50.485436553  [2023-11-26 11:55:50] frigate.app                    INFO    : Starting Frigate (0.13.0-614a36a)
2023-11-26 11:55:50.485890025  [2023-11-26 11:55:50] frigate.app                    INFO    : Creating directory: /tmp/cache
2023-11-26 11:56:03.634858339  [2023-11-26 11:56:03] peewee_migrate.logs            INFO    : Starting migrations
2023-11-26 11:56:03.648357878  [2023-11-26 11:56:03] peewee_migrate.logs            INFO    : There is nothing to migrate
2023-11-26 11:56:03.664368942  [2023-11-26 11:56:03] frigate.app                    INFO    : Recording process started: 335
2023-11-26 11:56:03.674054138  [2023-11-26 11:56:03] frigate.app                    INFO    : go2rtc process pid: 89
2023-11-26 11:56:03.782639135  [2023-11-26 11:56:03] detector.coral_pci             INFO    : Starting detection process: 345
2023-11-26 11:56:03.801309830  [2023-11-26 11:56:03] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as pci
2023-11-26 11:56:03.813820016  [2023-11-26 11:56:03] frigate.app                    INFO    : Output process started: 347
2023-11-26 11:56:03.824566194  [2023-11-26 11:56:03] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2023-11-26 11:56:04.693594931  [2023-11-26 11:56:04] frigate.app                    INFO    : Camera processor started for g3b_voortuin: 390
2023-11-26 11:56:04.712629106  [2023-11-26 11:56:04] frigate.app                    INFO    : Camera processor started for flex_ne: 391
2023-11-26 11:56:04.739237337  [2023-11-26 11:56:04] frigate.app                    INFO    : Camera processor started for flex_se: 393
2023-11-26 11:56:04.766304777  [2023-11-26 11:56:04] frigate.app                    INFO    : Camera processor started for g5b_achtertuin: 395
2023-11-26 11:56:04.787618469  [2023-11-26 11:56:04] frigate.app                    INFO    : Camera processor started for g4_deurbel: 397
2023-11-26 11:56:04.814507650  [2023-11-26 11:56:04] frigate.app                    INFO    : Camera processor started for g5b_overkapping: 399
2023-11-26 11:56:04.842026678  [2023-11-26 11:56:04] frigate.app                    INFO    : Camera processor started for g3i_garage: 401
2023-11-26 11:56:04.861869185  [2023-11-26 11:56:04] frigate.app                    INFO    : Camera processor started for g4i_poort: 403
2023-11-26 11:56:04.888042913  [2023-11-26 11:56:04] frigate.app                    INFO    : Capture process started for g3b_voortuin: 405
2023-11-26 11:56:04.918470694  [2023-11-26 11:56:04] frigate.app                    INFO    : Capture process started for flex_ne: 409
2023-11-26 11:56:04.947600378  [2023-11-26 11:56:04] frigate.app                    INFO    : Capture process started for flex_se: 413
2023-11-26 11:56:04.975589611  [2023-11-26 11:56:04] frigate.app                    INFO    : Capture process started for g5b_achtertuin: 418
2023-11-26 11:56:05.026758458  [2023-11-26 11:56:05] frigate.app                    INFO    : Capture process started for g4_deurbel: 423
2023-11-26 11:56:05.064680325  [2023-11-26 11:56:05] frigate.app                    INFO    : Capture process started for g5b_overkapping: 429
2023-11-26 11:56:05.124461113  [2023-11-26 11:56:05] frigate.app                    INFO    : Capture process started for g3i_garage: 434
2023-11-26 11:56:05.128226674  [2023-11-26 11:56:05] frigate.app                    INFO    : Capture process started for g4i_poort: 436
2023-11-26 11:56:05.168944997  [2023-11-26 11:56:05] frigate.app                    INFO    : Audio process started: 442
2023-11-26 11:58:55.189085685  [2023-11-26 11:58:55] frigate.record.maintainer      ERROR   : Found 1 old audio frames, segments from recordings may be missing
2023-11-26 12:02:25.327775759  [2023-11-26 12:02:25] watchdog.g3i_garage            INFO    : No frames received from g3i_garage in 20 seconds. Exiting ffmpeg...
2023-11-26 12:02:25.330530012  [2023-11-26 12:02:25] watchdog.g3i_garage            INFO    : Waiting for ffmpeg to exit gracefully...
2023-11-26 12:02:34.806165425  [2023-11-26 12:02:34] frigate.video                  ERROR   : g3i_garage: Unable to read frames from ffmpeg process.
2023-11-26 12:02:34.809386149  [2023-11-26 12:02:34] frigate.video                  ERROR   : g3i_garage: ffmpeg process is not running. exiting capture thread...
2023-11-26 12:02:44.915543269  [2023-11-26 12:02:44] watchdog.g3i_garage            ERROR   : Ffmpeg process crashed unexpectedly for g3i_garage.
2023-11-26 12:02:44.915563350  [2023-11-26 12:02:44] watchdog.g3i_garage            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-26 12:02:44.915584013  [2023-11-26 12:02:44] ffmpeg.g3i_garage.detect       ERROR   : [rtsp @ 0x564a04a1a140] CSeq 16 expected, 0 received.
2023-11-26 12:02:44.915596797  [2023-11-26 12:02:44] ffmpeg.g3i_garage.detect       ERROR   :     Last message repeated 1 times
2023-11-26 12:03:45.244872593  [2023-11-26 12:03:45] watchdog.g4_deurbel            INFO    : No frames received from g4_deurbel in 20 seconds. Exiting ffmpeg...
2023-11-26 12:03:45.246427234  [2023-11-26 12:03:45] watchdog.g4_deurbel            INFO    : Waiting for ffmpeg to exit gracefully...
2023-11-26 12:04:15.270673604  [2023-11-26 12:04:15] watchdog.g4_deurbel            INFO    : FFmpeg did not exit. Force killing...
2023-11-26 12:04:15.370397006  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.380161232  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.380179568  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.380190228  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.380199560  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.380208715  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.380295640  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.380410605  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.380423419  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.380518487  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.386266194  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.388276709  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.396642487  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.400792132  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.402857017  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.408788060  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.410250245  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.411544639  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.416153379  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.427597039  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.434415516  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.488286901  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.490404366  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.502667238  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.508961561  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.510753053  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.517025756  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.518765649  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.520459240  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.524648887  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.536428349  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.538666361  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.543641788  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.546853032  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.551675483  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.556577491  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.559523927  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.564325159  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.581038704  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.589032051  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.592276165  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.598030247  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.607525775  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: Unable to read frames from ffmpeg process.
2023-11-26 12:04:15.607543115  [2023-11-26 12:04:15] frigate.video                  ERROR   : g4_deurbel: ffmpeg process is not running. exiting capture thread...
2023-11-26 12:04:16.728877271  [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f9e1428a640] moov atom not found
2023-11-26 12:04:17.971941856  [2023-11-26 12:04:17] frigate.record.maintainer      WARNING : Failed to probe corrupt segment /tmp/cache/g4_deurbel@20231126120312+0100.mp4
2023-11-26 12:04:17.974835149  [2023-11-26 12:04:17] frigate.record.maintainer      WARNING : Discarding a corrupt recording segment: /tmp/cache/g4_deurbel@20231126120312+0100.mp4
2023-11-26 12:04:25.756299590  [2023-11-26 12:04:25] watchdog.g4_deurbel            ERROR   : Ffmpeg process crashed unexpectedly for g4_deurbel.
2023-11-26 12:04:25.756318904  [2023-11-26 12:04:25] watchdog.g4_deurbel            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-26 12:04:25.756329203  [2023-11-26 12:04:25] ffmpeg.g4_deurbel.detect       ERROR   : [rtsp @ 0x564f9728b140] CSeq 11 expected, 10 received.
2023-11-26 12:04:25.756339838  [2023-11-26 12:04:25] ffmpeg.g4_deurbel.detect       ERROR   : [rtsp @ 0x564f9728b140] CSeq 12 expected, 11 received.
2023-11-26 12:04:25.756349570  [2023-11-26 12:04:25] ffmpeg.g4_deurbel.detect       ERROR   : [rtsp @ 0x564f9728b140] CSeq 13 expected, 12 received.
2023-11-26 12:04:25.756360470  [2023-11-26 12:04:25] ffmpeg.g4_deurbel.detect       ERROR   : [rtsp @ 0x564f9728b140] CSeq 14 expected, 13 received.
2023-11-26 12:04:25.756370288  [2023-11-26 12:04:25] ffmpeg.g4_deurbel.detect       ERROR   : [rtsp @ 0x564f9728b140] CSeq 15 expected, 14 received.
2023-11-26 12:04:25.756378787  [2023-11-26 12:04:25] ffmpeg.g4_deurbel.detect       ERROR   : [rtsp @ 0x564f9728b140] CSeq 17 expected, 15 received.
2023-11-26 12:04:25.756388580  [2023-11-26 12:04:25] ffmpeg.g4_deurbel.detect       ERROR   : [rtsp @ 0x564f9728b140] CSeq 18 expected, 16 received.
2023-11-26 12:04:55.300575047  [2023-11-26 12:04:55] watchdog.g3b_voortuin          INFO    : No frames received from g3b_voortuin in 20 seconds. Exiting ffmpeg...
2023-11-26 12:04:55.303257776  [2023-11-26 12:04:55] watchdog.g3b_voortuin          INFO    : Waiting for ffmpeg to exit gracefully...

Frigate stats

{"cameras":{"flex_ne":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.6,"capture_pid":409,"detection_enabled":1,"detection_fps":0.8,"ffmpeg_pid":414,"pid":391,"process_fps":4.4,"skipped_fps":0.0},"flex_se":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.7,"capture_pid":413,"detection_enabled":1,"detection_fps":3.7,"ffmpeg_pid":420,"pid":393,"process_fps":4.6,"skipped_fps":0.0},"g3b_voortuin":{"audio_dBFS":-39.2599,"audio_rms":356.825,"camera_fps":5.2,"capture_pid":405,"detection_enabled":1,"detection_fps":1.7,"ffmpeg_pid":412,"pid":390,"process_fps":4.2,"skipped_fps":0.0},"g3i_garage":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":4.3,"capture_pid":434,"detection_enabled":1,"detection_fps":0.0,"ffmpeg_pid":3014,"pid":401,"process_fps":3.5,"skipped_fps":0.0},"g4_deurbel":{"audio_dBFS":-53.3592,"audio_rms":70.3862,"camera_fps":0.0,"capture_pid":423,"detection_enabled":1,"detection_fps":0.0,"ffmpeg_pid":428,"pid":397,"process_fps":3.4,"skipped_fps":0.0},"g4i_poort":{"audio_dBFS":-68.3894,"audio_rms":12.4733,"camera_fps":5.1,"capture_pid":436,"detection_enabled":1,"detection_fps":0.0,"ffmpeg_pid":445,"pid":403,"process_fps":4.1,"skipped_fps":0.0},"g5b_achtertuin":{"audio_dBFS":-58.1784,"audio_rms":40.4139,"camera_fps":5.0,"capture_pid":418,"detection_enabled":1,"detection_fps":0.0,"ffmpeg_pid":426,"pid":395,"process_fps":4.0,"skipped_fps":0.0},"g5b_overkapping":{"audio_dBFS":-89.906,"audio_rms":1.0475,"camera_fps":5.0,"capture_pid":429,"detection_enabled":1,"detection_fps":0.0,"ffmpeg_pid":435,"pid":399,"process_fps":4.0,"skipped_fps":0.0}},"cpu_usages":{"1":{"cmdline":"/package/admin/s6/command/s6-svscan -d4 -- /run/service","cpu":"0.0","cpu_average":"0","mem":"0.0"},"15":{"cmdline":"s6-supervise s6-linux-init-shutdownd","cpu":"0.0","cpu_average":"0","mem":"0.0"},"17":{"cmdline":"/package/admin/s6-linux-init/command/s6-linux-init-shutdownd -c /run/s6/basedir -g 3000 -C -B","cpu":"0.0","cpu_average":"0","mem":"0.0"},"24":{"cmdline":"s6-supervise frigate","cpu":"0.0","cpu_average":"0","mem":"0.0"},"25":{"cmdline":"s6-supervise frigate-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"26":{"cmdline":"s6-supervise nginx-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"27":{"cmdline":"s6-supervise go2rtc-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"28":{"cmdline":"s6-supervise s6rc-oneshot-runner","cpu":"0.0","cpu_average":"0","mem":"0.0"},"29":{"cmdline":"s6-supervise nginx","cpu":"0.0","cpu_average":"0","mem":"0.0"},"30":{"cmdline":"s6-supervise s6rc-fdholder","cpu":"0.0","cpu_average":"0","mem":"0.0"},"31":{"cmdline":"s6-supervise go2rtc","cpu":"0.0","cpu_average":"0","mem":"0.0"},"32":{"cmdline":"s6-supervise go2rtc-healthcheck","cpu":"0.0","cpu_average":"0","mem":"0.0"},"41":{"cmdline":"/package/admin/s6-2.11.3.2/command/s6-fdholderd -1 -i data/rules","cpu":"0.0","cpu_average":"0","mem":"0.0"},"42":{"cmdline":"/package/admin/s6/command/s6-ipcserverd -1 -- /package/admin/s6/command/s6-ipcserver-access -v0 -E -l0 -i data/rules -- /package/admin/s6/command/s6-sudod -t 30000 -- /package/admin/s6-rc/command/s6-rc-oneshot-run -l ../.. --","cpu":"0.0","cpu_average":"0","mem":"0.0"},"80":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/nginx","cpu":"0.0","cpu_average":"0","mem":"0.0"},"81":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/go2rtc","cpu":"0.0","cpu_average":"0","mem":"0.0"},"82":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/frigate","cpu":"0.0","cpu_average":"0","mem":"0.0"},"89":{"cmdline":"/usr/local/go2rtc/bin/go2rtc -config=/dev/shm/go2rtc.yaml","cpu":"0.0","cpu_average":"0","mem":"0.1"},"111":{"cmdline":"bash ./run.user go2rtc-healthcheck","cpu":"0.1","cpu_average":"0","mem":"0.0"},"112":{"cmdline":"python3 -u -m frigate","cpu":"27.3","cpu_average":"25","mem":"4.2"},"119":{"cmdline":"nginx: master process nginx","cpu":"0.0","cpu_average":"0","mem":"0.1"},"145":{"cmdline":"nginx: worker process","cpu":"0.2","cpu_average":"0","mem":"0.0"},"146":{"cmdline":"nginx: worker process","cpu":"0.2","cpu_average":"0","mem":"0.0"},"147":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"152":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"163":{"cmdline":"nginx: cache manager process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"297":{"cmdline":"frigate.logger       ","cpu":"0.0","cpu_average":"0","mem":"0.7"},"335":{"cmdline":"frigate.recording_manager","cpu":"14.7","cpu_average":"16","mem":"1.0"},"344":{"cmdline":"/usr/bin/python3 -c from multiprocessing.resource_tracker import main;main(71)","cpu":"1.4","cpu_average":"0","mem":"0.1"},"345":{"cmdline":"frigate.detector.coral_pci","cpu":"4.8","cpu_average":"11","mem":"0.9"},"347":{"cmdline":"frigate.output       ","cpu":"7.7","cpu_average":"3","mem":"0.8"},"361":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1920x1080 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.1"},"362":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1920x1080 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.1"},"363":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1920x1080 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.1"},"364":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.1"},"365":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1600x1200 -i pipe: -f mpegts -s 960x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.1"},"366":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.1"},"367":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1920x1080 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.1"},"368":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.1"},"369":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.1"},"390":{"cmdline":"frigate.process:g3b_voortuin","cpu":"11.5","cpu_average":"8","mem":"1.3"},"391":{"cmdline":"frigate.process:flex_ne","cpu":"16.9","cpu_average":"11","mem":"1.1"},"393":{"cmdline":"frigate.process:flex_se","cpu":"11.0","cpu_average":"6","mem":"1.2"},"395":{"cmdline":"frigate.process:g5b_achtertuin","cpu":"4.4","cpu_average":"6","mem":"1.2"},"397":{"cmdline":"frigate.process:g4_deurbel","cpu":"0.1","cpu_average":"4","mem":"1.2"},"399":{"cmdline":"frigate.process:g5b_overkapping","cpu":"4.5","cpu_average":"7","mem":"1.2"},"401":{"cmdline":"frigate.process:g3i_garage","cpu":"3.8","cpu_average":"6","mem":"1.2"},"403":{"cmdline":"frigate.process:g4i_poort","cpu":"4.1","cpu_average":"7","mem":"1.2"},"405":{"cmdline":"frigate.capture:g3b_voortuin","cpu":"9.1","cpu_average":"8","mem":"1.0"},"409":{"cmdline":"frigate.capture:flex_ne","cpu":"10.2","cpu_average":"9","mem":"1.0"},"412":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.0-614a36a -rtsp_transport tcp -timeout 5000000 -i rtsp://192.168.5.113:8554/g3b_voortuin -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -ar 44100 -c:a aac /tmp/cache/g3b_voortuin@%Y%m%d%H%M%S%z.mp4 -r 5 -vf fps=5,scale_vaapi=w=1920:h=1080:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"28.0","cpu_average":"24","mem":"0.4"},"413":{"cmdline":"frigate.capture:flex_se","cpu":"10.3","cpu_average":"8","mem":"1.0"},"414":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.0-614a36a -rtsp_transport tcp -timeout 5000000 -i rtsp://192.168.5.113:8554/flex_ne -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -ar 44100 -c:a aac /tmp/cache/flex_ne@%Y%m%d%H%M%S%z.mp4 -r 5 -vf fps=5,scale_vaapi=w=1920:h=1080:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"28.5","cpu_average":"25","mem":"0.4"},"418":{"cmdline":"frigate.capture:g5b_achtertuin","cpu":"4.5","cpu_average":"4","mem":"1.0"},"420":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.0-614a36a -rtsp_transport tcp -timeout 5000000 -i rtsp://192.168.5.113:8554/flex_se -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -ar 44100 -c:a aac /tmp/cache/flex_se@%Y%m%d%H%M%S%z.mp4 -r 5 -vf fps=5,scale_vaapi=w=1920:h=1080:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"29.3","cpu_average":"24","mem":"0.4"},"423":{"cmdline":"frigate.capture:g4_deurbel","cpu":"0.0","cpu_average":"6","mem":"1.0"},"426":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.0-614a36a -rtsp_transport tcp -timeout 5000000 -i rtsp://192.168.5.113:8554/g5b_achtertuin -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -ar 44100 -c:a aac /tmp/cache/g5b_achtertuin@%Y%m%d%H%M%S%z.mp4 -r 5 -vf fps=5,scale_vaapi=w=1280:h=720:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"19.0","cpu_average":"18","mem":"0.3"},"428":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.0-614a36a -rtsp_transport tcp -timeout 5000000 -i rtsp://192.168.5.113:8554/g4_deurbel -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -ar 44100 -c:a aac /tmp/cache/g4_deurbel@%Y%m%d%H%M%S%z.mp4 -r 5 -vf fps=5,scale_vaapi=w=1600:h=1200:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"30.8","cpu_average":"24","mem":"0.4"},"429":{"cmdline":"frigate.capture:g5b_overkapping","cpu":"4.4","cpu_average":"4","mem":"1.0"},"434":{"cmdline":"frigate.capture:g3i_garage","cpu":"7.4","cpu_average":"6","mem":"1.0"},"435":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.0-614a36a -rtsp_transport tcp -timeout 5000000 -i rtsp://192.168.5.113:8554/g5b_overkapping -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -ar 44100 -c:a aac /tmp/cache/g5b_overkapping@%Y%m%d%H%M%S%z.mp4 -r 5 -vf fps=5,scale_vaapi=w=1280:h=720:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"18.9","cpu_average":"18","mem":"0.3"},"436":{"cmdline":"frigate.capture:g4i_poort","cpu":"4.4","cpu_average":"4","mem":"1.0"},"442":{"cmdline":"frigate.audio_manager","cpu":"1.0","cpu_average":"5","mem":"1.1"},"445":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.0-614a36a -rtsp_transport tcp -timeout 5000000 -i rtsp://192.168.5.113:8554/g4i_poort -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -ar 44100 -c:a aac /tmp/cache/g4i_poort@%Y%m%d%H%M%S%z.mp4 -r 5 -vf fps=5,scale_vaapi=w=1280:h=720:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"18.9","cpu_average":"18","mem":"0.3"},"450":{"cmdline":"ffmpeg -vn -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.13.0-614a36a -rtsp_transport tcp -timeout 5000000 -i rtsp://192.168.5.113:8554/g3b_voortuin -f s16le -ar 16000 -ac 1 -y pipe:","cpu":"1.1","cpu_average":"1","mem":"0.1"},"453":{"cmdline":"ffmpeg -vn -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.13.0-614a36a -rtsp_transport tcp -timeout 5000000 -i rtsp://192.168.5.113:8554/g5b_achtertuin -f s16le -ar 16000 -ac 1 -y pipe:","cpu":"1.2","cpu_average":"1","mem":"0.1"},"457":{"cmdline":"ffmpeg -vn -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.13.0-614a36a -rtsp_transport tcp -timeout 5000000 -i rtsp://192.168.5.113:8554/g4_deurbel -f s16le -ar 16000 -ac 1 -y pipe:","cpu":"2.0","cpu_average":"2","mem":"0.2"},"460":{"cmdline":"ffmpeg -vn -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.13.0-614a36a -rtsp_transport tcp -timeout 5000000 -i rtsp://192.168.5.113:8554/g5b_overkapping -f s16le -ar 16000 -ac 1 -y pipe:","cpu":"1.1","cpu_average":"1","mem":"0.1"},"462":{"cmdline":"ffmpeg -vn -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.13.0-614a36a -rtsp_transport tcp -timeout 5000000 -i rtsp://192.168.5.113:8554/g4i_poort -f s16le -ar 16000 -ac 1 -y pipe:","cpu":"1.2","cpu_average":"1","mem":"0.1"},"3014":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.0-614a36a -rtsp_transport tcp -timeout 5000000 -i rtsp://192.168.5.113:8554/g3i_garage -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -ar 44100 -c:a aac /tmp/cache/g3i_garage@%Y%m%d%H%M%S%z.mp4 -r 5 -vf fps=5,scale_vaapi=w=1920:h=1080:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"24.6","cpu_average":"21","mem":"0.4"},"3460":{"cmdline":"sleep 30s","cpu":"0.0","cpu_average":"0","mem":"0.0"}},"detection_fps":6.2,"detectors":{"coral_pci":{"detection_start":0.0,"inference_speed":27.79,"pid":345}},"gpu_usages":{"intel-vaapi":{"gpu":"7.86%","mem":"-%"}},"processes":{"audioDetector":{"pid":442},"go2rtc":{"pid":89},"logger":{"pid":297},"recording":{"pid":335}},"service":{"last_updated":1700996651,"latest_version":"0.12.1","storage":{"/dev/shm":{"free":270.0,"mount_type":"tmpfs","total":300.0,"used":30.0},"/media/frigate/clips":{"free":10613.3,"mount_type":"ext4","total":579472.4,"used":541133.9},"/media/frigate/recordings":{"free":10613.3,"mount_type":"ext4","total":579472.4,"used":541133.9},"/tmp/cache":{"free":43536.9,"mount_type":"overlay","total":64199.7,"used":17697.8}},"temperatures":{"apex_0":53.05},"uptime":486,"version":"0.13.0-614a36a"}}

Operating system

Proxmox

Install method

Docker Compose

Coral version

PCIe

Any other information that may be helpful

Migrating back to beta 5 solves the problems.

About this issue

  • Original URL
  • State: closed
  • Created 7 months ago
  • Comments: 23

Most upvoted comments

you can make a separate issue and include all the requested information

there’s no need to close the issue, we just need more information like more detailed logs. You could also try running frigate connecting directly to the camera and see if that has the same issue

Ok, I give up then. I can reproduce it consistently switching between 5 and 6, and in between switch versions I haven’t changed any cameras or settings or my go2rtc version.

I will close this issue. Sorry to bother 😃