gst-plugin-ndi
gst-plugin-ndi copied to clipboard
Windows support
Is it possible to build the project on windows?
running cargo build
seems to compile the project, but fails linking with the ndi libraries:
fatal error LNK1181: no se puede abrir el archivo de entrada 'Processing.NDI.Lib.x64.lib
I've installed the sdk but it only has Processing.NDI.Lib.x64.dll
files, not the *.lib
ones.
Do i need to execute any command to link the libraries?
Thanks!
When you download&install the NDI SDK you get a folder with lib.dll files, just copy those to the build folder and they will be picked up.