NDI output
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
"oscPort": 9000,
|
||||
"oscSmoothing": 0.18,
|
||||
"input": {
|
||||
"backend": "ndi",
|
||||
"backend": "none",
|
||||
"device": "AIDENLAPTOP (NVIDIA GeForce RTX 4090 Laptop GPU 1)",
|
||||
"resolution": "1080p",
|
||||
"frameRate": "59.94"
|
||||
},
|
||||
"output": {
|
||||
"backend": "decklink",
|
||||
"device": "default",
|
||||
"backend": "ndi",
|
||||
"device": "shader toys",
|
||||
"resolution": "1080p",
|
||||
"frameRate": "59.94",
|
||||
"keying": {
|
||||
|
||||
@@ -90,6 +90,7 @@
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"decklink",
|
||||
"ndi",
|
||||
"none",
|
||||
"disabled",
|
||||
"off"
|
||||
@@ -155,17 +156,17 @@
|
||||
"output": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "Video output backend configuration. NDI output is not implemented yet; use DeckLink or disable output.",
|
||||
"description": "Video output backend configuration.",
|
||||
"properties": {
|
||||
"backend": {
|
||||
"$ref": "#/$defs/outputBackend",
|
||||
"default": "decklink",
|
||||
"description": "Output backend. Currently 'decklink' and disabled aliases are supported. 'ndi' is reserved for future output work and will be rejected as unsupported at runtime today."
|
||||
"description": "Output backend. Use 'decklink' for Blackmagic playout, 'ndi' for NDI send, or 'none'/'disabled'/'off' to disable scheduled output."
|
||||
},
|
||||
"device": {
|
||||
"type": "string",
|
||||
"default": "default",
|
||||
"description": "Output device selector. DeckLink currently uses the first compatible/default output device."
|
||||
"description": "Output device selector. DeckLink currently uses the first compatible/default output device. NDI uses this as the advertised sender name; 'default' becomes 'Render Cadence'."
|
||||
},
|
||||
"resolution": {
|
||||
"$ref": "#/$defs/resolution",
|
||||
|
||||
Reference in New Issue
Block a user