Alors dans mon fichier /homeassistant/frigate.yml
J’ai inscrit
mqtt:
enabled: False
cameras:
dummy_camera: # <--- this will be changed to your actual camera later
enabled: False
ffmpeg:
inputs:
- path: rtsp://xxxxxxxxxxx@192.168.1.93:554/stream1
roles:
- detect
et le résultat
s6-rc: info: service go2rtc successfully stopped
s6-rc: info: service go2rtc-log: stopping
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
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 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 frigate-log successfully started
s6-rc: info: service go2rtc-log successfully started
s6-rc: info: service go2rtc: starting
s6-rc: info: service certsync-log successfully started
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
2025-01-12 09:10:28.659070534 [INFO] Preparing new go2rtc config...
2025-01-12 09:10:28.661493241 [INFO] Preparing Frigate...
2025-01-12 09:10:28.663681387 [INFO] Starting NGINX...
2025-01-12 09:10:28.676537372 [INFO] No TLS certificate found. Generating a self signed certificate...
2025-01-12 09:10:28.679149490 [INFO] Starting Frigate...
2025-01-12 09:10:28.703280681 [INFO] Got IP address from supervisor: 192.168.1.2
2025-01-12 09:10:28.732970530 [INFO] Got WebRTC port from supervisor: 8555
2025-01-12 09:10:29.025361220 [INFO] Starting go2rtc...
2025-01-12 09:10:29.131706009 10:10:29.131 INF go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2
2025-01-12 09:10:29.132278470 10:10:29.132 INF config path=/dev/shm/go2rtc.yaml
2025-01-12 09:10:29.132910842 10:10:29.132 INF [api] listen addr=:1984
2025-01-12 09:10:29.132913951 10:10:29.132 INF [rtsp] listen addr=:8554
2025-01-12 09:10:29.133273540 10:10:29.133 INF [webrtc] listen addr=:8555/tcp
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
2025-01-12 09:10:29.324547164 [INFO] Starting certsync...
s6-rc: info: service legacy-services successfully started
2025-01-12 09:10:29.395937133 127.0.0.1 - - [12/Jan/2025:10:10:29 +0100] "" 400 0 "-" "-" "-"
2025-01-12 09:10:30.036817460 [2025-01-12 10:10:30] frigate.app INFO : Starting Frigate (0.14.1-f4f3cfa)
2025-01-12 09:10:30.036881654 [2025-01-12 10:10:30] frigate.app INFO : Creating directory: /tmp/cache
2025-01-12 09:10:30.036948374 [2025-01-12 10:10:30] frigate.util.config INFO : Checking if frigate config needs migration...
2025-01-12 09:10:30.042846176 [2025-01-12 10:10:30] frigate.util.config INFO : frigate config does not need migration...
2025-01-12 09:10:30.238396193 [2025-01-12 10:10:30] frigate.util.services INFO : Automatically detected vaapi hwaccel for video decoding
2025-01-12 09:10:30.260507393 [2025-01-12 10:10:30] peewee_migrate.logs INFO : Starting migrations
2025-01-12 09:10:30.261010410 [2025-01-12 10:10:30] peewee_migrate.logs INFO : There is nothing to migrate
2025-01-12 09:10:30.269876244 [2025-01-12 10:10:30] frigate.app INFO : Recording process started: 390
2025-01-12 09:10:30.269960083 [2025-01-12 10:10:30] frigate.app INFO : Recording process started: 392
2025-01-12 09:10:30.272415681 [2025-01-12 10:10:30] frigate.app INFO : go2rtc process pid: 98
2025-01-12 09:10:30.289145888 [2025-01-12 10:10:30] detector.cpu INFO : Starting detection process: 418
2025-01-12 09:10:30.292424465 [2025-01-12 10:10:30] frigate.detectors WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
2025-01-12 09:10:30.292429338 [2025-01-12 10:10:30] frigate.app INFO : Output process started: 420
2025-01-12 09:10:30.308432404 [2025-01-12 10:10:30] frigate.app INFO : Camera processor started for name_of_your_camera: 434
2025-01-12 09:10:30.309814419 [2025-01-12 10:10:30] frigate.app INFO : Capture process started for name_of_your_camera: 436
2025-01-12 09:10:33.656047169 172.30.32.2 - - [12/Jan/2025:10:10:33 +0100] "GET // HTTP/1.1" 200 2722 "http://192.168.1.2:8123/ccab4aaf_frigate" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:10:33.752511250 172.30.32.2 - - [12/Jan/2025:10:10:33 +0100] "GET /api/config HTTP/1.1" 200 7669 "http://192.168.1.2:8123/api/hassio_ingress/TKixzjCOww_Kk1R0pkH2sLL4WlyuPzjVBey3YfyK_WY//" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:10:33.770924636 172.30.32.2 - - [12/Jan/2025:10:10:33 +0100] "GET /api/profile HTTP/1.1" 200 18 "http://192.168.1.2:8123/api/hassio_ingress/TKixzjCOww_Kk1R0pkH2sLL4WlyuPzjVBey3YfyK_WY//" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:10:33.773799648 172.30.32.2 - - [12/Jan/2025:10:10:33 +0100] "GET /api/review?limit=10&severity=alert HTTP/1.1" 200 3 "http://192.168.1.2:8123/api/hassio_ingress/TKixzjCOww_Kk1R0pkH2sLL4WlyuPzjVBey3YfyK_WY//" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:10:33.846881471 172.30.32.2 - - [12/Jan/2025:10:10:33 +0100] "GET /api/name_of_your_camera/latest.webp?h=360&cache=1736673033953 HTTP/1.1" 200 3654 "http://192.168.1.2:8123/api/hassio_ingress/TKixzjCOww_Kk1R0pkH2sLL4WlyuPzjVBey3YfyK_WY//" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:10:33.856189046 172.30.32.2 - - [12/Jan/2025:10:10:33 +0100] "GET /api/name_of_your_camera/latest.webp?h=308&cache=1736673033962 HTTP/1.1" 200 3188 "http://192.168.1.2:8123/api/hassio_ingress/TKixzjCOww_Kk1R0pkH2sLL4WlyuPzjVBey3YfyK_WY//" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:10:33.859598430 172.30.32.2 - - [12/Jan/2025:10:10:33 +0100] "GET /api/name_of_your_camera/latest.webp?h=360&cache=1736673033962 HTTP/1.1" 200 3654 "http://192.168.1.2:8123/api/hassio_ingress/TKixzjCOww_Kk1R0pkH2sLL4WlyuPzjVBey3YfyK_WY//" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:10:35.348376035 [2025-01-12 10:10:35] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-01-12 09:10:35.348389825 [2025-01-12 10:10:35] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-01-12 09:10:38.666237422 [INFO] Starting go2rtc healthcheck service...
2025-01-12 09:10:50.340144939 [2025-01-12 10:10:50] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-01-12 09:10:50.340916623 [2025-01-12 10:10:50] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-12 09:10:50.340930741 [2025-01-12 10:10:50] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x55ceeee962c0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-01-12 09:10:50.341185919 [2025-01-12 10:10:50] ffmpeg.name_of_your_camera.detect ERROR : rtsp://10.0.10.10:554/rtsp: Connection timed out
2025-01-12 09:10:55.374581390 [2025-01-12 10:10:55] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-01-12 09:10:55.374873614 [2025-01-12 10:10:55] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-01-12 09:10:56.647827010 172.30.32.2 - - [12/Jan/2025:10:10:56 +0100] "GET /api/profile HTTP/1.1" 200 18 "http://192.168.1.2:8123/api/hassio_ingress/TKixzjCOww_Kk1R0pkH2sLL4WlyuPzjVBey3YfyK_WY//" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:10:56.649311504 172.30.32.2 - - [12/Jan/2025:10:10:56 +0100] "GET /api/config HTTP/1.1" 200 7669 "http://192.168.1.2:8123/api/hassio_ingress/TKixzjCOww_Kk1R0pkH2sLL4WlyuPzjVBey3YfyK_WY//" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:10:56.650220584 172.30.32.2 - - [12/Jan/2025:10:10:56 +0100] "GET /api/review?limit=10&severity=alert HTTP/1.1" 200 3 "http://192.168.1.2:8123/api/hassio_ingress/TKixzjCOww_Kk1R0pkH2sLL4WlyuPzjVBey3YfyK_WY//" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:10:58.832129554 172.30.32.2 - - [12/Jan/2025:10:10:58 +0100] "GET /api/logs/frigate?start=-40 HTTP/1.1" 200 3530 "http://192.168.1.2:8123/api/hassio_ingress/TKixzjCOww_Kk1R0pkH2sLL4WlyuPzjVBey3YfyK_WY/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:11:00.355124181 [2025-01-12 10:11:00] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-01-12 09:11:00.355411459 [2025-01-12 10:11:00] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-12 09:11:00.355817045 [2025-01-12 10:11:00] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x5601a00512c0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-01-12 09:11:00.355945222 [2025-01-12 10:11:00] ffmpeg.name_of_your_camera.detect ERROR : rtsp://10.0.10.10:554/rtsp: Connection timed out
2025-01-12 09:11:03.872781988 172.30.32.2 - - [12/Jan/2025:10:11:03 +0100] "GET /api/logs/frigate?start=25 HTTP/1.1" 200 699 "http://192.168.1.2:8123/api/hassio_ingress/TKixzjCOww_Kk1R0pkH2sLL4WlyuPzjVBey3YfyK_WY/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:11:05.385909860 [2025-01-12 10:11:05] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-01-12 09:11:05.386267524 [2025-01-12 10:11:05] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-01-12 09:11:08.907892377 172.30.32.2 - - [12/Jan/2025:10:11:08 +0100] "GET /api/logs/frigate?start=29 HTTP/1.1" 200 362 "http://192.168.1.2:8123/api/hassio_ingress/TKixzjCOww_Kk1R0pkH2sLL4WlyuPzjVBey3YfyK_WY/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:11:10.368813961 [2025-01-12 10:11:10] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-01-12 09:11:10.369061583 [2025-01-12 10:11:10] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-12 09:11:10.369713488 [2025-01-12 10:11:10] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x563c4e4ca2c0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-01-12 09:11:10.369727385 [2025-01-12 10:11:10] ffmpeg.name_of_your_camera.detect ERROR : rtsp://10.0.10.10:554/rtsp: Connection timed out
2025-01-12 09:11:13.947680064 172.30.32.2 - - [12/Jan/2025:10:11:13 +0100] "GET /api/logs/frigate?start=31 HTTP/1.1" 200 699 "http://192.168.1.2:8123/api/hassio_ingress/TKixzjCOww_Kk1R0pkH2sLL4WlyuPzjVBey3YfyK_WY/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:11:15.402526634 [2025-01-12 10:11:15] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-01-12 09:11:15.402851898 [2025-01-12 10:11:15] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-01-12 09:11:18.977664700 172.30.32.2 - - [12/Jan/2025:10:11:18 +0100] "GET /api/logs/frigate?start=35 HTTP/1.1" 200 362 "http://192.168.1.2:8123/api/hassio_ingress/TKixzjCOww_Kk1R0pkH2sLL4WlyuPzjVBey3YfyK_WY/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:11:20.383550081 [2025-01-12 10:11:20] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-01-12 09:11:20.383799062 [2025-01-12 10:11:20] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-12 09:11:20.384178994 [2025-01-12 10:11:20] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x55d013e962c0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-01-12 09:11:20.391990670 [2025-01-12 10:11:20] ffmpeg.name_of_your_camera.detect ERROR : rtsp://10.0.10.10:554/rtsp: Connection timed out
2025-01-12 09:11:24.008150092 172.30.32.2 - - [12/Jan/2025:10:11:24 +0100] "GET /api/logs/frigate?start=37 HTTP/1.1" 200 699 "http://192.168.1.2:8123/api/hassio_ingress/TKixzjCOww_Kk1R0pkH2sLL4WlyuPzjVBey3YfyK_WY/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:11:25.421800077 [2025-01-12 10:11:25] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-01-12 09:11:25.422173239 [2025-01-12 10:11:25] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-01-12 09:11:29.036817051 172.30.32.2 - - [12/Jan/2025:10:11:29 +0100] "GET /api/logs/frigate?start=41 HTTP/1.1" 200 362 "http://192.168.1.2:8123/api/hassio_ingress/TKixzjCOww_Kk1R0pkH2sLL4WlyuPzjVBey3YfyK_WY/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:11:29.434182002 127.0.0.1 - - [12/Jan/2025:10:11:29 +0100] "" 400 0 "-" "-" "-"
2025-01-12 09:11:30.401843413 [2025-01-12 10:11:30] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-01-12 09:11:30.402102311 [2025-01-12 10:11:30] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-12 09:11:30.402702754 [2025-01-12 10:11:30] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x5590f09192c0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-01-12 09:11:30.402724637 [2025-01-12 10:11:30] ffmpeg.name_of_your_camera.detect ERROR : rtsp://10.0.10.10:554/rtsp: Connection timed out
2025-01-12 09:11:34.060336826 172.30.32.2 - - [12/Jan/2025:10:11:34 +0100] "GET /api/logs/frigate?start=43 HTTP/1.1" 200 699 "http://192.168.1.2:8123/api/hassio_ingress/TKixzjCOww_Kk1R0pkH2sLL4WlyuPzjVBey3YfyK_WY/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:11:35.441446263 [2025-01-12 10:11:35] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-01-12 09:11:35.441732953 [2025-01-12 10:11:35] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-01-12 09:11:39.096468245 172.30.32.2 - - [12/Jan/2025:10:11:39 +0100] "GET /api/logs/frigate?start=47 HTTP/1.1" 200 362 "http://192.168.1.2:8123/api/hassio_ingress/TKixzjCOww_Kk1R0pkH2sLL4WlyuPzjVBey3YfyK_WY/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:11:40.420751825 [2025-01-12 10:11:40] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-01-12 09:11:40.421136623 [2025-01-12 10:11:40] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-12 09:11:40.421703269 [2025-01-12 10:11:40] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x5640b10af2c0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-01-12 09:11:40.421717772 [2025-01-12 10:11:40] ffmpeg.name_of_your_camera.detect ERROR : rtsp://10.0.10.10:554/rtsp: Connection timed out
2025-01-12 09:11:42.424733950 172.30.32.2 - - [12/Jan/2025:10:11:42 +0100] "GET / HTTP/1.1" 200 2651 "-" "HomeAssistantSupervisor/2024.12.3 aiohttp/3.11.11 Python/3.12" "-"
2025-01-12 09:11:44.134126695 172.30.32.2 - - [12/Jan/2025:10:11:44 +0100] "GET /api/logs/frigate?start=49 HTTP/1.1" 200 699 "http://192.168.1.2:8123/api/hassio_ingress/TKixzjCOww_Kk1R0pkH2sLL4WlyuPzjVBey3YfyK_WY/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:11:45.459156272 [2025-01-12 10:11:45] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-01-12 09:11:45.459456747 [2025-01-12 10:11:45] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-01-12 09:11:49.173739972 172.30.32.2 - - [12/Jan/2025:10:11:49 +0100] "GET /api/logs/frigate?start=53 HTTP/1.1" 200 362 "http://192.168.1.2:8123/api/hassio_ingress/TKixzjCOww_Kk1R0pkH2sLL4WlyuPzjVBey3YfyK_WY/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:11:50.118027552 172.30.32.2 - - [12/Jan/2025:10:11:50 +0100] "GET /ws HTTP/1.1" 101 7063 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "192.168.1.122, 172.30.32.1"
2025-01-12 09:11:50.439522929 [2025-01-12 10:11:50] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-01-12 09:11:50.439914094 [2025-01-12 10:11:50] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-12 09:11:50.440142603 [2025-01-12 10:11:50] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x556e9d5062c0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-01-12 09:11:50.440485584 [2025-01-12 10:11:50] ffmpeg.name_of_your_camera.detect ERROR : rtsp://10.0.10.10:554/rtsp: Connection timed out
2025-01-12 09:11:55.473498692 [2025-01-12 10:11:55] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-01-12 09:11:55.473778828 [2025-01-12 10:11:55] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-01-12 09:12:00.453896870 [2025-01-12 10:12:00] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-01-12 09:12:00.454293722 [2025-01-12 10:12:00] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-12 09:12:00.454822142 [2025-01-12 10:12:00] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x55d40a5d82c0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-01-12 09:12:00.454834664 [2025-01-12 10:12:00] ffmpeg.name_of_your_camera.detect ERROR : rtsp://10.0.10.10:554/rtsp: Connection timed out
2025-01-12 09:12:05.488396399 [2025-01-12 10:12:05] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-01-12 09:12:05.488630441 [2025-01-12 10:12:05] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-01-12 09:12:10.470223081 [2025-01-12 10:12:10] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-01-12 09:12:10.470514454 [2025-01-12 10:12:10] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-12 09:12:10.470918529 [2025-01-12 10:12:10] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x55c6282542c0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-01-12 09:12:10.471065798 [2025-01-12 10:12:10] ffmpeg.name_of_your_camera.detect ERROR : rtsp://10.0.10.10:554/rtsp: Connection timed out
2025-01-12 09:12:15.500388887 [2025-01-12 10:12:15] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-01-12 09:12:15.500663028 [2025-01-12 10:12:15] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-01-12 09:12:20.483843880 [2025-01-12 10:12:20] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-01-12 09:12:20.484227768 [2025-01-12 10:12:20] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-12 09:12:20.484712120 [2025-01-12 10:12:20] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x559fcf5da2c0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-01-12 09:12:20.484724949 [2025-01-12 10:12:20] ffmpeg.name_of_your_camera.detect ERROR : rtsp://10.0.10.10:554/rtsp: Connection timed out
2025-01-12 09:12:25.521079185 [2025-01-12 10:12:25] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-01-12 09:12:25.521555244 [2025-01-12 10:12:25] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-01-12 09:12:29.470538035 127.0.0.1 - - [12/Jan/2025:10:12:29 +0100] "" 400 0 "-" "-" "-"
2025-01-12 09:12:30.501943736 [2025-01-12 10:12:30] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-01-12 09:12:30.502259225 [2025-01-12 10:12:30] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-12 09:12:30.502863592 [2025-01-12 10:12:30] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x55c75ac032c0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-01-12 09:12:30.502876314 [2025-01-12 10:12:30] ffmpeg.name_of_your_camera.detect ERROR : rtsp://10.0.10.10:554/rtsp: Connection timed out
2025-01-12 09:12:35.532638380 [2025-01-12 10:12:35] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-01-12 09:12:35.532882818 [2025-01-12 10:12:35] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-01-12 09:12:40.515410074 [2025-01-12 10:12:40] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-01-12 09:12:40.515688137 [2025-01-12 10:12:40] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-12 09:12:40.516068754 [2025-01-12 10:12:40] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x55e7d650e2c0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-01-12 09:12:40.524083966 [2025-01-12 10:12:40] ffmpeg.name_of_your_camera.detect ERROR : rtsp://10.0.10.10:554/rtsp: Connection timed out
2025-01-12 09:12:45.548626805 [2025-01-12 10:12:45] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-01-12 09:12:45.548890603 [2025-01-12 10:12:45] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-01-12 09:12:50.532435681 [2025-01-12 10:12:50] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-01-12 09:12:50.532836821 [2025-01-12 10:12:50] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-12 09:12:50.533335570 [2025-01-12 10:12:50] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x55728db472c0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-01-12 09:12:50.533369338 [2025-01-12 10:12:50] ffmpeg.name_of_your_camera.detect ERROR : rtsp://10.0.10.10:554/rtsp: Connection timed out
2025-01-12 09:12:55.570827499 [2025-01-12 10:12:55] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-01-12 09:12:55.571214143 [2025-01-12 10:12:55] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-01-12 09:13:00.550901067 [2025-01-12 10:13:00] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-01-12 09:13:00.551320656 [2025-01-12 10:13:00] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-12 09:13:00.551444116 [2025-01-12 10:13:00] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x55bc2d92f2c0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-01-12 09:13:00.551757527 [2025-01-12 10:13:00] ffmpeg.name_of_your_camera.detect ERROR : rtsp://10.0.10.10:554/rtsp: Connection timed out
2025-01-12 09:13:05.587208199 [2025-01-12 10:13:05] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-01-12 09:13:05.587565160 [2025-01-12 10:13:05] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-01-12 09:13:10.567566199 [2025-01-12 10:13:10] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-01-12 09:13:10.567813166 [2025-01-12 10:13:10] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-12 09:13:10.568202378 [2025-01-12 10:13:10] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x55ec28df22c0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-01-12 09:13:10.576198205 [2025-01-12 10:13:10] ffmpeg.name_of_your_camera.detect ERROR : rtsp://10.0.10.10:554/rtsp: Connection timed out
2025-01-12 09:13:15.599322037 [2025-01-12 10:13:15] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-01-12 09:13:15.599410311 [2025-01-12 10:13:15] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-01-12 09:13:20.584724398 [2025-01-12 10:13:20] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-01-12 09:13:20.585133467 [2025-01-12 10:13:20] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-12 09:13:20.585411540 [2025-01-12 10:13:20] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x5575d01c82c0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-01-12 09:13:20.593544019 [2025-01-12 10:13:20] ffmpeg.name_of_your_camera.detect ERROR : rtsp://10.0.10.10:554/rtsp: Connection timed out
2025-01-12 09:13:25.619713603 [2025-01-12 10:13:25] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-01-12 09:13:25.619994002 [2025-01-12 10:13:25] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-01-12 09:13:29.503605491 127.0.0.1 - - [12/Jan/2025:10:13:29 +0100] "" 400 0 "-" "-" "-"
2025-01-12 09:13:30.601791888 [2025-01-12 10:13:30] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-01-12 09:13:30.602115542 [2025-01-12 10:13:30] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-12 09:13:30.602724183 [2025-01-12 10:13:30] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x561f4669b2c0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-01-12 09:13:30.602736975 [2025-01-12 10:13:30] ffmpeg.name_of_your_camera.detect ERROR : rtsp://10.0.10.10:554/rtsp: Connection timed out
2025-01-12 09:13:35.632206454 [2025-01-12 10:13:35] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-01-12 09:13:35.632595408 [2025-01-12 10:13:35] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-01-12 09:13:40.615554664 [2025-01-12 10:13:40] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-01-12 09:13:40.615808116 [2025-01-12 10:13:40] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-01-12 09:13:40.616431495 [2025-01-12 10:13:40] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x56022bf632c0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-01-12 09:13:40.616445897 [2025-01-12 10:13:40] ffmpeg.name_of_your_camera.detect ERROR : rtsp://10.0.10.10:554/rtsp: Connection timed out
2025-01-12 09:13:42.431665421 172.30.32.2 - - [12/Jan/2025:10:13:42 +0100] "GET / HTTP/1.1" 200 2651 "-" "HomeAssistantSupervisor/2024.12.3 aiohttp/3.11.11 Python/3.12" "-"
2025-01-12 09:13:45.647572976 [2025-01-12 10:13:45] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-01-12 09:13:45.647628617 [2025-01-12 10:13:45] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
et bien sur, ecran noir dans frigate!