All I need to do is play an AVI video from memory. I can't write it to disk for security reasons. As far as I know, the built-in AVI playing graph you get from calling RenderFile
will only play files.
Is there a DirectShow graph that will play an AVI from memory? If not, how can I modify or create a graph that will do so?