OBS for other distributions

From Looking Glass
Revision as of 22:35, 13 January 2020 by JJRcop (talk | contribs) (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 ===...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 client

mkdir obs/build
cd obs/build
cmake ../
make

Installation

Adding the plugin as a video source

The resulting liblooking-glass-obs.so file should be placed in your OBS plugin directory.

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