feat: add safe Tornado K3D playout adapter
This commit is contained in:
21
Config/playout.example.json
Normal file
21
Config/playout.example.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"mode": "DryRun",
|
||||
"host": "127.0.0.1",
|
||||
"port": 30001,
|
||||
"tcpMode": 1,
|
||||
"clientPort": 0,
|
||||
"sceneDirectory": null,
|
||||
"outputChannel": null,
|
||||
"layoutIndex": 10,
|
||||
"testProcessWindowTitlePattern": null,
|
||||
"testSceneAllowlist": [],
|
||||
"trustedLiveOutputEnabled": false,
|
||||
"queueCapacity": 64,
|
||||
"connectTimeoutMilliseconds": 5000,
|
||||
"operationTimeoutMilliseconds": 5000,
|
||||
"disconnectTimeoutMilliseconds": 3000,
|
||||
"processPollIntervalMilliseconds": 1000,
|
||||
"reconnectDelayMilliseconds": 1000,
|
||||
"maximumReconnectAttempts": 3,
|
||||
"reconnectEnabled": true
|
||||
}
|
||||
Reference in New Issue
Block a user