Skip to content

Commit

Permalink
[home] fixed web2rtc (hopefully) on frigate
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 22, 2024
1 parent 8984431 commit 1275be2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions apps/home/frigate/base/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ data:
home:
enabled: True
ffmpeg:
output_args:
record: preset-record-generic-audio-copy
inputs:
- path: rtsp://127.0.0.1:8554/rtsp_home
- path: rtsp://127.0.0.1:8554/main
input_args: preset-rtsp-restream
roles:
- detect
Expand All @@ -39,9 +41,9 @@ data:
default: 30
go2rtc:
streams:
rtsp_home:
main:
- rtsp://wyze-bridge.homeassistant.svc.cluster.local:8554/studiocam
- "ffmpeg:rtsp_home#audio=opus#video=h264#hardware"
- "ffmpeg:main#audio=opus"
webrtc:
candidates:
- 10.43.174.235:8555
Expand Down

0 comments on commit 1275be2

Please sign in to comment.