[Config Support]: Reolink Doorbell Camera Two-Way Audio #21530
Replies: 2 comments 1 reply
-
|
Your configuration is close but needs a few adjustments to enable two-way audio with your Reolink doorbell. Based on the go2rtc logs showing "sendonly" and "recvonly" in the medias, the stream setup is working, but the microphone button won't appear without proper WebRTC configuration and HTTPS access.(1) For Reolink cameras that support two-way talk, you need to configure both the http-flv stream for stability and an RTSP stream for two-way audio functionality.(2) The RTSP stream should not be prefixed with Here's the corrected configuration for your go2rtc:
streams:
door_camera:
- "ffmpeg:http://192.168.2.155/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=PASSWORD#video=copy#audio=copy#audio=opus"
- "rtsp://admin:PASSWORD@192.168.2.155:554/Preview_01_sub"
Ddoor_camera:
- "ffmpeg:http://192.168.2.155/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=PASSWORD"
- "rtsp://admin:PASSWORD@192.168.2.155:554/Preview_01_sub"
webrtc:
candidates:
- 192.168.50.150:8555
- stun:8555
cameras:
door_camera:
enabled: true
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://127.0.0.1:8554/door_camera?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/Ddoor_camera?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- detectKey requirements for two-way talk:(1)
Since you're running behind Zero Trust, verify that:
For Home Assistant integration, follow the Home Assistant Frigate card documentation for the correct source configuration.(1) 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
Im just a goober and mixed up my VLANS |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
Unable to get Home assistant or Frigate to display a microphone button. Frigate and home assistant are being ran behind zero trust but HA talks to Frigate via local IP. Frigate is running as a docker on Unraid and HA runs as a VM on Unraid.
After following some of the discussions here I have been able to get the go2rtc log to show a sendonly and recvonly in medias under the producers as mentioned by @hawkeye217 but i am still not getting a mic option in Frigate or Homeassistant.
I can hear audio fine and I believe have WebRTC setup correctly but I have not a clue why its still not working.
I know its something im doing wrong, I just need help please
Version
0.15-1-cea210d
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
Frigate stats
Operating system
UNRAID
Install method
Docker CLI
docker-compose file or Docker CLI command
NAObject Detector
TensorRT
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions