Skip to content

Commit c3f5963

Browse files
authored
docs: fix the missing quotes in the Reolink example within the documentation (#21178)
1 parent 9034454 commit c3f5963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/configuration/camera_specific.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@ go2rtc:
188188
# example for connectin to a Reolink camera that supports two way talk
189189
your_reolink_camera_twt:
190190
- "ffmpeg:http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password#video=copy#audio=copy#audio=opus"
191-
- "rtsp://username:password@reolink_ip/Preview_01_sub
191+
- "rtsp://username:password@reolink_ip/Preview_01_sub"
192192
your_reolink_camera_twt_sub:
193193
- "ffmpeg:http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=username&password=password"
194-
- "rtsp://username:password@reolink_ip/Preview_01_sub
194+
- "rtsp://username:password@reolink_ip/Preview_01_sub"
195195
# example for connecting to a Reolink NVR
196196
your_reolink_camera_via_nvr:
197197
- "ffmpeg:http://reolink_nvr_ip/flv?port=1935&app=bcs&stream=channel3_main.bcs&user=username&password=password" # channel numbers are 0-15

0 commit comments

Comments
 (0)