blakeblackshear / frigate

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

[Support]: updating to 0.12 : Could not find codec parameters for stream 0 (Video: h264, none): unspecified size #6182

Closed caublet closed 1 year ago

caublet commented 1 year ago

Describe the problem you are having

Not sure it's the video.. I' trying to upgrade to 0.12.0-DA3E197. I'vve launched a 2nd Frigate Docker container as v0.12 on the same Portainer host on another port and I've switched my config to use go2rtc.

I get 2 of my 4 cameras working. For the 2 other other ones, I get the same error message on non-standard resolution cameras : image

I know I'm doing it right because I have 2 cams working.

Is there any options to fix this? Was working on v0.11

0.11 Config :

##################### CAMERAS ###################
  Ssolfenetre:
    ffmpeg:
      inputs:
        - path: rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.1.25:554/Streaming/Channels/1
          roles:
            - rtmp
            - record
        - path: rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.1.25:554/Streaming/Channels/2
          roles:
            - detect
    detect:
      fps: 6
      width: 480
      height: 360
    objects:
      track:
        - person
        - cat
      filters:
        person:
          min_score: 0.35
          threshold: 0.5
        cat:
          min_score: 0.35
          threshold: 0.5
    record:
      enabled: True
      retain:
        days: 7
        mode: motion
      events:
        retain:
          default: 60
          mode: active_objects
        required_zones:
          - mia
          - fenetre
    snapshots:
      enabled: true
      timestamp: false
      bounding_box: true
      retain:
        default: 60
      required_zones:
          - mia
          - fenetre
    zones:
      fenetre:
        coordinates: 346,14,328,183,446,211,464,52
        objects:
          - person
      mia:
        coordinates: 258,45,263,2,174,2,64,19,63,51
        objects:
          - cat
    motion:
      mask:
        - 20,313,255,313,255,336,20,336
################  MQTT #######################

mqtt:
  host: 192.168.1.12
  port: 1883
  topic_prefix: frigate
  client_id: frigate
  user: BLANKED
  password: BLANKED
  stats_interval: 60
birdseye:
  enabled: True
  mode: continuous
  quality: 8

detectors:
  cpu1:
    type: cpu
    num_threads: 3
  cpu2:
    type: cpu
    num_threads: 3
  cpu3:
    type: cpu
    num_threads: 3

ffmpeg:
  hwaccel_args: -c:v h264_cuvid
  output_args:
    record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac
logger:
  default: info
  logs:
    frigate.event: info

Version

0.12.0-DA3E197

Frigate config file

go2rtc:
  streams:
    Ssolfenetre:
      - rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.1.25:554/Streaming/Channels/1
#      - "ffmpeg:Ssolfenetre#audio=aac"
    SsolfenetreSub:
      - rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.1.25:554/Streaming/Channels/2
#####      
  webrtc:
    candidates:
      - 192.168.1.15:8555
      - stun:8555
##################### CAMERAS ###################
cameras:
  Ssolfenetre:
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-copy
      inputs:
        - path: rtsp://127.0.0.1:8554/SsolFenetre
          input_args: preset-rtsp-restream
          roles:
            - record
        - path: rtsp://127.0.0.1:8554/SsolfenetreSub
          input_args: preset-rtsp-restream
          roles:
            - detect
    detect:
      fps: 6
      width: 480
      height: 360
    objects:
      track:
        - person
        - cat
      filters:
        person:
          min_score: 0.35
          threshold: 0.5
        cat:
          min_score: 0.35
          threshold: 0.5
    record:
      enabled: True
      retain:
        days: 7
        mode: motion
      events:
        retain:
          default: 60
          mode: active_objects
        required_zones:
          - mia
          - fenetre
    snapshots:
      enabled: true
      timestamp: false
      bounding_box: true
      retain:
        default: 60
      required_zones:
          - mia
          - fenetre
    zones:
      fenetre:
        coordinates: 346,14,328,183,446,211,464,52
        objects:
          - person
      mia:
        coordinates: 258,45,263,2,174,2,64,19,63,51
        objects:
          - cat
    motion:
      mask:
        - 20,313,255,313,255,336,20,336
################  MQTT #######################

mqtt:
  host: 192.168.1.12
  port: 1883
  topic_prefix: frigate
  client_id: frigate
  user: BLANKED
  password: BLANKED
  stats_interval: 60
birdseye:
  enabled: True
  mode: continuous
  quality: 8

detectors:
  cpu1:
    type: cpu
    num_threads: 3
  cpu2:
    type: cpu
    num_threads: 3
  cpu3:
    type: cpu
    num_threads: 3

ffmpeg:
  hwaccel_args: preset-nvidia-h264
logger:
  default: info
  logs:
    frigate.event: info

Relevant log output

frigate4  | 2023-04-20 01:06:39.776534440  [2023-04-20 01:06:39] frigate.app                    INFO    : Starting Frigate (0.12.0-da3e197)
frigate4  | 2023-04-20 01:06:39.805384322  [2023-04-20 01:06:39] peewee_migrate                 INFO    : Starting migrations
frigate4  | 2023-04-20 01:06:39.810990006  [2023-04-20 01:06:39] peewee_migrate                 INFO    : There is nothing to migrate
frigate4  | 2023-04-20 01:06:39.834366028  [2023-04-20 01:06:39] detector.cpu2                  INFO    : Starting detection process: 290
frigate4  | 2023-04-20 01:06:39.848015950  [2023-04-20 01:06:39] frigate.app                    INFO    : Output process started: 293
frigate4  | 2023-04-20 01:06:39.849095493  [2023-04-20 01:06:39] frigate.detectors              WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
frigate4  | 2023-04-20 01:06:39.850678431  [2023-04-20 01:06:39] detector.cpu1                  INFO    : Starting detection process: 289
frigate4  | 2023-04-20 01:06:39.850683070  [2023-04-20 01:06:39] frigate.detectors              WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
frigate4  | 2023-04-20 01:06:39.850686990  [2023-04-20 01:06:39] detector.cpu3                  INFO    : Starting detection process: 292
frigate4  | 2023-04-20 01:06:39.858521266  [2023-04-20 01:06:39] frigate.detectors              WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
frigate4  | 2023-04-20 01:06:39.863559212  [2023-04-20 01:06:39] frigate.app                    INFO    : Camera processor started for Ssolfenetre: 297
frigate4  | 2023-04-20 01:06:39.863564222  [2023-04-20 01:06:39] frigate.app                    INFO    : Capture process started for Ssolfenetre: 298
frigate4  | 2023-04-20 01:06:41.619041210  192.168.1.106 - - [20/Apr/2023:01:06:41 -0400] "GET /api/config HTTP/1.1" 200 6044 "http://192.168.1.15:5001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-"
frigate4  | 2023-04-20 01:06:41.669249607  192.168.1.106 - - [20/Apr/2023:01:06:41 -0400] "GET //api/Ssolfenetre/latest.jpg?h=460 HTTP/1.1" 200 13556 "http://192.168.1.15:5001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-"
frigate4  | 2023-04-20 01:06:41.703735782  192.168.1.106 - - [20/Apr/2023:01:06:41 -0400] "GET / HTTP/1.1" 200 6641 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-"
frigate4  | 2023-04-20 01:06:41.744340158  192.168.1.106 - - [20/Apr/2023:01:06:41 -0400] "GET /api/config HTTP/1.1" 200 6044 "http://192.168.1.15:5001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-"
frigate4  | 2023-04-20 01:06:41.802992365  192.168.1.106 - - [20/Apr/2023:01:06:41 -0400] "GET //api/Ssolfenetre/latest.jpg?h=460 HTTP/1.1" 200 13556 "http://192.168.1.15:5001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-"
frigate4  | 2023-04-20 01:06:44.958134956  01:06:44.957 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:49052->192.168.1.25:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.25:554/Streaming/Channels/2
frigate4  | 2023-04-20 01:06:45.067325812  [2023-04-20 01:06:45] frigate.video                  ERROR   : Ssolfenetre: Unable to read frames from ffmpeg process.
frigate4  | 2023-04-20 01:06:45.067760014  [2023-04-20 01:06:45] frigate.video                  ERROR   : Ssolfenetre: ffmpeg process is not running. exiting capture thread...
frigate4  | 2023-04-20 01:06:48.645499653  [INFO] Starting go2rtc healthcheck service...
frigate4  | 2023-04-20 01:06:59.907722515  [2023-04-20 01:06:59] watchdog.Ssolfenetre           ERROR   : Ffmpeg process crashed unexpectedly for Ssolfenetre.
frigate4  | 2023-04-20 01:06:59.907736164  [2023-04-20 01:06:59] watchdog.Ssolfenetre           ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
frigate4  | 2023-04-20 01:06:59.908136569  [2023-04-20 01:06:59] ffmpeg.Ssolfenetre.detect      ERROR   : [rtsp @ 0x56445f9d3d40] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
frigate4  | 2023-04-20 01:06:59.908140261  [2023-04-20 01:06:59] ffmpeg.Ssolfenetre.detect      ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
frigate4  | 2023-04-20 01:06:59.908141961  [2023-04-20 01:06:59] ffmpeg.Ssolfenetre.detect      ERROR   : Output file #0 does not contain any stream
frigate4  | 2023-04-20 01:06:59.919674974  [2023-04-20 01:06:59] ffmpeg.Ssolfenetre.record      ERROR   : [rtsp @ 0x56038c4c3e00] method DESCRIBE failed: 404 Not Found
frigate4  | 2023-04-20 01:06:59.919680653  [2023-04-20 01:06:59] ffmpeg.Ssolfenetre.record      ERROR   : rtsp://127.0.0.1:8554/SsolFenetre: Server returned 404 Not Found
frigate4  | 2023-04-20 01:06:59.919682426  [2023-04-20 01:06:59] watchdog.Ssolfenetre           INFO    : Terminating the existing ffmpeg process...
frigate4  | 2023-04-20 01:06:59.919683925  [2023-04-20 01:06:59] watchdog.Ssolfenetre           INFO    : Waiting for ffmpeg to exit gracefully...
frigate4  | 2023-04-20 01:07:05.010226626  01:07:05.010 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:43672->192.168.1.25:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.25:554/Streaming/Channels/2
frigate4  | 2023-04-20 01:07:05.120042715  [2023-04-20 01:07:05] frigate.video                  ERROR   : Ssolfenetre: Unable to read frames from ffmpeg process.
frigate4  | 2023-04-20 01:07:05.120206966  [2023-04-20 01:07:05] frigate.video                  ERROR   : Ssolfenetre: ffmpeg process is not running. exiting capture thread...
frigate4  | 2023-04-20 01:07:09.921805669  [2023-04-20 01:07:09] watchdog.Ssolfenetre           ERROR   : Ffmpeg process crashed unexpectedly for Ssolfenetre.
frigate4  | 2023-04-20 01:07:09.921924186  [2023-04-20 01:07:09] watchdog.Ssolfenetre           ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
frigate4  | 2023-04-20 01:07:09.925035424  [2023-04-20 01:07:09] ffmpeg.Ssolfenetre.detect      ERROR   : [rtsp @ 0x56248ee5ad40] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
frigate4  | 2023-04-20 01:07:09.925352086  [2023-04-20 01:07:09] ffmpeg.Ssolfenetre.detect      ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
frigate4  | 2023-04-20 01:07:09.925355361  [2023-04-20 01:07:09] ffmpeg.Ssolfenetre.detect      ERROR   : Output file #0 does not contain any stream
frigate4  | 2023-04-20 01:07:09.930234911  [2023-04-20 01:07:09] ffmpeg.Ssolfenetre.record      ERROR   : [rtsp @ 0x561a6f988e00] method DESCRIBE failed: 404 Not Found
frigate4  | 2023-04-20 01:07:09.930239949  [2023-04-20 01:07:09] ffmpeg.Ssolfenetre.record      ERROR   : rtsp://127.0.0.1:8554/SsolFenetre: Server returned 404 Not Found
frigate4  | 2023-04-20 01:07:09.930241572  [2023-04-20 01:07:09] watchdog.Ssolfenetre           INFO    : Terminating the existing ffmpeg process...
frigate4  | 2023-04-20 01:07:09.930242983  [2023-04-20 01:07:09] watchdog.Ssolfenetre           INFO    : Waiting for ffmpeg to exit gracefully...frigate4  | 2023-04-20 01:06:39.776534440  [2023-04-20 01:06:39] frigate.app                    INFO    : Starting Frigate (0.12.0-da3e197)
frigate4  | 2023-04-20 01:06:39.805384322  [2023-04-20 01:06:39] peewee_migrate                 INFO    : Starting migrations
frigate4  | 2023-04-20 01:06:39.810990006  [2023-04-20 01:06:39] peewee_migrate                 INFO    : There is nothing to migrate
frigate4  | 2023-04-20 01:06:39.834366028  [2023-04-20 01:06:39] detector.cpu2                  INFO    : Starting detection process: 290
frigate4  | 2023-04-20 01:06:39.848015950  [2023-04-20 01:06:39] frigate.app                    INFO    : Output process started: 293
frigate4  | 2023-04-20 01:06:39.849095493  [2023-04-20 01:06:39] frigate.detectors              WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
frigate4  | 2023-04-20 01:06:39.850678431  [2023-04-20 01:06:39] detector.cpu1                  INFO    : Starting detection process: 289
frigate4  | 2023-04-20 01:06:39.850683070  [2023-04-20 01:06:39] frigate.detectors              WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
frigate4  | 2023-04-20 01:06:39.850686990  [2023-04-20 01:06:39] detector.cpu3                  INFO    : Starting detection process: 292
frigate4  | 2023-04-20 01:06:39.858521266  [2023-04-20 01:06:39] frigate.detectors              WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
frigate4  | 2023-04-20 01:06:39.863559212  [2023-04-20 01:06:39] frigate.app                    INFO    : Camera processor started for Ssolfenetre: 297
frigate4  | 2023-04-20 01:06:39.863564222  [2023-04-20 01:06:39] frigate.app                    INFO    : Capture process started for Ssolfenetre: 298
frigate4  | 2023-04-20 01:06:41.619041210  192.168.1.106 - - [20/Apr/2023:01:06:41 -0400] "GET /api/config HTTP/1.1" 200 6044 "http://192.168.1.15:5001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-"
frigate4  | 2023-04-20 01:06:41.669249607  192.168.1.106 - - [20/Apr/2023:01:06:41 -0400] "GET //api/Ssolfenetre/latest.jpg?h=460 HTTP/1.1" 200 13556 "http://192.168.1.15:5001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-"
frigate4  | 2023-04-20 01:06:41.703735782  192.168.1.106 - - [20/Apr/2023:01:06:41 -0400] "GET / HTTP/1.1" 200 6641 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-"
frigate4  | 2023-04-20 01:06:41.744340158  192.168.1.106 - - [20/Apr/2023:01:06:41 -0400] "GET /api/config HTTP/1.1" 200 6044 "http://192.168.1.15:5001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-"
frigate4  | 2023-04-20 01:06:41.802992365  192.168.1.106 - - [20/Apr/2023:01:06:41 -0400] "GET //api/Ssolfenetre/latest.jpg?h=460 HTTP/1.1" 200 13556 "http://192.168.1.15:5001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-"
frigate4  | 2023-04-20 01:06:44.958134956  01:06:44.957 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:49052->192.168.1.25:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.25:554/Streaming/Channels/2
frigate4  | 2023-04-20 01:06:45.067325812  [2023-04-20 01:06:45] frigate.video                  ERROR   : Ssolfenetre: Unable to read frames from ffmpeg process.
frigate4  | 2023-04-20 01:06:45.067760014  [2023-04-20 01:06:45] frigate.video                  ERROR   : Ssolfenetre: ffmpeg process is not running. exiting capture thread...
frigate4  | 2023-04-20 01:06:48.645499653  [INFO] Starting go2rtc healthcheck service...
frigate4  | 2023-04-20 01:06:59.907722515  [2023-04-20 01:06:59] watchdog.Ssolfenetre           ERROR   : Ffmpeg process crashed unexpectedly for Ssolfenetre.
frigate4  | 2023-04-20 01:06:59.907736164  [2023-04-20 01:06:59] watchdog.Ssolfenetre           ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
frigate4  | 2023-04-20 01:06:59.908136569  [2023-04-20 01:06:59] ffmpeg.Ssolfenetre.detect      ERROR   : [rtsp @ 0x56445f9d3d40] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
frigate4  | 2023-04-20 01:06:59.908140261  [2023-04-20 01:06:59] ffmpeg.Ssolfenetre.detect      ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
frigate4  | 2023-04-20 01:06:59.908141961  [2023-04-20 01:06:59] ffmpeg.Ssolfenetre.detect      ERROR   : Output file #0 does not contain any stream
frigate4  | 2023-04-20 01:06:59.919674974  [2023-04-20 01:06:59] ffmpeg.Ssolfenetre.record      ERROR   : [rtsp @ 0x56038c4c3e00] method DESCRIBE failed: 404 Not Found
frigate4  | 2023-04-20 01:06:59.919680653  [2023-04-20 01:06:59] ffmpeg.Ssolfenetre.record      ERROR   : rtsp://127.0.0.1:8554/SsolFenetre: Server returned 404 Not Found
frigate4  | 2023-04-20 01:06:59.919682426  [2023-04-20 01:06:59] watchdog.Ssolfenetre           INFO    : Terminating the existing ffmpeg process...
frigate4  | 2023-04-20 01:06:59.919683925  [2023-04-20 01:06:59] watchdog.Ssolfenetre           INFO    : Waiting for ffmpeg to exit gracefully...
frigate4  | 2023-04-20 01:07:05.010226626  01:07:05.010 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:43672->192.168.1.25:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.25:554/Streaming/Channels/2
frigate4  | 2023-04-20 01:07:05.120042715  [2023-04-20 01:07:05] frigate.video                  ERROR   : Ssolfenetre: Unable to read frames from ffmpeg process.
frigate4  | 2023-04-20 01:07:05.120206966  [2023-04-20 01:07:05] frigate.video                  ERROR   : Ssolfenetre: ffmpeg process is not running. exiting capture thread...
frigate4  | 2023-04-20 01:07:09.921805669  [2023-04-20 01:07:09] watchdog.Ssolfenetre           ERROR   : Ffmpeg process crashed unexpectedly for Ssolfenetre.
frigate4  | 2023-04-20 01:07:09.921924186  [2023-04-20 01:07:09] watchdog.Ssolfenetre           ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
frigate4  | 2023-04-20 01:07:09.925035424  [2023-04-20 01:07:09] ffmpeg.Ssolfenetre.detect      ERROR   : [rtsp @ 0x56248ee5ad40] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
frigate4  | 2023-04-20 01:07:09.925352086  [2023-04-20 01:07:09] ffmpeg.Ssolfenetre.detect      ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
frigate4  | 2023-04-20 01:07:09.925355361  [2023-04-20 01:07:09] ffmpeg.Ssolfenetre.detect      ERROR   : Output file #0 does not contain any stream
frigate4  | 2023-04-20 01:07:09.930234911  [2023-04-20 01:07:09] ffmpeg.Ssolfenetre.record      ERROR   : [rtsp @ 0x561a6f988e00] method DESCRIBE failed: 404 Not Found
frigate4  | 2023-04-20 01:07:09.930239949  [2023-04-20 01:07:09] ffmpeg.Ssolfenetre.record      ERROR   : rtsp://127.0.0.1:8554/SsolFenetre: Server returned 404 Not Found
frigate4  | 2023-04-20 01:07:09.930241572  [2023-04-20 01:07:09] watchdog.Ssolfenetre           INFO    : Terminating the existing ffmpeg process...
frigate4  | 2023-04-20 01:07:09.930242983  [2023-04-20 01:07:09] watchdog.Ssolfenetre           INFO    : Waiting for ffmpeg to exit gracefully...frigate4  | 2023-04-20 01:06:39.776534440  [2023-04-20 01:06:39] frigate.app                    INFO    : Starting Frigate (0.12.0-da3e197)
frigate4  | 2023-04-20 01:06:39.805384322  [2023-04-20 01:06:39] peewee_migrate                 INFO    : Starting migrations
frigate4  | 2023-04-20 01:06:39.810990006  [2023-04-20 01:06:39] peewee_migrate                 INFO    : There is nothing to migrate
frigate4  | 2023-04-20 01:06:39.834366028  [2023-04-20 01:06:39] detector.cpu2                  INFO    : Starting detection process: 290
frigate4  | 2023-04-20 01:06:39.848015950  [2023-04-20 01:06:39] frigate.app                    INFO    : Output process started: 293
frigate4  | 2023-04-20 01:06:39.849095493  [2023-04-20 01:06:39] frigate.detectors              WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
frigate4  | 2023-04-20 01:06:39.850678431  [2023-04-20 01:06:39] detector.cpu1                  INFO    : Starting detection process: 289
frigate4  | 2023-04-20 01:06:39.850683070  [2023-04-20 01:06:39] frigate.detectors              WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
frigate4  | 2023-04-20 01:06:39.850686990  [2023-04-20 01:06:39] detector.cpu3                  INFO    : Starting detection process: 292
frigate4  | 2023-04-20 01:06:39.858521266  [2023-04-20 01:06:39] frigate.detectors              WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
frigate4  | 2023-04-20 01:06:39.863559212  [2023-04-20 01:06:39] frigate.app                    INFO    : Camera processor started for Ssolfenetre: 297
frigate4  | 2023-04-20 01:06:39.863564222  [2023-04-20 01:06:39] frigate.app                    INFO    : Capture process started for Ssolfenetre: 298
frigate4  | 2023-04-20 01:06:41.619041210  192.168.1.106 - - [20/Apr/2023:01:06:41 -0400] "GET /api/config HTTP/1.1" 200 6044 "http://192.168.1.15:5001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-"
frigate4  | 2023-04-20 01:06:41.669249607  192.168.1.106 - - [20/Apr/2023:01:06:41 -0400] "GET //api/Ssolfenetre/latest.jpg?h=460 HTTP/1.1" 200 13556 "http://192.168.1.15:5001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-"
frigate4  | 2023-04-20 01:06:41.703735782  192.168.1.106 - - [20/Apr/2023:01:06:41 -0400] "GET / HTTP/1.1" 200 6641 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-"
frigate4  | 2023-04-20 01:06:41.744340158  192.168.1.106 - - [20/Apr/2023:01:06:41 -0400] "GET /api/config HTTP/1.1" 200 6044 "http://192.168.1.15:5001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-"
frigate4  | 2023-04-20 01:06:41.802992365  192.168.1.106 - - [20/Apr/2023:01:06:41 -0400] "GET //api/Ssolfenetre/latest.jpg?h=460 HTTP/1.1" 200 13556 "http://192.168.1.15:5001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-"
frigate4  | 2023-04-20 01:06:44.958134956  01:06:44.957 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:49052->192.168.1.25:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.25:554/Streaming/Channels/2
frigate4  | 2023-04-20 01:06:45.067325812  [2023-04-20 01:06:45] frigate.video                  ERROR   : Ssolfenetre: Unable to read frames from ffmpeg process.
frigate4  | 2023-04-20 01:06:45.067760014  [2023-04-20 01:06:45] frigate.video                  ERROR   : Ssolfenetre: ffmpeg process is not running. exiting capture thread...
frigate4  | 2023-04-20 01:06:48.645499653  [INFO] Starting go2rtc healthcheck service...
frigate4  | 2023-04-20 01:06:59.907722515  [2023-04-20 01:06:59] watchdog.Ssolfenetre           ERROR   : Ffmpeg process crashed unexpectedly for Ssolfenetre.
frigate4  | 2023-04-20 01:06:59.907736164  [2023-04-20 01:06:59] watchdog.Ssolfenetre           ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
frigate4  | 2023-04-20 01:06:59.908136569  [2023-04-20 01:06:59] ffmpeg.Ssolfenetre.detect      ERROR   : [rtsp @ 0x56445f9d3d40] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
frigate4  | 2023-04-20 01:06:59.908140261  [2023-04-20 01:06:59] ffmpeg.Ssolfenetre.detect      ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
frigate4  | 2023-04-20 01:06:59.908141961  [2023-04-20 01:06:59] ffmpeg.Ssolfenetre.detect      ERROR   : Output file #0 does not contain any stream
frigate4  | 2023-04-20 01:06:59.919674974  [2023-04-20 01:06:59] ffmpeg.Ssolfenetre.record      ERROR   : [rtsp @ 0x56038c4c3e00] method DESCRIBE failed: 404 Not Found
frigate4  | 2023-04-20 01:06:59.919680653  [2023-04-20 01:06:59] ffmpeg.Ssolfenetre.record      ERROR   : rtsp://127.0.0.1:8554/SsolFenetre: Server returned 404 Not Found
frigate4  | 2023-04-20 01:06:59.919682426  [2023-04-20 01:06:59] watchdog.Ssolfenetre           INFO    : Terminating the existing ffmpeg process...
frigate4  | 2023-04-20 01:06:59.919683925  [2023-04-20 01:06:59] watchdog.Ssolfenetre           INFO    : Waiting for ffmpeg to exit gracefully...
frigate4  | 2023-04-20 01:07:05.010226626  01:07:05.010 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:43672->192.168.1.25:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.25:554/Streaming/Channels/2
frigate4  | 2023-04-20 01:07:05.120042715  [2023-04-20 01:07:05] frigate.video                  ERROR   : Ssolfenetre: Unable to read frames from ffmpeg process.
frigate4  | 2023-04-20 01:07:05.120206966  [2023-04-20 01:07:05] frigate.video                  ERROR   : Ssolfenetre: ffmpeg process is not running. exiting capture thread...
frigate4  | 2023-04-20 01:07:09.921805669  [2023-04-20 01:07:09] watchdog.Ssolfenetre           ERROR   : Ffmpeg process crashed unexpectedly for Ssolfenetre.
frigate4  | 2023-04-20 01:07:09.921924186  [2023-04-20 01:07:09] watchdog.Ssolfenetre           ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
frigate4  | 2023-04-20 01:07:09.925035424  [2023-04-20 01:07:09] ffmpeg.Ssolfenetre.detect      ERROR   : [rtsp @ 0x56248ee5ad40] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
frigate4  | 2023-04-20 01:07:09.925352086  [2023-04-20 01:07:09] ffmpeg.Ssolfenetre.detect      ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
frigate4  | 2023-04-20 01:07:09.925355361  [2023-04-20 01:07:09] ffmpeg.Ssolfenetre.detect      ERROR   : Output file #0 does not contain any stream
frigate4  | 2023-04-20 01:07:09.930234911  [2023-04-20 01:07:09] ffmpeg.Ssolfenetre.record      ERROR   : [rtsp @ 0x561a6f988e00] method DESCRIBE failed: 404 Not Found
frigate4  | 2023-04-20 01:07:09.930239949  [2023-04-20 01:07:09] ffmpeg.Ssolfenetre.record      ERROR   : rtsp://127.0.0.1:8554/SsolFenetre: Server returned 404 Not Found
frigate4  | 2023-04-20 01:07:09.930241572  [2023-04-20 01:07:09] watchdog.Ssolfenetre           INFO    : Terminating the existing ffmpeg process...
frigate4  | 2023-04-20 01:07:09.930242983  [2023-04-20 01:07:09] watchdog.Ssolfenetre           INFO    : Waiting for ffmpeg to exit gracefully...frigate4  | 2023-04-20 01:06:39.776534440  [2023-04-20 01:06:39] frigate.app                    INFO    : Starting Frigate (0.12.0-da3e197)
frigate4  | 2023-04-20 01:06:39.805384322  [2023-04-20 01:06:39] peewee_migrate                 INFO    : Starting migrations
frigate4  | 2023-04-20 01:06:39.810990006  [2023-04-20 01:06:39] peewee_migrate                 INFO    : There is nothing to migrate
frigate4  | 2023-04-20 01:06:39.834366028  [2023-04-20 01:06:39] detector.cpu2                  INFO    : Starting detection process: 290
frigate4  | 2023-04-20 01:06:39.848015950  [2023-04-20 01:06:39] frigate.app                    INFO    : Output process started: 293
frigate4  | 2023-04-20 01:06:39.849095493  [2023-04-20 01:06:39] frigate.detectors              WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
frigate4  | 2023-04-20 01:06:39.850678431  [2023-04-20 01:06:39] detector.cpu1                  INFO    : Starting detection process: 289
frigate4  | 2023-04-20 01:06:39.850683070  [2023-04-20 01:06:39] frigate.detectors              WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
frigate4  | 2023-04-20 01:06:39.850686990  [2023-04-20 01:06:39] detector.cpu3                  INFO    : Starting detection process: 292
frigate4  | 2023-04-20 01:06:39.858521266  [2023-04-20 01:06:39] frigate.detectors              WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
frigate4  | 2023-04-20 01:06:39.863559212  [2023-04-20 01:06:39] frigate.app                    INFO    : Camera processor started for Ssolfenetre: 297
frigate4  | 2023-04-20 01:06:39.863564222  [2023-04-20 01:06:39] frigate.app                    INFO    : Capture process started for Ssolfenetre: 298
frigate4  | 2023-04-20 01:06:41.619041210  192.168.1.106 - - [20/Apr/2023:01:06:41 -0400] "GET /api/config HTTP/1.1" 200 6044 "http://192.168.1.15:5001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-"
frigate4  | 2023-04-20 01:06:41.669249607  192.168.1.106 - - [20/Apr/2023:01:06:41 -0400] "GET //api/Ssolfenetre/latest.jpg?h=460 HTTP/1.1" 200 13556 "http://192.168.1.15:5001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-"
frigate4  | 2023-04-20 01:06:41.703735782  192.168.1.106 - - [20/Apr/2023:01:06:41 -0400] "GET / HTTP/1.1" 200 6641 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-"
frigate4  | 2023-04-20 01:06:41.744340158  192.168.1.106 - - [20/Apr/2023:01:06:41 -0400] "GET /api/config HTTP/1.1" 200 6044 "http://192.168.1.15:5001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-"
frigate4  | 2023-04-20 01:06:41.802992365  192.168.1.106 - - [20/Apr/2023:01:06:41 -0400] "GET //api/Ssolfenetre/latest.jpg?h=460 HTTP/1.1" 200 13556 "http://192.168.1.15:5001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-"
frigate4  | 2023-04-20 01:06:44.958134956  01:06:44.957 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:49052->192.168.1.25:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.25:554/Streaming/Channels/2
frigate4  | 2023-04-20 01:06:45.067325812  [2023-04-20 01:06:45] frigate.video                  ERROR   : Ssolfenetre: Unable to read frames from ffmpeg process.
frigate4  | 2023-04-20 01:06:45.067760014  [2023-04-20 01:06:45] frigate.video                  ERROR   : Ssolfenetre: ffmpeg process is not running. exiting capture thread...
frigate4  | 2023-04-20 01:06:48.645499653  [INFO] Starting go2rtc healthcheck service...
frigate4  | 2023-04-20 01:06:59.907722515  [2023-04-20 01:06:59] watchdog.Ssolfenetre           ERROR   : Ffmpeg process crashed unexpectedly for Ssolfenetre.
frigate4  | 2023-04-20 01:06:59.907736164  [2023-04-20 01:06:59] watchdog.Ssolfenetre           ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
frigate4  | 2023-04-20 01:06:59.908136569  [2023-04-20 01:06:59] ffmpeg.Ssolfenetre.detect      ERROR   : [rtsp @ 0x56445f9d3d40] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
frigate4  | 2023-04-20 01:06:59.908140261  [2023-04-20 01:06:59] ffmpeg.Ssolfenetre.detect      ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
frigate4  | 2023-04-20 01:06:59.908141961  [2023-04-20 01:06:59] ffmpeg.Ssolfenetre.detect      ERROR   : Output file #0 does not contain any stream
frigate4  | 2023-04-20 01:06:59.919674974  [2023-04-20 01:06:59] ffmpeg.Ssolfenetre.record      ERROR   : [rtsp @ 0x56038c4c3e00] method DESCRIBE failed: 404 Not Found
frigate4  | 2023-04-20 01:06:59.919680653  [2023-04-20 01:06:59] ffmpeg.Ssolfenetre.record      ERROR   : rtsp://127.0.0.1:8554/SsolFenetre: Server returned 404 Not Found
frigate4  | 2023-04-20 01:06:59.919682426  [2023-04-20 01:06:59] watchdog.Ssolfenetre           INFO    : Terminating the existing ffmpeg process...
frigate4  | 2023-04-20 01:06:59.919683925  [2023-04-20 01:06:59] watchdog.Ssolfenetre           INFO    : Waiting for ffmpeg to exit gracefully...
frigate4  | 2023-04-20 01:07:05.010226626  01:07:05.010 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:43672->192.168.1.25:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.25:554/Streaming/Channels/2
frigate4  | 2023-04-20 01:07:05.120042715  [2023-04-20 01:07:05] frigate.video                  ERROR   : Ssolfenetre: Unable to read frames from ffmpeg process.
frigate4  | 2023-04-20 01:07:05.120206966  [2023-04-20 01:07:05] frigate.video                  ERROR   : Ssolfenetre: ffmpeg process is not running. exiting capture thread...
frigate4  | 2023-04-20 01:07:09.921805669  [2023-04-20 01:07:09] watchdog.Ssolfenetre           ERROR   : Ffmpeg process crashed unexpectedly for Ssolfenetre.
frigate4  | 2023-04-20 01:07:09.921924186  [2023-04-20 01:07:09] watchdog.Ssolfenetre           ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
frigate4  | 2023-04-20 01:07:09.925035424  [2023-04-20 01:07:09] ffmpeg.Ssolfenetre.detect      ERROR   : [rtsp @ 0x56248ee5ad40] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
frigate4  | 2023-04-20 01:07:09.925352086  [2023-04-20 01:07:09] ffmpeg.Ssolfenetre.detect      ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
frigate4  | 2023-04-20 01:07:09.925355361  [2023-04-20 01:07:09] ffmpeg.Ssolfenetre.detect      ERROR   : Output file #0 does not contain any stream
frigate4  | 2023-04-20 01:07:09.930234911  [2023-04-20 01:07:09] ffmpeg.Ssolfenetre.record      ERROR   : [rtsp @ 0x561a6f988e00] method DESCRIBE failed: 404 Not Found
frigate4  | 2023-04-20 01:07:09.930239949  [2023-04-20 01:07:09] ffmpeg.Ssolfenetre.record      ERROR   : rtsp://127.0.0.1:8554/SsolFenetre: Server returned 404 Not Found
frigate4  | 2023-04-20 01:07:09.930241572  [2023-04-20 01:07:09] watchdog.Ssolfenetre           INFO    : Terminating the existing ffmpeg process...
frigate4  | 2023-04-20 01:07:09.930242983  [2023-04-20 01:07:09] watchdog.Ssolfenetre           INFO    : Waiting for ffmpeg to exit gracefully...

FFprobe output from your camera

ffprobe version n5.1-2-g915ef932a3-20220731 Copyright (c) 2007-2022 the FFmpeg developers
  built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
  configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
  libavutil      57. 28.100 / 57. 28.100
  libavcodec     59. 37.100 / 59. 37.100
  libavformat    59. 27.100 / 59. 27.100
  libavdevice    59.  7.100 / 59.  7.100
  libavfilter     8. 44.100 /  8. 44.100
  libswscale      6.  7.100 /  6.  7.100
  libswresample   4.  7.100 /  4.  7.100
  libpostproc    56.  6.100 / 56.  6.100
Input #0, rtsp, from 'rtsp://frigate:BLANKED@192.168.1.25:554/Streaming/Channels/1':
  Metadata:
    title           : RTSP/RTP stream from icamra ipc
  Duration: N/A, start: 0.000000, bitrate: N/A
  Stream #0:0: Video: h264 (Main), yuvj420p(pc, progressive), 2592x1944, 15 tbr, 90k tbn
  Stream #0:1: Audio: pcm_alaw, 8000 Hz, mono, s16, 64 kb/s

Frigate stats

{"Back":{"camera_fps":6.0,"capture_pid":305,"detection_enabled":1,"detection_fps":0.0,"ffmpeg_pid":316,"pid":300,"process_fps":6.0,"skipped_fps":0.0},"Side":{"camera_fps":6.0,"capture_pid":304,"detection_enabled":1,"detection_fps":0.0,"ffmpeg_pid":312,"pid":297,"process_fps":6.0,"skipped_fps":0.0},"Ssol":{"camera_fps":0.0,"capture_pid":306,"detection_enabled":1,"detection_fps":0.0,"ffmpeg_pid":455,"pid":301,"process_fps":0.0,"skipped_fps":0.0},"Ssolfenetre":{"camera_fps":0.0,"capture_pid":308,"detection_enabled":1,"detection_fps":0.0,"ffmpeg_pid":452,"pid":302,"process_fps":0.0,"skipped_fps":0.0},"cpu_usages":{"%Cpu(s):":{"cpu":"id,","mem":"0.2"},"1":{"cpu":"0.0","mem":"0.0"},"106":{"cpu":"0.0","mem":"0.1"},"108":{"cpu":"3.0","mem":"3.4"},"118":{"cpu":"0.0","mem":"0.3"},"133":{"cpu":"0.0","mem":"0.1"},"134":{"cpu":"0.0","mem":"0.1"},"135":{"cpu":"0.0","mem":"0.1"},"136":{"cpu":"0.0","mem":"0.1"},"14":{"cpu":"0.0","mem":"0.0"},"16":{"cpu":"0.0","mem":"0.0"},"23":{"cpu":"0.0","mem":"0.0"},"24":{"cpu":"0.0","mem":"0.0"},"25":{"cpu":"0.0","mem":"0.0"},"26":{"cpu":"0.0","mem":"0.0"},"27":{"cpu":"0.0","mem":"0.0"},"28":{"cpu":"0.0","mem":"0.0"},"281":{"cpu":"0.0","mem":"1.9"},"287":{"cpu":"0.3","mem":"0.3"},"288":{"cpu":"0.0","mem":"2.4"},"289":{"cpu":"0.0","mem":"2.4"},"29":{"cpu":"0.0","mem":"0.0"},"292":{"cpu":"0.0","mem":"2.4"},"293":{"cpu":"0.7","mem":"2.2"},"297":{"cpu":"0.7","mem":"2.3"},"298":{"cpu":"0.0","mem":"0.4"},"299":{"cpu":"0.0","mem":"0.4"},"30":{"cpu":"0.0","mem":"0.0"},"300":{"cpu":"0.7","mem":"2.3"},"301":{"cpu":"0.0","mem":"2.1"},"302":{"cpu":"0.0","mem":"2.1"},"303":{"cpu":"0.0","mem":"0.4"},"304":{"cpu":"0.3","mem":"2.1"},"305":{"cpu":"0.7","mem":"2.1"},"306":{"cpu":"0.7","mem":"2.1"},"308":{"cpu":"1.3","mem":"2.1"},"31":{"cpu":"0.0","mem":"0.0"},"312":{"cpu":"1.7","mem":"4.2"},"315":{"cpu":"0.0","mem":"0.4"},"316":{"cpu":"1.3","mem":"4.1"},"318":{"cpu":"0.0","mem":"0.4"},"321":{"cpu":"1.0","mem":"0.7"},"333":{"cpu":"1.7","mem":"0.7"},"341":{"cpu":"1.3","mem":"0.5"},"342":{"cpu":"1.0","mem":"0.5"},"40":{"cpu":"0.0","mem":"0.0"},"41":{"cpu":"0.0","mem":"0.0"},"415":{"cpu":"0.0","mem":"0.1"},"443":{"cpu":"0.0","mem":"0.0"},"454":{"cpu":"0.0","mem":"0.0"},"457":{"cpu":"0.0","mem":"0.0"},"465":{"cpu":"0.0","mem":"0.1"},"466":{"cpu":"0.0","mem":"0.5"},"468":{"cpu":"0.7","mem":"0.0"},"469":{"cpu":"0.3","mem":"0.5"},"471":{"cpu":"0.3","mem":"0.5"},"76":{"cpu":"0.0","mem":"0.0"},"80":{"cpu":"0.3","mem":"0.0"},"81":{"cpu":"0.0","mem":"0.0"},"88":{"cpu":"10.3","mem":"0.5"},"MiB":{"cpu":"1373.3","mem":"avail"},"PID":{"cpu":"%CPU","mem":"%MEM"},"Tasks:":{"cpu":"stopped,","mem":"1"},"top":{"cpu":"users,","mem":"load"}},"detection_fps":0.0,"detectors":{"cpu1":{"detection_start":0.0,"inference_speed":153.46,"pid":288},"cpu2":{"detection_start":0.0,"inference_speed":141.51,"pid":289},"cpu3":{"detection_start":0.0,"inference_speed":145.94,"pid":292}},"gpu_usages":{"NVIDIA GeForce GTX 1050":{"gpu":"0 %","mem":"16.8 %"}},"service":{"last_updated":1682006104,"latest_version":"0.12.0","storage":{"/dev/shm":{"free":65.0,"mount_type":"tmpfs","total":67.1,"used":2.1},"/media/frigate/clips":{"free":161778.1,"mount_type":"ext4","total":324911.6,"used":148793.4},"/media/frigate/recordings":{"free":161778.1,"mount_type":"ext4","total":324911.6,"used":148793.4},"/tmp/cache":{"free":990.8,"mount_type":"tmpfs","total":1000.0,"used":9.2}},"temperatures":{},"uptime":62,"version":"0.12.0-da3e197"}}

Operating system

Proxmox

Install method

Docker Compose

Coral version

CPU (no coral)

Network connection

Wired

Camera make and model

Anpviz IPC-D352VU-S

Any other information that may be helpful

No response

NickM-27 commented 1 year ago

You need to provide go2rtc logs

caublet commented 1 year ago
2023-04-20 12:28:18.448611632  [INFO] Preparing go2rtc config...
2023-04-20 12:28:18.719076264  [INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually
2023-04-20 12:28:18.781703586  [INFO] Starting go2rtc...
2023-04-20 12:28:18.868637799  12:28:18.868 INF go2rtc version 1.2.0 linux/amd64
2023-04-20 12:28:18.869251379  12:28:18.869 INF [api] listen addr=:1984
2023-04-20 12:28:18.869778208  12:28:18.869 INF [rtsp] listen addr=:8554
2023-04-20 12:28:18.870371786  12:28:18.870 INF [srtp] listen addr=:8443
2023-04-20 12:28:18.870845445  12:28:18.870 INF [webrtc] listen addr=:8555
2023-04-20 12:28:25.003790790  12:28:25.003 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:47418->192.168.1.25:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.25:554/Streaming/Channels/2
2023-04-20 12:28:25.086608176  12:28:25.086 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:42796->192.168.1.21:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.21:554/Streaming/Channels/1
2023-04-20 12:28:25.091993888  12:28:25.091 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:42784->192.168.1.21:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.21:554/Streaming/Channels/2
2023-04-20 12:28:28.484527979  [INFO] Starting go2rtc healthcheck service...
2023-04-20 12:28:45.115967070  12:28:45.115 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:46234->192.168.1.25:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.25:554/Streaming/Channels/2
2023-04-20 12:28:45.157363441  12:28:45.157 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:44022->192.168.1.21:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.21:554/Streaming/Channels/2
2023-04-20 12:28:45.162073502  12:28:45.157 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:44026->192.168.1.21:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.21:554/Streaming/Channels/1
2023-04-20 12:28:55.086966660  12:28:55.086 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:49824->192.168.1.21:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.21:554/Streaming/Channels/2
2023-04-20 12:28:55.109155911  12:28:55.108 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:38756->192.168.1.25:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.25:554/Streaming/Channels/2
2023-04-20 12:28:55.180816921  12:28:55.180 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:49830->192.168.1.21:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.21:554/Streaming/Channels/1
2023-04-20 12:29:05.127396125  12:29:05.127 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:58388->192.168.1.21:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.21:554/Streaming/Channels/2
2023-04-20 12:29:05.128116634  12:29:05.127 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:58398->192.168.1.21:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.21:554/Streaming/Channels/1
2023-04-20 12:29:05.188883411  12:29:05.188 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:49936->192.168.1.25:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.25:554/Streaming/Channels/2
2023-04-20 12:29:15.121436563  12:29:15.121 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:46734->192.168.1.25:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.25:554/Streaming/Channels/2
2023-04-20 12:29:15.170478603  12:29:15.170 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:50142->192.168.1.21:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.21:554/Streaming/Channels/1
2023-04-20 12:29:15.172110017  12:29:15.172 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:50128->192.168.1.21:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.21:554/Streaming/Channels/2
2023-04-20 12:29:25.215715636  12:29:25.215 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:36116->192.168.1.21:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.21:554/Streaming/Channels/1
2023-04-20 12:29:25.216198891  12:29:25.215 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:36104->192.168.1.21:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.21:554/Streaming/Channels/2
2023-04-20 12:29:25.225170706  12:29:25.224 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.22.0.2:56482->192.168.1.25:554: i/o timeout" url=rtsp://frigate:BLANKED@192.168.1.25:554/Streaming/Channels/2
NickM-27 commented 1 year ago

Lots of timeouts, maybe your camera has not great networking or it doesn't work well with go2rtc. Does it work if you point frigate cameras section directly at the camera stream?

caublet commented 1 year ago

yes!

Also look at the config for v0.11. That worked for me before.

NickM-27 commented 1 year ago

Then maybe try


go2rtc:
  streams:
    Ssolfenetre:
      - "ffmpeg:rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.1.25:554/Streaming/Channels/1"
#      - "ffmpeg:Ssolfenetre#audio=aac"
    SsolfenetreSub:
      - "ffmpeg:rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.1.25:554/Streaming/Channels/2"
caublet commented 1 year ago

I've switched config to this and worked

    ffmpeg:
      inputs:
        - path: rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.1.25:554/Streaming/Channels/1
          roles:
            - rtmp
            - record
        - path: rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.1.25:554/Streaming/Channels/2
          roles:
            - detect

Also, I've tried what you suggested by prefixing stream path with "ffmpeg:" and it worked.

NickM-27 commented 1 year ago

Great, that's what is suggested then, seems go2rtc without ffmpeg does not like the stream coming from your camera.

Feel free to create a new issue if something else comes up