feat: increase port count to 8

This commit is contained in:
Zac Gaetano 2026-04-14 10:00:23 -04:00
parent 34a679d365
commit 6b3ad13269

View file

@ -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