[Config Support]: Unstable playback of events #15690
-
Describe the problem you are havingI have Frigate working with 2 wifi Neos Smartcams running Thingino firmware (kudos to the Thingino team!). The two cams are called NaughtyFrenchDoors and Whitehouse (excuse the names). I've been having issues where playing back events or trying to play from the timeline isn't working well - I get the spinning circle that looks like buffering for ages, sometimes theres a message to say theres no video recorded, sometimes its just stuck like that, and sometimes suddenly video will play very quickly. So, I took a look at the logs and its full of errors. I've checked storage in the NAS and video is being recorded. I know that there are dropouts because these aren't great cameras, and wifi can be flakey, but the Neos system gave a pretty good service without these issues, which makes me thing its a configuration problem and timeouts. The detection also isn't working well - we have a lot of birds and squrrels in the garden - not a single squirrel is detected, sometimes we get events with birds. I can see the white light in the Coral flashing sometimes, so I assume it is doing work, and its warm - happy to deal with detection as a separate topic. I suspect there are a few different problem types at play, here are some samples of errors, extra lines included for context. Version0.14.1-f4f3cfa Frigate config filemqtt:
enabled: false
go2rtc:
rtsp:
streams:
NaughtyFrenchDoorsMain: rtsp://thingino:[email protected]/ch0
NaughtyFrenchDoorsSub: rtsp://thingino:[email protected]/ch1
WhitehouseMain: rtsp://thingino:[email protected]/ch0
WhitehouseSub: rtsp://thingino:[email protected]/ch1
webrtc:
candidates:
- xxx.xxx.xxx.xxx:8555
- stun:8555
cameras:
NaughtyFrenchDoorsMain:
ffmpeg:
output_args:
record: preset-record-generic-audio-copy
inputs:
- path: rtsp://127.0.0.1:8554/NaughtyFrenchDoorsMain # <--- the name here must match the name of the camera in restream
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/NaughtyFrenchDoorsSub # <--- the name here must match the name of the camera in restream
input_args: preset-rtsp-restream
roles:
- detect
live:
stream_name: NaughtyFrenchDoorsMain
objects:
track:
- person
- fox
- squirrel
- bird
WhitehouseMain:
ffmpeg:
output_args:
record: preset-record-generic-audio-copy
inputs:
- path: rtsp://127.0.0.1:8554/WhitehouseMain # <--- the name here must match the name of the camera in restream
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/WhitehouseSub # <--- the name here must match the name of the camera in restream
input_args: preset-rtsp-restream
roles:
- detect
live:
stream_name: WhitehouseMain
objects:
track:
- person
- fox
- squirrel
- bird
detectors:
coral:
type: edgetpu
device: usb
detect:
# Optional: desired fps for your camera for the input with the detect role (default: shown below)
# NOTE: Recommended value of 5. Ideally, try and reduce your FPS on the camera.
fps: 5
motion:
# Optional: improve contrast (default: shown below)
# Enables dynamic contrast improvement. This should help improve night detections at the cost of making motion detection more sensitive
# for daytime.
improve_contrast: True
record:
enabled: true
preview:
# Optional: Quality of recording preview (default: shown below).
# Options are: very_low, low, medium, high, very_high
quality: high
retain:
days: 3
mode: all
events:
pre_capture: 10
post_capture: 60
retain:
default: 30
mode: all
review:
# Optional: alerts configuration
alerts:
# Optional: labels that qualify as an alert (default: shown below)
labels:
- person
- fox
- squirrel
- bird
version: 0.14 Relevant Frigate log output(01)Ffmpeg process crashed - should that happen if frames are missing or the cam feed drops?
2024-12-25 17:01:10.367939206 [2024-12-25 17:01:10] watchdog.NaughtyFrenchDoorsMain ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-25 17:02:27.570688492 [h264 @ 0x7db790197ac0] error while decoding MB 14 57, bytestream -14
2024-12-25 17:03:40.397034634 [2024-12-25 17:03:40] watchdog.NaughtyFrenchDoorsMain INFO : No frames received from NaughtyFrenchDoorsMain in 20 seconds. Exiting ffmpeg...
2024-12-25 17:03:40.397317940 [2024-12-25 17:03:40] watchdog.NaughtyFrenchDoorsMain INFO : Waiting for ffmpeg to exit gracefully...
2024-12-25 17:03:40.419883213 [2024-12-25 17:03:40] frigate.video ERROR : NaughtyFrenchDoorsMain: Unable to read frames from ffmpeg process.
2024-12-25 17:03:40.420079943 [2024-12-25 17:03:40] frigate.video ERROR : NaughtyFrenchDoorsMain: ffmpeg process is not running. exiting capture thread...
2024-12-25 17:03:50.422868277 [2024-12-25 17:03:50] watchdog.NaughtyFrenchDoorsMain ERROR : Ffmpeg process crashed unexpectedly for NaughtyFrenchDoorsMain.
2024-12-25 17:03:50.423105431 [2024-12-25 17:03:50] watchdog.NaughtyFrenchDoorsMain ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-25 17:06:20.453862736 [2024-12-25 17:06:20] watchdog.NaughtyFrenchDoorsMain INFO : No frames received from NaughtyFrenchDoorsMain in 20 seconds. Exiting ffmpeg...
2024-12-25 17:06:20.454098413 [2024-12-25 17:06:20] watchdog.NaughtyFrenchDoorsMain INFO : Waiting for ffmpeg to exit gracefully...
2024-12-25 17:06:20.474257224 [2024-12-25 17:06:20] frigate.video ERROR : NaughtyFrenchDoorsMain: Unable to read frames from ffmpeg process.
2024-12-25 17:06:20.474469349 [2024-12-25 17:06:20] frigate.video ERROR : NaughtyFrenchDoorsMain: ffmpeg process is not running. exiting capture thread...
2024-12-25 17:06:30.477176289 [2024-12-25 17:06:30] watchdog.NaughtyFrenchDoorsMain ERROR : Ffmpeg process crashed unexpectedly for NaughtyFrenchDoorsMain.
-----------------
(02) - mentions the detection process here
2024-12-25 19:26:55.178694369 [h264 @ 0x7db790071300] error while decoding MB 27 63, bytestream -22
2024-12-25 19:27:44.015959267 [2024-12-25 19:27:44] watchdog.NaughtyFrenchDoorsMain INFO : No frames received from NaughtyFrenchDoorsMain in 20 seconds. Exiting ffmpeg...
2024-12-25 19:27:44.016159978 [2024-12-25 19:27:44] watchdog.NaughtyFrenchDoorsMain INFO : Waiting for ffmpeg to exit gracefully...
2024-12-25 19:27:44.059581075 [2024-12-25 19:27:44] frigate.video ERROR : NaughtyFrenchDoorsMain: Unable to read frames from ffmpeg process.
2024-12-25 19:27:44.059851839 [2024-12-25 19:27:44] frigate.video ERROR : NaughtyFrenchDoorsMain: ffmpeg process is not running. exiting capture thread...
2024-12-25 19:27:54.062763820 [2024-12-25 19:27:54] watchdog.NaughtyFrenchDoorsMain ERROR : Ffmpeg process crashed unexpectedly for NaughtyFrenchDoorsMain.
2024-12-25 19:27:54.063159699 [2024-12-25 19:27:54] watchdog.NaughtyFrenchDoorsMain ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-25 19:28:13.362748782 [2024-12-25 19:28:13] frigate.watchdog INFO : Detection appears to be stuck. Restarting detection process...
2024-12-25 19:28:13.363743020 [2024-12-25 19:28:13] root INFO : Waiting for detection process to exit gracefully...
2024-12-25 19:28:43.392711765 [2024-12-25 19:28:43] root INFO : Detection process didn't exit. Force killing...
2024-12-25 19:28:43.402234768 [2024-12-25 19:28:43] root INFO : Detection process has exited...
2024-12-25 19:28:43.434541438 [2024-12-25 19:28:43] detector.coral INFO : Starting detection process: 227563
2024-12-25 19:28:43.442849196 [2024-12-25 19:28:43] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2024-12-25 19:28:46.067013853 [2024-12-25 19:28:46] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
(03) mentions err0r while decoding
2024-12-26 04:36:07.879106596 [2024-12-26 04:36:07] frigate.video ERROR : NaughtyFrenchDoorsMain: ffmpeg process is not running. exiting capture thread...
2024-12-26 04:36:17.880646275 [2024-12-26 04:36:17] watchdog.NaughtyFrenchDoorsMain ERROR : Ffmpeg process crashed unexpectedly for NaughtyFrenchDoorsMain.
2024-12-26 04:36:17.880908649 [2024-12-26 04:36:17] watchdog.NaughtyFrenchDoorsMain ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-26 04:38:57.910240227 [2024-12-26 04:38:57] watchdog.NaughtyFrenchDoorsMain INFO : No frames received from NaughtyFrenchDoorsMain in 20 seconds. Exiting ffmpeg...
2024-12-26 04:38:57.910712892 [2024-12-26 04:38:57] watchdog.NaughtyFrenchDoorsMain INFO : Waiting for ffmpeg to exit gracefully...
2024-12-26 04:38:57.940038842 [2024-12-26 04:38:57] frigate.video ERROR : NaughtyFrenchDoorsMain: Unable to read frames from ffmpeg process.
2024-12-26 04:38:57.940255857 [2024-12-26 04:38:57] frigate.video ERROR : NaughtyFrenchDoorsMain: ffmpeg process is not running. exiting capture thread...
2024-12-26 04:39:07.943301701 [2024-12-26 04:39:07] watchdog.NaughtyFrenchDoorsMain ERROR : Ffmpeg process crashed unexpectedly for NaughtyFrenchDoorsMain.
2024-12-26 04:39:07.943568920 [2024-12-26 04:39:07] watchdog.NaughtyFrenchDoorsMain ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-26 04:41:44.310057612 [2024-12-26 04:41:44] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for NaughtyFrenchDoorsMain. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-12-26 04:41:47.975297650 [2024-12-26 04:41:47] watchdog.NaughtyFrenchDoorsMain INFO : No frames received from NaughtyFrenchDoorsMain in 20 seconds. Exiting ffmpeg...
2024-12-26 04:41:47.975465164 [2024-12-26 04:41:47] watchdog.NaughtyFrenchDoorsMain INFO : Waiting for ffmpeg to exit gracefully...
2024-12-26 04:41:47.991894012 [2024-12-26 04:41:47] frigate.video ERROR : NaughtyFrenchDoorsMain: Unable to read frames from ffmpeg process.
2024-12-26 04:41:47.992162317 [2024-12-26 04:41:47] frigate.video ERROR : NaughtyFrenchDoorsMain: ffmpeg process is not running. exiting capture thread...
2024-12-26 04:41:49.315569535 [2024-12-26 04:41:49] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for NaughtyFrenchDoorsMain. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-12-26 04:41:54.322338510 [2024-12-26 04:41:54] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for NaughtyFrenchDoorsMain. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-12-26 04:41:57.995370276 [2024-12-26 04:41:57] watchdog.NaughtyFrenchDoorsMain ERROR : Ffmpeg process crashed unexpectedly for NaughtyFrenchDoorsMain.
2024-12-26 04:41:57.995943346 [2024-12-26 04:41:57] watchdog.NaughtyFrenchDoorsMain ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-26 04:41:59.325363431 [2024-12-26 04:41:59] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for NaughtyFrenchDoorsMain. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-12-26 04:41:59.473848880 [h264 @ 0x7db790013fc0] error while decoding MB 94 58, bytestream -11
2024-12-26 04:42:09.350556083 [h264 @ 0x7db79019dc80] error while decoding MB 88 54, bytestream -26
(04) Non-monotonous DTS
2024-12-26 12:05:58.573636920 [2024-12-26 12:05:58] ffmpeg.NaughtyFrenchDoorsMain.record ERROR : [segment @ 0x5831cd6b9f00] Non-monotonous DTS in output stream 0:0; previous: 580028326, current: 570052133; changing to 580028327. This may result in incorrect timestamps in the output file.
2024-12-26 12:05:58.573638580 [2024-12-26 12:05:58] ffmpeg.NaughtyFrenchDoorsMain.record ERROR : [segment @ 0x5831cd6b9f00] Non-monotonous DTS in output stream 0:0; previous: 580028327, current: 570052644; changing to 580028328. This may result in incorrect timestamps in the output file.
2024-12-26 12:05:58.573640381 [2024-12-26 12:05:58] ffmpeg.NaughtyFrenchDoorsMain.record ERROR : [segment @ 0x5831cd6b9f00] Non-monotonous DTS in output stream 0:0; previous: 580028328, current: 570053157; changing to 580028329. This may result in incorrect timestamps in the output file.
2024-12-26 12:05:58.573642135 [2024-12-26 12:05:58] ffmpeg.NaughtyFrenchDoorsMain.record ERROR : [segment @ 0x5831cd6b9f00] Non-monotonous DTS in output stream 0:0; previous: 580028329, current: 570053668; changing to 580028330. This may result in incorrect timestamps in the output file.
2024-12-26 12:05:58.573643828 [2024-12-26 12:05:58] ffmpeg.NaughtyFrenchDoorsMain.record ERROR : [segment @ 0x5831cd6b9f00] Non-monotonous DTS in output stream 0:0; previous: 580028330, current: 570054181; changing to 580028331. This may result in incorrect timestamps in the output file.
2024-12-26 12:05:58.573645582 [2024-12-26 12:05:58] ffmpeg.NaughtyFrenchDoorsMain.record ERROR : [segment @ 0x5831cd6b9f00] Non-monotonous DTS in output stream 0:0; previous: 580028331, current: 570054692; changing to 580028332. This may result in incorrect timestamps in the output file.
2024-12-26 12:05:58.573647343 [2024-12-26 12:05:58] ffmpeg.NaughtyFrenchDoorsMain.record ERROR : [segment @ 0x5831cd6b9f00] Non-monotonous DTS in output stream 0:0; previous: 580028332, current: 570055205; changing to 580028333. This may result in incorrect timestamps in the output file.
2024-12-26 12:05:58.573665012 [2024-12-26 12:05:58] ffmpeg.NaughtyFrenchDoorsMain.record ERROR : [segment @ 0x5831cd6b9f00] Non-monotonous DTS in output stream 0:0; previous: 580028333, current: 570055716; changing to 580028334. This may result in incorrect timestamps in the output file.
2024-12-26 12:05:58.573666567 [2024-12-26 12:05:58] ffmpeg.NaughtyFrenchDoorsMain.record ERROR : rtsp://127.0.0.1:8554/NaughtyFrenchDoorsMain: Connection timed out
2024-12-26 12:05:58.573724571 [2024-12-26 12:05:58] watchdog.NaughtyFrenchDoorsMain INFO : Terminating the existing ffmpeg process...
2024-12-26 12:05:58.573764193 [2024-12-26 12:05:58] watchdog.NaughtyFrenchDoorsMain INFO : Waiting for ffmpeg to exit gracefully...
2024-12-26 12:06:08.575275501 [2024-12-26 12:06:08] watchdog.NaughtyFrenchDoorsMain INFO : No frames received from NaughtyFrenchDoorsMain in 20 seconds. Exiting ffmpeg...
2024-12-26 12:06:08.575515812 [2024-12-26 12:06:08] watchdog.NaughtyFrenchDoorsMain INFO : Waiting for ffmpeg to exit gracefully...
2024-12-26 12:06:08.620675853 [2024-12-26 12:06:08] frigate.video ERROR : NaughtyFrenchDoorsMain: Unable to read frames from ffmpeg process.
2024-12-26 12:06:08.620899809 [2024-12-26 12:06:08] frigate.video ERROR : NaughtyFrenchDoorsMain: ffmpeg process is not running. exiting capture thread...
2024-12-26 12:06:18.623365483 [2024-12-26 12:06:18] watchdog.NaughtyFrenchDoorsMain ERROR : Ffmpeg process crashed unexpectedly for NaughtyFrenchDoorsMain.
2024-12-26 12:06:18.623579783 [2024-12-26 12:06:18] watchdog.NaughtyFrenchDoorsMain ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-26 12:06:27.658782160 [h264 @ 0x7db790137fc0] error while decoding MB 108 53, bytestream -47
2024-12-26 12:06:52.670424001 [h264 @ 0x7db790075200] error while decoding MB 102 30, bytestream -14
(05) Unable to keep up with recording segments in cache
2024-12-26 12:33:23.981515243 [2024-12-26 12:33:23] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for NaughtyFrenchDoorsMain. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-12-26 12:33:34.054003080 [h264 @ 0x7db790013fc0] error while decoding MB 110 62, bytestream -52
2024-12-26 12:33:44.072631430 [h264 @ 0x7db790013fc0] error while decoding MB 36 53, bytestream -56
2024-12-26 12:33:59.028854267 [h264 @ 0x7db790191b80] error while decoding MB 6 55, bytestream -10
2024-12-26 12:33:59.061210121 [h264 @ 0x7db7901ac0c0] error while decoding MB 58 42, bytestream -16
2024-12-26 12:35:14.095584572 [h264 @ 0x7db79019e940] error while decoding MB 20 47, bytestream -16
2024-12-26 12:35:14.134756352 [h264 @ 0x7db79019e940] error while decoding MB 49 63, bytestream -50
2024-12-26 12:35:14.215371780 [h264 @ 0x7db79019e940] error while decoding MB 63 38, bytestream -27
2024-12-26 12:35:54.107838250 [2024-12-26 12:35:54] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for NaughtyFrenchDoorsMain. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-12-26 12:35:59.113064119 [2024-12-26 12:35:59] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for NaughtyFrenchDoorsMain. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-12-26 12:36:00.124672172 [2024-12-26 12:36:00] watchdog.NaughtyFrenchDoorsMain INFO : No frames received from NaughtyFrenchDoorsMain in 20 seconds. Exiting ffmpeg...
2024-12-26 12:36:00.124913401 [2024-12-26 12:36:00] watchdog.NaughtyFrenchDoorsMain INFO : Waiting for ffmpeg to exit gracefully...
2024-12-26 12:36:00.180996109 [2024-12-26 12:36:00] frigate.video ERROR : NaughtyFrenchDoorsMain: Unable to read frames from ffmpeg process.
2024-12-26 12:36:00.181279968 [2024-12-26 12:36:00] frigate.video ERROR : NaughtyFrenchDoorsMain: ffmpeg process is not running. exiting capture thread...
2024-12-26 12:36:04.114906960 [2024-12-26 12:36:04] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for NaughtyFrenchDoorsMain. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-12-26 12:36:09.117838744 [2024-12-26 12:36:09] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for NaughtyFrenchDoorsMain. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-12-26 12:36:10.184527349 [2024-12-26 12:36:10] watchdog.NaughtyFrenchDoorsMain ERROR : Ffmpeg process crashed unexpectedly for NaughtyFrenchDoorsMain.
2024-12-26 12:36:10.184886479 [2024-12-26 12:36:10] watchdog.NaughtyFrenchDoorsMain ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-26 12:36:14.122578779 [2024-12-26 12:36:14] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for NaughtyFrenchDoorsMain. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-12-26 12:36:24.143457195 [h264 @ 0x7db790029a80] left block unavailable for requested intra mode Relevant go2rtc log output2024-12-24 23:55:26.044491228 [INFO] Preparing new go2rtc config...
2024-12-24 23:55:26.478107953 [INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually
2024-12-24 23:55:26.518457671 [INFO] Starting go2rtc...
2024-12-24 23:55:26.625786294 23:55:26.624 INF go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2
2024-12-24 23:55:26.625790140 23:55:26.624 INF config path=/dev/shm/go2rtc.yaml
2024-12-24 23:55:26.625793987 23:55:26.625 INF [rtsp] listen addr=:8554
2024-12-24 23:55:26.625795789 23:55:26.625 INF [webrtc] listen addr=:8555
2024-12-24 23:55:26.625797325 23:55:26.625 INF [api] listen addr=:1984
2024-12-24 23:55:36.043977867 [INFO] Starting go2rtc healthcheck service...
2024-12-24 23:59:16.847064184 23:59:16.846 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error="read tcp 172.18.0.2:45528->192.168.0.26:554: i/o timeout" url=rtsp://thingino:[email protected]/ch0
2024-12-25 00:05:28.374155373 00:05:28.373 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error="read tcp 172.18.0.2:51408->192.168.0.26:554: i/o timeout" url=rtsp://thingino:[email protected]/ch0
2024-12-25 00:06:01.603802153 00:06:01.603 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error="read tcp 172.18.0.2:33102->192.168.0.26:554: i/o timeout" url=rtsp://thingino:[email protected]/ch0
2024-12-25 00:06:43.158825180 00:06:43.158 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error="read tcp 172.18.0.2:34292->192.168.0.26:554: i/o timeout" url=rtsp://thingino:[email protected]/ch0
2024-12-25 00:11:15.663690809 00:11:15.663 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error="read tcp 172.18.0.2:56158->192.168.0.26:554: i/o timeout" url=rtsp://thingino:[email protected]/ch0
2024-12-25 00:14:44.637922753 00:14:44.637 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error="read tcp 172.18.0.2:50730->192.168.0.124:554: i/o timeout" url=rtsp://thingino:[email protected]/ch0
2024-12-25 00:14:44.805898839 00:14:44.805 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error="read tcp 172.18.0.2:35150->192.168.0.124:554: i/o timeout" url=rtsp://thingino:[email protected]/ch1
.
.
lots of timeout errors Frigate statsnot sure how to get the stats - I can access the System Metrics pages with charts... Operating systemOther Linux Install methodDocker Compose docker-compose file or Docker CLI commandversion: "3.9"
services:
frigate:
container_name: frigate
privileged: true # this may not be necessary for all setups
restart: unless-stopped
image: ghcr.io/blakeblackshear/frigate:stable
shm_size: "256mb" # update for your cameras based on calculation above
devices:
- /dev/bus/usb:/dev/bus/usb # passes the USB Coral, needs to be modified for other versions
- /dev/dri/renderD128:/dev/dri/renderD128 # For intel hwaccel, needs to be updated for your hardware
volumes:
- /etc/localtime:/etc/localtime:ro
- /media/SmartHome/frigate/config:/config
- /media/SmartHome/storage:/media/frigate
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- "8971:8971"
- "5000:5000" # Internal unauthenticated access. Expose carefully.
- "8554:8554" # RTSP feeds
- "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udp
environment:
FRIGATE_RTSP_PASSWORD: "XXXXXXXXXX" Object DetectorCoral Screenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulSlightly lost as to direction to go in tbh. I deleted my first install and rebuilt it again... any help is much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Squirrel and fox are not detected because the default model does not support these labels. Timeout errors will just be due to camera issues in most cases. You can try increasing the timeout in go2rtc config. |
Beta Was this translation helpful? Give feedback.
-
Thanks for that, I’ve added a timeout to each stream, will see how it goes. Regarding not having a squirrel model, this article made me think there was:
https://docs.frigate.video/configuration/objects/
How do I get those models?
Thanks again
…________________________________
From: Nicolas Mowen ***@***.***>
Sent: Thursday, December 26, 2024 5:29:18 PM
To: blakeblackshear/frigate ***@***.***>
Cc: daeljan ***@***.***>; Author ***@***.***>
Subject: Re: [blakeblackshear/frigate] [Config Support]: Unstable playback of events (Discussion #15690)
Squirrel and fox are not detected because the default model does not support these labels.
Timeout errors will just be due to camera issues in most cases. You can try increasing the timeout in go2rtc config.
—
Reply to this email directly, view it on GitHub<#15690 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AGFK24XTTBLON46PT5WOSSD2HQ4G5AVCNFSM6AAAAABUHPFGEGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRXGAZDONQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
You are correct - no squirrel in that list :( I had several pages open when I set this up, so I must have gotten it from the Frigate+ page - I didn't realise that was a thing until today! My French doors cam seemed to be the problematic one - I've swapped it out and moved it to get a slightly better signal in addition to adding the timeouts, and monitoring for now. Thanks for your help @NickM-27, appreciated; I'll update here after a bit. |
Beta Was this translation helpful? Give feedback.
Squirrel and fox are not detected because the default model does not support these labels.
Timeout errors will just be due to camera issues in most cases. You can try increasing the timeout in go2rtc config.