Site Tools


Sidebar

resource:install_obs_plugin

This is an old revision of the document!


Installing An OBS Plugin

When you download an OBS plugin you will either get an installer which will auto install the plugin or you will download a bunch of files to place into the correct directory/directories. This page tries to set out the steps required for manual installation.

Windows

Plugin Files

You should have a zip file that extracts into a folder that contains the plugin folder inside. This should be named obs-plugin-countdown. It will contain two sub folders:

  • A bin folder that will have the .dll and .pdbfiles inside (the main plugin files)
  • A data folder containing the supporting files (e.g., .ini, .json, .data, or folders with assets)

Plugins are usually built for either 64-bit or 32-bit OBS. From v28+ OBS is only available in 64-bit on Windows.

Install Steps

OBS plugin files should be located in the following folder

C:\Program Files\obs-studio

Step 1 - Main Plugin Files

Copy the .dll and .pdb files (located in the main zip folder under obs-plugins\64bit or obs-plugins\32bit to:

C:\Program Files\obs-studio\obs-plugins\64bit (or 32bit if 32 bit plugin)

Step 2 - Data Folder

The data folder will most likely be located in the following directory in the plugin folder:

plugin-folder\data\obs-plugins\{{obs-data-plugin-folder}}

Copy the folder you find in data\obs-plugins to:

C:\Program Files\obs-studio\obs-plugins\data\obs-plugins\64bit (or 32bit if 32 bit plugin)

Step 3 - Restart

Restart OBS to detect the new plugin.

Mac OS

Plugin Files

Generally, you should have the following types of files for the plugin:

  • A .plugin file (the main plugin)

Install Steps

Step 1 - Plugin Folder

Copy the .plugin file into the following folder on your Mac:

~/Library/Application Support/obs-studio/plugins

Note: The Library folder is a hidden folder on MacOS. Use the following command to toggle the view of hidden files and folders.

CMD + SHFT + .

Step 2 - Restart OBS

Restart OBS to detect the new plugin.

resource/install_obs_plugin.1754810809.txt.gz · Last modified: by admin