blakeblackshear / frigate

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

[Support]: Frigate on HomeAssist issues #8906

Closed anderskorup closed 8 months ago

anderskorup commented 9 months ago

Describe the problem you are having

Hi. im having issue. with on main screen it jumps on and off. like images show. also now it just stand as "play" so i think i got a issue someplace.

anyone that can take a look thogh my config and see whats happening ? IMG_7751 IMG_7752 IMG_7753

![IMG_7754](https://github.com/blakeblackshear/frigate/assets/63865781/f352 configmainscreen.txt

running Homassist on a Raspberry pi

Version

0.12.1-367D724

Frigate config file

mqtt:
  host: 192.168.0.185
  user: mqttuser
  password: PASSWORD:)

go2rtc:
  streams:
    mjpeg_cam: "ffmpeg:{your_mjpeg_stream_url}#video=h264#hardware" # <- use hardware acceleration to create an h264 stream usable for other components.

cameras:
  Carporten:
    ffmpeg:
      inputs:
        - path: rtsp://admin:PASSWORD@192.168.0.123:8554/Streaming/Channels/101
          roles:
            - detect

            - record

  Ringeklokke:
    ffmpeg:
      inputs:
        - path: rtsp://admin:PASSWORD@192.168.0.175:8554/Streaming/Channels/101
          roles:
            - detect

            - record

  Terasse:
    ffmpeg:
      inputs:
        - path: rtsp://admin:PASSWORD@192.168.0.105:8554/Streaming/Channels/101
          roles:
              - detect

              - record

detect:
      enabled: True
      width: 1080
      height: 720
      fps: 10
rtmp:
      enabled: True

record:
      enabled: True
      events:
        retain:
          default: 10
birdseye:
  # Optional: Enable birdseye view (default: shown below)
  enabled: false
  # Optional: Restream birdseye via RTSP (default: shown below)
  # NOTE: Enabling this will set birdseye to run 24/7 which may increase CPU usage somewhat.
  restream: False
  # Optional: Width of the output resolution (default: shown below)
  width: 1080
  # Optional: Height of the output resolution (default: shown below)
  height: 720
  # Optional: Encoding quality of the mpeg1 feed (default: shown below)
  # 1 is the highest quality, and 31 is the lowest. Lower quality feeds utilize less CPU resources.
  quality: 4
  # Optional: Mode of the view. Available options are: objects, motion, and continuous
  #   objects - cameras are included if they have had a tracked object within the last 30 seconds
  #   motion - cameras are included if motion was detected in the last 30 seconds
  #   continuous - all cameras are included always

  mode: objects
objects:
  track:
    - person
    - cat
    - dog
    - cell phone

snapshots:
  # Optional: Enable writing jpg snapshot to /media/frigate/clips (default: shown below)
  enabled: True
  # Optional: save a clean PNG copy of the snapshot image (default: shown below)
  clean_copy: True
  # Optional: print a timestamp on the snapshots (default: shown below)
  timestamp: True
  # Optional: draw bounding box on the snapshots (default: shown below)
  bounding_box: False
  # Optional: crop the snapshot (default: shown below)
  crop: False
  # Optional: height to resize the snapshot to (default: original size)
  # height: 175
  # Optional: Restrict snapshots to objects that entered any of the listed zones (default: no required zones)
  #required_zones: []
  # Optional: Camera override for retention settings (default: global values)
  #retain:
    # Required: Default retention days (default: shown below)
   # default: 10
    # Optional: Per object retention days
   # objects:
     # person: 15

ffmpeg:
  hwaccel_args: preset-rpi-64-h264

Relevant log output

2023-12-09 19:56:28.369961689  [INFO] Starting Frigate...
2023-12-09 19:56:34.013081531  [2023-12-09 20:56:34] frigate.app                    INFO    : Starting Frigate (0.12.1-367d724)
2023-12-09 19:56:34.073021165  [2023-12-09 20:56:34] frigate.config                 WARNING : RTMP restream is deprecated in favor of the restream role, recommend disabling RTMP.
2023-12-09 19:56:34.078608863  [2023-12-09 20:56:34] frigate.config                 WARNING : RTMP restream is deprecated in favor of the restream role, recommend disabling RTMP.
2023-12-09 19:56:34.092916686  [2023-12-09 20:56:34] frigate.config                 WARNING : RTMP restream is deprecated in favor of the restream role, recommend disabling RTMP.
2023-12-09 19:56:34.117416460  [2023-12-09 20:56:34] frigate.app                    INFO    : Creating directory: /tmp/cache
2023-12-09 19:56:34.125885756  [2023-12-09 20:56:34] peewee_migrate                 INFO    : Starting migrations
2023-12-09 19:56:34.145514875  [2023-12-09 20:56:34] peewee_migrate                 INFO    : There is nothing to migrate
2023-12-09 19:56:34.235886511  [2023-12-09 20:56:34] detector.cpu                   INFO    : Starting detection process: 327
2023-12-09 19:56:34.260284287  [2023-12-09 20:56:34] frigate.app                    INFO    : Output process started: 329
2023-12-09 19:56:34.262014368  [2023-12-09 20:56:34] frigate.detectors              WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
2023-12-09 19:56:34.291276688  [2023-12-09 20:56:34] frigate.app                    INFO    : Camera processor started for Carporten: 332
2023-12-09 19:56:34.315617760  [2023-12-09 20:56:34] frigate.app                    INFO    : Camera processor started for Ringeklokke: 334
2023-12-09 19:56:34.376841001  [2023-12-09 20:56:34] frigate.app                    INFO    : Camera processor started for Terasse: 336
2023-12-09 19:56:34.416708098  [2023-12-09 20:56:34] frigate.app                    INFO    : Capture process started for Carporten: 337
2023-12-09 19:56:34.422834324  [2023-12-09 20:56:34] frigate.app                    INFO    : Capture process started for Ringeklokke: 339
2023-12-09 19:56:34.466670962  [2023-12-09 20:56:34] frigate.app                    INFO    : Capture process started for Terasse: 344
2023-12-09 19:58:04.645106273  [2023-12-09 20:58:04] watchdog.Carporten             INFO    : No frames received from Carporten in 20 seconds. Exiting ffmpeg...
2023-12-09 19:58:04.646178513  [2023-12-09 20:58:04] watchdog.Carporten             INFO    : Waiting for ffmpeg to exit gracefully...
2023-12-09 19:58:21.856101499  [2023-12-09 20:58:21] frigate.video                  ERROR   : Carporten: Unable to read frames from ffmpeg process.
2023-12-09 19:58:21.858002633  [2023-12-09 20:58:21] frigate.video                  ERROR   : Carporten: Unable to read frames from ffmpeg process.
2023-12-09 19:58:21.860606680  [2023-12-09 20:58:21] frigate.video                  ERROR   : Carporten: ffmpeg process is not running. exiting capture thread...
2023-12-09 19:58:23.506526201  [2023-12-09 20:58:23] frigate.video                  ERROR   : Terasse: Unable to read frames from ffmpeg process.
2023-12-09 19:58:23.508013490  [2023-12-09 20:58:23] frigate.video                  ERROR   : Terasse: ffmpeg process is not running. exiting capture thread...
2023-12-09 19:58:24.691612657  [2023-12-09 20:58:24] watchdog.Terasse               ERROR   : Ffmpeg process crashed unexpectedly for Terasse.
2023-12-09 19:58:24.692744767  [2023-12-09 20:58:24] watchdog.Terasse               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-12-09 19:58:24.700771552  [2023-12-09 20:58:24] ffmpeg.Terasse.detect          ERROR   : Guessed Channel Layout for Input Stream #0.1 : mono
2023-12-09 19:58:24.700787497  [2023-12-09 20:58:24] ffmpeg.Terasse.detect          ERROR   : [h264 @ 0x5594f2bfc0] left block unavailable for requested intra4x4 mode -1
2023-12-09 19:58:24.700817292  [2023-12-09 20:58:24] ffmpeg.Terasse.detect          ERROR   : [h264 @ 0x5594f2bfc0] error while decoding MB 0 38, bytestream 26740
2023-12-09 19:58:24.700825848  [2023-12-09 20:58:24] ffmpeg.Terasse.detect          ERROR   : rtsp://*:*@192.168.0.105:8554/Streaming/Channels/101: corrupt decoded frame in stream 0
2023-12-09 19:58:24.700927142  [2023-12-09 20:58:24] ffmpeg.Terasse.detect          ERROR   : [flv @ 0x5594fa8f60] Failed to update header with correct duration.
2023-12-09 19:58:24.700933087  [2023-12-09 20:58:24] ffmpeg.Terasse.detect          ERROR   : [flv @ 0x5594fa8f60] Failed to update header with correct filesize.
2023-12-09 19:58:31.869295514  [2023-12-09 20:58:31] watchdog.Carporten             ERROR   : Ffmpeg process crashed unexpectedly for Carporten.
2023-12-09 19:58:31.869319884  [2023-12-09 20:58:31] watchdog.Carporten             ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-12-09 19:58:31.870143869  [2023-12-09 20:58:31] ffmpeg.Carporten.detect        ERROR   : Guessed Channel Layout for Input Stream #0.1 : mono
2023-12-09 19:58:31.871284960  [2023-12-09 20:58:31] ffmpeg.Carporten.detect        ERROR   : rtsp://*:*@192.168.0.123:8554/Streaming/Channels/101: corrupt decoded frame in stream 0
2023-12-09 19:58:31.874634383  [2023-12-09 20:58:31] ffmpeg.Carporten.detect        ERROR   : [rtsp @ 0x55a651c3b0] RTP: PT=60: bad cseq 40eb expected=14a9
2023-12-09 19:58:31.876441425  [2023-12-09 20:58:31] ffmpeg.Carporten.detect        ERROR   : [h264 @ 0x55a6650650] left block unavailable for requested intra mode
2023-12-09 19:58:31.879074879  [2023-12-09 20:58:31] ffmpeg.Carporten.detect        ERROR   : [h264 @ 0x55a6650650] error while decoding MB 0 33, bytestream 24779
2023-12-09 19:58:31.887337938  [2023-12-09 20:58:31] ffmpeg.Carporten.detect        ERROR   : rtsp://*:*@192.168.0.123:8554/Streaming/Channels/101: corrupt decoded frame in stream 0
2023-12-09 19:58:31.888311588  [2023-12-09 20:58:31] ffmpeg.Carporten.detect        ERROR   : [flv @ 0x55a653fc40] Failed to update header with correct duration.
2023-12-09 19:58:31.891858748  [2023-12-09 20:58:31] ffmpeg.Carporten.detect        ERROR   : [flv @ 0x55a653fc40] Failed to update header with correct filesize.

FFprobe output from your camera

dont know where to run

Frigate stats

dont know where

Operating system

HassOS

Install method

HassOS Addon

Coral version

CPU (no coral)

Network connection

Wired

Camera make and model

Nedis

Any other information that may be helpful

think that would be it. let me know if any questsions you might have

NickM-27 commented 9 months ago

You can't use rtmp with h.265 cameras. Go2rtc is recommended anyway so I'd suggest disabling and removing that config

anderskorup commented 9 months ago

do you have a clean config to run go2rtc then ? :)

then i can try that out. :)

NickM-27 commented 9 months ago

Not sure what you mean, I'd start by removing rtmp and confirm things work. Then read the docs in adding go2rtc

anderskorup commented 9 months ago

after i ben changing some stuff arround. and tryed out some other things. it still does it. any idea what i do wrong ? :(

mqtt:
  host: 192.168.0.185
  user: mqttuser
  password: PASSWORD:)

go2rtc:
  streams:
    Carporten:
      - rtsp://admin:PASSWORD@192.168.0.123:8554/Streaming/Channels/101
    Ringeklokke:
      - rtsp://admin:PASSWORD@192.168.0.123:8554/Streaming/Channels/101
    Terasse:
      - rtsp://admin:PASSWORD@192.168.0.123:8554/Streaming/Channels/101

cameras:
  Carporten:
    ffmpeg:
      inputs:
      #lowres detection
        - path: rtsp://admin:PASSWORD@192.168.0.123:8554/Streaming/Channels/101
          input_args: preset-rtsp-restream
          roles:
            - detect
      #hires recording
        - path: rtsp://admin:PASSWORD@192.168.0.123:8554/Streaming/Channels/101
          roles:
            - record
    detect:
      width: 1280
      height: 720
      fps: 5
    objects:
      track:
        - person
        - car
        - cat
    record:
      enabled: True
      retain:
        days: 30
        mode: motion
    snapshots:
      enabled: True

  Indkorsel:
    ffmpeg:
      inputs:
      #lowres detection
        - path: rtsp://admin:PASSWORD@192.168.0.175:8554/Streaming/Channels/101
          input_args: preset-rtsp-restream
          roles:
            - detect
      #hires recording
        - path: rtsp://admin:PASSWORD@192.168.0.175:8554/Streaming/Channels/101
          roles:
            - record
    detect:
      width: 1280
      height: 720
      fps: 5
    objects:
      track:
        - person
        - car
        - cat
    record:
      enabled: True
      retain:
        days: 30
        mode: motion
    snapshots:
      enabled: True

  Terasse:
    ffmpeg:
      inputs:
      #lowres detection
        - path: rtsp://admin:PASSWORD@192.168.0.105:8554/Streaming/Channels/101
          input_args: preset-rtsp-restream
          roles:
            - detect
      #hires recording
        - path: rtsp://admin:PASSWORD@192.168.0.105:8554/Streaming/Channels/101
          roles:
            - record
    detect:
      width: 1280
      height: 720
      fps: 5
    objects:
      track:
        - person
        - car
        - cat
    record:
      enabled: True
      retain:
        days: 30
        mode: motion
    snapshots:
      enabled: True
anderskorup commented 9 months ago

image

it thogh seems to be running a bit better then before. but not like i thoght it would :(

anderskorup commented 9 months ago

error log

2023-12-10 19:08:45.179201769 [2023-12-10 20:08:45] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-10 19:08:53.697212078 [2023-12-10 20:08:53] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-10 19:08:53.698440927 [2023-12-10 20:08:53] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-10 19:08:53.700560168 [2023-12-10 20:08:53] ffmpeg.Terasse.detect ERROR : [h264 @ 0x559d1da090] reference picture missing during reorder 2023-12-10 19:08:53.702072549 [2023-12-10 20:08:53] ffmpeg.Terasse.detect ERROR : [h264 @ 0x559d1da090] Missing reference picture, default is 0 2023-12-10 19:08:53.702087882 [2023-12-10 20:08:53] ffmpeg.Terasse.detect ERROR : [h264 @ 0x559d1da090] decode_slice_header error 2023-12-10 19:08:53.702167603 [2023-12-10 20:08:53] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-10 19:08:53.702724871 [2023-12-10 20:08:53] ffmpeg.Terasse.detect ERROR : [h264 @ 0x559d2ba1d0] reference picture missing during reorder 2023-12-10 19:08:53.703230992 [2023-12-10 20:08:53] ffmpeg.Terasse.detect ERROR : [h264 @ 0x559d2ba1d0] Missing reference picture, default is 0 2023-12-10 19:08:53.703741020 [2023-12-10 20:08:53] ffmpeg.Terasse.detect ERROR : [h264 @ 0x559d2ba1d0] decode_slice_header error 2023-12-10 19:08:53.707212163 [2023-12-10 20:08:53] ffmpeg.Terasse.detect ERROR : [h264 @ 0x559d2ba1d0] error while decoding MB 113 34, bytestream -8 2023-12-10 19:08:53.707228737 [2023-12-10 20:08:53] ffmpeg.Terasse.detect ERROR : rtsp://:@192.168.0.105:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-10 19:08:53.747170299 [2023-12-10 20:08:53] ffmpeg.Terasse.detect ERROR : [rtsp @ 0x559d1d7090] RTP: PT=60: bad cseq 35ad expected=2399 2023-12-10 19:08:53.747945359 [2023-12-10 20:08:53] ffmpeg.Terasse.detect ERROR : rtsp://:@192.168.0.105:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-10 19:08:53.749887159 [2023-12-10 20:08:53] ffmpeg.Terasse.detect ERROR : [h264 @ 0x559d2ba1d0] cabac decode of qscale diff failed at 38 20 2023-12-10 19:08:53.750626627 [2023-12-10 20:08:53] ffmpeg.Terasse.detect ERROR : [h264 @ 0x559d2ba1d0] error while decoding MB 38 20, bytestream -3 2023-12-10 19:08:53.751286949 [2023-12-10 20:08:53] ffmpeg.Terasse.detect ERROR : rtsp://:@192.168.0.105:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-10 19:09:24.727653935 [2023-12-10 20:09:24] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-10 19:09:24.730478052 [2023-12-10 20:09:24] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-10 19:09:24.731744716 [2023-12-10 20:09:24] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-10 19:09:24.731760900 [2023-12-10 20:09:24] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-10 19:09:28.994094469 [2023-12-10 20:09:28] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-10 19:09:28.994111672 [2023-12-10 20:09:28] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-10 19:09:28.994116283 [2023-12-10 20:09:28] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-10 19:09:28.994120838 [2023-12-10 20:09:28] ffmpeg.Carporten.detect ERROR : [h264 @ 0x55807e4090] error while decoding MB 73 26, bytestream -9 2023-12-10 19:09:28.994125524 [2023-12-10 20:09:28] ffmpeg.Carporten.detect ERROR : rtsp://:@192.168.0.123:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-10 19:09:29.172112823 [2023-12-10 20:09:29] ffmpeg.Carporten.record ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-10 19:09:29.172126100 [2023-12-10 20:09:29] watchdog.Carporten INFO : Terminating the existing ffmpeg process... 2023-12-10 19:09:29.172130452 [2023-12-10 20:09:29] watchdog.Carporten INFO : Waiting for ffmpeg to exit gracefully... 2023-12-10 19:09:33.878033268 [2023-12-10 20:09:33] ffmpeg.Terasse.record ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-10 19:09:33.878051194 [2023-12-10 20:09:33] watchdog.Terasse INFO : Terminating the existing ffmpeg process... 2023-12-10 19:09:33.878055694 [2023-12-10 20:09:33] watchdog.Terasse INFO : Waiting for ffmpeg to exit gracefully... 2023-12-10 19:09:44.052683871 [2023-12-10 20:09:43] ffmpeg.Terasse.record ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-10 19:09:44.054647930 [2023-12-10 20:09:43] watchdog.Terasse INFO : Terminating the existing ffmpeg process... 2023-12-10 19:09:44.054661578 [2023-12-10 20:09:43] watchdog.Terasse INFO : Waiting for ffmpeg to exit gracefully... 2023-12-10 19:09:54.463158252 [2023-12-10 20:09:54] ffmpeg.Terasse.record ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-10 19:09:54.467369142 [2023-12-10 20:09:54] watchdog.Terasse INFO : Terminating the existing ffmpeg process... 2023-12-10 19:09:54.467390919 [2023-12-10 20:09:54] watchdog.Terasse INFO : Waiting for ffmpeg to exit gracefully... 2023-12-10 19:10:04.638511453 [2023-12-10 20:10:04] watchdog.Terasse INFO : No frames received from Terasse in 20 seconds. Exiting ffmpeg... 2023-12-10 19:10:04.640329014 [2023-12-10 20:10:04] watchdog.Terasse INFO : Waiting for ffmpeg to exit gracefully... 2023-12-10 19:10:09.248813228 [2023-12-10 20:10:09] ffmpeg.Carporten.record ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-10 19:10:09.248827246 [2023-12-10 20:10:09] watchdog.Carporten INFO : Terminating the existing ffmpeg process... 2023-12-10 19:10:09.252353518 [2023-12-10 20:10:09] watchdog.Carporten INFO : Waiting for ffmpeg to exit gracefully... 2023-12-10 19:10:17.318633465 [2023-12-10 20:10:17] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-10 19:10:17.318647835 [2023-12-10 20:10:17] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-10 19:10:17.356901481 [2023-12-10 20:10:17] ffmpeg.Terasse.record ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-10 19:10:17.359676747 [2023-12-10 20:10:17] watchdog.Terasse INFO : Terminating the existing ffmpeg process... 2023-12-10 19:10:17.359690488 [2023-12-10 20:10:17] watchdog.Terasse INFO : Waiting for ffmpeg to exit gracefully... 2023-12-10 19:10:19.349403640 [2023-12-10 20:10:19] ffmpeg.Carporten.record ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-10 19:10:19.349419029 [2023-12-10 20:10:19] watchdog.Carporten INFO : Terminating the existing ffmpeg process... 2023-12-10 19:10:19.349423344 [2023-12-10 20:10:19] watchdog.Carporten INFO : Waiting for ffmpeg to exit gracefully... 2023-12-10 19:10:27.445430398 [2023-12-10 20:10:27] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-10 19:10:27.496545227 [2023-12-10 20:10:27] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-10 19:10:27.498595765 [2023-12-10 20:10:27] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-10 19:10:39.456927877 [2023-12-10 20:10:39] ffmpeg.Carporten.record ERROR : [rtsp @ 0x55b14b8180] DTS discontinuity in stream 1: packet 45 with DTS 13617883380456, packet 46 with DTS 13617883383349 2023-12-10 19:10:39.456952173 [2023-12-10 20:10:39] ffmpeg.Carporten.record ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-10 19:10:39.456961487 [2023-12-10 20:10:39] watchdog.Carporten INFO : Terminating the existing ffmpeg process... 2023-12-10 19:10:39.456969932 [2023-12-10 20:10:39] watchdog.Carporten INFO : Waiting for ffmpeg to exit gracefully... 2023-12-10 19:10:49.196745076 [2023-12-10 20:10:49] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-10 19:10:49.200530547 [2023-12-10 20:10:49] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-10 19:10:49.208062693 [2023-12-10 20:10:49] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-10 19:10:49.208078730 [2023-12-10 20:10:49] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-10 19:10:49.597053244 [2023-12-10 20:10:49] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-10 19:10:49.597076780 [2023-12-10 20:10:49] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-10 19:10:49.597086614 [2023-12-10 20:10:49] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-10 19:10:49.598142521 [2023-12-10 20:10:49] ffmpeg.Carporten.detect ERROR : rtsp://:@192.168.0.123:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-10 19:10:49.606895664 [2023-12-10 20:10:49] ffmpeg.Carporten.detect ERROR : [h264 @ 0x557a35bad0] error while decoding MB 106 5, bytestream -7 2023-12-10 19:10:49.608260011 [2023-12-10 20:10:49] ffmpeg.Carporten.detect ERROR : rtsp://:@192.168.0.123:8554/Streaming/Channels/101: corrupt decoded frame in stream 0

NickM-27 commented 9 months ago

You should be using port 554 not 8554 when connecting to the camera

anderskorup commented 9 months ago

IMG_7775

that made it not loading anything :(

NickM-27 commented 9 months ago

What is config now

anderskorup commented 9 months ago
mqtt:
  host: 192.168.0.185
  user: mqttuser
  password: PASSWORD:)

go2rtc:
  streams:
    Carporten:
      - rtsp://admin:PASSWORD@192.168.0.123:554/Streaming/Channels/101
    Ringeklokke:
      - rtsp://admin:PASSWORD@192.168.0.175:554/Streaming/Channels/101
    Terasse:
      - rtsp://admin:PASSWORD@192.168.0.105:554/Streaming/Channels/101

cameras:
  Carporten:
    ffmpeg:
      inputs:
      #lowres detection
        - path: rtsp://admin:PASSWORD@192.168.0.123:554/Streaming/Channels/101
          input_args: preset-rtsp-restream
          roles:
            - detect
      #hires recording
        - path: rtsp://admin:PASSWORD@192.168.0.123:554/Streaming/Channels/101
          roles:
            - record
    detect:
      width: 1280
      height: 720
      fps: 5
    objects:
      track:
        - person
        - cat
    record:
      enabled: True
      retain:
        days: 30
        mode: motion
    snapshots:
      enabled: True

  Indkorsel:
    ffmpeg:
      inputs:
      #lowres detection
        - path: rtsp://admin:PASSWORD@192.168.0.175:554/Streaming/Channels/101
          input_args: preset-rtsp-restream
          roles:
            - detect
      #hires recording
        - path: rtsp://admin:PASSWORD@192.168.0.175:554/Streaming/Channels/101
          roles:
            - record
    detect:
      width: 1280
      height: 720
      fps: 5
    objects:
      track:
        - person
        - cat
    record:
      enabled: True
      retain:
        days: 30
        mode: motion
    snapshots:
      enabled: True

  Terasse:
    ffmpeg:
      inputs:
      #lowres detection
        - path: rtsp://admin:PASSWORD@192.168.0.105:554/Streaming/Channels/101
          input_args: preset-rtsp-restream
          roles:
            - detect
      #hires recording
        - path: rtsp://admin:PASSWORD@192.168.0.105:554/Streaming/Channels/101
          roles:
            - record
    detect:
      width: 1280
      height: 720
      fps: 5
    objects:
      track:
        - person
        - cat
    record:
      enabled: True
      retain:
        days: 30
        mode: motion
    snapshots:
      enabled: True
anderskorup commented 9 months ago

from onvif manager

image image image image

NickM-27 commented 9 months ago

need a full copy (not screenshot) of the logs

anderskorup commented 9 months ago

when it runs at 8554

2023-12-11 17:32:03.203795007 [INFO] Starting Frigate... 2023-12-11 17:32:09.060625277 [2023-12-11 18:32:09] frigate.app INFO : Starting Frigate (0.12.1-367d724) 2023-12-11 17:32:09.170813874 [2023-12-11 18:32:09] frigate.app INFO : Creating directory: /tmp/cache 2023-12-11 17:32:09.179478375 [2023-12-11 18:32:09] peewee_migrate INFO : Starting migrations 2023-12-11 17:32:09.199449917 [2023-12-11 18:32:09] peewee_migrate INFO : There is nothing to migrate 2023-12-11 17:32:09.333309362 [2023-12-11 18:32:09] frigate.app INFO : Output process started: 303 2023-12-11 17:32:09.393671520 [2023-12-11 18:32:09] frigate.app INFO : Camera processor started for Carporten: 306 2023-12-11 17:32:09.431368800 [2023-12-11 18:32:09] detector.cpu INFO : Starting detection process: 301 2023-12-11 17:32:09.431393873 [2023-12-11 18:32:09] frigate.detectors WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes. 2023-12-11 17:32:09.574452423 [2023-12-11 18:32:09] frigate.app INFO : Camera processor started for Indkorsel: 307 2023-12-11 17:32:09.574469627 [2023-12-11 18:32:09] frigate.app INFO : Camera processor started for Terasse: 309 2023-12-11 17:32:09.574473405 [2023-12-11 18:32:09] frigate.app INFO : Capture process started for Carporten: 310 2023-12-11 17:32:09.574479701 [2023-12-11 18:32:09] frigate.app INFO : Capture process started for Indkorsel: 311 2023-12-11 17:32:09.594439614 [2023-12-11 18:32:09] frigate.app INFO : Capture process started for Terasse: 317 2023-12-11 17:35:18.805571161 [2023-12-11 18:35:18] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:35:18.808863360 [2023-12-11 18:35:18] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:35:19.815573135 [2023-12-11 18:35:19] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-11 17:35:19.850936722 [2023-12-11 18:35:19] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:35:19.853744427 [2023-12-11 18:35:19] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:35:19.855411387 [2023-12-11 18:35:19] ffmpeg.Terasse.detect ERROR : [h264 @ 0x557a47ee80] error while decoding MB 87 48, bytestream -13 2023-12-11 17:35:19.857151624 [2023-12-11 18:35:19] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:35:51.794289503 [2023-12-11 18:35:51] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:35:51.807330893 [2023-12-11 18:35:51] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:35:59.701611721 [2023-12-11 18:35:59] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 17:35:59.706032054 [2023-12-11 18:35:59] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:35:59.708888684 [2023-12-11 18:35:59] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:35:59.718835632 [2023-12-11 18:35:59] ffmpeg.Carporten.detect ERROR : [h264 @ 0x5594c91210] Increasing reorder buffer to 15 2023-12-11 17:35:59.722161256 [2023-12-11 18:35:59] ffmpeg.Carporten.detect ERROR : [h264 @ 0x5594c11370] cabac decode of qscale diff failed at 96 51 2023-12-11 17:35:59.726223408 [2023-12-11 18:35:59] ffmpeg.Carporten.detect ERROR : [h264 @ 0x5594c11370] error while decoding MB 96 51, bytestream -1 2023-12-11 17:37:12.036901169 [2023-12-11 18:37:12] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:37:12.038656814 [2023-12-11 18:37:12] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:37:19.838505197 [2023-12-11 18:37:19] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 17:37:19.838528030 [2023-12-11 18:37:19] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:37:19.838532456 [2023-12-11 18:37:19] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:37:19.838536549 [2023-12-11 18:37:19] ffmpeg.Carporten.detect ERROR : [rtsp @ 0x558fce51d0] CSeq 8 expected, 0 received. 2023-12-11 17:37:19.852620258 [2023-12-11 18:37:19] ffmpeg.Carporten.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:40:08.258923618 [2023-12-11 18:40:08] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:40:08.260766613 [2023-12-11 18:40:08] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:40:08.263504522 [2023-12-11 18:40:08] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:40:08.266032471 [2023-12-11 18:40:08] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:40:09.955548688 [2023-12-11 18:40:09] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-11 17:40:09.957611014 [2023-12-11 18:40:09] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:40:09.958441540 [2023-12-11 18:40:09] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:40:09.961282485 [2023-12-11 18:40:09] ffmpeg.Terasse.detect ERROR : [h264 @ 0x55a5d91650] left block unavailable for requested intra4x4 mode -1 2023-12-11 17:40:09.962942742 [2023-12-11 18:40:09] ffmpeg.Terasse.detect ERROR : [h264 @ 0x55a5d91650] error while decoding MB 0 27, bytestream 3643 2023-12-11 17:40:09.964681349 [2023-12-11 18:40:09] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:40:09.966061869 [2023-12-11 18:40:09] ffmpeg.Terasse.detect ERROR : [rtsp @ 0x55a5d6d1d0] RTP: PT=60: bad cseq 9c7f expected=8ad9 2023-12-11 17:40:09.968784890 [2023-12-11 18:40:09] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:40:09.970023041 [2023-12-11 18:40:09] ffmpeg.Terasse.detect ERROR : [rtsp @ 0x55a5d6d1d0] RTP: PT=60: bad cseq 13be expected=0618 2023-12-11 17:40:09.971781092 [2023-12-11 18:40:09] ffmpeg.Terasse.detect ERROR : [rtsp @ 0x55a5d6d1d0] RTP: PT=60: bad cseq 230b expected=1455 2023-12-11 17:40:09.973214018 [2023-12-11 18:40:09] ffmpeg.Terasse.detect ERROR : [h264 @ 0x55a5d8bce0] left block unavailable for requested intra mode 2023-12-11 17:40:09.977112987 [2023-12-11 18:40:09] ffmpeg.Terasse.detect ERROR : [h264 @ 0x55a5d8bce0] error while decoding MB 0 65, bytestream 7061 2023-12-11 17:40:09.985748507 [2023-12-11 18:40:09] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:40:09.988355992 [2023-12-11 18:40:09] ffmpeg.Terasse.detect ERROR : [rtsp @ 0x55a5d6d1d0] RTP: PT=60: bad cseq 7b30 expected=6efb 2023-12-11 17:40:09.990285727 [2023-12-11 18:40:09] ffmpeg.Terasse.detect ERROR : [h264 @ 0x55a5d8bce0] error while decoding MB 57 38, bytestream -5 2023-12-11 17:40:09.994760966 [2023-12-11 18:40:09] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:40:20.022140662 [2023-12-11 18:40:20] watchdog.Carporten INFO : No frames received from Carporten in 20 seconds. Exiting ffmpeg... 2023-12-11 17:40:20.031343489 [2023-12-11 18:40:20] watchdog.Carporten INFO : Waiting for ffmpeg to exit gracefully... 2023-12-11 17:40:29.703418487 [2023-12-11 18:40:29] watchdog.Indkorsel INFO : Indkorsel exceeded fps limit. Exiting ffmpeg... 2023-12-11 17:40:29.716530449 [2023-12-11 18:40:29] watchdog.Indkorsel INFO : Waiting for ffmpeg to exit gracefully... 2023-12-11 17:40:37.201203907 [2023-12-11 18:40:37] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:40:37.205229392 [2023-12-11 18:40:37] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:40:37.206049901 [2023-12-11 18:40:37] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:40:47.232939190 [2023-12-11 18:40:47] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 17:40:47.232975337 [2023-12-11 18:40:47] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:40:47.232980152 [2023-12-11 18:40:47] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:40:47.232984597 [2023-12-11 18:40:47] ffmpeg.Carporten.detect ERROR : [rtsp @ 0x557a4821d0] CSeq 11 expected, 0 received. 2023-12-11 17:40:47.232988967 [2023-12-11 18:40:47] ffmpeg.Carporten.detect ERROR : [rtsp @ 0x557a4821d0] RTP: PT=60: bad cseq b57c expected=80a9 2023-12-11 17:40:47.234309376 [2023-12-11 18:40:47] ffmpeg.Carporten.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:40:59.985599730 [2023-12-11 18:40:59] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:40:59.988234252 [2023-12-11 18:40:59] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:40:59.990399243 [2023-12-11 18:40:59] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:40:59.993030173 [2023-12-11 18:40:59] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:40:59.994780076 [2023-12-11 18:40:59] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:40:59.996522147 [2023-12-11 18:40:59] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:40:59.997818204 [2023-12-11 18:40:59] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:41:00.132884354 [2023-12-11 18:41:00] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-11 17:41:00.133900452 [2023-12-11 18:41:00] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:41:00.138085176 [2023-12-11 18:41:00] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:41:00.141375134 [2023-12-11 18:41:00] ffmpeg.Terasse.detect ERROR : [h264 @ 0x558c38da60] Increasing reorder buffer to 15 2023-12-11 17:41:00.148751985 [2023-12-11 18:41:00] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:42:21.816098995 [2023-12-11 18:42:21] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:42:21.818314429 [2023-12-11 18:42:21] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:42:28.050533554 [2023-12-11 18:42:28] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:42:28.062012871 [2023-12-11 18:42:28] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:42:30.406645273 [2023-12-11 18:42:30] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-11 17:42:30.409203092 [2023-12-11 18:42:30] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:42:30.414463507 [2023-12-11 18:42:30] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:42:30.414478247 [2023-12-11 18:42:30] ffmpeg.Terasse.detect ERROR : [h264 @ 0x55a36d4710] left block unavailable for requested intra mode 2023-12-11 17:42:30.415965710 [2023-12-11 18:42:30] ffmpeg.Terasse.detect ERROR : [h264 @ 0x55a36d4710] error while decoding MB 0 48, bytestream 43649 2023-12-11 17:42:30.425861473 [2023-12-11 18:42:30] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:42:30.427842688 [2023-12-11 18:42:30] ffmpeg.Terasse.detect ERROR : [rtsp @ 0x55a36b01d0] RTP: PT=60: bad cseq e5b1 expected=d697 2023-12-11 17:42:30.431488216 [2023-12-11 18:42:30] ffmpeg.Terasse.detect ERROR : [h264 @ 0x55a36d4710] left block unavailable for requested intra4x4 mode -1 2023-12-11 17:42:30.434413456 [2023-12-11 18:42:30] ffmpeg.Terasse.detect ERROR : [h264 @ 0x55a36d4710] error while decoding MB 0 64, bytestream 145377 2023-12-11 17:42:30.437136329 [2023-12-11 18:42:30] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:42:30.440602618 [2023-12-11 18:42:30] ffmpeg.Terasse.detect ERROR : [h264 @ 0x55a36d0e90] error while decoding MB 109 37, bytestream -5 2023-12-11 17:42:30.445785645 [2023-12-11 18:42:30] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:42:37.511073117 [2023-12-11 18:42:37] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 17:42:37.511518667 [2023-12-11 18:42:37] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:42:37.512070141 [2023-12-11 18:42:37] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:42:37.512667726 [2023-12-11 18:42:37] ffmpeg.Carporten.detect ERROR : [rtsp @ 0x55a72161d0] CSeq 8 expected, 0 received. 2023-12-11 17:42:37.513320403 [2023-12-11 18:42:37] ffmpeg.Carporten.detect ERROR : [h264 @ 0x55a7237310] cabac decode of qscale diff failed at 68 12 2023-12-11 17:42:37.514683052 [2023-12-11 18:42:37] ffmpeg.Carporten.detect ERROR : [h264 @ 0x55a7237310] error while decoding MB 68 12, bytestream 621 2023-12-11 17:42:37.516352901 [2023-12-11 18:42:37] ffmpeg.Carporten.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:44:07.488439780 [2023-12-11 18:44:07] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:44:07.495030122 [2023-12-11 18:44:07] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:44:10.500822873 [2023-12-11 18:44:10] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-11 17:44:10.501149869 [2023-12-11 18:44:10] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:44:10.503067381 [2023-12-11 18:44:10] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:44:10.503471043 [2023-12-11 18:44:10] ffmpeg.Terasse.detect ERROR : [rtsp @ 0x5573e271d0] CSeq 8 expected, 0 received. 2023-12-11 17:44:10.504981265 [2023-12-11 18:44:10] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:44:29.579062506 [2023-12-11 18:44:29] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:44:29.582588461 [2023-12-11 18:44:29] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:44:29.587167865 [2023-12-11 18:44:29] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:44:30.586490260 [2023-12-11 18:44:30] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-11 17:44:30.586508259 [2023-12-11 18:44:30] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:44:30.587590505 [2023-12-11 18:44:30] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:44:30.588990191 [2023-12-11 18:44:30] ffmpeg.Terasse.detect ERROR : [h264 @ 0x55b05630c0] error while decoding MB 83 33, bytestream -5 2023-12-11 17:44:30.590434598 [2023-12-11 18:44:30] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:45:14.684510773 [2023-12-11 18:45:14] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:45:14.688830033 [2023-12-11 18:45:14] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:45:14.693053164 [2023-12-11 18:45:14] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:45:14.702135104 [2023-12-11 18:45:14] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:45:17.622077706 [2023-12-11 18:45:17] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 17:45:17.626954385 [2023-12-11 18:45:17] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:45:17.626969459 [2023-12-11 18:45:17] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:45:17.626974144 [2023-12-11 18:45:17] ffmpeg.Carporten.detect ERROR : [rtsp @ 0x55af0e11d0] CSeq 8 expected, 0 received. 2023-12-11 17:45:34.325898159 [2023-12-11 18:45:34] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:45:34.327868060 [2023-12-11 18:45:34] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:45:40.678022983 [2023-12-11 18:45:40] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-11 17:45:40.741003902 [2023-12-11 18:45:40] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:45:40.752073020 [2023-12-11 18:45:40] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:46:49.367322417 [2023-12-11 18:46:49] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:46:49.369150246 [2023-12-11 18:46:49] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:46:49.372350835 [2023-12-11 18:46:49] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:46:49.374260718 [2023-12-11 18:46:49] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:46:50.857294372 [2023-12-11 18:46:50] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-11 17:46:50.857376278 [2023-12-11 18:46:50] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:46:50.857814569 [2023-12-11 18:46:50] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:46:50.859964134 [2023-12-11 18:46:50] ffmpeg.Terasse.detect ERROR : [h264 @ 0x55bb9019e0] error while decoding MB 75 49, bytestream -41 2023-12-11 17:46:50.859981893 [2023-12-11 18:46:50] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:46:54.789537236 [2023-12-11 18:46:54] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:46:54.793249911 [2023-12-11 18:46:54] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:46:54.796523962 [2023-12-11 18:46:54] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:46:54.799030189 [2023-12-11 18:46:54] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:46:54.800995609 [2023-12-11 18:46:54] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:46:57.758513007 [2023-12-11 18:46:57] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 17:46:57.758963686 [2023-12-11 18:46:57] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:46:57.759579345 [2023-12-11 18:46:57] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:46:57.760234818 [2023-12-11 18:46:57] ffmpeg.Carporten.detect ERROR : [h264 @ 0x556ea792d0] cabac decode of qscale diff failed at 43 14 2023-12-11 17:46:57.760981235 [2023-12-11 18:46:57] ffmpeg.Carporten.detect ERROR : [h264 @ 0x556ea792d0] error while decoding MB 43 14, bytestream -3 2023-12-11 17:46:57.809772298 [2023-12-11 18:46:57] ffmpeg.Carporten.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:48:11.802436425 [2023-12-11 18:48:11] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:48:11.805734975 [2023-12-11 18:48:11] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:48:11.810816448 [2023-12-11 18:48:11] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:48:14.440933388 [2023-12-11 18:48:14] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:48:14.447030958 [2023-12-11 18:48:14] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:48:17.878652200 [2023-12-11 18:48:17] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 17:48:17.878685052 [2023-12-11 18:48:17] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:48:17.880055423 [2023-12-11 18:48:17] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:48:17.882126360 [2023-12-11 18:48:17] ffmpeg.Carporten.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:48:17.884379461 [2023-12-11 18:48:17] ffmpeg.Carporten.detect ERROR : [h264 @ 0x55aeb307a0] error while decoding MB 103 28, bytestream -11 2023-12-11 17:48:17.892551875 [2023-12-11 18:48:17] ffmpeg.Carporten.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:48:21.029622557 [2023-12-11 18:48:21] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-11 17:48:21.030787727 [2023-12-11 18:48:21] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:48:21.032403466 [2023-12-11 18:48:21] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:48:21.038437445 [2023-12-11 18:48:21] ffmpeg.Terasse.detect ERROR : [segment @ 0x555ed30d80] Non-monotonous DTS in output stream 0:0; previous: 6364, current: 1843; changing to 6365. This may result in incorrect timestamps in the output file. 2023-12-11 17:48:21.041791995 [2023-12-11 18:48:21] ffmpeg.Terasse.detect ERROR : [segment @ 0x555ed30d80] Non-monotonous DTS in output stream 0:0; previous: 6365, current: 2857; changing to 6366. This may result in incorrect timestamps in the output file. 2023-12-11 17:48:21.047381960 [2023-12-11 18:48:21] ffmpeg.Terasse.detect ERROR : [segment @ 0x555ed30d80] Non-monotonous DTS in output stream 0:0; previous: 6366, current: 3686; changing to 6367. This may result in incorrect timestamps in the output file. 2023-12-11 17:48:21.051389391 [2023-12-11 18:48:21] ffmpeg.Terasse.detect ERROR : [segment @ 0x555ed30d80] Non-monotonous DTS in output stream 0:0; previous: 6367, current: 4608; changing to 6368. This may result in incorrect timestamps in the output file. 2023-12-11 17:48:21.055852667 [2023-12-11 18:48:21] ffmpeg.Terasse.detect ERROR : [segment @ 0x555ed30d80] Non-monotonous DTS in output stream 0:0; previous: 6368, current: 5530; changing to 6369. This may result in incorrect timestamps in the output file. 2023-12-11 17:48:21.063324850 [2023-12-11 18:48:21] ffmpeg.Terasse.detect ERROR : [h264 @ 0x555ee2c660] left block unavailable for requested intra mode 2023-12-11 17:48:21.068258231 [2023-12-11 18:48:21] ffmpeg.Terasse.detect ERROR : [h264 @ 0x555ee2c660] error while decoding MB 0 9, bytestream 607 2023-12-11 17:48:21.072152015 [2023-12-11 18:48:21] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:48:21.075973003 [2023-12-11 18:48:21] ffmpeg.Terasse.detect ERROR : [h264 @ 0x555ee2c660] error while decoding MB 67 65, bytestream -5 2023-12-11 17:48:21.081031865 [2023-12-11 18:48:21] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:49:09.047108764 [2023-12-11 18:49:09] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:49:09.053429276 [2023-12-11 18:49:09] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:49:09.062153535 [2023-12-11 18:49:09] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:49:09.065667527 [2023-12-11 18:49:09] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:49:09.067656909 [2023-12-11 18:49:09] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:49:09.073831516 [2023-12-11 18:49:09] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:49:09.079273058 [2023-12-11 18:49:09] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:49:09.083905832 [2023-12-11 18:49:09] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:49:15.038934798 [2023-12-11 18:49:15] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:49:15.045363031 [2023-12-11 18:49:15] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:49:15.050216580 [2023-12-11 18:49:15] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:49:15.055754195 [2023-12-11 18:49:15] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:49:15.063427708 [2023-12-11 18:49:15] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:49:15.069910792 [2023-12-11 18:49:15] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:49:18.051472177 [2023-12-11 18:49:17] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 17:49:18.055062613 [2023-12-11 18:49:17] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:49:18.056744962 [2023-12-11 18:49:17] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:49:18.057847114 [2023-12-11 18:49:17] ffmpeg.Carporten.detect ERROR : [rtsp @ 0x559fc291d0] CSeq 7 expected, 0 received. 2023-12-11 17:49:18.059655443 [2023-12-11 18:49:17] ffmpeg.Carporten.detect ERROR : [h264 @ 0x559fd9a040] error while decoding MB 17 60, bytestream -3 2023-12-11 17:49:18.061734454 [2023-12-11 18:49:17] ffmpeg.Carporten.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:49:21.183307573 [2023-12-11 18:49:21] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-11 17:49:21.183338257 [2023-12-11 18:49:21] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:49:21.183342350 [2023-12-11 18:49:21] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:49:21.184717555 [2023-12-11 18:49:21] ffmpeg.Terasse.detect ERROR : [h264 @ 0x55b4668a10] Increasing reorder buffer to 2 2023-12-11 17:49:21.186561105 [2023-12-11 18:49:21] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:50:19.931862605 [2023-12-11 18:50:19] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:50:19.932658780 [2023-12-11 18:50:19] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:50:25.724660136 [2023-12-11 18:50:25] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:50:25.730826298 [2023-12-11 18:50:25] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:50:25.732318261 [2023-12-11 18:50:25] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:50:25.734142941 [2023-12-11 18:50:25] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:50:28.132301299 [2023-12-11 18:50:28] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 17:50:28.132318391 [2023-12-11 18:50:28] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:50:28.132322483 [2023-12-11 18:50:28] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:50:31.273275039 [2023-12-11 18:50:31] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-11 17:50:31.273298243 [2023-12-11 18:50:31] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:50:31.273302576 [2023-12-11 18:50:31] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:51:20.037104916 [2023-12-11 18:51:20] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:51:20.040241654 [2023-12-11 18:51:20] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:51:20.045002778 [2023-12-11 18:51:20] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:51:20.047725466 [2023-12-11 18:51:20] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:51:21.359941017 [2023-12-11 18:51:21] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:51:21.368332058 [2023-12-11 18:51:21] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:51:21.377329869 [2023-12-11 18:51:21] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:51:28.186308612 [2023-12-11 18:51:28] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 17:51:28.187033010 [2023-12-11 18:51:28] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:51:28.188931357 [2023-12-11 18:51:28] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:51:28.188946208 [2023-12-11 18:51:28] ffmpeg.Carporten.detect ERROR : [h264 @ 0x558cec3730] cabac decode of qscale diff failed at 95 19 2023-12-11 17:51:28.188950764 [2023-12-11 18:51:28] ffmpeg.Carporten.detect ERROR : [h264 @ 0x558cec3730] error while decoding MB 95 19, bytestream -1 2023-12-11 17:51:28.188955523 [2023-12-11 18:51:28] ffmpeg.Carporten.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:51:31.351098752 [2023-12-11 18:51:31] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-11 17:51:31.351131363 [2023-12-11 18:51:31] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:51:31.351135566 [2023-12-11 18:51:31] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:51:31.352305274 [2023-12-11 18:51:31] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:52:49.271017581 [2023-12-11 18:52:49] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:52:49.272848743 [2023-12-11 18:52:49] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:52:58.251021757 [2023-12-11 18:52:58] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 17:52:58.251793025 [2023-12-11 18:52:58] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:52:58.253160119 [2023-12-11 18:52:58] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:53:01.751794409 [2023-12-11 18:53:01] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 17:53:01.754437949 [2023-12-11 18:53:01] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:53:11.439326584 [2023-12-11 18:53:11] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-11 17:53:11.439344065 [2023-12-11 18:53:11] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:53:11.439348621 [2023-12-11 18:53:11] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:53:11.439353565 [2023-12-11 18:53:11] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:53:11.439357935 [2023-12-11 18:53:11] ffmpeg.Terasse.detect ERROR : [h264 @ 0x5589decb50] cabac decode of qscale diff failed at 15 39 2023-12-11 17:53:11.439362028 [2023-12-11 18:53:11] ffmpeg.Terasse.detect ERROR : [h264 @ 0x5589decb50] error while decoding MB 15 39, bytestream -3 2023-12-11 17:53:11.439366546 [2023-12-11 18:53:11] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 17:56:01.159773444 [2023-12-11 18:56:01] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:56:01.162118007 [2023-12-11 18:56:01] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:56:01.165206005 [2023-12-11 18:56:01] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:56:01.167738954 [2023-12-11 18:56:01] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:56:01.171836420 [2023-12-11 18:56:01] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:56:01.180179406 [2023-12-11 18:56:01] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:56:01.191739037 [2023-12-11 18:56:01] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:56:08.387267955 [2023-12-11 18:56:08] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 17:56:08.407292330 [2023-12-11 18:56:08] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:56:08.408233040 [2023-12-11 18:56:08] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:56:08.409101399 [2023-12-11 18:56:08] ffmpeg.Carporten.detect ERROR : [rtsp @ 0x55abc941d0] CSeq 9 expected, 0 received. 2023-12-11 17:56:08.409921296 [2023-12-11 18:56:08] ffmpeg.Carporten.detect ERROR : [h264 @ 0x55abdf12f0] Increasing reorder buffer to 15 2023-12-11 17:56:08.411046004 [2023-12-11 18:56:08] ffmpeg.Carporten.detect ERROR : [rtsp @ 0x55abc941d0] CSeq 9 expected, 0 received. 2023-12-11 17:58:18.120884981 [2023-12-11 18:58:18] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:58:18.121246532 [2023-12-11 18:58:18] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:58:18.123811888 [2023-12-11 18:58:18] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:58:18.126081025 [2023-12-11 18:58:18] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:58:18.128589031 [2023-12-11 18:58:18] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 17:58:18.130589709 [2023-12-11 18:58:18] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 17:58:18.455753230 [2023-12-11 18:58:18] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 17:58:18.456422944 [2023-12-11 18:58:18] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 17:58:18.458293624 [2023-12-11 18:58:18] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 17:58:18.458318975 [2023-12-11 18:58:18] ffmpeg.Carporten.detect ERROR : [h264 @ 0x55aeca34a0] cabac decode of qscale diff failed at 69 63 2023-12-11 17:58:18.458814432 [2023-12-11 18:58:18] ffmpeg.Carporten.detect ERROR : [h264 @ 0x55aeca34a0] error while decoding MB 69 63, bytestream -1 2023-12-11 17:58:18.459348388 [2023-12-11 18:58:18] ffmpeg.Carporten.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 18:02:11.910388380 [2023-12-11 19:02:11] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:02:11.915159190 [2023-12-11 19:02:11] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:02:11.916986926 [2023-12-11 19:02:11] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:02:18.592274638 [2023-12-11 19:02:18] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 18:02:18.595774390 [2023-12-11 19:02:18] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:02:18.595791242 [2023-12-11 19:02:18] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:02:18.595795334 [2023-12-11 19:02:18] ffmpeg.Carporten.detect ERROR : [rtsp @ 0x5583bac1d0] CSeq 8 expected, 0 received. 2023-12-11 18:02:18.598546521 [2023-12-11 19:02:18] ffmpeg.Carporten.detect ERROR : [h264 @ 0x5583be58f0] cabac decode of qscale diff failed at 96 18 2023-12-11 18:02:18.599302160 [2023-12-11 19:02:18] ffmpeg.Carporten.detect ERROR : [h264 @ 0x5583be58f0] error while decoding MB 96 18, bytestream -1 2023-12-11 18:02:18.600767215 [2023-12-11 19:02:18] ffmpeg.Carporten.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 18:04:32.082985584 [2023-12-11 19:04:32] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 18:04:32.085310258 [2023-12-11 19:04:32] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 18:04:32.090796855 [2023-12-11 19:04:32] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 18:04:32.091397810 [2023-12-11 19:04:32] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 18:04:32.093506265 [2023-12-11 19:04:32] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 18:04:32.096567207 [2023-12-11 19:04:32] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 18:04:32.098748439 [2023-12-11 19:04:32] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:04:41.607015773 [2023-12-11 19:04:41] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-11 18:04:41.608949322 [2023-12-11 19:04:41] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:04:41.610830594 [2023-12-11 19:04:41] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:04:41.612582442 [2023-12-11 19:04:41] ffmpeg.Terasse.detect ERROR : [h264 @ 0x5573844cc0] left block unavailable for requested intra4x4 mode -1 2023-12-11 18:04:41.614544954 [2023-12-11 19:04:41] ffmpeg.Terasse.detect ERROR : [h264 @ 0x5573844cc0] error while decoding MB 0 32, bytestream 115696 2023-12-11 18:04:41.616041028 [2023-12-11 19:04:41] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 18:04:41.617891949 [2023-12-11 19:04:41] ffmpeg.Terasse.detect ERROR : [rtsp @ 0x55736da1d0] CSeq 27 expected, 0 received. 2023-12-11 18:06:10.505715005 [2023-12-11 19:06:10] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:06:10.508238362 [2023-12-11 19:06:10] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:06:10.509232516 [2023-12-11 19:06:10] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:06:10.510494518 [2023-12-11 19:06:10] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:06:18.640630847 [2023-12-11 19:06:18] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 18:06:18.641310801 [2023-12-11 19:06:18] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:06:18.641839202 [2023-12-11 19:06:18] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:06:18.641853165 [2023-12-11 19:06:18] ffmpeg.Carporten.detect ERROR : [h264 @ 0x55bafe2710] error while decoding MB 87 3, bytestream -5 2023-12-11 18:06:18.642409436 [2023-12-11 19:06:18] ffmpeg.Carporten.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 18:09:43.716734580 [2023-12-11 19:09:43] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 18:09:43.719314103 [2023-12-11 19:09:43] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:09:51.726222520 [2023-12-11 19:09:51] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-11 18:09:51.727868314 [2023-12-11 19:09:51] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:09:51.729223130 [2023-12-11 19:09:51] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:13:30.281897026 [2023-12-11 19:13:30] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 18:13:30.283390258 [2023-12-11 19:13:30] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:13:31.825125781 [2023-12-11 19:13:31] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-11 18:13:31.825143077 [2023-12-11 19:13:31] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:13:31.828822612 [2023-12-11 19:13:31] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:13:31.828839241 [2023-12-11 19:13:31] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 18:15:56.475181013 [2023-12-11 19:15:56] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 18:15:56.478838359 [2023-12-11 19:15:56] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 18:15:56.483116817 [2023-12-11 19:15:56] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 18:15:56.489412962 [2023-12-11 19:15:56] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 18:15:56.491679456 [2023-12-11 19:15:56] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 18:15:56.493403558 [2023-12-11 19:15:56] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:16:01.953562622 [2023-12-11 19:16:01] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-11 18:16:01.955743804 [2023-12-11 19:16:01] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:16:01.957439814 [2023-12-11 19:16:01] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:16:01.958792574 [2023-12-11 19:16:01] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 18:18:42.010786947 [2023-12-11 19:18:42] watchdog.Terasse INFO : No frames received from Terasse in 20 seconds. Exiting ffmpeg... 2023-12-11 18:18:42.012330613 [2023-12-11 19:18:42] watchdog.Terasse INFO : Waiting for ffmpeg to exit gracefully... 2023-12-11 18:18:44.135456254 [2023-12-11 19:18:44] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 18:18:44.142276776 [2023-12-11 19:18:44] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:18:54.161646331 [2023-12-11 19:18:54] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-11 18:18:54.162253057 [2023-12-11 19:18:54] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:18:54.162854487 [2023-12-11 19:18:54] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:18:54.163344531 [2023-12-11 19:18:54] ffmpeg.Terasse.detect ERROR : [h264 @ 0x5590e920e0] left block unavailable for requested intra mode 2023-12-11 18:18:54.163851093 [2023-12-11 19:18:54] ffmpeg.Terasse.detect ERROR : [h264 @ 0x5590e920e0] error while decoding MB 0 17, bytestream 6709 2023-12-11 18:18:54.164393451 [2023-12-11 19:18:54] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 18:22:07.941740741 [2023-12-11 19:22:07] frigate.video ERROR : Terasse: Unable to read frames from ffmpeg process. 2023-12-11 18:22:07.943441501 [2023-12-11 19:22:07] frigate.video ERROR : Terasse: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:22:14.237671781 [2023-12-11 19:22:14] watchdog.Terasse ERROR : Ffmpeg process crashed unexpectedly for Terasse. 2023-12-11 18:22:14.237688058 [2023-12-11 19:22:14] watchdog.Terasse ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:22:14.237692595 [2023-12-11 19:22:14] ffmpeg.Terasse.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:22:14.237697502 [2023-12-11 19:22:14] ffmpeg.Terasse.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 18:22:14.237701187 [2023-12-11 19:22:14] ffmpeg.Terasse.detect ERROR : Last message repeated 1 times 2023-12-11 18:25:28.084875398 [2023-12-11 19:25:28] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:25:28.086859822 [2023-12-11 19:25:28] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:25:28.821000367 [2023-12-11 19:25:28] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 18:25:28.821287084 [2023-12-11 19:25:28] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:25:28.821724964 [2023-12-11 19:25:28] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:25:28.823299100 [2023-12-11 19:25:28] ffmpeg.Carporten.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 18:25:28.823312877 [2023-12-11 19:25:28] ffmpeg.Carporten.detect ERROR : [rtsp @ 0x55904811d0] CSeq 40 expected, 0 received. 2023-12-11 18:25:28.823317266 [2023-12-11 19:25:28] ffmpeg.Carporten.detect ERROR : [h264 @ 0x55904a01c0] error while decoding MB 66 41, bytestream -7 2023-12-11 18:25:28.823540780 [2023-12-11 19:25:28] ffmpeg.Carporten.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 18:27:03.409332358 [2023-12-11 19:27:03] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:27:03.412677221 [2023-12-11 19:27:03] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:27:08.901129630 [2023-12-11 19:27:08] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 18:27:08.901144796 [2023-12-11 19:27:08] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:27:08.901149241 [2023-12-11 19:27:08] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:27:08.901153296 [2023-12-11 19:27:08] ffmpeg.Carporten.detect ERROR : [rtsp @ 0x55b1a381d0] CSeq 8 expected, 0 received. 2023-12-11 18:30:31.547819227 [2023-12-11 19:30:31] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:30:31.549227609 [2023-12-11 19:30:31] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:30:39.029972736 [2023-12-11 19:30:39] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 18:30:39.030170918 [2023-12-11 19:30:39] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:30:39.033432137 [2023-12-11 19:30:39] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:30:39.033446507 [2023-12-11 19:30:39] ffmpeg.Carporten.detect ERROR : [rtsp @ 0x557d97f1d0] CSeq 11 expected, 0 received. 2023-12-11 18:30:39.033451137 [2023-12-11 19:30:39] ffmpeg.Carporten.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 18:30:39.033455192 [2023-12-11 19:30:39] ffmpeg.Carporten.detect ERROR : [h264 @ 0x557d99fe90] cabac decode of qscale diff failed at 88 4 2023-12-11 18:30:39.033458896 [2023-12-11 19:30:39] ffmpeg.Carporten.detect ERROR : [h264 @ 0x557d99fe90] error while decoding MB 88 4, bytestream -1 2023-12-11 18:30:39.033462933 [2023-12-11 19:30:39] ffmpeg.Carporten.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 18:33:30.761818278 [2023-12-11 19:33:30] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:33:30.764527972 [2023-12-11 19:33:30] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:33:30.767756361 [2023-12-11 19:33:30] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:33:30.770912084 [2023-12-11 19:33:30] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:33:30.778208217 [2023-12-11 19:33:30] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:33:30.784555459 [2023-12-11 19:33:30] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:33:30.789632519 [2023-12-11 19:33:30] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:33:30.803946067 [2023-12-11 19:33:30] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:33:39.135258988 [2023-12-11 19:33:39] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 18:33:39.136013586 [2023-12-11 19:33:39] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:33:39.136525448 [2023-12-11 19:33:39] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:35:29.281425223 [2023-12-11 19:35:29] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:35:29.283967384 [2023-12-11 19:35:29] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:35:29.286761355 [2023-12-11 19:35:29] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:35:29.289147833 [2023-12-11 19:35:29] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:35:39.174522411 [2023-12-11 19:35:39] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 18:35:39.175220380 [2023-12-11 19:35:39] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:35:39.176152050 [2023-12-11 19:35:39] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:35:39.176977999 [2023-12-11 19:35:39] ffmpeg.Carporten.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 18:37:38.169025173 [2023-12-11 19:37:38] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:37:38.173334916 [2023-12-11 19:37:38] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:37:38.177437347 [2023-12-11 19:37:38] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:37:39.199056498 [2023-12-11 19:37:39] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 18:37:39.258745070 [2023-12-11 19:37:39] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:37:39.258761236 [2023-12-11 19:37:39] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:38:20.503468180 [2023-12-11 19:38:20] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:38:20.504749936 [2023-12-11 19:38:20] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:38:29.329281738 [2023-12-11 19:38:29] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 18:38:29.330730325 [2023-12-11 19:38:29] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:38:29.331875269 [2023-12-11 19:38:29] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:40:41.300431112 [2023-12-11 19:40:41] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:40:41.303761890 [2023-12-11 19:40:41] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:40:49.372651467 [2023-12-11 19:40:49] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 18:40:49.373850447 [2023-12-11 19:40:49] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:40:49.375004521 [2023-12-11 19:40:49] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:40:49.375018317 [2023-12-11 19:40:49] ffmpeg.Carporten.detect ERROR : [rtsp @ 0x559888c1d0] CSeq 8 expected, 0 received. 2023-12-11 18:41:07.130797754 [2023-12-11 19:41:07] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:41:07.137182205 [2023-12-11 19:41:07] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:41:09.472954631 [2023-12-11 19:41:09] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 18:41:09.474656825 [2023-12-11 19:41:09] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:41:09.476956176 [2023-12-11 19:41:09] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:43:56.408234381 [2023-12-11 19:43:56] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:43:56.409147255 [2023-12-11 19:43:56] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:43:59.527327027 [2023-12-11 19:43:59] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 18:43:59.527341138 [2023-12-11 19:43:59] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:43:59.527345564 [2023-12-11 19:43:59] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:43:59.527349545 [2023-12-11 19:43:59] ffmpeg.Carporten.detect ERROR : [rtsp @ 0x5573e091d0] CSeq 8 expected, 0 received. 2023-12-11 18:43:59.527353508 [2023-12-11 19:43:59] ffmpeg.Carporten.detect ERROR : [h264 @ 0x5573e24680] cabac decode of qscale diff failed at 78 57 2023-12-11 18:43:59.527357397 [2023-12-11 19:43:59] ffmpeg.Carporten.detect ERROR : [h264 @ 0x5573e24680] error while decoding MB 78 57, bytestream -1 2023-12-11 18:43:59.527361675 [2023-12-11 19:43:59] ffmpeg.Carporten.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 18:44:41.593606987 [2023-12-11 19:44:41] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:44:41.596206001 [2023-12-11 19:44:41] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:44:49.586886400 [2023-12-11 19:44:49] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 18:44:49.613481652 [2023-12-11 19:44:49] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:44:49.613498615 [2023-12-11 19:44:49] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:44:49.613502503 [2023-12-11 19:44:49] ffmpeg.Carporten.detect ERROR : [rtsp @ 0x55a9d941d0] CSeq 6 expected, 0 received. 2023-12-11 18:46:57.428732130 [2023-12-11 19:46:57] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:46:57.430866824 [2023-12-11 19:46:57] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:46:57.430882102 [2023-12-11 19:46:57] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:46:59.659360142 [2023-12-11 19:46:59] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 18:46:59.687927876 [2023-12-11 19:46:59] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:46:59.690562652 [2023-12-11 19:46:59] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:46:59.690582281 [2023-12-11 19:46:59] ffmpeg.Carporten.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 18:46:59.690586948 [2023-12-11 19:46:59] ffmpeg.Carporten.detect ERROR : [h264 @ 0x55b31b2a90] cabac decode of qscale diff failed at 5 61 2023-12-11 18:46:59.692375224 [2023-12-11 19:46:59] ffmpeg.Carporten.detect ERROR : [h264 @ 0x55b31b2a90] error while decoding MB 5 61, bytestream -1 2023-12-11 18:46:59.700669841 [2023-12-11 19:46:59] ffmpeg.Carporten.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 18:47:49.976631307 [2023-12-11 19:47:49] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:47:49.979440155 [2023-12-11 19:47:49] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:47:59.810387263 [2023-12-11 19:47:59] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 18:47:59.810405818 [2023-12-11 19:47:59] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:47:59.810410337 [2023-12-11 19:47:59] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:49:01.491661784 [2023-12-11 19:49:01] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:49:01.494938512 [2023-12-11 19:49:01] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:49:01.494953253 [2023-12-11 19:49:01] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:49:01.494958049 [2023-12-11 19:49:01] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:49:01.494962586 [2023-12-11 19:49:01] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:49:01.494966808 [2023-12-11 19:49:01] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:49:01.495481835 [2023-12-11 19:49:01] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:49:01.496362557 [2023-12-11 19:49:01] frigate.video ERROR : Carporten: Unable to read frames from ffmpeg process. 2023-12-11 18:49:01.497516367 [2023-12-11 19:49:01] frigate.video ERROR : Carporten: ffmpeg process is not running. exiting capture thread... 2023-12-11 18:49:09.845501885 [2023-12-11 19:49:09] watchdog.Carporten ERROR : Ffmpeg process crashed unexpectedly for Carporten. 2023-12-11 18:49:09.845933506 [2023-12-11 19:49:09] watchdog.Carporten ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-12-11 18:49:09.846671083 [2023-12-11 19:49:09] ffmpeg.Carporten.detect ERROR : Guessed Channel Layout for Input Stream #0.1 : mono 2023-12-11 18:49:09.846686472 [2023-12-11 19:49:09] ffmpeg.Carporten.detect ERROR : [h264 @ 0x55b27cc710] error while decoding MB 93 18, bytestream -5 2023-12-11 18:49:09.847925761 [2023-12-11 19:49:09] ffmpeg.Carporten.detect ERROR : ***@***.***:8554/Streaming/Channels/101: corrupt decoded frame in stream 0 2023-12-11 18:51:19.907575476 [2023-12-11 19:51:19] watchdog.Carporten INFO : Carporten exceeded fps limit. Exiting ffmpeg... 2023-12-11 18:51:19.907590531 [2023-12-11 19:51:19] watchdog.Carporten INFO : Waiting for ffmpeg to exit gracefully...

Fra: Nicolas Mowen @.***> Sendt: 11. december 2023 19:04:51 Til: blakeblackshear/frigate Cc: Anders kørup; Author Emne: Re: [blakeblackshear/frigate] [Support]: Frigate on HomeAssist issues (Issue #8906)

need a full copy (not screenshot) of the logs

- Reply to this email directly, view it on GitHubhttps://github.com/blakeblackshear/frigate/issues/8906#issuecomment-1850603570, or unsubscribehttps://github.com/notifications/unsubscribe-auth/APHIHNJGDGEUNZMISHZHTP3YI5DMHAVCNFSM6AAAAABAOAITK6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJQGYYDGNJXGA. You are receiving this because you authored the thread.Message ID: @.***>

anderskorup commented 9 months ago

when it runs 554

2023-12-11 18:54:31.076834747  [INFO] Starting Frigate...
2023-12-11 18:54:36.986756109  [2023-12-11 19:54:36] frigate.app                    INFO    : Starting Frigate (0.12.1-367d724)
2023-12-11 18:54:37.102224800  [2023-12-11 19:54:37] frigate.app                    INFO    : Creating directory: /tmp/cache
2023-12-11 18:54:37.111807472  [2023-12-11 19:54:37] peewee_migrate                 INFO    : Starting migrations
2023-12-11 18:54:37.131855115  [2023-12-11 19:54:37] peewee_migrate                 INFO    : There is nothing to migrate
2023-12-11 18:54:37.263158509  [2023-12-11 19:54:37] frigate.app                    INFO    : Output process started: 301
2023-12-11 18:54:37.288256725  [2023-12-11 19:54:37] detector.cpu                   INFO    : Starting detection process: 300
2023-12-11 18:54:37.331105145  [2023-12-11 19:54:37] frigate.app                    INFO    : Camera processor started for Carporten: 304
2023-12-11 18:54:37.369460538  [2023-12-11 19:54:37] frigate.detectors              WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
2023-12-11 18:54:37.395043226  [2023-12-11 19:54:37] frigate.app                    INFO    : Camera processor started for Indkorsel: 306
2023-12-11 18:54:37.406431753  [2023-12-11 19:54:37] frigate.app                    INFO    : Camera processor started for Terasse: 308
2023-12-11 18:54:37.459271431  [2023-12-11 19:54:37] frigate.app                    INFO    : Capture process started for Carporten: 310
2023-12-11 18:54:37.528074254  [2023-12-11 19:54:37] frigate.app                    INFO    : Capture process started for Indkorsel: 311
2023-12-11 18:54:37.528087939  [2023-12-11 19:54:37] frigate.app                    INFO    : Capture process started for Terasse: 315
2023-12-11 18:54:38.551654632  [2023-12-11 19:54:38] frigate.video                  ERROR   : Carporten: Unable to read frames from ffmpeg process.
2023-12-11 18:54:38.551668558  [2023-12-11 19:54:38] frigate.video                  ERROR   : Carporten: ffmpeg process is not running. exiting capture thread...
2023-12-11 18:54:38.971055450  [2023-12-11 19:54:38] frigate.video                  ERROR   : Indkorsel: Unable to read frames from ffmpeg process.
2023-12-11 18:54:38.972434516  [2023-12-11 19:54:38] frigate.video                  ERROR   : Terasse: Unable to read frames from ffmpeg process.
2023-12-11 18:54:38.972715659  [2023-12-11 19:54:38] frigate.video                  ERROR   : Terasse: ffmpeg process is not running. exiting capture thread...
2023-12-11 18:54:38.973428368  [2023-12-11 19:54:38] frigate.video                  ERROR   : Indkorsel: ffmpeg process is not running. exiting capture thread...
2023-12-11 18:54:57.672824301  [2023-12-11 19:54:57] watchdog.Carporten             ERROR   : Ffmpeg process crashed unexpectedly for Carporten.
2023-12-11 18:54:57.675062852  [2023-12-11 19:54:57] watchdog.Carporten             ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-12-11 18:54:57.676344013  [2023-12-11 19:54:57] ffmpeg.Carporten.detect        ERROR   : [tcp @ 0x55b694ee60] Connection to tcp://192.168.0.123:554?timeout=5000000 failed: Connection refused
2023-12-11 18:54:57.677790134  [2023-12-11 19:54:57] ffmpeg.Carporten.detect        ERROR   : rtsp://*:*@192.168.0.123:554/Streaming/Channels/101: Connection refused
2023-12-11 18:54:57.682472602  [2023-12-11 19:54:57] watchdog.Indkorsel             ERROR   : Ffmpeg process crashed unexpectedly for Indkorsel.
2023-12-11 18:54:57.682490343  [2023-12-11 19:54:57] watchdog.Indkorsel             ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-12-11 18:54:57.682833836  [2023-12-11 19:54:57] ffmpeg.Indkorsel.detect        ERROR   : [tcp @ 0x5567941e60] Connection to tcp://192.168.0.175:554?timeout=5000000 failed: Connection refused
2023-12-11 18:54:57.683294143  [2023-12-11 19:54:57] ffmpeg.Indkorsel.detect        ERROR   : rtsp://*:*@192.168.0.175:554/Streaming/Channels/101: Connection refused
2023-12-11 18:54:57.804831692  [2023-12-11 19:54:57] watchdog.Terasse               ERROR   : Ffmpeg process crashed unexpectedly for Terasse.
2023-12-11 18:54:57.806033540  [2023-12-11 19:54:57] watchdog.Terasse               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-12-11 18:54:57.829670451  [2023-12-11 19:54:57] ffmpeg.Terasse.detect          ERROR   : [tcp @ 0x5561b4ce60] Connection to tcp://192.168.0.105:554?timeout=5000000 failed: Connection refused
2023-12-11 18:54:57.831249940  [2023-12-11 19:54:57] ffmpeg.Terasse.detect          ERROR   : rtsp://*:*@192.168.0.105:554/Streaming/Channels/101: Connection refused
2023-12-11 18:54:58.848394315  [2023-12-11 19:54:58] frigate.video                  ERROR   : Terasse: Unable to read frames from ffmpeg process.
2023-12-11 18:54:58.851246095  [2023-12-11 19:54:58] frigate.video                  ERROR   : Terasse: Unable to read frames from ffmpeg process.
2023-12-11 18:54:58.856125412  [2023-12-11 19:54:58] frigate.video                  ERROR   : Terasse: ffmpeg process is not running. exiting capture thread...
2023-12-11 18:54:58.873059485  [2023-12-11 19:54:58] frigate.video                  ERROR   : Indkorsel: Unable to read frames from ffmpeg process.
2023-12-11 18:54:58.880118742  [2023-12-11 19:54:58] frigate.video                  ERROR   : Indkorsel: ffmpeg process is not running. exiting capture thread...
2023-12-11 18:54:58.883844562  [2023-12-11 19:54:58] frigate.video                  ERROR   : Carporten: Unable to read frames from ffmpeg process.
2023-12-11 18:54:58.887010095  [2023-12-11 19:54:58] frigate.video                  ERROR   : Carporten: Unable to read frames from ffmpeg process.
2023-12-11 18:54:58.892691267  [2023-12-11 19:54:58] frigate.video                  ERROR   : Carporten: Unable to read frames from ffmpeg process.
2023-12-11 18:54:58.897122685  [2023-12-11 19:54:58] frigate.video                  ERROR   : Carporten: Unable to read frames from ffmpeg process.
2023-12-11 18:54:58.899017909  [2023-12-11 19:54:58] frigate.video                  ERROR   : Carporten: Unable to read frames from ffmpeg process.
2023-12-11 18:54:58.899814820  [2023-12-11 19:54:58] frigate.video                  ERROR   : Carporten: Unable to read frames from ffmpeg process.
2023-12-11 18:54:58.903281440  [2023-12-11 19:54:58] frigate.video                  ERROR   : Carporten: Unable to read frames from ffmpeg process.
2023-12-11 18:54:58.906095684  [2023-12-11 19:54:58] frigate.video                  ERROR   : Carporten: ffmpeg process is not running. exiting capture thread...
NickM-27 commented 9 months ago

oh I see you changed your camera settings to use 8554 for rtsp, that is odd but in that case it should be changed back

anderskorup commented 9 months ago

they came with those settings. why i am not sure. since im also used to see 554 :P

anderskorup commented 9 months ago

proberly just these cameras that make fuckups. :S perhaps i should look for some others. to test those out. ?

you know any one good not expensive one i can buy. just to make sure its not a equipment issue.

anderskorup commented 9 months ago

Might found issue. Proberly should try run it from bigger device. Since cpu is a bit used it seems 🙈🤣

IMG_7786

NickM-27 commented 9 months ago

The recommendation is to use a coral for object detection

anderskorup commented 9 months ago

I just bought it. Should arrive Tuesday. Any command i should implant in code for it to be used ?

Else I will let you know if that solves the issue afterwords

NickM-27 commented 9 months ago

Just follow the docs https://docs.frigate.video/configuration/detectors#single-usb-coral 👍

anderskorup commented 9 months ago

after i plugged in my coral.. i now get this error :(

2023-12-16 20:22:45.818512389 [INFO] Starting Frigate... 2023-12-16 20:22:47.156900461 [2023-12-16 21:22:47] frigate.app INFO : Starting Frigate (0.12.1-367d724) 2023-12-16 20:22:47.188512652 [2023-12-16 21:22:47] frigate.app INFO : Creating directory: /tmp/cache 2023-12-16 20:22:47.188589045 [2023-12-16 21:22:47] peewee_migrate INFO : Starting migrations 2023-12-16 20:22:47.194644960 [2023-12-16 21:22:47] peewee_migrate INFO : There is nothing to migrate 2023-12-16 20:22:47.218734376 [2023-12-16 21:22:47] frigate.app INFO : Output process started: 300 2023-12-16 20:22:47.222850323 [2023-12-16 21:22:47] detector.coral INFO : Starting detection process: 299 2023-12-16 20:22:47.223383364 [2023-12-16 21:22:47] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb 2023-12-16 20:22:47.223734398 [2023-12-16 21:22:47] frigate.detectors.plugins.edgetpu_tfl ERROR : No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors. 2023-12-16 20:22:47.224059984 Process detector:coral: 2023-12-16 20:22:47.225253842 Traceback (most recent call last): 2023-12-16 20:22:47.225257363 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 160, in load_delegate 2023-12-16 20:22:47.225258903 delegate = Delegate(library, options) 2023-12-16 20:22:47.225263536 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 119, in init 2023-12-16 20:22:47.225265583 raise ValueError(capture.message) 2023-12-16 20:22:47.225279448 ValueError 2023-12-16 20:22:47.225280857
2023-12-16 20:22:47.225282544 During handling of the above exception, another exception occurred: 2023-12-16 20:22:47.225284177
2023-12-16 20:22:47.225285484 Traceback (most recent call last): 2023-12-16 20:22:47.225384052 File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap 2023-12-16 20:22:47.225385797 self.run() 2023-12-16 20:22:47.225387242 File "/usr/lib/python3.9/multiprocessing/process.py", line 108, in run 2023-12-16 20:22:47.225388546 self._target(*self._args, self._kwargs) 2023-12-16 20:22:47.225389930 File "/opt/frigate/frigate/object_detection.py", line 98, in run_detector 2023-12-16 20:22:47.225391343 object_detector = LocalObjectDetector(detector_config=detector_config) 2023-12-16 20:22:47.225392738 File "/opt/frigate/frigate/object_detection.py", line 52, in init 2023-12-16 20:22:47.225394121 self.detect_api = create_detector(detector_config) 2023-12-16 20:22:47.225395593 File "/opt/frigate/frigate/detectors/init.py", line 24, in create_detector 2023-12-16 20:22:47.225397128 return api(detector_config) 2023-12-16 20:22:47.225398621 File "/opt/frigate/frigate/detectors/plugins/edgetpu_tfl.py", line 37, in init 2023-12-16 20:22:47.225424272 edge_tpu_delegate = load_delegate("libedgetpu.so.1.0", device_config) 2023-12-16 20:22:47.225425905 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 162, in load_delegate 2023-12-16 20:22:47.225440678 raise ValueError('Failed to load delegate from {}\n{}'.format( 2023-12-16 20:22:47.225442147 ValueError: Failed to load delegate from libedgetpu.so.1.0 2023-12-16 20:22:47.225443433
2023-12-16 20:22:47.242362068 [2023-12-16 21:22:47] frigate.app INFO : Camera processor started for Carporten: 307 2023-12-16 20:22:47.242442113 [2023-12-16 21:22:47] frigate.app INFO : Camera processor started for Ringeklokke: 309 2023-12-16 20:22:47.242538867 [2023-12-16 21:22:47] frigate.app INFO : Camera processor started for Terasse: 310 2023-12-16 20:22:47.261108143 [2023-12-16 21:22:47] frigate.app INFO : Capture process started for Carporten: 311 2023-12-16 20:22:47.261194540 [2023-12-16 21:22:47] frigate.app INFO : Capture process started for Ringeklokke: 313 2023-12-16 20:22:47.261736067 [2023-12-16 21:22:47] frigate.app INFO : Capture process started for Terasse: 316 2023-12-16 20:22:59.383670619 [2023-12-16 21:22:59] frigate.http ERROR : Exception on /Ringeklokke/latest.jpg [GET] 2023-12-16 20:22:59.383673409 Traceback (most recent call last): 2023-12-16 20:22:59.383675084 File "/usr/local/lib/python3.9/dist-packages/flask/app.py", line 2529, in wsgi_app 2023-12-16 20:22:59.383676623 response = self.full_dispatch_request() 2023-12-16 20:22:59.383678353 File "/usr/local/lib/python3.9/dist-packages/flask/app.py", line 1825, in full_dispatch_request 2023-12-16 20:22:59.383679786 rv = self.handle_user_exception(e) 2023-12-16 20:22:59.383681347 File "/usr/local/lib/python3.9/dist-packages/flask/app.py", line 1823, in full_dispatch_request 2023-12-16 20:22:59.383682579 rv = self.dispatch_request() 2023-12-16 20:22:59.383684089 File "/usr/local/lib/python3.9/dist-packages/flask/app.py", line 1799, in dispatch_request 2023-12-16 20:22:59.383685568 return self.ensure_sync(self.view_functions[rule.endpoint])(
view_args) 2023-12-16 20:22:59.383686992 File "/opt/frigate/frigate/http.py", line 897, in latest_frame 2023-12-16 20:22:59.383688420 frame = cv2.resize(frame, dsize=(width, height), interpolation=cv2.INTER_AREA) 2023-12-16 20:22:59.383690084 cv2.error: OpenCV(4.5.5) /io/opencv/modules/imgproc/src/resize.cpp:4055: error: (-215:Assertion failed) inv_scale_x > 0 in function 'resize' 2023-12-16 20:22:59.383691290
2023-12-16 20:22:59.394045373 [2023-12-16 21:22:59] frigate.http ERROR : Exception on /Carporten/latest.jpg [GET] 2023-12-16 20:22:59.394048794 Traceback (most recent call last): 2023-12-16 20:22:59.394050495 File "/usr/local/lib/python3.9/dist-packages/flask/app.py", line 2529, in wsgi_app 2023-12-16 20:22:59.394051970 response = self.full_dispatch_request() 2023-12-16 20:22:59.394053681 File "/usr/local/lib/python3.9/dist-packages/flask/app.py", line 1825, in full_dispatch_request 2023-12-16 20:22:59.394055041 rv = self.handle_user_exception(e) 2023-12-16 20:22:59.394056653 File "/usr/local/lib/python3.9/dist-packages/flask/app.py", line 1823, in full_dispatch_request 2023-12-16 20:22:59.394057893 rv = self.dispatch_request() 2023-12-16 20:22:59.394059444 File "/usr/local/lib/python3.9/dist-packages/flask/app.py", line 1799, in dispatch_request 2023-12-16 20:22:59.394060861 return self.ensure_sync(self.view_functions[rule.endpoint])(view_args) 2023-12-16 20:22:59.394062325 File "/opt/frigate/frigate/http.py", line 897, in latest_frame 2023-12-16 20:22:59.394063783 frame = cv2.resize(frame, dsize=(width, height), interpolation=cv2.INTER_AREA) 2023-12-16 20:22:59.394065497 cv2.error: OpenCV(4.5.5) /io/opencv/modules/imgproc/src/resize.cpp:4055: error: (-215:Assertion failed) inv_scale_x > 0 in function 'resize' 2023-12-16 20:22:59.394066722
2023-12-16 20:22:59.397254836 [2023-12-16 21:22:59] frigate.http ERROR : Exception on /Terasse/latest.jpg [GET] 2023-12-16 20:22:59.397258238 Traceback (most recent call last): 2023-12-16 20:22:59.397259990 File "/usr/local/lib/python3.9/dist-packages/flask/app.py", line 2529, in wsgi_app 2023-12-16 20:22:59.397261449 response = self.full_dispatch_request() 2023-12-16 20:22:59.397263160 File "/usr/local/lib/python3.9/dist-packages/flask/app.py", line 1825, in full_dispatch_request 2023-12-16 20:22:59.397264551 rv = self.handle_user_exception(e) 2023-12-16 20:22:59.397266124 File "/usr/local/lib/python3.9/dist-packages/flask/app.py", line 1823, in full_dispatch_request 2023-12-16 20:22:59.397267401 rv = self.dispatch_request() 2023-12-16 20:22:59.397268903 File "/usr/local/lib/python3.9/dist-packages/flask/app.py", line 1799, in dispatch_request 2023-12-16 20:22:59.397282060 return self.ensure_sync(self.view_functions[rule.endpoint])(
view_args) 2023-12-16 20:22:59.397283633 File "/opt/frigate/frigate/http.py", line 897, in latest_frame 2023-12-16 20:22:59.397285089 frame = cv2.resize(frame, dsize=(width, height), interpolation=cv2.INTER_AREA) 2023-12-16 20:22:59.397286807 cv2.error: OpenCV(4.5.5) /io/opencv/modules/imgproc/src/resize.cpp:4055: error: (-215:Assertion failed) inv_scale_x > 0 in function 'resize' 2023-12-16 20:22:59.397287973

anderskorup commented 9 months ago

moved my homeassist to a windows computer. and ran the windows installer. and moved it into virtualbox. and shared usb thingy in it.

NickM-27 commented 9 months ago

Users have generally had poor experience with virtualbox. The issue is that the coral has different IDs when it is first plugged in and after it is initialized so that causes issues

NickM-27 commented 9 months ago

if you are going to run it on windows https://github.com/blakeblackshear/frigate/discussions/4375 will likely be a better solution

anderskorup commented 9 months ago

now i have installed it on a https://www.home-assistant.io/installation/generic-x86-64/

on a computer. and it run homeassistant now. but it still say No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors.

.. any idea why that is ?

am i missing some install part on it or ?

if you aint have a solution. then i will try your way. this just seems like it was alot easyere to just make it a full home assist unit. since its going to be tuckt away so no need of ubuntu desktop or anything on it. besides home assist.

NickM-27 commented 9 months ago

It's running in VM in windows still?

anderskorup commented 9 months ago

No only Home assist

Sendt fra Outlook til iOShttps://aka.ms/o0ukef


Fra: Nicolas Mowen @.> Sendt: Saturday, December 16, 2023 10:51:11 PM Til: blakeblackshear/frigate @.> Cc: anderskorup @.>; Author @.> Emne: Re: [blakeblackshear/frigate] [Support]: Frigate on HomeAssist issues (Issue #8906)

It's running in VM in windows still?

— Reply to this email directly, view it on GitHubhttps://github.com/blakeblackshear/frigate/issues/8906#issuecomment-1858937469, or unsubscribehttps://github.com/notifications/unsubscribe-auth/APHIHNOZR34W7S4NQAFPLM3YJYJU7AVCNFSM6AAAAABAOAITK6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJYHEZTONBWHE. You are receiving this because you authored the thread.Message ID: @.***>

anderskorup commented 9 months ago

Restored image file I downloaded in Ubuntu

anderskorup commented 9 months ago

IMG_7852

github-actions[bot] commented 8 months ago

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