Add docs specifically for reolink doorbell (#8851)

* Add docs specifically for reolink doorbell

* Update docs/docs/configuration/camera_specific.md
This commit is contained in:
Nicolas Mowen 2023-12-04 17:46:54 -07:00 committed by GitHub
parent 0de800a8e5
commit f8153bdacc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,6 +127,20 @@ cameras:
- detect
```
#### Reolink Doorbell
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.
```yaml
go2rtc:
streams:
your_reolink_doorbell:
- "ffmpeg:http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password#video=copy#audio=copy#audio=opus"
- rtsp://reolink_ip/Preview_01_sub
your_reolink_doorbell_sub:
- "ffmpeg:http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=username&password=password"
```
### Unifi Protect Cameras
Unifi protect cameras require the rtspx stream to be used with go2rtc.