mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-06 10:57:22 +03:00
Override URL format
This commit is contained in:
+8
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user