Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Change scene item value using web socket #326

Unanswered
Tadejo9 asked this question in Q&A
Discussion options

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?

You must be logged in to vote

Replies: 2 comments

Comment options

Hello @Tadejo9 any news? I would like to do the same.
thanks.

You must be logged in to vote
0 replies
Comment options

@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

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /