-
Couldn't load subscription status.
- Fork 98
-
Hello,
is it currently possible to change value of Text item using websocket?
User clicks a button in application and value of text in obs is updated to value sent via websocket?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments
-
Hello @Tadejo9 any news? I would like to do the same.
thanks.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
-
@Tadejo9 @Mattyx00
I needed this too and this script worked for me. If anyone is searching for how to do this in the future:
obs.call("SetInputSettings", { inputName: "RunningTime", inputSettings: { text: runningTime } });
RunningTime is the name of my source in OBS:
image
Beta Was this translation helpful? Give feedback.
All reactions
-
🚀 1
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment