Changes

Jump to navigation Jump to search

OBS for other distributions

551 bytes added, 09:52, 14 February 2020
m
→‎Debian / Ubuntu: Add missing `install` command.
[[File:Looking-Glass-OBS-config.png|thumb|Plugin configuration settings]]
If you're streaming your games on a guest's games VM from your host , and are you're using Looking Glass, there is a plugin available for OBS to stream video directly from Looking Glass. This avoids the overhead from recording the Looking Glass client, which reduces latency to your fansviewers.
=== Build Instructions ===
The OBS plugin is included in the main source tree of Looking Glass, and . The building process is very similar to building the [[Installation#Looking_Glass_Client|client's]]. 
==== Dependencies ====
The OBS plugin requires the following extra dependenciesalongside the [[Installation#Installing_Build_Dependencies|client's build dependencies]].
* libobs-dev
Please install this package or the equivalent in your package manager.
===== Debian/Ubuntu =====
<syntaxhighlight lang=bash>
apt-get install libobs-dev
</syntaxhighlight>
<syntaxhighlight lang=bash>
dnf install obs-studio-devel
</syntaxhighlight>
 
===== OpenSuSE Leap 15.1+ =====
<syntaxhighlight lang=bash>
zypper ar -cfp 90 http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_15.1/ packman
zypper in obs-studio-devel
</syntaxhighlight>
 
===== Arch / Manjaro =====
Devel files included in main package
<syntaxhighlight lang=bash>
pacman -Syu obs-studio
</syntaxhighlight>
 
===== Void Linux =====
<syntaxhighlight lang=bash>
xbps-install -Syu obs-devel
</syntaxhighlight>
99

edits

Navigation menu