Update config.yaml
This commit is contained in:
parent
4fb3d6a99e
commit
8f5fe09afa
|
|
@ -32,11 +32,11 @@ go2rtc:
|
|||
front_door:
|
||||
- 'rtsp://{FRIGATE_FRONT_DOOR_RTSP_USERNAME}:{FRIGATE_FRONT_DOOR_RTSP_PASSWORD}@192.168.0.101:554/live/ch0'
|
||||
driveway:
|
||||
- 'rtsp://{FRIGATE_DRIVEWAY_RTSP_USERNAME}:{FRIGATE_DRIVEWAY_RTSP_PASSWORD}@192.168.0.104:5543/live/channel1'
|
||||
- 'rtsp://{FRIGATE_DRIVEWAY_RTSP_USERNAME}:{FRIGATE_DRIVEWAY_RTSP_PASSWORD}@192.168.0.103:5543/live/channel1'
|
||||
back_door:
|
||||
- 'rtsp://wyze-bridge:8554/back-yard-cam'
|
||||
family_room:
|
||||
- 'rtsp://{FRIGATE_FAMILY_ROOM_RTSP_USERNAME}:{FRIGATE_FAMILY_ROOM_RTSP_PASSWORD}@192.168.0.106:554/stream1'
|
||||
- 'rtsp://{FRIGATE_FAMILY_ROOM_RTSP_USERNAME}:{FRIGATE_FAMILY_ROOM_RTSP_PASSWORD}@192.168.0.102:554/stream1'
|
||||
office:
|
||||
- 'rtsp://{FRIGATE_OFFICE_RTSP_USERNAME}:{FRIGATE_OFFICE_RTSP_PASSWORD}@192.168.0.105:554/live/ch0'
|
||||
|
||||
|
|
@ -110,7 +110,7 @@ cameras:
|
|||
- 167,1080,511,1080,328,744,234,456,140,451,0,509,0,804 # Flower bed and hedge
|
||||
- 1153,847,1112,838,1042,896,1023,988,1023,1080,1525,1080 # Drainpipe
|
||||
driveway:
|
||||
enabled: false
|
||||
enabled: true
|
||||
ffmpeg:
|
||||
inputs:
|
||||
- path: 'rtsp://127.0.0.1:8554/driveway'
|
||||
|
|
@ -121,7 +121,7 @@ cameras:
|
|||
output_args:
|
||||
record: preset-record-generic-audio-aac # Record with aac audio
|
||||
detect:
|
||||
enabled: true
|
||||
enabled: false
|
||||
width: 640
|
||||
height: 360
|
||||
back_door:
|
||||
|
|
@ -160,7 +160,7 @@ cameras:
|
|||
output_args:
|
||||
record: preset-record-generic-audio-aac # Record with aac audio
|
||||
onvif:
|
||||
host: 192.168.0.106
|
||||
host: 192.168.0.102
|
||||
port: 2020
|
||||
user: '{FRIGATE_FAMILY_ROOM_RTSP_USERNAME}'
|
||||
password: '{FRIGATE_FAMILY_ROOM_RTSP_PASSWORD}'
|
||||
|
|
|
|||
Loading…
Reference in New Issue