|
-
Apr 4th, 2009, 08:28 PM
#1
Thread Starter
New Member
Stream Video from webcam?
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
-
Apr 4th, 2009, 09:01 PM
#2
Re: Stream Video from webcam?
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.
-
Apr 5th, 2009, 11:06 AM
#3
Thread Starter
New Member
Re: Stream Video from webcam?
Alright, could I use something like Winsock for this?
-
Apr 5th, 2009, 02:34 PM
#4
Re: Stream Video from webcam?
You could, or you can use the TCPClient and TCPListener objects built into the .Net framework.
-
Apr 6th, 2009, 03:05 AM
#5
Re: Stream Video from webcam?
You can also use the "Windows Media Encoder" or his SDK
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|