Clarify reolink doorbell two way talk requirements

This commit is contained in:
Josh Hawkins 2025-01-09 10:15:06 -06:00
parent d57a61b50f
commit 7227a649f0

View File

@ -158,6 +158,8 @@ cameras:
The reolink doorbell supports 2-way audio via go2rtc and other applications. It is important that the http-flv stream is still used for stability, a secondary rtsp stream can be added that will be using for the two way audio only.
Ensure HTTP is enabled in the camera's advanced network settings.
```yaml
go2rtc:
streams:
@ -168,6 +170,13 @@ go2rtc:
- "ffmpeg:http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=username&password=password"
```
For two-way talk to work with Frigate, you should:
- Use the recommended Reolink config for your doorbell as suggested above.
- Set up go2rtc with [WebRTC](https://docs.frigate.video/configuration/live#webrtc-extra-configuration).
- Ensure you access Frigate via https (may require [opening port 8971](https://docs.frigate.video/frigate/installation/#ports)).
- For the Home Assistant Frigate card, [follow the docs](https://github.com/dermotduffy/frigate-hass-card?tab=readme-ov-file#using-2-way-audio) for the correct source.
### Unifi Protect Cameras
Unifi protect cameras require the rtspx stream to be used with go2rtc.