-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: sources? #43
Comments
Thanks for raising this report. I tried to understand what you're requesting but it's not clear to me. What do you mean with 1 button and the source in a nested scene? Can you maybe draw a mockup to show what you're looking for? |
At the moment we don't show sources at all - if I'm understanding you correctly you'd like to see the sources in the scenes with the ability to toggle them on and off, correct? That's perfectly doable, but I'm not sure if that's possible while keeping the UI minimal. Maybe in a modal box? But that would make it harder to quickly toggle something on and off. |
Ideally this would be a standalone page lets say http://URL.COM/obs-web/sourceselector/1 on this page you could either select or have preselected the set of sources that you want to trigger on and off. Like a panel of buttons. That way instead of cluttering what exists already it is a separate page. (and i don't know if this little project interests you but I would love to discuss hiring you for the time invested or if you know someone knowledgable) thanks |
That would be doable in a modal box. It's a bit out of scope for this project, but I can work on it if you're willing to sponsor it - see https://github.com/sponsors/Niek |
Deal. Let me know if you have further questions regarding the above. There’s also some features that would be nice to have with this new modal box thing. For instance if it could auto connect to the websocket on page load i.e. rather than requiring the user to enter the address. Maybe that would be as simple as adding a query string to the url to auto fill or auto connect. |
modal would be great except would that work on a android or iphone? I need such a button too and use it from mobile. that all being said, I'm ok putting the buttons down at the bottom so I can just scroll down and have that part of the page available to me. THANK YOU!!! |
@awrebels check out latest version. I have implemented this for switching between many looping backgrounds while visually seeing thumbnails. |
I'm trying to figure out a way to remotely control a source. Ideally the webpage would only have one button. The source would be in a nested scene so not necessarily a source in the active scene. From what I've seen with the web integrations of obswebsockets it only pulls the active scene.
Is this doable?
The text was updated successfully, but these errors were encountered: