I am new to DirectShow Filter, I have to ask some questions regarding
to my problem.
My purpose is create a Source Filter to capture screen, and run on
FlashPlayer inside
browser.
I got VCam Filter download from http://tmhare.mvps.org/downloads.htm ,
modify FillBuffer
function to capture screen bitmap. Then it works in GrapEdit and
AMCAP, but it doesn't
work on FlashPlayer inside my browser.
Do I need to wirte other interface than IAMStreamConfig,
IKsPropertySet as in VCam Filter??
I don't know how to start to solve this problem, can anybody give me
some advice or your
experience in DirectShow Filter working with FlashPlayer.
Thanks so much.
What's more, I met a "ASSERT failed, 2 objects left active!" problem
when I used the filter in MSN messager video capture.
And not only my own filter but the VCam has the same problem in this
case.
Maybe U can have a try, too.
It seemed to me that some interfaces or objects used in the filter
were not released after the process ended.
But I cannot figure out which ones.
Thanks in advance