Hi all,

I have some problems with directshow filters. I have a device (webcam) that provide some directshow filters for Capture (Source Filter) and Decoder Filter. So with those filters, I can capture and display the video in my local computer.

But I want to get the data from output pin of the Capture filter and using my own RTP stack(symmetric RTP, non-directshow written as a dll) to send it to a remote computer. And in the remote computer, I want to use my RTP stack to receive the video packets and using Decoder Filter to decode the data? So can I do something like that (mixed directshow filters with non-directshow)?

Thank you very much,
DBQ.