Question / Help Change game on Twitch with the scene

Lamba

New Member
Hello, i'm looking for a way to change the game i'm playing when i change scene on OBS. Is it possible?
 

Jack0r

The Helping Squad
This is currently not a feature of OBS, and its very service specific (twitch). But in general this should be doable if you can find someone to write you a plugin for that.
It could for example use the Scene Name and automatically send that to the twitch api for game name on switch or something like that.
 

Lamba

New Member
This is currently not a feature of OBS, and its very service specific (twitch). But in general this should be doable if you can find someone to write you a plugin for that.
It could for example use the Scene Name and automatically send that to the twitch api for game name on switch or something like that.

I see; unfortunately I've just started studying informatics, so I'm not able to do something like that :P
Can i ask you which programming languages are needed to write a plugin for OBS?
 

dodgepong

Administrator
Community Helper
You can write plugins in C++, or you can use the CLR Host plugin to write plugins in .NET languages.
 

Lamba

New Member
You can write plugins in C++, or you can use the CLR Host plugin to write plugins in .NET languages.

Well, i just know the rudimental basics of Java and C... I do understand that this is not enough. Can you advice me some material where i can read about the APIs (or eventually something) about OBS plugins? I want to give a try :)
 
Top