Wowza Community

I need help how to publish stream from my custom encoder program.

I have a custom encoder program. (C++, MFC)

I used the DirectShow filters to encode screen capture. (WebM VP8, H.264 encoder)

The structure is as follows.

[Screen capture source -> color conversion filter -> VP8 encoder filter -> Webm Muxer filter]

[ ---- Audio source -----------------------------------------> Vorbis encoder :arrow_upper_right:]

And I succeeded in creating the ‘.flv’ file through the ‘File write filter’ after the ‘Muxer filter’.

Then, I want to know how can i publish the muxing data to wowza server?

Is there a Directshow filter or libraries or source I can use?