Files
video-shader-toys/config/runtime-host.json
Aiden 2b995ac058
All checks were successful
CI / React UI Build (push) Successful in 11s
CI / Native Windows Build And Tests (push) Successful in 2m10s
CI / Windows Release Package (push) Has been skipped
NDI discovery
2026-05-30 20:03:01 +10:00

30 lines
633 B
JSON

{
"$schema": "./runtime-host.schema.json",
"shaderLibrary": "shaders",
"serverPort": 8080,
"oscBindAddress": "0.0.0.0",
"oscPort": 9000,
"oscSmoothing": 0.18,
"input": {
"backend": "ndi",
"device": "AIDENLAPTOP (Test Pattern)",
"resolution": "1080p",
"frameRate": "59.94"
},
"output": {
"backend": "ndi",
"device": "Shader",
"resolution": "1080p",
"frameRate": "59.94",
"pixelFormat": "auto",
"keying": {
"external": false,
"alphaRequired": true
}
},
"autoReload": true,
"maxTemporalHistoryFrames": 12,
"previewEnabled": true,
"previewFps": 59.94
}