Skip to content

Commit

Permalink
fix(frigate): use go2rtc
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaoul committed Sep 21, 2024
1 parent 0ea7529 commit c15d000
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,8 @@ objects:
- person
- dog
- cat
detect:
width: 1024
height: 576
fps: 5
go2rtc:
streams:
entrance_hq: rtspx://10.0.1.3:7441/tRQBbVxBgt53Kiq0
entrance_lq: rtspx://10.0.1.3:7441/aR7s7R2TTtXyxYU6
dining_room_hq: rtsp://10.0.4.18:554/s0
dining_room_lq: rtsp://10.0.4.18:554/s2
living_room_hq: rtsp://10.0.4.19:554/s0
Expand All @@ -54,11 +48,9 @@ cameras:
entrance:
ffmpeg:
inputs:
- path: rtsp://localhost:8554/entrance_hq
- path: rtsp://go2rtc.home-automation.svc.cluster.local:554/entrance
roles:
- record
- path: rtsp://localhost:8554/entrance_lq
roles:
- detect
dining_room:
ffmpeg:
Expand Down

0 comments on commit c15d000

Please sign in to comment.