Skip to content

Add full screen window mode for streaming to prevent windows sneaking under the stream target (experimental) #435

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

Closed
3DCoded opened this issue Mar 25, 2022 · 6 comments
Assignees
Labels
done All tasks are completed enhancement New feature or request PIP/Stream PIP or full screen streaming released Released
Milestone

Comments

@3DCoded
Copy link

3DCoded commented Mar 25, 2022

When I use BetterDummy Full Screen Stream, some of my windows are spawning on the physical screen and are immediately hidden. I use Rectangle so I can use a keyboard shortcut to move it back, but I think that BetterDummy should block windows from spawning on the physical screen during full-screen streaming.

@waydabber
Copy link
Owner

waydabber commented Mar 25, 2022

Yes, I am planning to create a background process to move Windows that somehow manage to get to the stream target display (and is covered by the stream) to the stream source display. I could take the stream target screen for exclusive use but unfortunately that blocks Mission Control (which would be annoying) in macOS so that is not a viable alternative.

@waydabber waydabber added the enhancement New feature or request label Mar 25, 2022
@waydabber waydabber changed the title My windows are disappearing! Look for and relocate windows sneaking to stream target displays Mar 25, 2022
@3DCoded
Copy link
Author

3DCoded commented Mar 25, 2022

Ok, thank you!

@antonp92
Copy link

I'm also very interested in this feature. I have to fullscreen streaming since the quality is a lot better compared to mirrored. Occasionally, I have windows appearing on the physical screen which do not appear on the stream. I have to pause the streaming, move the windows and resume it.

@waydabber
Copy link
Owner

Yes, this should be added. Note: a quicker alternative to stopping/starting the stream is just to assign a keyboard to hide/unhide the stream.

@waydabber
Copy link
Owner

I added a "Full Screen Window Mode" option that should put the target display into full screen window mode, which should stop windows sneaking in (also prevents dragging windows in). But it is not working perfectly well so I consider it experimental. The option will only appear when the user holds the OPTION button while opening the Screen Stream menu.

Image

@waydabber waydabber changed the title Look for and relocate windows sneaking to stream target displays Add full screen window mode for streaming to prevent windows sneaking under the stream target (experimental) Feb 23, 2025
@waydabber waydabber added this to the v3.4.0 milestone Feb 23, 2025
@waydabber waydabber self-assigned this Feb 23, 2025
@waydabber waydabber added done All tasks are completed unreleased Still baking in the oven labels Feb 23, 2025
@waydabber
Copy link
Owner

Will probably look for other ways - it is possible to enumerate Windows but moving foreign app windows is somewhat problematic - although can be done through the Accessibility API (AXUIElement).

@waydabber waydabber added released Released and removed unreleased Still baking in the oven labels Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done All tasks are completed enhancement New feature or request PIP/Stream PIP or full screen streaming released Released
Projects
None yet
Development

No branches or pull requests

3 participants