Obs Plugins

OBS plugin authoring and ecosystem: scaffold a new C++ plugin from obs-plugintemplate (CMake, cross-platform GitHub Actions CI), register obs_source_info / obs_output_info / obs_encoder_info / obs_service_info, implement obs_module_load / obs_module_unload with OBS_DECLARE_MODULE, plus install / configure common community plugins (StreamFX, Advanced Scene Switcher, Move, NDI, Source Record, Backtrack, obs-websocket). Use when the user asks to write an OBS plugin, build a custom source / output / encoder, use obs-plugintemplate, install a specific OBS plugin, or set up the OBS plugin build environment.

damionrashford a02aab6 3 files · 48.3 KB Updated

File contents

damionrashford/media-os/tree/main/skills/obs-plugins commit a02aab69c2

Frequently asked questions

npx skillmds@latest add damionrashford/obs-plugins