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 61466f0 commit 0558658
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/home/frigate/base/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ 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:
- http://home-assistant.homeassistant.svc.cluster.local:8123/api/camera_proxy_stream/camera.acessoweb_scseg_com_br
- "ffmpeg:hall_cam#video=h264#hardware#header='Authorization: Bearer {FRIGATE_HA_TOKEN}'#header='Content-Type: application/json'"
cameras:
hall_cam:
enabled: true
Expand Down

0 comments on commit 0558658

Please sign in to comment.