Difference between revisions of "OBS for other distributions"

From Looking Glass
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 ===...")
(No difference)

Revision as of 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 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