Integrations
NDI & Syphon
R3NE is built to live next to other show software. Pick the protocol that matches how the rest of your rig talks: Syphon for everything on the same Mac, NDI when it has to cross the network.
When to use Syphon
- Receiver runs on the same Mac (Resolume, MadMapper, OBS with the Syphon plugin, TouchDesigner via TDSyphon).
- Zero-copy GPU handoff, there is no encoder in the path, so latency stays sub-frame.
- Lossless: the receiver gets the exact texture the graph produced.
When to use NDI
- Receiver runs on another machine, or on Windows.
- You need to feed several receivers from the same source over a gigabit-class network.
- You can tolerate compression and ~1 frame of network latency.
Configuring an output
- Add a
SyphonorNDIoutput node. - Set the server / sender name, this is what shows up in the receiver’s picker.
- Pick the resolution and frame rate. R3NE renders the graph at the composition rate and resamples to the output rate if they differ.
- For NDI, choose the bandwidth tier,
Highfor live shows,Proxyfor monitoring.
Common pairings
| Receiver | Recommended protocol | Notes |
|---|---|---|
| Resolume Arena | Syphon | Pick the R3NE server in the source list. |
| MadMapper | Syphon | Native receiver, no plugin needed. |
| OBS (macOS) | Syphon | Install the obs-syphon plugin first. |
| OBS (Windows) | NDI | Use the obs-ndi plugin. |
| TouchDesigner | Either | Syphon In TOP for local, NDI In TOP for cross-machine. |
Draft, bandwidth-tier presets and multi-output sync details are still being written.