Hello!
I'm writing an app that needs the ability to provide
networked peers with
video chat using a webcam. So far (im new to DirectX
programming) I can
preview the input from a webcam in a window.
I need to be able to transmit this data to a remote
computer. What is the
best way of doing this (I would be really grateful for
code snippets
aswell!)? What I really wanted to do was connect the
video stream directly
to the remote computer via a socket connection (and
encrypt the stream at
some point) but I don't know how this can be done in
DirectShow.
Thanks for the help.
Hyoungjin