Play video using libVLC from memory in python

前端 未结 2 890
陌清茗
陌清茗 2020-12-20 00:07

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

2条回答
  •  再見小時候
    2020-12-20 00:59

    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.

    Now you can load them from there

提交回复
热议问题