Difference between pages "OBS for other distributions" and "User:JJRcop/OBSDraft"

From Looking Glass
(Difference between pages)
Jump to navigation Jump to search
(Created page with "== Looking Glass plugin for Open Broadcaster Software == === Build Instructions === The OBS plugin is included in the main source tree of Looking Glass ==== Dependencies ===...")
 
(Changed redirect target from JJRcop/OBSDraft to OBS)
Tag: Redirect target changed
 
Line 1: Line 1:
== Looking Glass plugin for Open Broadcaster Software ==
+
#REDIRECT [[OBS]]
 
 
=== 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>
 

Latest revision as of 09:13, 14 January 2020

Redirect to: