839 bytes added,
23:35, 13 January 2020 == Looking Glass plugin for Open Broadcaster Software ==
=== Build Instructions ===
The OBS plugin is included in the main source tree of Looking Glass
==== Dependencies ====
The OBS plugin requires the following extra dependencies
* libobs-dev
==== Building ====
These instructions are the same as when building the [[Installation#Building|client]]
<syntaxhighlight lang=bash>
mkdir obs/build
cd obs/build
cmake ../
make
</syntaxhighlight>
=== Installation ===
[[File:Looking-Glass-OBS-Source-Add.png|thumb|Adding the plugin as a video source]]
The resulting liblooking-glass-obs.so file should be placed in your OBS plugin directory.
<syntaxhighlight lang=bash>
mkdir -p ~/.config/obs-studio/plugins/looking-glass-obs/bin/64bit
cp liblooking-glass-obs.so ~/.config/obs-studio/plugins/looking-glass-obs/bin/64bit
</syntaxhighlight>