views:

421

answers:

1

I would like to develop a web conferencing system (or web classroom) as a graduation project using Silverlight similar to

iVocalize

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:

  1. 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.
  2. 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.

+2  A: 
  1. Actually, you can use Silverlight 4 Web cam features.
  2. With Silverlight 4, you can develop full-trust Silverlight application that can capture the snapshot of user desktop.
Michael Sync
So does this mean than I can stream videos of my desktop? Thanks.
bahith
Michael Sync