Migrating an OBS1 plugin to OBS2

Juan Canales

New Member
Hey guys, first post here. I was wondering if anyone has done the task of migrating an existing plugin from OBS1 to OBS2 (OBS Studio), so that they could give me some guidelines about it.

I am planning to migrate this plugin:
https://github.com/Appendko/NicoCommentPlugin

I'm looking for things like common APIs, things that were there in v1 but are not there anymore (or were moved to a plugin, for instance) or stuff like that. The project seemed abandoned anyways and it looks like a good challenge for my spare time.

Thanks!
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
I can probably help you if you have general questions. Feel free to ask if you wish. We have a developer chat room as well if you have questions about the API. Generally you should be able to do all things in studio that classic plugins used to be able to do now, so converting the code should be possible with a little effort.
 
Top