I want to create a function to share the screen between connectors without installing a separate program on the web.
I want to share the screen of the user's PC, not the web browser
I wonder what language to use and how to implement it.
I'd appreciate it if you could explain it briefly
share screen-share
The concept of sharing a screen is to easily capture the screen and send it to the other person. In fact, the remote desktop we use also captures and sends the screen.(Of course, you're supposed to use an effective algorithm to send only the parts that change.)
The part where the image stream is exchanged can be bypassed by the nat problem and can be managed centrally with the stun server in the middle. You can use html5's canvas and websockets.
However, the problem is that screen capture is a system area independent of the web. (The BitBlt function is typical in Windows.) It's not something you can solve in your browser, but something you need to solve in Windows. Therefore, you must deploy Activex or a separate program to control the system.
945 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
579 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
583 Who developed the "avformat-59.dll" that comes with FFmpeg?
647 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.