mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 17:14:26 +03:00
ensure docs show streams as a dict
This commit is contained in:
parent
9f130a2e94
commit
e019daf60a
@ -94,9 +94,9 @@ cameras:
|
|||||||
- detect
|
- detect
|
||||||
live:
|
live:
|
||||||
streams: # <--- Multiple streams for Frigate 0.16 and later
|
streams: # <--- Multiple streams for Frigate 0.16 and later
|
||||||
- Main Stream: test_cam
|
Main Stream: test_cam # <--- Specify a "friendly name" followed by the go2rtc stream name
|
||||||
- Sub Stream: test_cam_sub
|
Sub Stream: test_cam_sub
|
||||||
- Special Stream: test_cam_another_sub
|
Special Stream: test_cam_another_sub
|
||||||
```
|
```
|
||||||
|
|
||||||
### WebRTC extra configuration:
|
### WebRTC extra configuration:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user