mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 09:04:28 +03:00
Clarify reolink doorbell two way talk requirements
This commit is contained in:
parent
d57a61b50f
commit
7227a649f0
@ -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.
|
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
|
```yaml
|
||||||
go2rtc:
|
go2rtc:
|
||||||
streams:
|
streams:
|
||||||
@ -168,6 +170,13 @@ go2rtc:
|
|||||||
- "ffmpeg:http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=username&password=password"
|
- "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
|
||||||
|
|
||||||
Unifi protect cameras require the rtspx stream to be used with go2rtc.
|
Unifi protect cameras require the rtspx stream to be used with go2rtc.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user