mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Update reolink config (#7253)
This commit is contained in:
parent
1fd23f86aa
commit
6a4f317403
@ -108,11 +108,18 @@ According to [this discussion](https://github.com/blakeblackshear/frigate/issues
|
||||
```yaml
|
||||
go2rtc:
|
||||
streams:
|
||||
<<<<<<< Updated upstream
|
||||
your_reolink_camera:
|
||||
- http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password
|
||||
- "ffmpeg:your_reolink_camera#audio=opus"
|
||||
your_reolink_camera_sub:
|
||||
- http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=username&password=password
|
||||
=======
|
||||
reolink:
|
||||
- "ffmpeg:http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password#video=copy#audio=copy#audio=opus"
|
||||
reolink_sub:
|
||||
- "ffmpeg:http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=username&password=password"
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
cameras:
|
||||
reolink:
|
||||
|
Loading…
Reference in New Issue
Block a user