How to implement Screen Sharing and Controlling for web application (using web sockets)?
问题 The intention is to build a screen controlling/sharing to a web page using web socket. My question is what is the best way to share a screen (or give control to a screen) (using java or c++ server) to a web socket? how to approach that? what is the most optimized way to do it? (sending only changing parts of the screen etc etc...) Using java Robot, I have been able to capture print-screens and create video, one of the challenges I have found is capturing the mouse cursor state, since Java