Hello,
I am using nexrender server and worker. The server is on a linux vm and worker on a windows vm.
Do the files .aep, images, videos, ... need to be on the windows server ? Because worker send me an error and can't open the aep file.
What's the error message? and is the project (AEP and assets) stored locally on the Worker vm?
The files do need to be on the same machine as the worker, since the worker is doing the actual rendering.
The server is basically just a basic job-queue and scheduler, that mutliple workers can tap into.
Ok thanks
Most helpful comment
The files do need to be on the same machine as the worker, since the worker is doing the actual rendering.
The server is basically just a basic job-queue and scheduler, that mutliple workers can tap into.