Hi, I wanna build a website for a classroom. teacher and a class 1-3 students. sharing teachers screen where ther teacher is delivering lesson through his screen
not getting an idea how to do it?
if easily be developed as desktop application in c# that will be good as well.
It does desktop sharing, voice and video conferencing as well. You can check out the source code from there too to get a good idea on how to achieve it.
Also in ASP.NET MVC 4, you can install-package SignalR.Sample, it will include a simple sample that show it works. It's really powerfull for real time multiuser.
coolalihasan
Member
1 Points
3 Posts
Screen Sharing
Jul 09, 2012 08:34 PM|LINK
Hi, I wanna build a website for a classroom. teacher and a class 1-3 students. sharing teachers screen where ther teacher is delivering lesson through his screen
not getting an idea how to do it?
if easily be developed as desktop application in c# that will be good as well.
N_EvilScott
Star
8179 Points
1466 Posts
Re: Screen Sharing
Jul 09, 2012 08:46 PM|LINK
A lot of schools like Mac's so I would make it in something like Silverlight which really leans toward that type of thing anyway. Check this out:
http://silverlightvideochat.codeplex.com/
It does desktop sharing, voice and video conferencing as well. You can check out the source code from there too to get a good idea on how to achieve it.
Nasser Malik
Star
11442 Points
1757 Posts
Re: Screen Sharing
Jul 09, 2012 08:50 PM|LINK
see this article
http://www.codeproject.com/Articles/3024/Capturing-the-Screen-Image-in-C
Helpful discussions
http://social.msdn.microsoft.com/Forums/en/csharpgeneral/thread/ba02de74-7977-431d-a42a-00f02687ff29
http://stackoverflow.com/questions/3295309/simple-c-sharp-screen-sharing-application
Skype: maleknasser1
jsiahaan
Contributor
2320 Points
595 Posts
Re: Screen Sharing
Jul 09, 2012 09:46 PM|LINK
Hi,
There is a feature on ASP.NET MVC using SignalR. It is for an interactive multiuser application and realtime.
You may see the following references:
You can find samples there.
Also in ASP.NET MVC 4, you can install-package SignalR.Sample, it will include a simple sample that show it works. It's really powerfull for real time multiuser.
Hope can help
Indonesian Humanitarian Foundation
N_EvilScott
Star
8179 Points
1466 Posts
Re: Screen Sharing
Jul 09, 2012 10:18 PM|LINK
So many good options, this is why I love .NET and use it every day :) Thank you .NET Team(s)!