From 7227a649f0389a81784f6bf47853dea72c5bce52 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:15:06 -0600 Subject: [PATCH] Clarify reolink doorbell two way talk requirements --- docs/docs/configuration/camera_specific.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docs/configuration/camera_specific.md b/docs/docs/configuration/camera_specific.md index 072c20bb5..432b9a384 100644 --- a/docs/docs/configuration/camera_specific.md +++ b/docs/docs/configuration/camera_specific.md @@ -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.