Skip to content
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

Closed
Moulaythami opened this issue Apr 16, 2024 · 3 comments
Closed

Comments

@Moulaythami
Copy link

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

@Moulaythami Moulaythami changed the title obs-websocket vendor request enhancement (New feature or request) obs-websocket vendor request new feature or enhancement (hide a scene) Apr 16, 2024
@eanderson143
Copy link

eanderson143 commented Apr 30, 2024

Took me a bit, but I did find the following post regarding Bitfocus Companion using custom commands:
https://obsproject.com/forum/threads/downstream-keyer.142247/post-605063

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

@Moulaythami
Copy link
Author

Moulaythami commented Apr 30, 2024

Great news @eanderson143

@Moulaythami
Copy link
Author

image
{
  "vendorName": "downstream-keyer",
  "requestType": "dsk_select_scene",
  "requestData": {
    "dsk_name": "DSK 1",
    "scene": ""
  }
}

That's it! It works.

Thank you @eanderson143
And thank you @exeldro because it was already working, you are a great developer I cannot express how much I admire your work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants