Skip to content

Commit 4bf9f0b

Browse files
authored
Merge pull request #1137 from felipecrs/patch-2
Add note about requesting multiple backchannel on Dahua Doorbell
2 parents 79e2fa8 + 562046c commit 4bf9f0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ streams:
233233
sonoff_camera: rtsp://rtsp:[email protected]/av_stream/ch0
234234
dahua_camera:
235235
- rtsp://admin:[email protected]/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif
236-
- rtsp://admin:[email protected]/cam/realmonitor?channel=1&subtype=1
236+
- rtsp://admin:[email protected]/cam/realmonitor?channel=1&subtype=1#backchannel=0
237237
amcrest_doorbell:
238238
- rtsp://username:[email protected]:554/cam/realmonitor?channel=1&subtype=0#backchannel=0
239239
unifi_camera: rtspx://192.168.1.123:7441/fD6ouM72bWoFijxK
@@ -243,7 +243,7 @@ streams:
243243
**Recommendations**
244244
245245
- **Amcrest Doorbell** users may want to disable two way audio, because with an active stream you won't have a call button working. You need to add `#backchannel=0` to the end of your RTSP link in YAML config file
246-
- **Dahua Doorbell** users may want to change backchannel [audio codec](https://github.com/AlexxIT/go2rtc/issues/52)
246+
- **Dahua Doorbell** users may want to change [audio codec](https://github.com/AlexxIT/go2rtc/issues/49#issuecomment-2127107379) for proper 2-way audio. Make sure not to request backchannel multiple times by adding `#backchannel=0` to other stream sources of the same doorbell. The `unicast=true&proto=Onvif` is preferred for 2-way audio as this makes the doorbell accept multiple codecs for the incoming audio
247247
- **Reolink** users may want NOT to use RTSP protocol at all, some camera models have a very awful unusable stream implementation
248248
- **Ubiquiti UniFi** users may want to disable HTTPS verification. Use `rtspx://` prefix instead of `rtsps://`. And don't use `?enableSrtp` [suffix](https://github.com/AlexxIT/go2rtc/issues/81)
249249
- **TP-Link Tapo** users may skip login and password, because go2rtc support login [without them](https://drmnsamoliu.github.io/video.html)

0 commit comments

Comments
 (0)