docs: fix Reolink RTSP example to not use sub stream for main stream

This commit is contained in:
royce-c 2026-01-29 15:51:31 -08:00
parent b4520d9e2f
commit 5ef690d598
No known key found for this signature in database

View File

@ -188,7 +188,7 @@ go2rtc:
# example for connectin to a Reolink camera that supports two way talk # example for connectin to a Reolink camera that supports two way talk
your_reolink_camera_twt: your_reolink_camera_twt:
- "ffmpeg:http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password#video=copy#audio=copy#audio=opus" - "ffmpeg:http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password#video=copy#audio=copy#audio=opus"
- "rtsp://username:password@reolink_ip/Preview_01_sub" - "rtsp://username:password@reolink_ip/Preview_01_main"
your_reolink_camera_twt_sub: your_reolink_camera_twt_sub:
- "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"
- "rtsp://username:password@reolink_ip/Preview_01_sub" - "rtsp://username:password@reolink_ip/Preview_01_sub"