As you can see, the synced laptop renders the objects, but didn't render the textures or the hdri. All the textures are 100% procedural except the map used to mask the frosted glass, a displacement map to make condensation on the glasses and the hdri. This is my fifth attempt and it has happened every time.
top of page
Support Crowdrender!
bottom of page
Hi Mark, I've never used video textures before, after looking around on the net, it seems that video textures and image sequence textures are not packed in the blend file. Not sure why they are treated differently but here's the page from the blender manual -> https://docs.blender.org/manual/en/latest/files/blend/packed_data.html
So, what are the options in this case? Really your only option is to put the files on a shared location, this would mean making a folder accessible on the network and putting the files in there. Then you'd need to edit your blend file, changing the location of the video textures to the new shared location. There may be a performance penalty for doing this, depending on your network speed since it will be slower, a lot slower in fact, for your computers to access the video textures via your network, even if you have gigabit speeds.
That said, you'll probably still find it faster to distribute the render over multiple machines with a shared folder solution to this problem than rendering on just one machine if the compute power of each machine is similar.
Hope this helps :)