fix: restore legacy playout parity and live startup

This commit is contained in:
2026-07-29 14:07:36 +09:00
parent 80b50c80b3
commit b35c000796
31 changed files with 3356 additions and 382 deletions

View File

@@ -205,7 +205,7 @@ $playout = [ordered]@{
reconnectDelayMilliseconds = 1000
maximumReconnectAttempts = 0
reconnectEnabled = $false
maximumAutomaticRefreshesPerTakeIn = 0
maximumAutomaticRefreshesPerTakeIn = $null
}
$authorization = [ordered]@{

View File

@@ -1450,7 +1450,7 @@ function Get-DevelopmentLivePreflight {
reconnectDelayMilliseconds = 1000
maximumReconnectAttempts = 0
reconnectEnabled = $false
maximumAutomaticRefreshesPerTakeIn = 0
maximumAutomaticRefreshesPerTakeIn = $null
}
$authorization = [ordered]@{
schemaVersion = 1