mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[doc] obs: Touchup
This commit is contained in:
parent
13e9488667
commit
6f5e5aa0c2
24
doc/obs.rst
24
doc/obs.rst
@ -6,8 +6,8 @@ to OBS as a video source with the included OBS plugin. This provides a
|
|||||||
lower-latency alternative to capturing the Looking Glass client window
|
lower-latency alternative to capturing the Looking Glass client window
|
||||||
with a Screen or Window Capture source.
|
with a Screen or Window Capture source.
|
||||||
|
|
||||||
This may help improve your viewers' experience watching your stream, and
|
This may help improve your viewers' watching experience, and
|
||||||
allows you to use your host without them seeing.
|
allows you to use your host privately.
|
||||||
|
|
||||||
Build Instructions
|
Build Instructions
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
@ -25,7 +25,7 @@ dependencies <installing_build_dependencies>`.
|
|||||||
|
|
||||||
- libobs-dev
|
- libobs-dev
|
||||||
|
|
||||||
Please install this package or the equivalent in your package manager.
|
Install this package with ``apt-get``
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ Please install this package or the equivalent in your package manager.
|
|||||||
Building
|
Building
|
||||||
^^^^^^^^
|
^^^^^^^^
|
||||||
|
|
||||||
These instructions are the same as when building the
|
These instructions are similar to building the
|
||||||
:ref:`client <client_building>`.
|
:ref:`client <client_building>`.
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
@ -50,8 +50,14 @@ These instructions are the same as when building the
|
|||||||
Installation
|
Installation
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
The resulting liblooking-glass-obs.so file should be placed in your OBS
|
You can install the plugin for all users by running ``make install`` as root.
|
||||||
plugin directory.
|
|
||||||
|
.. code:: bash
|
||||||
|
|
||||||
|
make install
|
||||||
|
|
||||||
|
If you'd rather install for your local user, copy
|
||||||
|
``liblooking-glass-obs.so`` to the correct path for local plugins.
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
@ -62,8 +68,8 @@ Setup
|
|||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
Once installed, you can select the *"Looking Glass Client"* source from
|
Once installed, you can select the *"Looking Glass Client"* source from
|
||||||
the OBS sources menu. The configuration only requires the IVSHMEM file
|
the OBS sources menu. Configuration requires the IVSHMEM file
|
||||||
that is used by the VM, and this is pre-populated with the default
|
used by the VM, and this is pre-populated with the default
|
||||||
filename for Looking Glass.
|
filename for Looking Glass.
|
||||||
|
|
||||||
.. _open_broadcaster_software:
|
.. _open_broadcaster_software:
|
||||||
@ -75,7 +81,7 @@ Open Broadcaster Software
|
|||||||
The plugin is made for OBS, an open source streaming and recording
|
The plugin is made for OBS, an open source streaming and recording
|
||||||
studio. Find out more at https://obsproject.com/
|
studio. Find out more at https://obsproject.com/
|
||||||
|
|
||||||
It's available under most distributions as *obs-studio* or just *obs*.
|
OBS is available under most distributions as *obs-studio* or just *obs*.
|
||||||
|
|
||||||
Screenshots
|
Screenshots
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user