Skip to content

An OBS Studio plugin to show status info in-game using RTSS

License

Notifications You must be signed in to change notification settings

jfoster/obs-rtss

Repository files navigation

obs-rtss

An obs-studio & RTSS plugin

Installation

Prerequisites

Instructions

  1. Download a precompiled binary release
  2. Unextract the .zip file
  3. Merge the obs-studio folder with your obs-studio installation, usually located at C:\Program Files\obs-studio\

Building

Prerequisites

Instructions

  1. Obtain my forked obs-studio dev enviroment using git git clone --recursive https://github.com/jfoster/obs-studio
  2. Change to the obs-studio directory cd obs-studio
  3. Checkout the 26.1 branch git checkout 26.1.0-obs-rtss
  4. Download submodules git submodule update --init --recursive
  5. Configure and build obs-studio