CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: video streaming

  1. #1
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890

    Lightbulb video streaming

    has any one done the video streaming ! my application requires the camcorder to connect and stream. i wanted to know about the video streaming in general and with aspects to C#.
    if any one has some hints let me know
    -
    thanks a lot
    Paresh

  2. #2
    Join Date
    Dec 2000
    Location
    Slovakia
    Posts
    1,043
    I think the forum is not the good place for answering such general question. The only thing I can recommend you is really to go to the MSDN and read something about DirectShow. You can use that technology to capture video from your source (camera) and stream it whenever you want... Read documentation about it...

    Martin

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

Featured