A plugin for OBS Studio that allows adding LiveSplit One as a source.
Download the latest release for your operating system from the Releases.
- Extract the
obs-livesplit-one.dll
toC:\Program Files (x86)\obs-studio\obs-plugins\64bit
or equivalent install directory.
mkdir -p $HOME/.config/obs-studio/plugins
- Untar, e.g.:
tar -zxvf obs-livesplit-one-v0.0.1-x86_64-unknown-linux-gnu.tar.gz -C $HOME/.config/obs-studio/plugins/
- Right click your
OBS
-> Options -> Show in Finder - Right click the
OBS.app
-> Show Package Contents - Drag
obs-livesplit-one.so
intoContents/PlugIns
If you add a new function to ffi.rs
, also add it to exports.def
and run
(needs to be done in the Visual Studio console):
lib /def:exports.def /OUT:obs.lib /MACHINE:x64