Connecting Tech Pros Worldwide Help | Site Map

Video Conference

Expert
 
Join Date: Aug 2007
Location: nj,usa
Posts: 299
#1: 2 Weeks Ago
Is it possible to develop video conference application using asp.net.
Pls help me how to start on that
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,066
#2: 2 Weeks Ago

re: Video Conference


It would make a lot more sense to use Silverlight for this application.
Video requires constant streaming and Silverlight has the ability to use Sockets.

-Frinny
Expert
 
Join Date: Aug 2007
Location: nj,usa
Posts: 299
#3: 2 Weeks Ago

re: Video Conference


Can I get some sample code or example for this ,if you have any.One more thing I am doing one asp.net application will silverlight work there.
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,066
#4: 2 Weeks Ago

re: Video Conference


I don't really have any sample code for you.

The only thing that I do have is a half started article explaining what Silverlight is and how to use sockets.

I'm assuming that you are planing on sending quick snapshot pictures to make up the video?

How are you planning on sending the video?

The Silverlight application/component can be added to asp.net pages.
Expert
 
Join Date: Aug 2007
Location: nj,usa
Posts: 299
#5: 2 Weeks Ago

re: Video Conference


Well I am planning to have the feature just like video conferencing .Two people will simultaneously view each other and talk to each other.I am really not sure how to do this at this point.
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,066
#6: 2 Weeks Ago

re: Video Conference


You're going to have to access their camera....I would start by seeing if there is anything on the web on how to do this using Silverlight.

Once you start receiving the images from the camera you'd have to send it to a web server that would push the images to the Silverlight client that's listening for the video.
Expert
 
Join Date: Aug 2007
Location: nj,usa
Posts: 299
#7: 2 Weeks Ago

re: Video Conference


Thanks .I will start looking into this.Please keep me posted if you got anything more on this.
Reply