Skip to content

Commit

Permalink
[home] configuring frigate params
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 19, 2024
1 parent f18c3a0 commit 49e47ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/home/frigate/base/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ data:
person: 1000
go2rtc:
streams:
hall_cam: "exec:ffmpeg -headers 'Authorization: Bearer {FRIGATE_HA_TOKEN}' -i http://home-assistant.homeassistant.svc.cluster.local:8123/api/camera_proxy/camera.acessoweb_scseg_com_br -rtsp_transport -c copy -f rtsp {{output}}"
hall_cam: "exec:ffmpeg -v trace -headers 'Authorization: Bearer {FRIGATE_HA_TOKEN}' -i http://home-assistant.homeassistant.svc.cluster.local:8123/api/camera_proxy/camera.acessoweb_scseg_com_br -rtsp_transport -c copy -f rtsp {{output}}"
cameras:
hall_cam:
enabled: True
Expand All @@ -32,7 +32,6 @@ data:
input_args: preset-rtsp-restream
roles:
- detect
- record
mqtt:
enabled: False
snapshots:
Expand All @@ -58,7 +57,7 @@ data:
audio:
enabled: False
record:
enabled: True
enabled: False
retain:
days: 3
mode: all
Expand Down

0 comments on commit 49e47ba

Please sign in to comment.