Mise à jour de l’image avec la possibilité de sélectionner le Google Coral (avec détection auto et sélection auto si présent) :
Mieux vaut tard que jamais !! ![]()
Salut @Will_71,
Ne comprenant pas vraiment cette erreur, j’ai interrogé Fable qui a scruté le code pour trouver une problématique sur cette route. Je te copie colle ce qu’il me donne, si tu peux répondre aux 4 question, même si je me doute qu’il n’y a pas de rapport avec Gladys Plus :
Diagnostic du problème — deux problèmes distincts, et aucun bug détecté dans notre code :
1. L’erreur 404 est la signature d’un accès via le tunnel Gladys Plus, pas d’un accès local. Trois faits vérifiés dans le code :
- La route
POST /api/v1/service/frigate/connectexiste dans toutes les versions depuis PR1 (j’ai régénéré la table de routes du controller pour le confirmer). - Un 404 local afficherait le chemin avec
/api(le routeur Express est monté à la racine avec les chemins complets). Son message montre/v1/service/frigate/connectsans/api. - Ce format-là est produit à un seul endroit : setupGateway.js:74, le handler des requêtes Gladys Plus — son instance a reçu par le tunnel une URL non préfixée, qui ne matche rien.
Autrement dit : quelque chose chez lui appelle l’API via le gateway avec une URL amputée — notre front n’envoie jamais ça (ni le front officiel). Suspects : accès via plus.gladysassistant.com au lieu de l’IP locale, app mobile, ou un vieux bundle en cache.
2. Le bandeau « installation a échoué » est un problème séparé : chez lui, l’init du boot est allé jusqu’à l’allocation des ports (ils s’affichent : 8971/1885/5000/8554) puis a échoué à l’installation des conteneurs Docker. Causes classiques : /var/run/docker.sock non monté dans sa commande docker run, réseau non-host, ou pull d’image impossible.
À lui demander sur le forum :
- Sa commande
docker runcomplète (il faut-v /var/run/docker.sock:/var/run/docker.socket--network=host). - Les logs
docker logs <gladys>autour du clic sur Activer. - Par quelle URL il accède à Gladys pour ce test : IP locale (
http://IP:port) ou plus.gladysassistant.com ? Pour cette phase de test, il faut passer par l’accès local (de toute façon l’UI Frigate n’est accessible qu’en LAN). - Si le 404 persiste en local : l’onglet Réseau du navigateur sur la requête
connect(URL exacte, méthode, statut).
alors ce n’est pas directement un problème avec Frigate mais j’ai réussi à lancer l’install
Le problème était mon instance. Car j’ai lancé Gladys sans le container Mosquitto créé avec Gladys, pour info c’est sur mon laptop où je fais tous les tests, pas ma prod. Donc l’intégration MQTT était en erreur et impossible donc d’activer Frigate.
Une fois le container MQTT OK, l’install est passée
J’ai quelque chose d’étrange quand même car le container redémarre en boucle
Voilà les logs:
s6-rc: info: service s6rc-fdholder: starting
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service s6rc-fdholder successfully started
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service prepare: starting
s6-rc: info: service log-prepare: starting
s6-rc: info: service log-prepare successfully started
s6-rc: info: service nginx-log: starting
s6-rc: info: service go2rtc-log: starting
s6-rc: info: service frigate-log: starting
s6-rc: info: service certsync-log: starting
s6-rc: info: service nginx-log successfully started
s6-rc: info: service go2rtc-log successfully started
s6-rc: info: service frigate-log successfully started
s6-rc: info: service certsync-log successfully started
s6-rc: info: service prepare successfully started
s6-rc: info: service go2rtc: starting
s6-rc: info: service go2rtc successfully started
s6-rc: info: service go2rtc-healthcheck: starting
s6-rc: info: service frigate: starting
s6-rc: info: service go2rtc-healthcheck successfully started
s6-rc: info: service frigate successfully started
s6-rc: info: service nginx: starting
2026-07-13 21:54:07.341983396 [INFO] Starting NGINX...
2026-07-13 21:54:07.458849332 [INFO] Preparing Frigate...
2026-07-13 21:54:07.924921336 [INFO] Preparing new go2rtc config...
2026-07-13 21:54:08.012076719 [INFO] Starting Frigate...
2026-07-13 21:54:08.456096321 [INFO] Starting go2rtc...
s6-rc: info: service nginx successfully started
s6-rc: info: service certsync: starting
s6-rc: info: service certsync successfully started
s6-rc: info: service legacy-services: starting
2026-07-13 21:54:08.982221714 [INFO] Starting certsync...
s6-rc: info: service legacy-services successfully started
2026-07-13 21:54:09.014448964 23:54:09.013 INF go2rtc platform=linux/amd64 revision=df95ce3 version=1.9.10
2026-07-13 21:54:09.014456513 23:54:09.013 INF config path=/config/go2rtc_homekit.yml
2026-07-13 21:54:09.014460532 23:54:09.014 INF [rtsp] listen addr=:8554
2026-07-13 21:54:09.014815535 23:54:09.014 INF [api] listen addr=:1984
2026-07-13 21:54:09.015486676 23:54:09.015 INF [webrtc] listen addr=:8555
2026-07-13 21:54:09.605165065 127.0.0.1 - - [13/Jul/2026:23:54:09 +0200] "" 400 0 "-" "-" "-" request_time="0.000" upstream_response_time="-"
2026-07-13 21:54:11.265180906 2026/07/13 23:54:11 [error] 198#198: *3 connect() failed (111: Connection refused) while connecting to upstream, client: 172.17.0.1, server: , request: "GET /ws HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "localhost:8971"
2026-07-13 21:54:11.265186642 2026/07/13 23:54:11 [error] 198#198: *3 auth request unexpected status: 502 while sending to client, client: 172.17.0.1, server: , request: "GET /ws HTTP/1.1", host: "localhost:8971"
2026-07-13 21:54:11.265236043 172.17.0.1 - - [13/Jul/2026:23:54:11 +0200] "GET /ws HTTP/1.1" 500 579 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36" "-" request_time="0.001" upstream_response_time="-"
2026-07-13 21:54:12.290737659 2026/07/13 23:54:12 [error] 196#196: *5 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /api/version HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "127.0.0.1:5000"
2026-07-13 21:54:12.290743687 2026/07/13 23:54:12 [error] 196#196: *5 auth request unexpected status: 502 while sending to client, client: 127.0.0.1, server: , request: "GET /api/version HTTP/1.1", host: "127.0.0.1:5000"
2026-07-13 21:54:13.832785810 [2026-07-13 23:54:13] frigate.util.config INFO : Checking if frigate config needs migration...
2026-07-13 21:54:13.844761147 [2026-07-13 23:54:13] frigate.util.config INFO : frigate config does not need migration...
2026-07-13 21:54:13.853394790 [2026-07-13 23:54:13] frigate.app INFO : Starting Frigate (0.17.2-3d4dd3a)
2026-07-13 21:54:13.857174202 [2026-07-13 23:54:13] peewee_migrate.logs INFO : Starting migrations
2026-07-13 21:54:13.858451635 [2026-07-13 23:54:13] peewee_migrate.logs INFO : There is nothing to migrate
2026-07-13 21:54:13.865007302 [2026-07-13 23:54:13] frigate.app INFO : Recording process started: 440
2026-07-13 21:54:13.872888572 [2026-07-13 23:54:13] frigate.app INFO : Review process started: 441
2026-07-13 21:54:13.875770968 [2026-07-13 23:54:13] frigate.app INFO : go2rtc process pid: 123
2026-07-13 21:54:13.884953927 [2026-07-13 23:54:13] frigate.app INFO : Embedding process started: 454
2026-07-13 21:54:13.908441372 [2026-07-13 23:54:13] frigate.app INFO : Output process started: 489
2026-07-13 21:54:14.082747833 [2026-07-13 23:54:14] frigate.api.fastapi_app INFO : Starting FastAPI app
2026-07-13 21:54:14.332410666 [2026-07-13 23:54:14] frigate.api.fastapi_app INFO : FastAPI started
2026-07-13 21:54:14.757506293 Process frigate.detector:ov:
2026-07-13 21:54:14.757511058 Traceback (most recent call last):
2026-07-13 21:54:14.757513370 File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in _bootstrap
2026-07-13 21:54:14.757518164 self.run()
2026-07-13 21:54:14.757521061 File "/opt/frigate/frigate/object_detection/base.py", line 143, in run
2026-07-13 21:54:14.757523256 object_detector = LocalObjectDetector(detector_config=self.detector_config)
2026-07-13 21:54:14.757549590 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-07-13 21:54:14.757552431 File "/opt/frigate/frigate/object_detection/base.py", line 62, in __init__
2026-07-13 21:54:14.757554368 self.detect_api = create_detector(detector_config)
2026-07-13 21:54:14.757556117 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-07-13 21:54:14.757608441 File "/opt/frigate/frigate/detectors/__init__.py", line 18, in create_detector
2026-07-13 21:54:14.757610260 return api(detector_config)
2026-07-13 21:54:14.757612007 ^^^^^^^^^^^^^^^^^^^^
2026-07-13 21:54:14.757614083 File "/opt/frigate/frigate/detectors/plugins/openvino.py", line 45, in __init__
2026-07-13 21:54:14.757628760 self.runner = OpenVINOModelRunner(
2026-07-13 21:54:14.757630554 ^^^^^^^^^^^^^^^^^^^^
2026-07-13 21:54:14.757632591 File "/opt/frigate/frigate/detectors/detection_runners.py", line 316, in __init__
2026-07-13 21:54:14.757634606 self.compiled_model = self.ov_core.compile_model(
2026-07-13 21:54:14.757636379 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-07-13 21:54:14.757638617 File "/usr/local/lib/python3.11/dist-packages/openvino/_ov_api.py", line 610, in compile_model
2026-07-13 21:54:14.757641006 super().compile_model(model, device_name, {} if config is None else config),
2026-07-13 21:54:14.757642987 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-07-13 21:54:14.757644851 RuntimeError: Exception from src/inference/src/cpp/core.cpp:126:
2026-07-13 21:54:14.757656781 Exception from src/inference/src/dev/plugin.cpp:58:
2026-07-13 21:54:14.757659007 Check 'contexts.count(device_id)' failed at src/plugins/intel_gpu/src/plugin/plugin.cpp:288:
2026-07-13 21:54:14.757660722 [GPU] Context was not initialized for 0 device
2026-07-13 21:54:14.757662542
2026-07-13 21:54:14.757663839
2026-07-13 21:54:14.757665054
2026-07-13 21:54:15.081925613 172.17.0.1 - - [13/Jul/2026:23:54:15 +0200] "GET /api/profile HTTP/1.1" 200 56 "https://localhost:8971/settings" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36" "-" request_time="0.033" upstream_response_time="0.011"
2026-07-13 21:54:15.081993378 172.17.0.1 - - [13/Jul/2026:23:54:15 +0200] "GET /api/config HTTP/1.1" 200 11452 "https://localhost:8971/settings" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36" "-" request_time="0.041" upstream_response_time="0.015"
2026-07-13 21:54:17.340794536 [INFO] Starting go2rtc healthcheck service...
2026-07-13 21:54:21.866631249 172.17.0.1 - - [13/Jul/2026:23:54:21 +0200] "GET /api/profile HTTP/1.1" 200 56 "https://localhost:8971/settings" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36" "-" request_time="0.015" upstream_response_time="0.007"
2026-07-13 21:54:34.074434926 [2026-07-13 23:54:34] frigate.watchdog INFO : Detection appears to have stopped. Exiting Frigate...
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service go2rtc-healthcheck: stopping
s6-rc: info: service certsync: stopping
2026-07-13 21:54:34.103429656 [INFO] The go2rtc-healthcheck service exited with code 256 (by signal 15)
s6-rc: info: service go2rtc-healthcheck successfully stopped
2026-07-13 21:54:34.107631351 [INFO] Service CERTSYNC exited with code 256 (by signal 15)
s6-rc: info: service certsync successfully stopped
s6-rc: info: service nginx: stopping
s6-rc: info: service certsync-log: stopping
s6-rc: info: service certsync-log successfully stopped
2026-07-13 21:54:34.164157731 [INFO] Service NGINX exited with code 0 (by signal 0)
s6-rc: info: service nginx successfully stopped
s6-rc: info: service nginx-log: stopping
s6-rc: info: service frigate: stopping
s6-rc: info: service nginx-log successfully stopped
2026-07-13 21:54:44.076860318 [2026-07-13 23:54:44] frigate.watchdog INFO : Detection appears to have stopped. Exiting Frigate...
2026-07-13 21:54:54.079741446 [2026-07-13 23:54:54] frigate.watchdog INFO : Detection appears to have stopped. Exiting Frigate...
2026-07-13 21:55:00.406028629 [2026-07-13 23:55:00] frigate.api.camera WARNING : Error probing ONVIF device at 10.0.50.12:80, Request to http://10.0.50.12:80/onvif/device_service timed out
2026-07-13 21:55:00.449587204 [2026-07-13 23:55:00] frigate.app INFO : Stopping...
2026-07-13 21:55:00.457147156 [2026-07-13 23:55:00] frigate.ptz.autotrack INFO : Exiting autotracker...
2026-07-13 21:55:00.458935469 [2026-07-13 23:55:00] frigate.watchdog INFO : Exiting watchdog...
2026-07-13 21:55:00.461119356 [2026-07-13 23:55:00] frigate.events.cleanup INFO : Exiting event cleanup...
2026-07-13 21:55:00.463205756 [2026-07-13 23:55:00] frigate.record.cleanup INFO : Exiting recording cleanup...
2026-07-13 21:55:00.463824101 [2026-07-13 23:55:00] frigate.stats.emitter INFO : Exiting stats emitter...
2026-07-13 21:55:00.464339398 [2026-07-13 23:55:00] frigate.ptz.onvif INFO : Exiting ONVIF controller...
2026-07-13 21:55:00.464891844 [2026-07-13 23:55:00] frigate.storage INFO : Exiting storage maintainer...
2026-07-13 21:55:00.966557996 [2026-07-13 23:55:00] frigate.app INFO : Detection queue closed
2026-07-13 21:55:00.990733566 [2026-07-13 23:55:00] frigate.track.object_processing INFO : Exiting object processor...
2026-07-13 21:55:01.131133912 [2026-07-13 23:55:01] frigate.events.maintainer INFO : Exiting event processor...
2026-07-13 21:55:01.155399339 [2026-07-13 23:55:01] frigate.review.maintainer INFO : Exiting review maintainer...
2026-07-13 21:55:01.492900809 [2026-07-13 23:55:01] frigate.app INFO : Detected frames queue closed
2026-07-13 21:55:01.995074968 [2026-07-13 23:55:01] frigate.app INFO : Timeline queue closed
2026-07-13 21:55:02.028278123 [2026-07-13 23:55:02] frigate.comms.mqtt ERROR : MQTT disconnected
2026-07-13 21:55:02.387918381 [2026-07-13 23:55:02] frigate.comms.ws INFO : Exiting websocket client...
2026-07-13 21:55:02.901211688 [2026-07-13 23:55:02] peewee.sqliteq INFO : writer received shutdown request, exiting.
2026-07-13 21:55:03.742068900 [INFO] Service Frigate exited with code 0 (by signal 0)
s6-rc: info: service frigate successfully stopped
s6-rc: info: service go2rtc: stopping
s6-rc: info: service frigate-log: stopping
2026-07-13 21:55:03.745358940 exit with signal: terminated
s6-rc: info: service frigate-log successfully stopped
2026-07-13 21:55:03.753205029 [INFO] The go2rtc service exited with code 0 (by signal 0)
s6-rc: info: service go2rtc successfully stopped
s6-rc: info: service prepare: stopping
s6-rc: info: service go2rtc-log: stopping
s6-rc: info: service prepare successfully stopped
s6-rc: info: service go2rtc-log successfully stopped
s6-rc: info: service log-prepare: stopping
s6-rc: info: service s6rc-fdholder: stopping
s6-rc: info: service log-prepare successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service s6rc-fdholder successfully stopped
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

Mais le front fonctionne c’est bizarre. Par contre impossible d’ajouter des caméras! Bizarre
Bug visuel: quand on réduit la fenetre il y a un leger décalage
Trouvé !! C’est de ma faute, on ne gérait que les GPU Intel. Il a vu un GPU donc t’a passé en config GPU. Tente de modifieren CPU pour voir,nca devrait. De notre côté on résout la chose. Merci pour ce test
![]()
Le front et l’impossibilité d’enregistrer des devices vient du meme souci.
Pour qu’on corrige proprement l’auto-détection (c’est un vrai bug de notre côté, on ne proposera plus le mode GPU que sur les puces compatibles), peux-tu me donner le modèle de CPU/GPU du laptop ? Par exemple le résultat de lspci | grep -iE 'vga|3d' .
Pour l’ajout des caméras : il faut les ajouter depuis Gladys (intégration Frigate → onglet Appareils), pas depuis l’interface web de Frigate — Gladys gère la configuration des caméras et écraserait ce qui est ajouté côté Frigate. Une fois le détecteur passé en CPU, tu devrais pouvoir ajouter ta première caméra depuis Gladys sans souci.
Voila le résultat de la commande:

Pour le passage en CPU je verrais demain. Je te tiens au courant.
Merci @Will_71,
L’image se met à jour avec les correctifs. Mais si avant de mettre à jour tu peux tester le passage sur CPU pour ^vérifier que ça relance bien comme il faut ce serait top ^^
Alors je suis passé avec CPU. Je n’ai pas mis l’image à jour.
En CPU mon laptop rame au démarrage du container et du coup Gladys aussi.
Quand j’ai fait le changement j’ai eu une erreur
et après a du redémarré je pense.
Par contre mes caméras, elles ne fonctionnent pas.
Voici des logs de frigate
0/rawvideo @ 0x556612c98740] Nothing was written into output file, because at least one of its streams received no packets.
2026-07-14 10:33:55.201515251 [2026-07-14 12:33:55] watchdog.cabane INFO : Restarting ffmpeg...
2026-07-14 10:33:55.224557860 [2026-07-14 12:33:55] watchdog.jardin ERROR : Ffmpeg process crashed unexpectedly for jardin.
2026-07-14 10:33:55.224833151 [2026-07-14 12:33:55] watchdog.jardin ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2026-07-14 10:33:55.225081438 [2026-07-14 12:33:55] ffmpeg.jardin.detect ERROR : [rtsp @ 0x55c7178bc440] method DESCRIBE failed: 404 Not Found
2026-07-14 10:33:55.225260249 [2026-07-14 12:33:55] ffmpeg.jardin.detect ERROR : [in#0 @ 0x55c7178bc100] Error opening input: Server returned 404 Not Found
2026-07-14 10:33:55.225442011 [2026-07-14 12:33:55] ffmpeg.jardin.detect ERROR : Error opening input file rtsp://127.0.0.1:8554/jardin.
2026-07-14 10:33:55.225549234 [2026-07-14 12:33:55] ffmpeg.jardin.detect ERROR : Error opening input files: Server returned 404 Not Found
2026-07-14 10:33:55.225726670 [2026-07-14 12:33:55] watchdog.jardin INFO : Restarting ffmpeg...
2026-07-14 10:33:55.257028264 12:33:55.256 WRN [rtsp] error="streams: 401 Unauthorized" stream=jardin
2026-07-14 10:33:55.258524913 [2026-07-14 12:33:55] frigate.video ERROR : jardin: Unable to read frames from ffmpeg process.
2026-07-14 10:33:55.258748972 [2026-07-14 12:33:55] frigate.video ERROR : jardin: ffmpeg process is not running. exiting capture thread...
2026-07-14 10:33:57.218827524 127.0.0.1 - - [14/Jul/2026:12:33:57 +0200] "" 400 0 "-" "-" "-" request_time="0.000" upstream_response_time="-"
2026-07-14 10:33:57.839368048 [2026-07-14 12:33:57] frigate.video ERROR : cabane: Unable to read frames from ffmpeg process.
2026-07-14 10:33:57.839709801 [2026-07-14 12:33:57] frigate.video ERROR : cabane: ffmpeg process is not running. exiting capture thread...
2026-07-14 10:34:05.205191511 [2026-07-14 12:34:05] watchdog.cabane ERROR : Ffmpeg process crashed unexpectedly for cabane.
2026-07-14 10:34:05.205864871 [2026-07-14 12:34:05] watchdog.cabane ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2026-07-14 10:34:05.206342923 [2026-07-14 12:34:05] ffmpeg.cabane.detect ERROR : [h264 @ 0x563f0ccddac0] No support for codec h264 profile 77.
2026-07-14 10:34:05.206862411 [2026-07-14 12:34:05] ffmpeg.cabane.detect ERROR : [h264 @ 0x563f0ccddac0] Failed setup for format vaapi: hwaccel initialisation returned error.
2026-07-14 10:34:05.207259133 [2026-07-14 12:34:05] ffmpeg.cabane.detect ERROR : Impossible to convert between the formats supported by the filter 'Parsed_fps_0' and the filter 'auto_scale_0'
2026-07-14 10:34:05.207734665 [2026-07-14 12:34:05] ffmpeg.cabane.detect ERROR : [vf#0:0 @ 0x563f0cbeb9c0] Error reinitializing filters!
2026-07-14 10:34:05.208146092 [2026-07-14 12:34:05] ffmpeg.cabane.detect ERROR : [vf#0:0 @ 0x563f0cbeb9c0] Task finished with error code: -38 (Function not implemented)
2026-07-14 10:34:05.208681348 [2026-07-14 12:34:05] ffmpeg.cabane.detect ERROR : [vf#0:0 @ 0x563f0cbeb9c0] Terminating thread with return code -38 (Function not implemented)
2026-07-14 10:34:05.209070170 [2026-07-14 12:34:05] ffmpeg.cabane.detect ERROR : [vost#0:0/rawvideo @ 0x563f0cbe7000] Could not open encoder before EOF
2026-07-14 10:34:05.209332117 [2026-07-14 12:34:05] ffmpeg.cabane.detect ERROR : [vost#0:0/rawvideo @ 0x563f0cbe7000] Task finished with error code: -22 (Invalid argument)
2026-07-14 10:34:05.209558160 [2026-07-14 12:34:05] ffmpeg.cabane.detect ERROR : [vost#0:0/rawvideo @ 0x563f0cbe7000] Terminating thread with return code -22 (Invalid argument)
2026-07-14 10:34:05.209813771 [2026-07-14 12:34:05] ffmpeg.cabane.detect ERROR : [out#0/rawvideo @ 0x563f0cbea480] Nothing was written into output file, because at least one of its streams received no packets.
2026-07-14 10:34:05.210043747 [2026-07-14 12:34:05] watchdog.cabane INFO : Restarting ffmpeg...
2026-07-14 10:34:05.228176856 [2026-07-14 12:34:05] watchdog.jardin ERROR : Ffmpeg process crashed unexpectedly for jardin.
2026-07-14 10:34:05.228459498 [2026-07-14 12:34:05] watchdog.jardin ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2026-07-14 10:34:05.228660800 [2026-07-14 12:34:05] ffmpeg.jardin.detect ERROR : [rtsp @ 0x55799c281440] method DESCRIBE failed: 404 Not Found
2026-07-14 10:34:05.228857705 [2026-07-14 12:34:05] ffmpeg.jardin.detect ERROR : [in#0 @ 0x55799c281100] Error opening input: Server returned 404 Not Found
2026-07-14 10:34:05.229054544 [2026-07-14 12:34:05] ffmpeg.jardin.detect ERROR : Error opening input file rtsp://127.0.0.1:8554/jardin.
2026-07-14 10:34:05.229201109 [2026-07-14 12:34:05] ffmpeg.jardin.detect ERROR : Error opening input files: Server returned 404 Not Found
2026-07-14 10:34:05.229349036 [2026-07-14 12:34:05] watchdog.jardin INFO : Restarting ffmpeg...
2026-07-14 10:34:07.294463045 12:34:07.294 WRN [rtsp] error="streams: 401 Unauthorized" stream=jardin
2026-07-14 10:34:07.296198055 [2026-07-14 12:34:07] frigate.video ERROR : jardin: Unable to read frames from ffmpeg process.
2026-07-14 10:34:07.296526926 [2026-07-14 12:34:07] frigate.video ERROR : jardin: ffmpeg process is not running. exiting capture thread...
2026-07-14 10:34:07.870835268 [2026-07-14 12:34:07] frigate.video ERROR : cabane: Unable to read frames from ffmpeg process.
2026-07-14 10:34:07.872105037 [2026-07-14 12:34:07] frigate.video ERROR : cabane: ffmpeg process is not running. exiting capture thread...
2026-07-14 10:34:15.215981820 [2026-07-14 12:34:15] watchdog.cabane ERROR : Ffmpeg process crashed unexpectedly for cabane.
2026-07-14 10:34:15.217401745 [2026-07-14 12:34:15] watchdog.cabane ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2026-07-14 10:34:15.218743926 [2026-07-14 12:34:15] ffmpeg.cabane.detect ERROR : [h264 @ 0x55adf3dac940] No support for codec h264 profile 77.
2026-07-14 10:34:15.220093131 [2026-07-14 12:34:15] ffmpeg.cabane.detect ERROR : [h264 @ 0x55adf3dac940] Failed setup for format vaapi: hwaccel initialisation returned error.
2026-07-14 10:34:15.221142320 [2026-07-14 12:34:15] ffmpeg.cabane.detect ERROR : Impossible to convert between the formats supported by the filter 'Parsed_fps_0' and the filter 'auto_scale_0'
2026-07-14 10:34:15.222089270 [2026-07-14 12:34:15] ffmpeg.cabane.detect ERROR : [vf#0:0 @ 0x55adf3df8cc0] Error reinitializing filters!
2026-07-14 10:34:15.223438892 [2026-07-14 12:34:15] ffmpeg.cabane.detect ERROR : [vf#0:0 @ 0x55adf3df8cc0] Task finished with error code: -38 (Function not implemented)
2026-07-14 10:34:15.224909725 [2026-07-14 12:34:15] ffmpeg.cabane.detect ERROR : [vf#0:0 @ 0x55adf3df8cc0] Terminating thread with return code -38 (Function not implemented)
2026-07-14 10:34:15.225885294 [2026-07-14 12:34:15] ffmpeg.cabane.detect ERROR : [vost#0:0/rawvideo @ 0x55adf3cbad40] Could not open encoder before EOF
2026-07-14 10:34:15.227050956 [2026-07-14 12:34:15] ffmpeg.cabane.detect ERROR : [vost#0:0/rawvideo @ 0x55adf3cbad40] Task finished with error code: -22 (Invalid argument)
2026-07-14 10:34:15.228277431 [2026-07-14 12:34:15] ffmpeg.cabane.detect ERROR : [vost#0:0/rawvideo @ 0x55adf3cbad40] Terminating thread with return code -22 (Invalid argument)
2026-07-14 10:34:15.229570718 [2026-07-14 12:34:15] ffmpeg.cabane.detect ERROR : [out#0/rawvideo @ 0x55adf3cbb600] Nothing was written into output file, because at least one of its streams received no packets.
2026-07-14 10:34:15.231569045 [2026-07-14 12:34:15] watchdog.cabane INFO : Restarting ffmpeg...
2026-07-14 10:34:15.236345266 [2026-07-14 12:34:15] watchdog.jardin ERROR : Ffmpeg process crashed unexpectedly for jardin.
2026-07-14 10:34:15.237505741 [2026-07-14 12:34:15] watchdog.jardin ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2026-07-14 10:34:15.238777425 [2026-07-14 12:34:15] ffmpeg.jardin.detect ERROR : [rtsp @ 0x56197a2e9440] method DESCRIBE failed: 404 Not Found
2026-07-14 10:34:15.239906940 [2026-07-14 12:34:15] ffmpeg.jardin.detect ERROR : [in#0 @ 0x56197a2e9100] Error opening input: Server returned 404 Not Found
2026-07-14 10:34:15.241078774 [2026-07-14 12:34:15] ffmpeg.jardin.detect ERROR : Error opening input file rtsp://127.0.0.1:8554/jardin.
2026-07-14 10:34:15.242033320 [2026-07-14 12:34:15] ffmpeg.jardin.detect ERROR : Error opening input files: Server returned 404 Not Found
2026-07-14 10:34:15.243101667 [2026-07-14 12:34:15] watchdog.jardin INFO : Restarting ffmpeg...
2026-07-14 10:34:15.288472350 12:34:15.288 WRN [rtsp] error="streams: 401 Unauthorized" stream=jardin
2026-07-14 10:34:15.290214400 [2026-07-14 12:34:15] frigate.video ERROR : jardin: Unable to read frames from ffmpeg process.
2026-07-14 10:34:15.290564305 [2026-07-14 12:34:15] frigate.video ERROR : jardin: ffmpeg process is not running. exiting capture thread...
2026-07-14 10:34:17.953809737 [2026-07-14 12:34:17] frigate.video ERROR : cabane: Unable to read frames from ffmpeg process.
2026-07-14 10:34:17.955586967 [2026-07-14 12:34:17] frigate.video ERROR : cabane: ffmpeg process is not running. exiting capture thread...
2026-07-14 10:34:19.821661417 [2026-07-14 12:34:19] frigate.record.maintainer WARNING : Too many unprocessed recording segments in cache for cabane. This likely indicates an issue with the detect stream, keeping the 6 most recent segments out of 7 and discarding the rest...
2026-07-14 10:34:25.234629638 [2026-07-14 12:34:25] watchdog.cabane ERROR : Ffmpeg process crashed unexpectedly for cabane.
2026-07-14 10:34:25.234978525 [2026-07-14 12:34:25] watchdog.cabane ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2026-07-14 10:34:25.235265196 [2026-07-14 12:34:25] ffmpeg.cabane.detect ERROR : [h264 @ 0x55d03dc96340] No support for codec h264 profile 77.
2026-07-14 10:34:25.235459495 [2026-07-14 12:34:25] ffmpeg.cabane.detect ERROR : [h264 @ 0x55d03dc96340] Failed setup for format vaapi: hwaccel initialisation returned error.
2026-07-14 10:34:25.235754915 [2026-07-14 12:34:25] ffmpeg.cabane.detect ERROR : Impossible to convert between the formats supported by the filter 'Parsed_fps_0' and the filter 'auto_scale_0'
2026-07-14 10:34:25.235999937 [2026-07-14 12:34:25] ffmpeg.cabane.detect ERROR : [vf#0:0 @ 0x55d03dcdf7c0] Error reinitializing filters!
2026-07-14 10:34:25.236196751 [2026-07-14 12:34:25] ffmpeg.cabane.detect ERROR : [vf#0:0 @ 0x55d03dcdf7c0] Task finished with error code: -38 (Function not implemented)
2026-07-14 10:34:25.236390255 [2026-07-14 12:34:25] ffmpeg.cabane.detect ERROR : [vf#0:0 @ 0x55d03dcdf7c0] Terminating thread with return code -38 (Function not implemented)
2026-07-14 10:34:25.236558192 [2026-07-14 12:34:25] ffmpeg.cabane.detect ERROR : [vost#0:0/rawvideo @ 0x55d03dba3d40] Could not open encoder before EOF
2026-07-14 10:34:25.236732088 [2026-07-14 12:34:25] ffmpeg.cabane.detect ERROR : [vost#0:0/rawvideo @ 0x55d03dba3d40] Task finished with error code: -22 (Invalid argument)
2026-07-14 10:34:25.236923737 [2026-07-14 12:34:25] ffmpeg.cabane.detect ERROR : [vost#0:0/rawvideo @ 0x55d03dba3d40] Terminating thread with return code -22 (Invalid argument)
2026-07-14 10:34:25.237163292 [2026-07-14 12:34:25] ffmpeg.cabane.detect ERROR : [out#0/rawvideo @ 0x55d03dcdd000] Nothing was written into output file, because at least one of its streams received no packets.
2026-07-14 10:34:25.237382595 [2026-07-14 12:34:25] watchdog.cabane INFO : Restarting ffmpeg...
2026-07-14 10:34:25.248451652 [2026-07-14 12:34:25] watchdog.jardin ERROR : Ffmpeg process crashed unexpectedly for jardin.
2026-07-14 10:34:25.248648058 [2026-07-14 12:34:25] watchdog.jardin ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2026-07-14 10:34:25.248855129 [2026-07-14 12:34:25] ffmpeg.jardin.detect ERROR : [rtsp @ 0x5574d5cfa440] method DESCRIBE failed: 404 Not Found
2026-07-14 10:34:25.249022586 [2026-07-14 12:34:25] ffmpeg.jardin.detect ERROR : [in#0 @ 0x5574d5cfa100] Error opening input: Server returned 404 Not Found
2026-07-14 10:34:25.249209143 [2026-07-14 12:34:25] ffmpeg.jardin.detect ERROR : Error opening input file rtsp://127.0.0.1:8554/jardin.
2026-07-14 10:34:25.249428844 [2026-07-14 12:34:25] ffmpeg.jardin.detect ERROR : Error opening input files: Server returned 404 Not Found
2026-07-14 10:34:25.249618660 [2026-07-14 12:34:25] watchdog.jardin INFO : Restarting ffmpeg...
2026-07-14 10:34:25.275787473 12:34:25.275 WRN [rtsp] error="streams: 401 Unauthorized" stream=jardin
2026-07-14 10:34:25.277527677 [2026-07-14 12:34:25] frigate.video ERROR : jardin: Unable to read frames from ffmpeg process.
2026-07-14 10:34:25.277851109 [2026-07-14 12:34:25] frigate.video ERROR : jardin: ffmpeg process is not running. exiting capture thread...
2026-07-14 10:34:26.276688527 172.17.0.1 - - [14/Jul/2026:12:34:26 +0200] "GET /api/cabane/latest.webp?height=360 HTTP/1.1" 200 3654 "-" "axios/1.18.1" "-" request_time="0.017" upstream_response_time="0.016"
2026-07-14 10:34:26.298692216 172.17.0.1 - - [14/Jul/2026:12:34:26 +0200] "GET /api/jardin/latest.webp?height=360 HTTP/1.1" 200 3654 "-" "axios/1.18.1" "-" request_time="0.016" upstream_response_time="0.015"
2026-07-14 10:34:27.902181272 [2026-07-14 12:34:27] frigate.video ERROR : cabane: Unable to read frames from ffmpeg process.
2026-07-14 10:34:27.903477647 [2026-07-14 12:34:27] frigate.video ERROR : cabane: ffmpeg process is not running. exiting capture thread...
2026-07-14 10:34:29.817476420 [2026-07-14 12:34:29] frigate.record.maintainer WARNING : Too many unprocessed recording segments in cache for cabane. This likely indicates an issue with the detect stream, keeping the 6 most recent segments out of 7 and discarding the rest...
2026-07-14 10:34:35.243051078 [2026-07-14 12:34:35] watchdog.cabane ERROR : Ffmpeg process crashed unexpectedly for cabane.
2026-07-14 10:34:35.244879827 [2026-07-14 12:34:35] watchdog.cabane ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2026-07-14 10:34:35.246200327 [2026-07-14 12:34:35] ffmpeg.cabane.detect ERROR : [h264 @ 0x55b05ac7f100] No support for codec h264 profile 77.
2026-07-14 10:34:35.247297006 [2026-07-14 12:34:35] ffmpeg.cabane.detect ERROR : [h264 @ 0x55b05ac7f100] Failed setup for format vaapi: hwaccel initialisation returned error.
2026-07-14 10:34:35.248655896 [2026-07-14 12:34:35] ffmpeg.cabane.detect ERROR : Impossible to convert between the formats supported by the filter 'Parsed_fps_0' and the filter 'auto_scale_0'
2026-07-14 10:34:35.249894712 [2026-07-14 12:34:35] ffmpeg.cabane.detect ERROR : [vf#0:0 @ 0x55b05accd900] Error reinitializing filters!
2026-07-14 10:34:35.250754281 [2026-07-14 12:34:35] ffmpeg.cabane.detect ERROR : [vf#0:0 @ 0x55b05accd900] Task finished with error code: -38 (Function not implemented)
2026-07-14 10:34:35.251894691 [2026-07-14 12:34:35] ffmpeg.cabane.detect ERROR : [vf#0:0 @ 0x55b05accd900] Terminating thread with return code -38 (Function not implemented)
2026-07-14 10:34:35.253778944 [2026-07-14 12:34:35] ffmpeg.cabane.detect ERROR : [vost#0:0/rawvideo @ 0x55b05ab8cd40] Could not open encoder before EOF
2026-07-14 10:34:35.255908269 [2026-07-14 12:34:35] ffmpeg.cabane.detect ERROR : [vost#0:0/rawvideo @ 0x55b05ab8cd40] Task finished with error code: -22 (Invalid argument)
2026-07-14 10:34:35.257059507 [2026-07-14 12:34:35] ffmpeg.cabane.detect ERROR : [vost#0:0/rawvideo @ 0x55b05ab8cd40] Terminating thread with return code -22 (Invalid argument)
2026-07-14 10:34:35.258385737 [2026-07-14 12:34:35] ffmpeg.cabane.detect ERROR : [out#0/rawvideo @ 0x55b05ab8d600] Nothing was written into output file, because at least one of its streams received no packets.
2026-07-14 10:34:35.260086389 [2026-07-14 12:34:35] watchdog.cabane INFO : Restarting ffmpeg...
2026-07-14 10:34:35.261784995 [2026-07-14 12:34:35] watchdog.jardin ERROR : Ffmpeg process crashed unexpectedly for jardin.
2026-07-14 10:34:35.262948280 [2026-07-14 12:34:35] watchdog.jardin ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2026-07-14 10:34:35.263874655 [2026-07-14 12:34:35] ffmpeg.jardin.detect ERROR : [rtsp @ 0x55f89b6be440] method DESCRIBE failed: 404 Not Found
2026-07-14 10:34:35.264975404 [2026-07-14 12:34:35] ffmpeg.jardin.detect ERROR : [in#0 @ 0x55f89b6be100] Error opening input: Server returned 404 Not Found
2026-07-14 10:34:35.265982709 [2026-07-14 12:34:35] ffmpeg.jardin.detect ERROR : Error opening input file rtsp://127.0.0.1:8554/jardin.
2026-07-14 10:34:35.267382447 [2026-07-14 12:34:35] ffmpeg.jardin.detect ERROR : Error opening input files: Server returned 404 Not Found
2026-07-14 10:34:35.268352376 [2026-07-14 12:34:35] watchdog.jardin INFO : Restarting ffmpeg...
2026-07-14 10:34:35.296861589 12:34:35.296 WRN [rtsp] error="streams: 401 Unauthorized" stream=jardin
2026-07-14 10:34:35.298956239 [2026-07-14 12:34:35] frigate.video ERROR : jardin: Unable to read frames from ffmpeg process.
2026-07-14 10:34:35.299417145 [2026-07-14 12:34:35] frigate.video ERROR : jardin: ffmpeg process is not running. exiting capture thread...
2026-07-14 10:34:37.975289626 [2026-07-14 12:34:37] frigate.video ERROR : cabane: Unable to read frames from ffmpeg process.
2026-07-14 10:34:37.976173705 [2026-07-14 12:34:37] frigate.video ERROR : cabane: ffmpeg process is not running. exiting capture thread...
2026-07-14 10:34:39.819091001 [2026-07-14 12:34:39] frigate.record.maintainer WARNING : Too many unprocessed recording segments in cache for cabane. This likely indicates an issue with the detect stream, keeping the 6 most recent segments out of 7 and discarding the rest...
Je fais la mise à jour de l’image
Ton autre model c’est lequel ? Fait il ONVIF ? RTSP seulement ?
La C610, à voir, j’ai la C660, elle fonctionne, peut etre des subtilités. Visiblement certaines ne fonctionneront pas car ca vide la batterie. J’essaye de contourner en trouvant un moyen car dans mon cas mes camera batterie sont alimentée en tout temps. La batterie ne sert que de secours en cas de coupure.
Par contre meme sur la caméra qui fonctionne y’a plein d’erreur dans les logs
2026-07-14 11:14:15.752013089 [2026-07-14 13:14:15] watchdog.jardin ERROR : Ffmpeg process crashed unexpectedly for jardin.
2026-07-14 11:14:15.753684236 [2026-07-14 13:14:15] watchdog.jardin ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2026-07-14 11:14:15.754889480 [2026-07-14 13:14:15] ffmpeg.jardin.detect ERROR : [rtsp @ 0x55e7a2f9b440] method DESCRIBE failed: 404 Not Found
2026-07-14 11:14:15.756157639 [2026-07-14 13:14:15] ffmpeg.jardin.detect ERROR : [in#0 @ 0x55e7a2f9b100] Error opening input: Server returned 404 Not Found
2026-07-14 11:14:15.757031596 [2026-07-14 13:14:15] ffmpeg.jardin.detect ERROR : Error opening input file rtsp://127.0.0.1:8554/jardin.
2026-07-14 11:14:15.757961077 [2026-07-14 13:14:15] ffmpeg.jardin.detect ERROR : Error opening input files: Server returned 404 Not Found
2026-07-14 11:14:15.759186779 [2026-07-14 13:14:15] watchdog.jardin INFO : Restarting ffmpeg...
2026-07-14 11:14:18.396814719 13:14:18.396 WRN [rtsp] error="streams: 401 Unauthorized" stream=jardin
2026-07-14 11:14:18.399284088 [2026-07-14 13:14:18] frigate.video ERROR : jardin: Unable to read frames from ffmpeg process.
2026-07-14 11:14:18.399688520 [2026-07-14 13:14:18] frigate.video ERROR : jardin: ffmpeg process is not running. exiting capture thread...
2026-07-14 11:14:25.764305190 [2026-07-14 13:14:25] watchdog.jardin ERROR : Ffmpeg process crashed unexpectedly for jardin.
2026-07-14 11:14:25.765062826 [2026-07-14 13:14:25] watchdog.jardin ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2026-07-14 11:14:25.765798118 [2026-07-14 13:14:25] ffmpeg.jardin.detect ERROR : [rtsp @ 0x559b33206440] method DESCRIBE failed: 404 Not Found
2026-07-14 11:14:25.766548404 [2026-07-14 13:14:25] ffmpeg.jardin.detect ERROR : [in#0 @ 0x559b33206100] Error opening input: Server returned 404 Not Found
2026-07-14 11:14:25.767180296 [2026-07-14 13:14:25] ffmpeg.jardin.detect ERROR : Error opening input file rtsp://127.0.0.1:8554/jardin.
2026-07-14 11:14:25.767404655 [2026-07-14 13:14:25] ffmpeg.jardin.detect ERROR : Error opening input files: Server returned 404 Not Found
2026-07-14 11:14:25.767629054 [2026-07-14 13:14:25] watchdog.jardin INFO : Restarting ffmpeg...
2026-07-14 11:14:25.786991056 13:14:25.786 WRN [rtsp] error="streams: 401 Unauthorized" stream=jardin
2026-07-14 11:14:25.788579361 [2026-07-14 13:14:25] frigate.video ERROR : jardin: Unable to read frames from ffmpeg process.
2026-07-14 11:14:25.788853612 [2026-07-14 13:14:25] frigate.video ERROR : jardin: ffmpeg process is not running. exiting capture thread...
Ma caméra qui fonctionne le modéle est une C500 bizarre qu’elle ne soit pas listé ! Elle fait les 2 protocoles.
Pour la C610 c’est un modèle sur batterie mais avec un panneau solaire qui recharge la batterie. Tu as modifié des paramètres avec ton alim en permanence? Certaine on un paramètre mode « toujours actif » quand elles sont alimentés en direct
J’ai une caméra générique aussi branché sur ma freebox en wifi et elle fonctionne
Oui, après la liste est pour le moment non exhaustive, c’était pour le 1er jet
.
Oui c’est le souci justement ^^ J’ai testé avec la C660, non alimentée, batterie pleine à 19h, elle s’est vidée completement à 2h du matin… c’est d’ailleurs pour ca qu’ils n’active généralement pas le rtsp / ONVIF sur les camera batterie.
On mettera d’abord un message d’alerte pour prévenir du danger en cas de fonctionnement complet sur batterie.
Ensuite on va voir si des réglages sont possibles pour éviter le flux continue. Mais le souci pour une caméra est bien là. Elle se mettent en veille et ce sont elle qui contacte l’appli en cas d’alerte ou autre. Alors que pour Frigate, il est obligé d’aller le réveiller à chaque fois !!
Top !! RTSP only ?
L’inverse est vrai aussi car l’app TAPO reveille la caméra quand tu veux voir le flux vidéo
oui
Deux choses distinctes dans tes logs ![]()
- Cabane (C610) : l’erreur
Failed setup for format vaapi / h264 profile 77vient du décodage matériel qui partait sur ta carte NVIDIA au lieu du GPU Intel (bug bi-GPU corrigé dans l’image que tu installes). Après la mise à jour, ces erreurs doivent disparaître — si tu les vois encore, renvoie-nous les logs. Et comme ta C610 est sur panneau solaire : active bien le mode « toujours actif / surveillance continue » dans l’app Tapo, il est prévu pour les caméras alimentées en direct. - Jardin (C500) : le
401 Unauthorized, c’est la caméra qui refuse les identifiants. Pour les Tapo filaires il faut créer un « compte caméra » dans l’app Tapo (réglages de la caméra → Paramètres avancés → Compte de la caméra) et mettre CES identifiants dans Gladys — pas ton compte cloud TP-Link. Bonne nouvelle : la C500 est ajoutée au catalogue, dans la prochaine image tu pourras la sélectionner directement (chemins et note préremplis). - Le « L’installation de Frigate a échoué » suivi de « démarré avec succès » : hoquet transitoire au redémarrage, on prévoit un message plus explicite.
Je viens de build une nouvelle image, tu peux la récupérer.
Oui bien sûr ^^ mais si tu passes ta journée dessus, la batterie se videra rapidement (d’ailleurs au meilleurs heures solaires, j’ai testé, le panneau ne suffit pas à compenser l’énergie dépenser, tu le vois sur environ 1h, la batterie se vide quand meme - enfin sur la C660 en tout cas en 4K). Mais pour le coup là Frigate reste actif en permanence dessus pour pouvoir détecter justement ^^
Alors le paramètre est sur certain modèle. Moi je l’ai pas.
Voici les logs les erreurs concernent uniquement cette caméra maintenant. J’ai peur qu’on ne puisse pas avoir le flux.
2026-07-14 12:35:33.058190442 [2026-07-14 14:35:33] frigate.video ERROR : cabane: Unable to read frames from ffmpeg process.
2026-07-14 12:35:33.058972575 [2026-07-14 14:35:33] frigate.video ERROR : cabane: ffmpeg process is not running. exiting capture thread...
2026-07-14 12:35:38.645984344 127.0.0.1 - - [14/Jul/2026:14:35:38 +0200] "" 400 0 "-" "-" "-" request_time="0.000" upstream_response_time="-"
2026-07-14 12:35:41.071339828 [2026-07-14 14:35:41] watchdog.cabane ERROR : Ffmpeg process crashed unexpectedly for cabane.
2026-07-14 12:35:41.072161634 [2026-07-14 14:35:41] watchdog.cabane ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2026-07-14 12:35:41.072965580 [2026-07-14 14:35:41] ffmpeg.cabane.detect ERROR : [rtsp @ 0x5584589fa440] method DESCRIBE failed: 404 Not Found
2026-07-14 12:35:41.074252105 [2026-07-14 14:35:41] ffmpeg.cabane.detect ERROR : [in#0 @ 0x5584589fa100] Error opening input: Server returned 404 Not Found
2026-07-14 12:35:41.074889572 [2026-07-14 14:35:41] ffmpeg.cabane.detect ERROR : Error opening input file rtsp://127.0.0.1:8554/cabane.
2026-07-14 12:35:41.075976595 [2026-07-14 14:35:41] ffmpeg.cabane.detect ERROR : Error opening input files: Server returned 404 Not Found
2026-07-14 12:35:41.077586498 [2026-07-14 14:35:41] watchdog.cabane INFO : Restarting ffmpeg...
2026-07-14 12:35:41.111838439 14:35:41.111 WRN [rtsp] error="streams: 401 Unauthorized" stream=cabane
2026-07-14 12:35:41.115944307 [2026-07-14 14:35:41] frigate.video ERROR : cabane: Unable to read frames from ffmpeg process.
2026-07-14 12:35:41.116718270 [2026-07-14 14:35:41] frigate.video ERROR : cabane: ffmpeg process is not running. exiting capture thread...
Oui je sais bien et j’avais bien les bon identifiants et j’ai vu pour la C500 j’ai mis à jour avant que t’envoie le msg!













