I haved developed a direct show filter app which work as a virtual
camera, which can publish to the adobe media server . For that I have
taken Vivek's Vcam filter as a reference,When i pulbish my video
stream captred form the My own filter code to adobe flash media server
then every thing work fine but on closing the application(Internet
Explorer) I got this message."Executable:iexplore.exe Pid 1034 Tid
d70. Module MyFilter.ax,4 Object left active" when filter code is
build in debug mode. After putting break points I found that my static
CreateInstance function is called four time,so four time constructor
code gets call,but only two time it goes into the destructor code. Due
to this object leak problem I have to Close or Refresh my web page to
publish again.