on windows
chengjianxi opened this issue · comments
does nginx-video-thumbextractor-module support on windows platform?
If you can get all the requirements working on windows it should work.
i got error
ngx_http_video_thumbextractor_module_ipc.c(96): warning C4013: “pipe” Undefined
ngx_http_video_thumbextractor_module_ipc.c(96): warning C4013: “fcntl" Undefined
"F_GETFD" Undeclared
"FD_CLOEXEC" Undeclared
"F_SETFD" Undeclared
@chengjianxi you are right, after I changed to use a forked process to create the image it depends on the inter process communication
.
You can try to use an older version of the module or build using the linux inside the windows
(never tried)
why not compatible windows?
no specific reason other than is more code to write and keep working and the majority of the servers run on unix like. :)
But you can make it compatible.
your are right, i will give up windows.
Too much nginx module not compatible with windows.