I am trying to make use of libVLC python bindings to play files after reading them into memory. I have the following code that reads a valid video file into the memory. I ne
I know this question is very old, but I was searching for the same thing and it could be still useful.
If you are on Linux you could hack the system this way:
create a tmpfs partition and during your application startup just copy the files to the tmpfs partition.