Couldn\'t find any satisfying answer anywhere so far...
I\'m working on a C# WinForms .NET3.5 application that needs to load video files from a database BLOB and pla
You should be able to do this by writing a thin wrapper (I assume you are in managed code) on VLC then utilize invmem and imem. Some examples are given of passing input can be found at: here and here