From 20e5e3bdc067634a70a67d3a14a4237c627056d9 Mon Sep 17 00:00:00 2001 From: mpking828 Date: Fri, 3 Oct 2025 10:49:51 -0400 Subject: [PATCH] Update camera_specific.md to fix 2 way audio example for Reolink (#20343) Update camera_specific.md to fix 2 way audio example for Reolink --- docs/docs/configuration/camera_specific.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/camera_specific.md b/docs/docs/configuration/camera_specific.md index 3a3809605..ca31604c8 100644 --- a/docs/docs/configuration/camera_specific.md +++ b/docs/docs/configuration/camera_specific.md @@ -213,7 +213,7 @@ 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 + - rtsp://username:password@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" ```