From 6b3ad132693e078833b70d698aeec12a670aebb5 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Tue, 14 Apr 2026 10:00:23 -0400 Subject: [PATCH] feat: increase port count to 8 --- backend/app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/config.py b/backend/app/config.py index b0ff0c8..af6480f 100644 --- a/backend/app/config.py +++ b/backend/app/config.py @@ -17,7 +17,7 @@ class Settings(BaseSettings): recording_dir: str = "/recordings" # Deltacast hardware settings - deltacast_port_count: int = 4 + deltacast_port_count: int = 8 # SRT streaming settings srt_enabled: bool = True