From ab5da581758d6cb289c5401718e8e14c613df12c Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 28 Aug 2024 09:50:36 -0500 Subject: [PATCH] r/frigate: Add Frigate RTSP port to firewall Home Assistant streams camera videos via RTSP now. --- roles/frigate/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/frigate/tasks/main.yml b/roles/frigate/tasks/main.yml index 71c48ef..a87614b 100644 --- a/roles/frigate/tasks/main.yml +++ b/roles/frigate/tasks/main.yml @@ -116,6 +116,7 @@ loop: - 5000 # Frigate web UI/API - 1935 # RTMP + - 8554 # RTSP notify: save firewalld configuration tags: - firewall