Update camera_specific.md

Changed # to & in url for reolink cameras
This commit is contained in:
Ryan Boykin 2023-11-18 10:21:34 -06:00 committed by GitHub
parent 4879de263b
commit 64321069e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ According to [this discussion](https://github.com/blakeblackshear/frigate/issues
go2rtc: go2rtc:
streams: streams:
your_reolink_camera: your_reolink_camera:
- "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"
your_reolink_camera_sub: your_reolink_camera_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"