Camera Specific Configurations Reolink Doorbell #15611
-
Describe the problem you are havingNot sure how to setup this https://docs.frigate.video/configuration/camera_specific#reolink-doorbell in frigate camera section and frigate card. Specially "a secondary rtsp stream can be added that will be using for the two way audio only.", is this a live cam to which the view switches when someone rings. Version0.14.1-f4f3cfa Frigate config filemqtt:
host: IP
port: 1883
go2rtc:
streams:
haustuer:
- rtsp://USER:PW@IP:554/h264Preview_01_sub
- "ffmpeg:http://IP/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=USER&password=PW#video=copy#audio=copy#audio=opus" #MAIN (2560x1920)
haustuer_sub:
- "ffmpeg:http://IP/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=USER&password=PW"
webrtc:
candidates:
- IP:8555
- stun:8555
## THIS PREVENTS THE AUDIO COMING OUT FROM THE DOORBELL SOUNDING MUFFLED
ffmpeg:
bin: ffmpeg
volume: -af "volume=30dB"
cameras:
haustuer:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/haustuer_sub
input_args: preset-rtsp-restream
detect:
enabled: false
live:
stream_name: haustuer_sub
version: 0.14 Relevant Frigate log outputNone Relevant go2rtc log outputNone Frigate statsNone Operating systemOther Install methodDocker Compose docker-compose file or Docker CLI commandNone Object DetectorCPU (no coral) Screenshots of the Frigate UI's System metrics pagesNo response Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
The docs you linked have a specific example, which part is not clear? |
Beta Was this translation helpful? Give feedback.
-
@NickM-27 in general how to add it to the frigate card. |
Beta Was this translation helpful? Give feedback.
-
Nevermind. I was not aware that i can add stream name in frigate card to use sub stream for live view and the rtsp is used for 2 way audio. type: custom:frigate-card
|
Beta Was this translation helpful? Give feedback.
Nevermind. I was not aware that i can add stream name in frigate card to use sub stream for live view and the rtsp is used for 2 way audio.
type: custom:frigate-card
cameras:
go2rtc:
modes:
- webrtc
stream: haustuer_sub