This plugin enables the import and export of shared textures at high resolution to and from SPOUT2 compatible programs.
Previously the only way to import shared textures from SPOUT was via the DirectShow SpoutCam interface or by screen-capturing
the full-screen output of the SpoutReceiver program.
The SpoutCam is limited to standard webcam resolutions and capped at 1920x1080 and capturing the SpoutReceiver is both
inefficient and limited by your current screen resolution.
Previously, there was no way of outputting Spout video textures from OBS.
This plugin implements the SPOUT2 SDK, creates an OBS Source from the SPOUT shared texture and a Spout output which sends the content of the OBS canvas to Spout.
Please see installation and usage guide here
Thanks to the developer of OBS-OpenVR-Input-Plugin whose source helped greatly in getting my head around the OBS API.
Thanks to the OBS team and their discord channel
Thanks to the authors of SPOUT for the library and clear documentation
- Go to the Releases Page
- Download the windows installer:
OBS_Spout2_Plugin_Installer.exe - Run the installer (accepting installation from untrusted source)
- Select the
OBSdirectory if not the default install location
N.B there are no current plans for 32bit builds, although theoretically this should be possible
- Clone this repo recursively
git clone --recursive git@github.com:off-world-live/obs-spout2-plugin
- Clone the main OBS repository recursively.
- Carefully follow their build instructions ensuring that your
buildfolder isbuild64 - Add this repo as a submodule inside the plugins folder:
git submodule add git@github.com:Off-World-Live/obs-spout2-source-plugin.git plugins/win-spout - Edit the
CMakeLists.txtfile in/pluginsdirectory and addadd_subdirectory(win-spout)inside theif(WIN32)block. - Run
Configure,Generateand thenOpen Projectin theCMake Gui
- Open
git bashor similar bash terminal interpreter - Run
./scripts/Release.sh <version number> - You should find the executable (installer) and zip file in the main
win-spoutdirectory
- Download the latest version of NSIS here;
- Set the the
APPVERSIONvariable inwin-spout-installer.nsi - Compile win-spout-installer.nsi
Pull Requests welcome!
Thanks to everybody that submitted bug tickets and in particular the code contributors:
- Improve CMakeLists.txt to copy
Spout.dllautomatically (thanks to @shugen002) - Spout Output
- Spout Filter Output
This plugin authored by Campbell Morgan is Copyright Off World Live Ltd, 2019-2021 and licenced under the GPL V.2.