I'm very new to DirectShow and I'm looking for a way to render a video which is already loaded into the memory using DirectShow.NET. How can I do that? I'd be thankful even if you give me a highlight of the path.
Roman R.
There is no standard component to play from memory data, however Async Filter Sample from Windows SDK implements exactly this.
The application reads the file into memory at the specified rate and plays the file.
Note that the filter requires, however, expects some C++ development from you.
See also:
来源:https://stackoverflow.com/questions/24476826/rendering-from-memory-using-directshow