简体   繁体   English

通过浏览器共享桌面

[英]Desktop Sharing from browser

I want to ask a question that if there is any library or thing that allow desktop sharing from browser, i am not asking about screen-sharing (ie a browser page through webrtc) i am asking about desktop sharing (like teamviewer) means other user can use your computer from his browser and the other person is getting whole screen of your computer not just a particular tab. 我想问一个问题,如果有任何库或东西允许通过浏览器进行桌面共享,我不是在问屏幕共享(即通过webrtc的浏览器页面),而是在问关于桌面共享(例如teamviewer)的意思是其他用户可以从他的浏览器使用您的计算机,而另一个人正在获得整个计算机的屏幕,而不仅仅是一个特定的选项卡。

if your answer is it cannot be done because JS will loaded in a particular tab then can it be possible by using some small app that transfer screen data/video bytes to browser and then it sent to the other person. 如果您的答案是无法完成的,因为JS将加载到特定的选项卡中,则可以通过使用一些将屏幕数据/视频字节传输到浏览器,然后再发送给其他人的小型应用程序来实现。

I believe what you are looking for is : WebRTC Following these links: 我相信您正在寻找的是:WebRTC以下链接:

There has not been a way to do this, mainly due to (i believe) Chrome's sandboxing, and, well, other browser's sandboxes and security features. 目前还没有办法做到这一点,主要是因为(我认为)Chrome的沙箱以及其他浏览器的沙箱和安全功能。 If you are targeting Windows, you could do an ActiveX script or do something with Flash or Air. 如果您以Windows为目标,则可以执行ActiveX脚本或使用Flash或Air进行某些操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM