[Config Support]: Live stream working but no recording saved via RTSP #16011
-
Describe the problem you are havingHi all. Version0.14.1-f4f3cfa Frigate config filemqtt:
enabled: false
go2rtc:
streams:
front-camera:
rtsp://admin:[email protected]/cam/realmonitor?channel=1&subtype=00&authbasic=YWRtaW46bmljazEyMTk=
cameras:
front-camera: # <------ Name the camera
enabled: true
ffmpeg:
inputs:
- path:
rtsp://admin:[email protected]/cam/realmonitor?channel=1&subtype=00&authbasic=YWRtaW46bmljazEyMTk=
roles:
- detect
- record
detect:
enabled: false
detect:
record: true
version: 0.14
camera_groups:
test:
order: 1
icon: LuAirplay
cameras:
- birdseye
- name_of_your_camera
- front-camera Relevant Frigate log output2025-01-16 15:23:43.901322626 [2025-01-16 15:23:43] ffmpeg.front-camera.detect ERROR : Error reinitializing filters!
2025-01-16 15:23:43.901537911 [2025-01-16 15:23:43] ffmpeg.front-camera.detect ERROR : Failed to inject frame into filter network: Function not implemented
2025-01-16 15:23:43.901828836 [2025-01-16 15:23:43] ffmpeg.front-camera.detect ERROR : Error while processing the decoded data for stream #0:0
2025-01-16 15:23:46.385364566 [2025-01-16 15:23:46] frigate.video ERROR : front-camera: Unable to read frames from ffmpeg process.
2025-01-16 15:23:46.385369033 [2025-01-16 15:23:46] frigate.video ERROR : front-camera: ffmpeg process is not running. exiting capture thread... Relevant go2rtc log outputnfo
2025-01-16 15:24:14
startup
Preparing new go2rtc config...
info
2025-01-16 15:24:14
startup
Starting go2rtc...
info
2025-01-16 15:24:15
startup
go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2
info
2025-01-16 15:24:15
startup
config path=/dev/shm/go2rtc.yaml
info
2025-01-16 15:24:15
rtsp
listen addr=:8554
info
2025-01-16 15:24:15
webrtc
listen addr=:8555/tcp
info
2025-01-16 15:24:15
api
listen addr=:1984
info
2025-01-16 15:24:24
startup
Starting go2rtc healthcheck service... Frigate statsNo response Operating systemDebian Install methodDocker Compose docker-compose file or Docker CLI commandsudo docker compose up -d Object DetectorCPU (no coral) Screenshots of the Frigate UI's System metrics pagesNo response Any other information that may be helpfulversion: "3.9" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
We will need to see a full copy of logs |
Beta Was this translation helpful? Give feedback.
You have not enabled recordings, see the docs https://docs.frigate.video/configuration/record