Override URL format

This commit is contained in:
Mike K
2019-08-30 14:54:16 +01:00
parent ba71927d53
commit 249f3b347e
2 changed files with 11 additions and 5 deletions
+8 -2
View File
@@ -3,8 +3,8 @@ web_port: 5000
mqtt:
host: mqtt.server.com
topic_prefix: frigate
# user: username # Optional -- Uncomment for use
# password: password # Optional -- Uncomment for use
# user: username # Optional -- Uncomment for use
# password: password # Optional -- Uncomment for use
cameras:
back:
@@ -15,6 +15,12 @@ cameras:
# values that begin with a "$" will be replaced with environment variable
password: $RTSP_PASSWORD
path: /cam/realmonitor?channel=1&subtype=2
################
## Optional URL format. Specifying this will override the default RTSP URL format.
## Some cameras support the RTMP protocol which may give better performance.
################
# urlformat: rtmp://{host}:{port}{path}&user={user}&password={password}
################
## Optional mask. Must be the same dimensions as your video feed.