LED panel with v4

Hi all,

i need help with the following problem:

i want to use v4 to create udp packages from some video input.

the exactly problem is:

three are 30 LED Panels with 32x32px resolution the panels can handle UDP packages, with an small header and then following the display data.

now i want to generate an UPD output with v4

my first ideas are in the attached v4 node, the problem is, actual my PC can handle only 3 or 4 panels with this node, so i need some improvements.

thanks for the help,

Julian

video2wall.v4p (36.9 kB)

perhaps, that’s a bit faster. if you have to go further, you can perhaps create severaL vvvv-instances that all receive the texture as sharedtexture. so, each instance should have enough power to calculate the packets.

not sure if the networking itself would become the bottleneck then… did you calculate, that all your udp-packets fit into a GBit-Lan or whatever you have?

video2wall.v4p (31.8 kB)