SpoutSender

Read with AI
All docs in one file (llms-full.txt)
SpoutSender #Output #Node
SpoutSender

Sends the video arriving at RenderTexture Input to other apps on the same PC. There is no output port.

  • It works as Spout on Windows and Syphon on macOS. On macOS the node name is also displayed as SyphonSender
  • The Name on the node becomes the sender name (the default is OutputName)
  • The node displays the current platform (Spout (Windows) / Syphon (macOS)) and Sending: <sender name>

The node id used as the save key stays SpoutSender on both Windows and macOS (so that older projects can still be loaded). The name for the platform you are not on works as a search alias.

Input ports

Port IDType
RenderTexture InputRenderTexture

Output ports

None

Scriptable members

PathType
currentSendNamestring

Synapse Apps (scripting)

await synapse.modules.create({ type: "SpoutSender" })

Pages linking here