Previously, streamless rendering required draft API from zeroMQ to use UDP. This api is somewhat unreliable, and had to be commented out when the project went cross platform.
We should try using TCP instead of UDP to stream frames, and perhaps use ffmpeg for hardware accelerated stream encoding.
Can ffmpeg stream frames over a network?