Hello, I am interested in streaming video from a webcam on one PC to another PC. Could this be done without streaming to a server. Could this be achieved by streaming using P2P?
Thanks
Printable View
Hello, I am interested in streaming video from a webcam on one PC to another PC. Could this be done without streaming to a server. Could this be achieved by streaming using P2P?
Thanks
Yeah, you should be able to do that. Provided you can read the data from the cam, you can just send the bytes directly to the second machine.
Alright, could I use something like Winsock for this?
You could, or you can use the TCPClient and TCPListener objects built into the .Net framework.
You can also use the "Windows Media Encoder" or his SDK