If I want to provide a video support for a local area network chatting system what steps should I take? If I understand it, I need to send an image to the other end, but I am not sure how it is best done.
Thank you for any suggestions!
Printable View
If I want to provide a video support for a local area network chatting system what steps should I take? If I understand it, I need to send an image to the other end, but I am not sure how it is best done.
Thank you for any suggestions!
I think you'll find this useful:
http://www.vbforums.com/showthread.php?p=2048466
http://www.codeproject.com/KB/audio-...ctShowNET.aspx
It is really not about getting images from the webcam that I have a problem with, what I am looking into is the most efficient way to send the image from one end to another end.
There is TCPClient class, there's not very much difference between transmitting text and binary data.
I have heared that Silverlight 4 had that support.
I haven't tried either of these but had them bookmarked to go through thoroughly later: http://silverlightvideochat.codeplex...ses/view/43242, http://webvideoconferencing.codeplex.com/. Hopefully they'll give you a direction to start if you decide to go the Silverlight route.