Results 1 to 5 of 5

Thread: Stream Video from webcam?

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    14

    Question 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

  2. #2
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    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.

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    14

    Question Re: Stream Video from webcam?

    Alright, could I use something like Winsock for this?

  4. #4
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    Re: Stream Video from webcam?

    You could, or you can use the TCPClient and TCPListener objects built into the .Net framework.

  5. #5
    Fanatic Member namrekka's Avatar
    Join Date
    Feb 2005
    Location
    Netherlands
    Posts
    639

    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
  •  



Click Here to Expand Forum to Full Width