gempir
New Member
I'm trying to create a plugin that will display some text when the OBS Twitch Vod Track is off for the Desktop Audio.
I'm using python to create my script, the display part works fine, I can display something in a scene already.
But I can't figure out where to get the information about the current active tracks.
I used obs.obs_frontend_get_streaming_output() to get an output hoping something would be there.
Tried to debug it with obs.obs_output_get_mixers(output) but it always ended in 0
Are there any hints how to read the documentation better to find the missing info I need?
I'm using python to create my script, the display part works fine, I can display something in a scene already.
But I can't figure out where to get the information about the current active tracks.
I used obs.obs_frontend_get_streaming_output() to get an output hoping something would be there.
Tried to debug it with obs.obs_output_get_mixers(output) but it always ended in 0
Are there any hints how to read the documentation better to find the missing info I need?