keijiro / FFmpegOut

Video capture plugin for Unity with FFmpeg.
MIT License
932 stars 149 forks source link

Support for Server build #54

Closed chungvmo closed 4 years ago

chungvmo commented 4 years ago

I have plan for build and run on linux server for without GPU card, I trying with currently code not working. Do you have any idea for it?, I'm programmer and I can support

keijiro commented 4 years ago

As I note on README.md, FFmpegOut on Linux requires Vulkan. If the server supports Vulkan, it should work.

chungvmo commented 4 years ago

As I note on README.md, FFmpegOut on Linux requires Vulkan. If the server supports Vulkan, it should work.

Thanks for reply. I know we can record on linux with graphic but my plan is run on cloud server without graphic card(use "Server Build" option in Unity Build option)

keijiro commented 4 years ago

It requires Vulkan, so it requires a graphic card too.

chungvmo commented 4 years ago

It requires Vulkan, so it requires a graphic card too.

Thanks. I will close issue. Maybe I will have some research for implement without GPU card or run on cloud server with GPU card. Have a night day!