S
S
Smeecy Smeecy2019-11-08 01:34:55
Programming
Smeecy Smeecy, 2019-11-08 01:34:55

What are plugins for OBS developed on?

Which technologies to look for when developing plugins for OBS and how to connect them to the site (for example, donationalerts )?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
chupasaurus, 2019-11-08
@Wekeed

Donationalerts is a standalone application that submits its widget via the Browser input plugin. Actually, this input plugin is the most popular for interactive widgets, so you can’t do without Javascript, and any backend can be.
Plugins directly for OBS are written in C / C ++ and Objective-C under macOS, there are only 4 types:

  • Input - render media content to add to the scene
  • Output - output somewhere, in fact they are responsible for recording locally and streaming
  • Encoder - used by outputs to encode audio / video
  • Service - broadcast settings for different streaming sites

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question