I'm using DirectShow .NET to capture WebM Videos. The Graph looks like this:
My question is, how can i use the "preview" pin from VP8 encoder to stream a preview video? Is there any (free) DirectShow filter available for this job? Or is the preview pin the wrong way?
Edit: The "Enhanced Video Renderer" is the renderer to show the video in a window. It works properly but is just an example. I have a Webservice (WCF) and want to stream the live capture through the network simultaneously to the filewriter. (Filewriter in the graph "test.webm") I think i doesn't need a custom solution here. There are filters for showing the video in a Window. i simply need a filter with a streaming output. The rendering process is part of the browser side. How can i achieve this?
In other words: Im searching a stream writer filter or something else.