Skip to content

Commit

Permalink
[home] fixed frigate indent string config
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 19, 2024
1 parent 3e94661 commit d652159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/home/frigate/base/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ data:
person: 1000
go2rtc:
streams:
hall_cam: exec:ffmpeg -hide_banner -re -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 -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: false
enabled: False
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/hall_cam
Expand Down

0 comments on commit d652159

Please sign in to comment.