[Camera Support]: Reolink Doorbell (POE) #20688
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The error message Your go2rtc configuration specifies go2rtc:
ffmpeg:
bin: ffmpegHowever, for the FLV stream to work with go2rtc, you need to specify the full path to the ffmpeg binary. Based on your working cameras and the ffmpeg processes shown in your stats, the correct path should be Update your go2rtc configuration to: go2rtc:
streams:
doorbell:
- ffmpeg:http://10.1.60.4/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=**#video=copy#audio=copy#audio=opus
- rtsp://admin:**@10.1.60.4/Preview_01_sub
doorbell_sub:
- ffmpeg:http://10.1.60.4/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=**
ffmpeg:
bin: /usr/lib/ffmpeg/7.0/bin/ffmpeg # Full path instead of just 'ffmpeg'For Reolink HTTP-FLV streams, you should also use the cameras:
doorbell:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/doorbell
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/doorbell_sub
input_args: preset-rtsp-restream
roles:
- detectAfter making these changes, restart Frigate for the configuration to take effect. 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.

you should just remove the
ffmpegconfig in go2rtc and let it use the default