Skip to content

Commit

Permalink
[home] renabled restream on frigate
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 14, 2024
1 parent 03c8285 commit f3085ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/home/frigate/base/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@ data:
default: 3000
objects:
person: 1000
go2rtc:
streams:
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: false
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/hall_cam
Expand Down

0 comments on commit f3085ff

Please sign in to comment.