uDesktopDuplication icon indicating copy to clipboard operation
uDesktopDuplication copied to clipboard

Multiplayer Screen Synchronization

Open Dong-Hwi-Lee opened this issue 2 years ago • 2 comments

Hi,

If multiple users want to share a specific desktop screen, which data should they synchronize?

Thank you for providing this to GitHub.

Dong-Hwi-Lee avatar Jul 28 '21 06:07 Dong-Hwi-Lee

I'm looking for answer to this question too, It's might be the buffer of monitor but lets ask to @hecomi ..

halilzeybek avatar Mar 10 '22 07:03 halilzeybek

Sorry for the late reply.

To synchronize desktop images over the network, you need other libraries to compress the images and send/receive the packets. A very simple UDP-based sample is available here:

  • https://github.com/hecomi/UnityRemoteDesktopDuplication

In practice, I recommend using existing network protocols that are more robust and proven.

hecomi avatar Apr 17 '22 07:04 hecomi