frigate: Frigate 0.13 RC: No frames have been received, check error logs
Describe the problem you are having
No frames have been received, check error logs appears periodically in Frigate’s Web Interface
Restart of Frigate may temporarily help with some cameras, but soon the problem reappears.
After a while camera image may show up again normally.
There were no problems like this with the previously used Frigate 0.12.1 Release.
I tried to use the embedded go2rtc 1.8.4, then after no lock included a go2rtc 1.8.5 in docker volume, but nothing’s changed. Docker-compose.yml:
version: "3.9"
services:
frigate:
container_name: frigate
runtime: nvidia
deploy: # <------------- Add this section
resources:
reservations:
devices:
- driver: nvidia
count: 1 # number of GPUs
capabilities: [gpu]
privileged: true # this may not be necessary for all setups
restart: unless-stopped
image: ghcr.io/blakeblackshear/frigate:0.13.0-rc1-tensorrt
shm_size: "512mb" # 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
volumes:
- /etc/localtime:/etc/localtime:ro
- /usr/share/hassio/homeassistant/:/config/
- /home/max/VMS/frigate-media:/media/frigate
- /usr/share/hassio/media/trt-models:/trt-models
- /usr/share/hassio/homeassistant/frigate13-docker/go2rtc:/config/go2rtc
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- "5000:5000"
- "8554:8554" # RTSP feeds
- "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udp
environment:
FRIGATE_RTSP_PASSWORD: "password"
Version
0.13 RC1
Frigate config file
mqtt:
host: 192.168.0.3
user: user
password: pass
detectors:
coral:
type: edgetpu
device: usb
model:
path: /trt-models/efficientdet_lite3_512_ptq_edgetpu.tflite
width: 512
height: 512
go2rtc:
streams:
ptz:
- rtsp://login:pass@192.168.0.8:554/axis-media/media.amp
front:
- rtsp://login:pass@192.168.0.4:554/axis-media/media.amp
back:
- rtsp://login:pass@192.168.0.5:554/axis-media/media.amp
sosed:
- rtsp://login:pass@192.168.0.6:554/axis-media/media.amp
trucks:
- rtsp://login:pass@192.168.0.7:554/axis-media/media.amp
trucks_back:
- rtsp://admin:pass@192.168.0.13:554/trackID=1
webrtc:
candidates:
- 192.168.0.3:8555
- stun:8555
cameras:
ptz:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://login:pass@192.168.0.8:554/axis-media/media.amp
roles:
- detect
detect:
width: 1920
height: 1080
fps: 5
objects:
track:
- person
- car
- truck
- bicycle
- motorcycle
record:
enabled: true
retain:
days: 10
mode: motion
front:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://login:pass@192.168.0.4:554/axis-media/media.amp
roles:
- detect
detect:
width: 3840
height: 2160
fps: 5
track:
- person
# - car
- truck
- bicycle
- motorcycle
record:
enabled: True
events:
post_capture: 14
zones:
front_yard:
coordinates: 3840,2160,3840,1313,3733,1351,3381,954,3072,942,2991,755,2169,702,1201,758,446,870,240,1257,63,1818,0,2160
back:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://login:pass@192.168.0.5:554/axis-media/media.amp
roles:
- detect
detect:
width: 3840
height: 2160
fps: 5
zones:
back_yard:
coordinates: 3768,2160,3596,1915,3471,1850,3531,1678,3393,1425,3128,979,2798,536,2579,334,2547,159,1803,75,1125,216,1155,312,0,930,0,2160
objects:
- person
objects:
track:
- person
sosed:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://login:pass@192.168.0.6:554/axis-media/media.amp
roles:
- detect
detect:
width: 2688
height: 1520
fps: 5
objects:
track:
- person
# - car
- truck
- bicycle
- motorcycle
zones:
sosed_yard:
coordinates: 2688,1520,2688,941,2094,880,941,769,926,880,825,858,812,749,0,670,0,1520
objects:
- person
filters:
person:
min_area: 5000
trucks:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://login:pass@192.168.0.7:554/axis-media/media.amp
roles:
- detect
detect:
width: 2688
height: 1520
fps: 5
objects:
track:
- person
# - car
# - bus
- truck
zones:
trucks_yard:
coordinates: 2688,1520,2688,905,2370,612,1982,443,1661,424,753,424,0,612,0,1520
objects:
- person
filters:
person:
min_area: 5000
trucks_back:
ffmpeg:
hwaccel_args: preset-nvidia-h264
# - -c:v
# - h264_cuvid
inputs:
- path: rtsp://admin:pass@192.168.0.13:554/trackID=1
roles:
- detect
detect:
width: 2592
height: 1944
fps: 5
objects:
track:
- person
# - car
- truck
- bicycle
- motorcycle
zones:
trucks_back_yard:
coordinates: 2592,1944,2592,474,2103,446,0,1829,0,1944
objects:
- person
filters:
person:
min_area: 10000
snapshots:
enabled: True
record:
enabled: True
events:
pre_capture: 10
retain:
default: 10
ui:
time_format: 24hour
date_style: medium
Relevant log output
2024-01-21 19:26:11.638685836 [INFO] Preparing Frigate...
2024-01-21 19:26:11.654147899 [INFO] Starting Frigate...
2024-01-21 19:26:12.819158254 [2024-01-21 19:26:12] frigate.app INFO : Starting Frigate (0.13.0-49814b3)
2024-01-21 19:26:12.900367356 [2024-01-21 19:26:12] peewee_migrate.logs INFO : Starting migrations
2024-01-21 19:26:12.903403550 [2024-01-21 19:26:12] peewee_migrate.logs INFO : There is nothing to migrate
2024-01-21 19:26:12.908102417 [2024-01-21 19:26:12] frigate.app INFO : Recording process started: 450
2024-01-21 19:26:12.909924195 [2024-01-21 19:26:12] frigate.app INFO : go2rtc process pid: 98
2024-01-21 19:26:12.935610345 [2024-01-21 19:26:12] detector.coral INFO : Starting detection process: 460
2024-01-21 19:26:12.939019317 [2024-01-21 19:26:12] frigate.app INFO : Output process started: 462
2024-01-21 19:26:12.969405598 [2024-01-21 19:26:12] frigate.app INFO : Camera processor started for ptz: 472
2024-01-21 19:26:12.974536063 [2024-01-21 19:26:12] frigate.app INFO : Camera processor started for front: 473
2024-01-21 19:26:12.979871679 [2024-01-21 19:26:12] frigate.app INFO : Camera processor started for back: 475
2024-01-21 19:26:12.985551614 [2024-01-21 19:26:12] frigate.app INFO : Camera processor started for sosed: 477
2024-01-21 19:26:12.993970975 [2024-01-21 19:26:12] frigate.app INFO : Camera processor started for trucks: 479
2024-01-21 19:26:13.002088009 [2024-01-21 19:26:13] frigate.app INFO : Camera processor started for trucks_back: 483
2024-01-21 19:26:13.010532870 [2024-01-21 19:26:13] frigate.app INFO : Capture process started for ptz: 486
2024-01-21 19:26:13.018459909 [2024-01-21 19:26:13] frigate.app INFO : Capture process started for front: 490
2024-01-21 19:26:13.025124759 [2024-01-21 19:26:13] frigate.app INFO : Capture process started for back: 495
2024-01-21 19:26:13.032454413 [2024-01-21 19:26:13] frigate.app INFO : Capture process started for sosed: 515
2024-01-21 19:26:13.039736511 [2024-01-21 19:26:13] frigate.app INFO : Capture process started for trucks: 520
2024-01-21 19:26:13.046619286 [2024-01-21 19:26:13] frigate.app INFO : Capture process started for trucks_back: 525
2024-01-21 19:26:15.583059964 [2024-01-21 19:26:12] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2024-01-21 19:26:15.591805902 [2024-01-21 19:26:15] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
Frigate stats
{"cameras":{"back":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.1,"capture_pid":495,"detection_enabled":1,"detection_fps":3.1,"ffmpeg_pid":516,"pid":475,"process_fps":3.1,"skipped_fps":2.1},"front":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.1,"capture_pid":490,"detection_enabled":1,"detection_fps":3.0,"ffmpeg_pid":512,"pid":473,"process_fps":0.5,"skipped_fps":4.6},"ptz":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.1,"capture_pid":486,"detection_enabled":1,"detection_fps":3.0,"ffmpeg_pid":491,"pid":472,"process_fps":1.5,"skipped_fps":3.5},"sosed":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.1,"capture_pid":515,"detection_enabled":1,"detection_fps":0.0,"ffmpeg_pid":521,"pid":477,"process_fps":5.1,"skipped_fps":0.0},"trucks":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.0,"capture_pid":520,"detection_enabled":1,"detection_fps":0.0,"ffmpeg_pid":528,"pid":479,"process_fps":5.0,"skipped_fps":0.0},"trucks_back":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.0,"capture_pid":525,"detection_enabled":1,"detection_fps":0.0,"ffmpeg_pid":531,"pid":483,"process_fps":5.0,"skipped_fps":0.0}},"cpu_usages":{"1":{"cmdline":"/package/admin/s6/command/s6-svscan -d4 -- /run/service","cpu":"0.0","cpu_average":"0","mem":"0.0"},"15":{"cmdline":"s6-supervise s6-linux-init-shutdownd","cpu":"0.0","cpu_average":"0","mem":"0.0"},"16":{"cmdline":"/package/admin/s6-linux-init/command/s6-linux-init-shutdownd -c /run/s6/basedir -g 3000 -C -B","cpu":"0.0","cpu_average":"0","mem":"0.0"},"24":{"cmdline":"s6-supervise s6rc-fdholder","cpu":"0.0","cpu_average":"0","mem":"0.0"},"25":{"cmdline":"s6-supervise s6rc-oneshot-runner","cpu":"0.0","cpu_average":"0","mem":"0.0"},"26":{"cmdline":"s6-supervise nginx","cpu":"0.0","cpu_average":"0","mem":"0.0"},"27":{"cmdline":"s6-supervise go2rtc-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"28":{"cmdline":"s6-supervise go2rtc","cpu":"0.0","cpu_average":"0","mem":"0.0"},"29":{"cmdline":"s6-supervise frigate-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"30":{"cmdline":"s6-supervise nginx-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"31":{"cmdline":"s6-supervise frigate","cpu":"0.0","cpu_average":"0","mem":"0.0"},"32":{"cmdline":"s6-supervise go2rtc-healthcheck","cpu":"0.0","cpu_average":"0","mem":"0.0"},"43":{"cmdline":"/package/admin/s6-2.11.3.2/command/s6-fdholderd -1 -i data/rules","cpu":"0.0","cpu_average":"0","mem":"0.0"},"44":{"cmdline":"/package/admin/s6/command/s6-ipcserverd -1 -- /package/admin/s6/command/s6-ipcserver-access -v0 -E -l0 -i data/rules -- /package/admin/s6/command/s6-sudod -t 30000 -- /package/admin/s6-rc/command/s6-rc-oneshot-run -l ../.. --","cpu":"0.0","cpu_average":"0","mem":"0.0"},"89":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/nginx","cpu":"0.0","cpu_average":"0","mem":"0.0"},"90":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/go2rtc","cpu":"0.0","cpu_average":"0","mem":"0.0"},"91":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/frigate","cpu":"0.0","cpu_average":"0","mem":"0.0"},"98":{"cmdline":"/config/go2rtc -config=/dev/shm/go2rtc.yaml","cpu":"0.0","cpu_average":"0","mem":"0.0"},"106":{"cmdline":"bash ./run.user go2rtc-healthcheck","cpu":"0.0","cpu_average":"0","mem":"0.0"},"107":{"cmdline":"python3 -u -m frigate","cpu":"4.4","cpu_average":"3","mem":"1.4"},"121":{"cmdline":"nginx: master process nginx","cpu":"0.0","cpu_average":"0","mem":"0.0"},"154":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"155":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"156":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"157":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"159":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"172":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"192":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"225":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"266":{"cmdline":"nginx: cache manager process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"448":{"cmdline":"frigate.logger ","cpu":"0.0","cpu_average":"0","mem":"0.3"},"450":{"cmdline":"frigate.recording_manager","cpu":"0.0","cpu_average":"2","mem":"0.4"},"459":{"cmdline":"/usr/bin/python3 -c from multiprocessing.resource_tracker import main;main(61)","cpu":"0.5","cpu_average":"0","mem":"0.0"},"460":{"cmdline":"frigate.detector.coral","cpu":"76.8","cpu_average":"69","mem":"0.5"},"462":{"cmdline":"frigate.output ","cpu":"2.4","cpu_average":"0","mem":"0.3"},"468":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1920x1080 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.0"},"469":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 3840x2160 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.0"},"471":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 3840x2160 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.0"},"472":{"cmdline":"frigate.process:ptz ","cpu":"3.9","cpu_average":"2","mem":"0.4"},"473":{"cmdline":"frigate.process:front","cpu":"4.4","cpu_average":"6","mem":"0.4"},"475":{"cmdline":"frigate.process:back ","cpu":"4.4","cpu_average":"3","mem":"0.4"},"476":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 2688x1520 -i pipe: -f mpegts -s 1273x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.0"},"477":{"cmdline":"frigate.process:sosed","cpu":"1.0","cpu_average":"2","mem":"0.4"},"478":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 2688x1520 -i pipe: -f mpegts -s 1273x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.0"},"479":{"cmdline":"frigate.process:trucks","cpu":"1.5","cpu_average":"3","mem":"0.4"},"483":{"cmdline":"frigate.process:trucks_back","cpu":"1.0","cpu_average":"3","mem":"0.4"},"484":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 2592x1944 -i pipe: -f mpegts -s 960x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.0"},"486":{"cmdline":"frigate.capture:ptz ","cpu":"3.9","cpu_average":"2","mem":"0.3"},"489":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.0"},"490":{"cmdline":"frigate.capture:front","cpu":"8.8","cpu_average":"8","mem":"0.4"},"491":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.13.0-49814b3 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://admin:pass@192.168.0.8:554/axis-media/media.amp -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy -an /tmp/cache/ptz@%Y%m%d%H%M%S%z.mp4 -r 5 -vf fps=5,scale=1920:1080 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"31.6","cpu_average":"33","mem":"0.1"},"495":{"cmdline":"frigate.capture:back ","cpu":"10.2","cpu_average":"8","mem":"0.4"},"512":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel cuda -hwaccel_output_format cuda -user_agent FFmpeg Frigate/0.13.0-49814b3 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://admin:pass@192.168.0.4:554/axis-media/media.amp -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy -an /tmp/cache/front@%Y%m%d%H%M%S%z.mp4 -r 5 -vf fps=5,scale_cuda=w=3840:h=2160:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"19.0","cpu_average":"19","mem":"0.5"},"515":{"cmdline":"frigate.capture:sosed","cpu":"3.9","cpu_average":"4","mem":"0.4"},"516":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel cuda -hwaccel_output_format cuda -user_agent FFmpeg Frigate/0.13.0-49814b3 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://admin:pass@192.168.0.5:554/axis-media/media.amp -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy -an /tmp/cache/back@%Y%m%d%H%M%S%z.mp4 -r 5 -vf fps=5,scale_cuda=w=3840:h=2160:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"18.5","cpu_average":"17","mem":"0.4"},"520":{"cmdline":"frigate.capture:trucks","cpu":"5.3","cpu_average":"4","mem":"0.4"},"521":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel cuda -hwaccel_output_format cuda -user_agent FFmpeg Frigate/0.13.0-49814b3 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://admin:pass@192.168.0.6:554/axis-media/media.amp -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy -an /tmp/cache/sosed@%Y%m%d%H%M%S%z.mp4 -r 5 -vf fps=5,scale_cuda=w=2688:h=1520:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"11.2","cpu_average":"10","mem":"0.3"},"525":{"cmdline":"frigate.capture:trucks_back","cpu":"6.3","cpu_average":"5","mem":"0.4"},"528":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel cuda -hwaccel_output_format cuda -user_agent FFmpeg Frigate/0.13.0-49814b3 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://admin:pass@192.168.0.7:554/axis-media/media.amp -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy -an /tmp/cache/trucks@%Y%m%d%H%M%S%z.mp4 -r 5 -vf fps=5,scale_cuda=w=2688:h=1520:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"11.7","cpu_average":"9","mem":"0.3"},"531":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel cuda -hwaccel_output_format cuda -user_agent FFmpeg Frigate/0.13.0-49814b3 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://admin:pass@192.168.0.13:554/trackID=1 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy -an /tmp/cache/trucks_back@%Y%m%d%H%M%S%z.mp4 -r 5 -vf fps=5,scale_cuda=w=2592:h=1944:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"13.6","cpu_average":"12","mem":"0.4"},"3228":{"cmdline":"sleep 30s","cpu":"0.0","cpu_average":"0","mem":"0.0"}},"detection_fps":9.1,"detectors":{"coral":{"detection_start":1705858405.229372,"inference_speed":114.51,"pid":460}},"gpu_usages":{"NVIDIA GeForce GTX 1650":{"dec":"45.0%","enc":"0.0%","gpu":"4.0%","mem":"33.61%"}},"processes":{"go2rtc":{"pid":98},"logger":{"pid":448},"recording":{"pid":450}},"service":{"last_updated":1705858405,"latest_version":"0.12.1","storage":{"/dev/shm":{"free":376.8,"mount_type":"tmpfs","total":512.0,"used":135.2},"/media/frigate/clips":{"free":1617886.5,"mount_type":"fuseblk","total":3815430.0,"used":2197543.4},"/media/frigate/recordings":{"free":1617886.5,"mount_type":"fuseblk","total":3815430.0,"used":2197543.4},"/tmp/cache":{"free":912.1,"mount_type":"tmpfs","total":953.7,"used":41.6}},"temperatures":{},"uptime":432,"version":"0.13.0-49814b3"}}
Operating system
Debian
Install method
Docker Compose
Coral version
USB
Any other information that may be helpful
Go2RTC logs contain no errors:
2024-01-21 19:26:11.644011786 [INFO] Preparing new go2rtc config...
2024-01-21 19:26:11.893152752 [INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually
2024-01-21 19:26:11.930066460 [WARN] Using go2rtc binary from '/config/go2rtc' instead of the embedded one
2024-01-21 19:26:11.930069280 [INFO] Starting go2rtc...
2024-01-21 19:26:11.993388698 19:26:11.993 INF go2rtc version 1.8.5 linux/amd64
2024-01-21 19:26:11.993804381 19:26:11.993 INF [api] listen addr=:1984
2024-01-21 19:26:11.993882725 19:26:11.993 INF [rtsp] listen addr=:8554
2024-01-21 19:26:11.994160339 19:26:11.994 INF [webrtc] listen addr=:8555
2024-01-21 19:26:21.639203783 [INFO] Starting go2rtc healthcheck service...
About this issue
- Original URL
- State: open
- Created 5 months ago
- Reactions: 1
- Comments: 34
I also have this same issue with a variety of Amcrest cameras after upgrading to 0.13.2. Nearly all of my cameras are giving the “no frames have been received” message, with a few intermittently successful frames being shown after multiple reloads of the camera page. Everything worked flawlessly with 0.12.1, so I’ve had to downgrade back to that version to have a functional NVR system.
I have Reolink RLC-523WA actually two separate HA setups. With Frigate 0.12.1 both setups are working, but upgrading Frigate to 0.13.2 those are not working. The following errors are coming: frigate.video ERROR : sipoo-piha: Unable to read frames from ffmpeg process. rigate.video ERROR : sipoo-piha: ffmpeg process is not running. exiting capture thread… watchdog.sipoo-piha ERROR : Ffmpeg process crashed unexpectedly for sipoo-piha.
By restoring back to Frigate 0.12.1 without any Config changes, the setups are working.