-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
obs-websocket vendor request new feature or enhancement (hide a scene) #35
Comments
Took me a bit, but I did find the following post regarding Bitfocus Companion using custom commands: At the end it mentions that to remove the DSK content to use "scene":"" leaving the scene call blank it doesn't call a scene to display, so it removes the content. I would add that it would be nice to have the websocket information a little more readily available in a text document or something - I found other commands in the OBS Project updates on 0.2.6 |
Great news @eanderson143 |
![]() {
"vendorName": "downstream-keyer",
"requestType": "dsk_select_scene",
"requestData": {
"dsk_name": "DSK 1",
"scene": ""
}
}
That's it! It works. Thank you @eanderson143 |
Hi @exeldro
Thanks for your work—it's truly phenomenal.
I have a quick feature request for obs-websocket, regarding obs-downstream-keyer:
Could we add a vendor request to hide a scene, essentially like the 'pause button'?
(Currently, we can use the hotkey, it work smoothly already and I can live with that.)
Thanks for considering it.
Best,
Moulaythami
The text was updated successfully, but these errors were encountered: