feat: increase port count to 8
This commit is contained in:
parent
34a679d365
commit
6b3ad13269
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class Settings(BaseSettings):
|
||||||
recording_dir: str = "/recordings"
|
recording_dir: str = "/recordings"
|
||||||
|
|
||||||
# Deltacast hardware settings
|
# Deltacast hardware settings
|
||||||
deltacast_port_count: int = 4
|
deltacast_port_count: int = 8
|
||||||
|
|
||||||
# SRT streaming settings
|
# SRT streaming settings
|
||||||
srt_enabled: bool = True
|
srt_enabled: bool = True
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue