Skip to content

OBS plugin providing a source filter that redirect video to an output

License

Notifications You must be signed in to change notification settings

norihiro/obs-output-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBS Output Filter

Introduction

This is a simple plugin for OBS Studio that provides a filter to send video to an output such as AJA output, Decklink Output, and NDI Output. This plugin aims to provide better performance than the existing filters providing same functionality.

Properties

Build and install

Linux

Make sure libobsConfig.cmake is found by cmake. After checkout, run these commands.

mkdir build && cd build
cmake \
	-DCMAKE_INSTALL_PREFIX=/usr \
	-DCMAKE_INSTALL_LIBDIR=/usr/lib \
	..
make -j2
sudo make install

You might need to adjust CMAKE_INSTALL_LIBDIR for your system.

macOS

Make sure libobsConfig.cmake is found by cmake. After checkout, run these commands.

mkdir build && cd build
cmake \
	-DLIBOBS_LIB=<path to libobs.0.dylib> \
	..
make -j2

Finally, copy obs-output-filter.so and data to the obs-plugins folder.

See also

About

OBS plugin providing a source filter that redirect video to an output

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published