A Resonite mod that enables real-time camera output streaming via Spout for seamless integration with OBS, vMix, and other video production software.
- 🎥 Multiple Camera Support - Stream multiple Resonite cameras simultaneously
- 🏷️ Dynamic Camera Naming - Customize Spout sender names for easy identification
- ⚙️ Configurable Prefixes - Filter cameras by user-specific prefixes
- 🔄 Automatic Management - Cameras are automatically created and cleaned up
- 🚀 Zero Latency - Direct GPU texture sharing for minimal performance impact
- Install BepisLoader for Resonite
- Install via Thunderstore mod manager or download from Releases
- Create a
DynamicVariableSpacecomponent and name itResoniteSpout.YourName - Add a
DynamicValueVariable<RenderTextureProvider>namedTargetRTP - Connect your camera's render texture to the variable
- The Spout sender will appear in OBS/vMix as
[ResoSpout] YourName
Optionally add a DynamicValueVariable<string> named CameraName:
ResoniteSpout.YourName
├── TargetRTP (RenderTextureProvider) → Your camera's render texture
└── CameraName (string) → "MainCamera"
The Spout sender will appear as [ResoSpout] YourName - MainCamera
You can create multiple camera setups with different names:
ResoniteSpout.Studio1→ Appears as[ResoSpout] Studio1ResoniteSpout.Studio2→ Appears as[ResoSpout] Studio2
Try example camera resonite package! here
Edit BepInEx/config/zozokasu.ResoniteSpout.Engine.cfg:
[General]
# Filter to only monitor specific cameras
# Empty = Monitor all ResoniteSpout.* spaces
# Example: "MyName" = Only monitor "ResoniteSpout.MyName"
SpacePrefix = - Add a Spout2 Capture source to your scene
- Select your Resonite camera from the dropdown (e.g.,
[ResoSpout] YourName) - Done! The feed updates in real-time
- Resonite with BepInEx
- BepisResoniteWrapper
- RenderiteHook
- InterprocessLib
- Windows with Spout-compatible graphics card
- 🎬 Live Streaming - Capture Resonite worlds directly in OBS
- 🎮 Game Development - Preview in-game cameras in real-time
- 📺 Virtual Production - Integrate Resonite into broadcast workflows
- 🎨 Content Creation - Record high-quality footage without screen capture
Camera not appearing in OBS:
- Verify the
DynamicVariableSpacename starts withResoniteSpout. - Check BepInEx logs for errors
- Ensure both Engine and Renderer plugins are installed
Multiple cameras conflict:
- Each
DynamicVariableSpacemust have a unique name - Use different suffixes (e.g.,
ResoniteSpout.Camera1,ResoniteSpout.Camera2)
git clone https://github.com/Zozokasu/ResoniteSpout.git
cd ResoniteSpout
dotnet build -c ReleaseOutput files will be in out/
Built with:
- Spout - GPU texture sharing
- InterprocessLib by Nytra
- RenderiteHook by ResoniteModding
MIT License - See LICENSE for details
- 🐛 Issues: GitHub Issues
- 💬 Discord: Resonite Modding Community
- 📖 Docs: Resonite Modding Wiki
