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

feat: Stinger transition on top of DSK #43

Open
North-West-Wind opened this issue Jul 6, 2024 · 0 comments
Open

feat: Stinger transition on top of DSK #43

North-West-Wind opened this issue Jul 6, 2024 · 0 comments

Comments

@North-West-Wind
Copy link

North-West-Wind commented Jul 6, 2024

I have seen 3 separate individuals in discussion and 1 review asking for this exact thing, and I too, want this feature.

Currently, DSK overlays on top of any transitions, including Stinger. While there is a "Tie" option, it only ties to the end of a Stinger transition.

Feature Description
Add an option for DSK to be on top or below of transitions.
Or, when "Tie" is active, tie to the start of the transition instead of the end, allowing synchronized transitions.

Temporary Solution
I stream and run Firebot on the side, which is connected to OBS Websocket. I set up 2 event listeners for OBS Scene Transition Started and Ended, and in those 2 events, use CallVendorRequest to disable and enable the overlay.

I set DSK to use fade transitions, so it fades out before the transition, and fades in after the transition.

However, this solution causes "Exclude Scene" to not work at all. I have to go through multiple API calls to manually check if a scene is excluded.

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

1 participant