Pas de videos streamées dans Frigate

Stock épuisé :worried:

Je vais chercher sur le web ce model ou un autre.

Content d’avoir pu résoudre tes problèmes :slight_smile:

BerryBase en Allemagne a des google coral USB de temps en temps. @JournaldeThomas et moi avons pu en acheter en début d’année après avoir reçu l’alerte. Il faut s’inscrire sur l’alerte mail et foncer quand il y en a de dispo.

Autrement oui, tu as une machine avec un emplacement pcie (pas msata bien entendu !) au format m.2, cela peu le faire avec les cartes google coral de ce format, si tu en trouve 1. Mon VRC est par exemple sur un micro pc dédié Odyssey x86 blue de Seed Studio et son emplacement pcie m.2 serait compatible (voir lien ci-dessous). Je l’ai acheté avant d’avoir pu obtenir une clé usb… :slight_smile:

Il te faudrait alors cette carte :

2 « J'aime »

80€ la coral usb ! Cher!!!
Je cherche toujours le mien aussi… Mais sué de mettre ce prix…

Oui c’est sûr : 96€ chez BerryBase pour moi pour la clé USB, avec les frais de port. Les pcie sont plus accessibles, mais il faut la machine qui va bien.

309€ sur Amazon :flushed:

J’en recherche aussi un mais pas à ce prix là.

bonjour Argonaute

pourrais tu me donner ta configuration pour la TAPO C200 ?

merci par avance

Salut,
Désolé j’ai des caméras Foscam et Reolink… :upside_down_face:

Bonjour,
J’ai installé ma camera, une Reolink RLC-510WA et le add-on Reolink Qui marche très bien. Je vois le stream etc…
J’ai Installe Go2RTC qui marche bien et me permet de voir le stream.
Pour terminer, j’ai installé Frigate dans HA.
Pour info, HAOS qui tourne sur un mac mini de 2012 en baremetal.
Je n’arrive pas à avoir de stream sur Frigate. Message « No frames has been recived, check error logs »
J’ai fouillé sur le forum et essayé differentes configs, mais rien n’y fait.
Dans l’ideal, j’aimerais voir le stream avec detection des personnes, et en suite parametrer l’enregistrement sur le SSD.
Merci à ceux qui voudrons m’aider!
De suite ma config et le error log de frigate
Daniele

mqtt:
  enabled: true
  host: 192.168.1.161
  user: mqtt-user
  password: password
  port: 1883

go2rtc:
  streams:
    Reolink_jardin:
      - "ffmpeg:http://192.168.1.7/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password#video=copy#audio=copy#audio=opus"
    Reolink_jardin_sub:
      - "ffmpeg:http://192.168.1.7/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=password"

cameras:
  Reolink_jardin:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.1.7:554/rtsp://admin:password@192.168.1.7/Preview_01_main
          input_args: preset-rtsp-restream
          roles:
            - record
        - path: rtsp://192.168.1.7:554/rtsp://admin:password@192.168.1.7/Preview_01_sub
          input_args: preset-rtsp-restream
          roles:
            - detect            
    detect:
      enabled: True
      width: 1280
      height: 720

record:
  enabled: True
  retain:
    days: 1
  events:
    retain:
      default: 14
snapshots:
  enabled: True

objects:
  track:
    - person

Et le log de Frigate :

2024-05-21 16:26:12.075100763  [INFO] Preparing Frigate...
2024-05-21 16:26:12.098148307  [INFO] Starting Frigate...
2024-05-21 16:26:13.982475398  [2024-05-21 18:26:13] frigate.app                    INFO    : Starting Frigate (0.13.2-6476f8a)
2024-05-21 16:26:13.982675113  [2024-05-21 18:26:13] frigate.app                    INFO    : Creating directory: /tmp/cache
2024-05-21 16:26:14.018797754  [2024-05-21 18:26:14] peewee_migrate.logs            INFO    : Starting migrations
2024-05-21 16:26:14.024030160  [2024-05-21 18:26:14] peewee_migrate.logs            INFO    : There is nothing to migrate
2024-05-21 16:26:14.028650081  [2024-05-21 18:26:14] frigate.app                    INFO    : Recording process started: 307
2024-05-21 16:26:14.031799286  [2024-05-21 18:26:14] frigate.app                    INFO    : go2rtc process pid: 89
2024-05-21 16:26:14.056565270  [2024-05-21 18:26:14] detector.cpu                   INFO    : Starting detection process: 317
2024-05-21 16:26:14.061153247  [2024-05-21 18:26:14] frigate.detectors              WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
2024-05-21 16:26:14.062261931  [2024-05-21 18:26:14] frigate.app                    INFO    : Output process started: 319
2024-05-21 16:26:14.086240943  [2024-05-21 18:26:14] frigate.app                    INFO    : Camera processor started for Reolink_jardin: 323
2024-05-21 16:26:14.087959261  [2024-05-21 18:26:14] frigate.app                    INFO    : Capture process started for Reolink_jardin: 325
2024-05-21 16:26:14.136639400  [2024-05-21 18:26:14] frigate.video                  ERROR   : Reolink_jardin: Unable to read frames from ffmpeg process.
2024-05-21 16:26:14.137084100  [2024-05-21 18:26:14] frigate.video                  ERROR   : Reolink_jardin: ffmpeg process is not running. exiting capture thread...
2024-05-21 16:26:34.142217241  [2024-05-21 18:26:34] watchdog.Reolink_jardin        ERROR   : Ffmpeg process crashed unexpectedly for Reolink_jardin.
2024-05-21 16:26:34.142536141  [2024-05-21 18:26:34] watchdog.Reolink_jardin        ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-21 16:26:34.142900279  [2024-05-21 18:26:34] ffmpeg.Reolink_jardin.detect   ERROR   : [rtsp @ 0x55b51141ac40] method DESCRIBE failed: 401 Unauthorized
2024-05-21 16:26:34.143195345  [2024-05-21 18:26:34] ffmpeg.Reolink_jardin.detect   ERROR   : rtsp://192.168.1.7:554/rtsp://*:*@192.168.1.7/Preview_01_sub: Server returned 401 Unauthorized (authorization failed)
2024-05-21 16:26:34.157024669  [2024-05-21 18:26:34] ffmpeg.Reolink_jardin.record   ERROR   : [rtsp @ 0x5651237d5d80] method DESCRIBE failed: 401 Unauthorized
2024-05-21 16:26:34.157353308  [2024-05-21 18:26:34] ffmpeg.Reolink_jardin.record   ERROR   : rtsp://192.168.1.7:554/rtsp://*:*@192.168.1.7/Preview_01_main: Server returned 401 Unauthorized (authorization failed)
2024-05-21 16:26:34.157697576  [2024-05-21 18:26:34] watchdog.Reolink_jardin        INFO    : Terminating the existing ffmpeg process...
2024-05-21 16:26:34.157881585  [2024-05-21 18:26:34] watchdog.Reolink_jardin        INFO    : Waiting for ffmpeg to exit gracefully...
2024-05-21 16:26:34.262217049  [2024-05-21 18:26:34] frigate.video                  ERROR   : Reolink_jardin: Unable to read frames from ffmpeg process.
2024-05-21 16:26:34.262575621  [2024-05-21 18:26:34] frigate.video                  ERROR   : Reolink_jardin: ffmpeg process is not running. exiting capture thread...
2024-05-21 16:26:44.168973257  [2024-05-21 18:26:44] watchdog.Reolink_jardin        ERROR   : Ffmpeg process crashed unexpectedly for Reolink_jardin.
2024-05-21 16:26:44.169290182  [2024-05-21 18:26:44] watchdog.Reolink_jardin        ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-21 16:26:44.169862289  [2024-05-21 18:26:44] ffmpeg.Reolink_jardin.detect   ERROR   : [rtsp @ 0x55c2aab95c40] method DESCRIBE failed: 401 Unauthorized
2024-05-21 16:26:44.170034748  [2024-05-21 18:26:44] ffmpeg.Reolink_jardin.detect   ERROR   : rtsp://192.168.1.7:554/rtsp://*:*@192.168.1.7/Preview_01_sub: Server returned 401 Unauthorized (authorization failed)
2024-05-21 16:26:44.183969973  [2024-05-21 18:26:44] ffmpeg.Reolink_jardin.record   ERROR   : [rtsp @ 0x56413cfd3d80] method DESCRIBE failed: 401 Unauthorized
2024-05-21 16:26:44.184338941  [2024-05-21 18:26:44] ffmpeg.Reolink_jardin.record   ERROR   : rtsp://192.168.1.7:554/rtsp://*:*@192.168.1.7/Preview_01_main: Server returned 401 Unauthorized (authorization failed)
2024-05-21 16:26:44.184534872  [2024-05-21 18:26:44] watchdog.Reolink_jardin        INFO    : Terminating the existing ffmpeg process...
2024-05-21 16:26:44.184810447  [2024-05-21 18:26:44] watchdog.Reolink_jardin        INFO    : Waiting for ffmpeg to exit gracefully...
2024-05-21 16:26:44.398136161  [2024-05-21 18:26:44] frigate.video                  ERROR   : Reolink_jardin: Unable to read frames from ffmpeg process.
2024-05-21 16:26:44.398373047  [2024-05-21 18:26:44] frigate.video                  ERROR   : Reolink_jardin: ffmpeg process is not running. exiting capture thread...
2024-05-21 16:26:54.196655694  [2024-05-21 18:26:54] watchdog.Reolink_jardin        ERROR   : Ffmpeg process crashed unexpectedly for Reolink_jardin.
2024-05-21 16:26:54.196982037  [2024-05-21 18:26:54] watchdog.Reolink_jardin        ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-21 16:26:54.197371425  [2024-05-21 18:26:54] ffmpeg.Reolink_jardin.detect   ERROR   : [rtsp @ 0x55b27ff79c40] method DESCRIBE failed: 401 Unauthorized
2024-05-21 16:26:54.197654818  [2024-05-21 18:26:54] ffmpeg.Reolink_jardin.detect   ERROR   : rtsp://192.168.1.7:554/rtsp://*:*@192.168.1.7/Preview_01_sub: Server returned 401 Unauthorized (authorization failed)
2024-05-21 16:26:54.211456037  [2024-05-21 18:26:54] ffmpeg.Reolink_jardin.record   ERROR   : [rtsp @ 0x56376ff93d80] method DESCRIBE failed: 401 Unauthorized
2024-05-21 16:26:54.211965536  [2024-05-21 18:26:54] ffmpeg.Reolink_jardin.record   ERROR   : rtsp://192.168.1.7:554/rtsp://*:*@192.168.1.7/Preview_01_main: Server returned 401 Unauthorized (authorization failed)
2024-05-21 16:26:54.211971032  [2024-05-21 18:26:54] watchdog.Reolink_jardin        INFO    : Terminating the existing ffmpeg process...
2024-05-21 16:26:54.212189757  [2024-05-21 18:26:54] watchdog.Reolink_jardin        INFO    : Waiting for ffmpeg to exit gracefully...
2024-05-21 16:26:54.333100356  [2024-05-21 18:26:54] frigate.video                  ERROR   : Reolink_jardin: Unable to read frames from ffmpeg process.
2024-05-21 16:26:54.333437340  [2024-05-21 18:26:54] frigate.video                  ERROR   : Reolink_jardin: ffmpeg process is not running. exiting capture thread...
2024-05-21 16:27:04.222618069  [2024-05-21 18:27:04] watchdog.Reolink_jardin        ERROR   : Ffmpeg process crashed unexpectedly for Reolink_jardin.
2024-05-21 16:27:04.222924340  [2024-05-21 18:27:04] watchdog.Reolink_jardin        ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-21 16:27:04.223326952  [2024-05-21 18:27:04] ffmpeg.Reolink_jardin.detect   ERROR   : [rtsp @ 0x55fdbadacc40] method DESCRIBE failed: 401 Unauthorized
2024-05-21 16:27:04.223729053  [2024-05-21 18:27:04] ffmpeg.Reolink_jardin.detect   ERROR   : rtsp://192.168.1.7:554/rtsp://*:*@192.168.1.7/Preview_01_sub: Server returned 401 Unauthorized (authorization failed)
2024-05-21 16:27:04.236760036  [2024-05-21 18:27:04] ffmpeg.Reolink_jardin.record   ERROR   : [rtsp @ 0x55eeb47bbd80] method DESCRIBE failed: 401 Unauthorized
2024-05-21 16:27:04.237039028  [2024-05-21 18:27:04] ffmpeg.Reolink_jardin.record   ERROR   : rtsp://192.168.1.7:554/rtsp://*:*@192.168.1.7/Preview_01_main: Server returned 401 Unauthorized (authorization failed)
2024-05-21 16:27:04.237406365  [2024-05-21 18:27:04] watchdog.Reolink_jardin        INFO    : Terminating the existing ffmpeg process...
2024-05-21 16:27:04.237616859  [2024-05-21 18:27:04] watchdog.Reolink_jardin        INFO    : Waiting for ffmpeg to exit gracefully...
2024-05-21 16:27:04.260221987  [2024-05-21 18:27:04] frigate.video                  ERROR   : Reolink_jardin: Unable to read frames from ffmpeg process.
2024-05-21 16:27:04.260469487  [2024-05-21 18:27:04] frigate.video                  ERROR   : Reolink_jardin: ffmpeg process is not running. exiting capture thread...
2024-05-21 16:27:14.247770282  [2024-05-21 18:27:14] watchdog.Reolink_jardin        ERROR   : Ffmpeg process crashed unexpectedly for Reolink_jardin.
2024-05-21 16:27:14.248073282  [2024-05-21 18:27:14] watchdog.Reolink_jardin        ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-21 16:27:14.248430505  [2024-05-21 18:27:14] ffmpeg.Reolink_jardin.detect   ERROR   : [rtsp @ 0x55f8e9ff2c40] method DESCRIBE failed: 401 Unauthorized
2024-05-21 16:27:14.248624202  [2024-05-21 18:27:14] ffmpeg.Reolink_jardin.detect   ERROR   : rtsp://192.168.1.7:554/rtsp://*:*@192.168.1.7/Preview_01_sub: Server returned 401 Unauthorized (authorization failed)
2024-05-21 16:27:14.261679449  [2024-05-21 18:27:14] ffmpeg.Reolink_jardin.record   ERROR   : [rtsp @ 0x55e639b34d80] method DESCRIBE failed: 401 Unauthorized
2024-05-21 16:27:14.262036647  [2024-05-21 18:27:14] ffmpeg.Reolink_jardin.record   ERROR   : rtsp://192.168.1.7:554/rtsp://*:*@192.168.1.7/Preview_01_main: Server returned 401 Unauthorized (authorization failed)
2024-05-21 16:27:14.262250657  [2024-05-21 18:27:14] watchdog.Reolink_jardin        INFO    : Terminating the existing ffmpeg process...
2024-05-21 16:27:14.262403403  [2024-05-21 18:27:14] watchdog.Reolink_jardin        INFO    : Waiting for ffmpeg to exit gracefully...
2024-05-21 16:27:14.293441572  [2024-05-21 18:27:14] frigate.video                  ERROR   : Reolink_jardin: Unable to read frames from ffmpeg process.
2024-05-21 16:27:14.293625974  [2024-05-21 18:27:14] frigate.video                  ERROR   : Reolink_jardin: ffmpeg process is not running. exiting capture thread...
2024-05-21 16:27:24.273065241  [2024-05-21 18:27:24] watchdog.Reolink_jardin        ERROR   : Ffmpeg process crashed unexpectedly for Reolink_jardin.
2024-05-21 16:27:24.273338718  [2024-05-21 18:27:24] watchdog.Reolink_jardin        ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-21 16:27:24.273776249  [2024-05-21 18:27:24] ffmpeg.Reolink_jardin.detect   ERROR   : [rtsp @ 0x560e1d2d1c40] method DESCRIBE failed: 401 Unauthorized
2024-05-21 16:27:24.274092345  [2024-05-21 18:27:24] ffmpeg.Reolink_jardin.detect   ERROR   : rtsp://192.168.1.7:554/rtsp://*:*@192.168.1.7/Preview_01_sub: Server returned 401 Unauthorized (authorization failed)
2024-05-21 16:27:24.287052248  [2024-05-21 18:27:24] ffmpeg.Reolink_jardin.record   ERROR   : [rtsp @ 0x559563fb0d80] method DESCRIBE failed: 401 Unauthorized
2024-05-21 16:27:24.287356634  [2024-05-21 18:27:24] ffmpeg.Reolink_jardin.record   ERROR   : rtsp://192.168.1.7:554/rtsp://*:*@192.168.1.7/Preview_01_main: Server returned 401 Unauthorized (authorization failed)
2024-05-21 16:27:24.287642545  [2024-05-21 18:27:24] watchdog.Reolink_jardin        INFO    : Terminating the existing ffmpeg process...
2024-05-21 16:27:24.287820250  [2024-05-21 18:27:24] watchdog.Reolink_jardin        INFO    : Waiting for ffmpeg to exit gracefully...
2024-05-21 16:27:24.335444074  [2024-05-21 18:27:24] frigate.video                  ERROR   : Reolink_jardin: Unable to read frames from ffmpeg process.
2024-05-21 16:27:24.335671559  [2024-05-21 18:27:24] frigate.video                  ERROR   : Reolink_jardin: ffmpeg process is not running. exiting capture thread...
2024-05-21 16:27:34.298017557  [2024-05-21 18:27:34] watchdog.Reolink_jardin        ERROR   : Ffmpeg process crashed unexpectedly for Reolink_jardin.
2024-05-21 16:27:34.298350495  [2024-05-21 18:27:34] watchdog.Reolink_jardin        ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-21 16:27:34.298702960  [2024-05-21 18:27:34] ffmpeg.Reolink_jardin.detect   ERROR   : [rtsp @ 0x5627bddf6c40] method DESCRIBE failed: 401 Unauthorized
2024-05-21 16:27:34.299036132  [2024-05-21 18:27:34] ffmpeg.Reolink_jardin.detect   ERROR   : rtsp://192.168.1.7:554/rtsp://*:*@192.168.1.7/Preview_01_sub: Server returned 401 Unauthorized (authorization failed)
2024-05-21 16:27:34.311954002  [2024-05-21 18:27:34] ffmpeg.Reolink_jardin.record   ERROR   : [rtsp @ 0x55ebc2b55d80] method DESCRIBE failed: 401 Unauthorized
2024-05-21 16:27:34.312122526  [2024-05-21 18:27:34] ffmpeg.Reolink_jardin.record   ERROR   : rtsp://192.168.1.7:554/rtsp://*:*@192.168.1.7/Preview_01_main: Server returned 401 Unauthorized (authorization failed)
2024-05-21 16:27:34.312249292  [2024-05-21 18:27:34] watchdog.Reolink_jardin        INFO    : Terminating the existing ffmpeg process...
2024-05-21 16:27:34.312371913  [2024-05-21 18:27:34] watchdog.Reolink_jardin        INFO    : Waiting for ffmpeg to exit gracefully...
2024-05-21 16:27:34.365867359  [2024-05-21 18:27:34] frigate.video                  ERROR   : Reolink_jardin: Unable to read frames from ffmpeg process.
2024-05-21 16:27:34.366091934  [2024-05-21 18:27:34] frigate.video                  ERROR   : Reolink_jardin: ffmpeg process is not running. exiting capture thread...

Je me réponds tout seul.
En modifiant la config comme suit tout marche! (oui, en effet suffisait de bien lire la doc pour la config Reolink sur le site Frigate)

mqtt:
  enabled: true
  host: 192.168.1.161
  user: User
  password: Password
  port: 1883

go2rtc:
  streams:
    Reolink_jardin:
    - ffmpeg:http://192.168.1.7/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password#video=copy#audio=copy#audio=opus
    Reolink_jardin_sub:
    - ffmpeg:http://192.168.1.7/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=password

cameras:
  Reolink_jardin:
    ffmpeg:
      hwaccel_args: preset-vaapi
      inputs:
      - path: rtsp://127.0.0.1:8554/Reolink_jardin
        input_args: preset-rtsp-restream
        roles:
        - record
      - path: rtsp://127.0.0.1:8554/Reolink_jardin_sub
        input_args: preset-rtsp-restream
        roles:
        - detect
    detect:
      enabled: true
      width: 640
      height: 480
      fps: 10

    live:
      stream_name: Reolink_jardin_sub

    motion:
      mask:
      - 0,480,640,480,640,337,374,397,0,385
detectors:
  cpu1:
    type: cpu

record:
  enabled: true
  retain:
    days: 1
  events:
    retain:
      default: 14
snapshots:
  enabled: true

objects:
  track:
  - person