开发者

Share MY desktop and stream it to Silverlight/FLV?

开发者 https://www.devze.com 2023-04-11 17:10 出处:网络
I\'d like clients to see my desktop through a web app. They just need to see a real-time view of my desktop, they need not \"interact\" with it.

I'd like clients to see my desktop through a web app. They just need to see a real-time view of my desktop, they need not "interact" with it.

In line with it, perhaps also a webcam/voice stream to go with it.

So my website will contain the following: 1. My Desktop 2. My face (through webcam) 3. My voice (through a mic)

My personal skill set are mostly .NET (asp.net/c#) but I can get some help from my team for WPF/Silverlight. 开发者_如何学运维Any ideas on how to start with this?


For the mic and camera access, check this out: Accessing Web Camera and Microphone

The desktop sharing part is not as straightforward as the other features. Check out these links:

  • How to take a snapshot of the screen in SL 4?
  • Streaming webcam & desktop em Silverlight (english version at the bottom).

You'll need to run in OOB mode with elevated trust in order to interact with a COM object which will be responsible for the screen capturing.

You could make two different applications: one for the presenter that requires more privileges, and another one for the clients, which would run as a simple web app.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号