

Follow the instructions in the GitHub repository to setup a Game Capture using the plugin.
Obs studio subregion install#
To use it, install obs-vkcapture AUR, as well as lib32-obs-vkcapture AUR if capturing 32-bit applications. The obs-vkcapture plugin adds the capability to capture Vulkan or OpenGL programs by hooking into those APIs directly, rather than using generic Xorg or Wayland window capture APIs. obs-studio-tytan652 AUR is a custom client that provides the browser plugin as well as browser docks, along with other general improvements.The quickest way to get the plugin as of December 2021.

Works with the default client, but is abandoned and slightly outdated.

obs-linuxbrowser AUR (or obs-linuxbrowser-bin AUR for pre-compiled binary) provides the old linuxbrowser plugin.obs-studio-git AUR compiles with the browser plugin.It can be added via other clients or plugin packages: The default obs-studio package does not provide this plugin. The webpage can be interacted with and works like any other source type.

The obs-browser plugin gives the ability to use a webpage within the canvas, typically for web-based overlays.
Obs studio subregion password#
The WebSocket password and port can be found in WebSocket Server Settings > Show Connect Info. Python -c "from obswebsocket import obsws,requests c=obsws('localhost',4455,' yourwebsocketpassword') c.connect() c.call(requests.ToggleRecord()) c.disconnect()" Or the following command if you're using obs-websocket-py: (Discuss in Talk:Open Broadcaster Software) python -c "import obsws_python obsws_python.ReqClient(host='localhost',port=4455,password=' yourwebsocketpassword').toggle_record()" As a workaround, you can control OBS through its WebSocket interface, which can be enabled in OBS by going to Tools > WebSocket Server Settings and selecting Enable WebSocket server. The global shortcuts set in OBS only work when OBS is in focus. See PipeWire#WebRTC screen sharing to enable Wayland screen capture. Since OBS is a Qt application, see Wayland#Qt to make it work under Wayland. If the v4l2loopback kernel module is not loaded yet, OBS will automatically try to load it and ask for administrative privileges to do so (using pkexec(1)). To use it, install v4l2loopback, then the Start Virtual Camera button will appear in OBS. Starting from version 26.1, OBS supports virtual camera output on Linux. All hotkey pairs highlighted in red upon selection can use the same keybind for toggling the pair's function. The output path, filesize, file format, filename style and more can be changed in Settings > Output > Streaming > Encoder.īy default, OBS assigns no hotkeys. See Hardware video acceleration if a hardware encoder is not detected.īy default, OBS will output recordings in the user's home path with spaces in the video filename and the same encoder selected for streaming. The encoder can be changed in Settings > Output > Streaming > Encoder (may have to first set Settings > Output > Output Mode to Advanced). Hardware-accelerated encoding and decoding is best for performance, CPU/GPU usage and quality. The wizard auto-selects bitrate, resolution and encoder based on your hardware (and network connection if streaming was set up). Other clients that provide other functionality are available:įor easy configuration, Tools > Auto-Configuration Wizard can quickly set up base settings for both recording and live-streaming. OBS can be installed with the obs-studio package, or obs-studio-git AUR for the development version. It provides an easy to pick up and extensible workflow with customizable scenes, volume mixers, transitions, filters and more.
Obs studio subregion software#
Open Broadcaster Software (OBS) is an open source cross-platform video recording and live-streaming application.
