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

[Windows] Multiplayer windows not appearing as separate windows in Chrome/Firefox/Edge screenshare #2239

Open
pixer415 opened this issue Dec 19, 2024 · 1 comment

Comments

@pixer415
Copy link

So I made a program called "CloudDS" that screenshares four multiplayer instances of melonDS to remote online users. The users access the instance on their devices through a web browser interface similar to Jackbox. However, my program uses the screen capture functionality of modern browsers to stream the instances. This worked fine with melonDS 0.9.5.
image
However, 1.0 RC only shows up as one screenshare-able window in the Screen Capture API.
image
Is there any way to fix this issue in a nightly build?

@CasualPokePlayer
Copy link
Contributor

It's probable this is caused by the fact in 0.9.5 the separate multiplayer windows came from different processes, while in 1.0 RC they're all in the same process.

This isn't really an issue for melonDS in the first place, its your own tool/browsers having an issue.

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