Play videos from memory stream

前端 未结 2 739
闹比i
闹比i 2021-01-13 16:32

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

2条回答
  •  爱一瞬间的悲伤
    2021-01-13 17:12

    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

提交回复
热议问题