blah blah blah is here! blah blah » Close

up0down
link

How easy is it to create such a video and audio application in C#? I would need Video and Audio to be transferred from one notebook to the other in real-time, over Local Area Network.

Any sample code is fully appreciated. thanks.

A very useful example would be from below link.
http://www.viscomsoft.com/products/videochatpro/index.html

last answered 2 years ago

1 answers

up0down
link

http://csharpmagics.blogspot.com/

above website provides some useful hint to start with.. but it is used to stream a saved file in flv format.

I believe the code inside could be modified such that it is able to stream live video and audio from one webcam to another via LAN. Any experts out there is good in this area?

thanks.

Feedback