I'm able to render a video from the file system using a TFilterGraph and a TVideoWindow within Delphi 2010. I'd like to render the video from a MemoryStream instead of directly from the file system. Here's the concept:
- Store the video in a database blob field.
- Read the blob (video) into a MemoryStream.
- Render the blob (video) using DSPack.
How do I tell the FilterGraph to use a MemoryStream instead of a file?