ReactClips
New Member
Context:
I have an app that runs in a Chrome window. I would like to follow up with an event that happens in the app by triggering some UI to show up in OBS. This event can happen multiple times during a users stream and the content of the event will be string that changes.
What I would like to achieve:
Let the users of my app set up their own graphic with a placeholder for a string that my chrome extension will provide. I would like the graphic to be hidden, then when an event happens in my app, send OBS the string value, and display the graphic (perhaps with a slide-in kind of animation. Like a notification.)
Questions:
- How to I send a string value from my chrome app to OBS?
- How can I allow the user to provide their own content, styled the way they like, but just provide the string data for their element on screen?
- Is a plugin the best way to go about this?
Thank you!
I have an app that runs in a Chrome window. I would like to follow up with an event that happens in the app by triggering some UI to show up in OBS. This event can happen multiple times during a users stream and the content of the event will be string that changes.
What I would like to achieve:
Let the users of my app set up their own graphic with a placeholder for a string that my chrome extension will provide. I would like the graphic to be hidden, then when an event happens in my app, send OBS the string value, and display the graphic (perhaps with a slide-in kind of animation. Like a notification.)
Questions:
- How to I send a string value from my chrome app to OBS?
- How can I allow the user to provide their own content, styled the way they like, but just provide the string data for their element on screen?
- Is a plugin the best way to go about this?
Thank you!