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