Silverlight 是否可以流式传输桌面的实时视频截屏?
我想使用 Silverlight 开发一个网络会议系统(或网络教室)作为毕业项目,类似于
这是一个java小程序。
我不知道Java小程序在PC上执行的功能是否也可以在Silverlight上执行,或者SL是否更受限制。
iVocalize 提供了两个功能(我猜是相关的),我也希望将其包含在我的 SL 应用程序中,它们是:
- 参与者可以向其他参与者广播桌面的实时视频流,以便他们能够跟踪计算机上执行的所有活动。
- 参与者可以拍摄桌面快照
如果前面的功能在 SL 中无法实现,您认为可以使用 WPF 来代替吗?
非常感谢。
I would like to develop a web conferencing system (or web classroom) as a graduation project using Silverlight similar to
which is a java applete .
I don't know if what is possible for a java applete to perform on the PC is also possible for Silverlight, or is SL more restricted.
There are two functionalities (which are related i guess) that iVocalize provides which i would also like to include in my SL application, which are:
- A participant may broadcast a live video stream of the desktop to other participants so that they will be able to follow all activities performed on the computer.
- A participant may take a snapshot of the desktop
If the previous functionalities are not possible in SL than do you think that WPF may be used instead?
Thank you vey much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Silverlight 是可能的。看看这个开源 silverlight 项目。其将桌面共享作为模块之一
http://silverlightvideochat.codeplex.com/
Using Silverlight it is possible.. Have a look at this open source silverlight project. Its has desktop sharing as one of the module
http://silverlightvideochat.codeplex.com/