What DirectShow Interface to use for capturing to Stream instead of creating actual file?
Posted
by jhorton
on Stack Overflow
See other posts from Stack Overflow
or by jhorton
Published on 2010-05-14T21:21:42Z
Indexed on
2010/05/14
21:24 UTC
Read the original article
Hit count: 192
I've got a DirectShow project where I want to capture and stream to a webserver. I have seen how to capture and create a file, but I'm looking for ideas on how to capture into something like a MemoryStream to transport through a NetworkStream. I'm also using the library DirectShowLib for the ability to write in C# if that makes any difference. Of if there is a sample that I overlooked in the SDK I would greatly appreciate the direction. Thanks in advance.
© Stack Overflow or respective owner