Skip to content

Commit

Permalink
[home] tried bypassing ffmpeg filter on config for frigate
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 13, 2024
1 parent b745ad5 commit 61466f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/home/frigate/base/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data:
config.yml: |
go2rtc:
streams:
hall_cam: exec:ffmpeg -hide_banner -hwaccel cuda -hwaccel_output_format cuda -re -headers "Authorization: Bearer {FRIGATE_HA_TOKEN}" -headers "Content-Type: application/json" -i "http://home-assistant.homeassistant.svc.cluster.local:8123/api/camera_proxy_stream/camera.acessoweb_scseg_com_br" -c copy -rtsp_transport tcp -f rtsp {{output}}
hall_cam: "exec:ffmpeg -hide_banner -hwaccel cuda -hwaccel_output_format cuda -re -headers 'Authorization: Bearer {FRIGATE_HA_TOKEN}' -headers 'Content-Type: application/json' -i 'http://home-assistant.homeassistant.svc.cluster.local:8123/api/camera_proxy_stream/camera.acessoweb_scseg_com_br' -c copy -rtsp_transport tcp -f rtsp {{output}}"
cameras:
hall_cam:
enabled: true
Expand Down

0 comments on commit 61466f0

Please sign in to comment.