mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-30 13:48:07 +02:00
move config example
This commit is contained in:
parent
ba71927d53
commit
a659019d1a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
debug
|
debug
|
||||||
|
.vscode
|
||||||
|
config/config.yml
|
@ -8,13 +8,9 @@ mqtt:
|
|||||||
|
|
||||||
cameras:
|
cameras:
|
||||||
back:
|
back:
|
||||||
rtsp:
|
# Source passed to ffmpeg after the -i parameter.
|
||||||
user: viewer
|
# Environment variables that begin with 'FRIGATE_' may be referenced in {}
|
||||||
host: 10.0.10.10
|
ffmpeg_input: rtsp://viewer:{FRIGATE_RTSP_PASSWORD}@10.0.10.10:554/cam/realmonitor?channel=1&subtype=2
|
||||||
port: 554
|
|
||||||
# values that begin with a "$" will be replaced with environment variable
|
|
||||||
password: $RTSP_PASSWORD
|
|
||||||
path: /cam/realmonitor?channel=1&subtype=2
|
|
||||||
|
|
||||||
################
|
################
|
||||||
## Optional mask. Must be the same dimensions as your video feed.
|
## Optional mask. Must be the same dimensions as your video feed.
|
Loading…
Reference in New Issue
Block a user