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

[Feature Request] Add obs Vendor to create/remove/rename DSK #47

Closed
TooPick opened this issue Nov 7, 2024 · 5 comments
Closed

[Feature Request] Add obs Vendor to create/remove/rename DSK #47

TooPick opened this issue Nov 7, 2024 · 5 comments

Comments

@TooPick
Copy link

TooPick commented Nov 7, 2024

Hi !

I'm currently coding something that uses Downstream Keyer with websockets to automate global scenes creation and I wanted to know if it's possible to register a new vendor.
I actually can add a new scene to an existing DSK with websockets using the CallVendorRequest request with the following parameter 'dsk_add_scene', but I think there are no way to add or remove a DSK with code.
Can you add this vendor ? I don't know C++ very well so I can't make a pull request but if think it's not that difficult.
Or maybe there is already a way to add or delete DSK with code that I don't found.

Thank you in advance !

Sorry for my english, is not my primary langage.

@exeldro
Copy link
Owner

exeldro commented Nov 7, 2024

dsk_remove_scene exists, is that what you are looking for?

@TooPick
Copy link
Author

TooPick commented Nov 7, 2024

Not exactly. I think my explanation was bad... I'm looking for a way to create a new tab like the one that is named "DSK 1" by default using my code to have a tab named "MY APP DSK" for example.

@exeldro
Copy link
Owner

exeldro commented Nov 7, 2024

Ah, that should be something that is possible to add.

@TooPick
Copy link
Author

TooPick commented Nov 7, 2024

Also I have a question, do you think these calls will work if the dock is not displayed in OBS ? When I'm looking at the code I think it's unregistered when the dock is close but I'm not sure.

@TooPick
Copy link
Author

TooPick commented Nov 26, 2024

Hi !!
I've seen that you updated the plugin with new vendors, it works like I wanted, thank you !!!!😁

@TooPick TooPick closed this as completed Nov 26, 2024
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