Hi,
I'm programming my own ArtNet node, and I'm struggling with universe packets and ArtSync packet order.
I have one node with 4 unicast ports 0:0, 0:1, 0:2, 0:3 so four DMX universes. When the Ligthjams sends four universes and ArtSync I receive only 3 dmx packets + sync packet per one frame.
A packets sequence like below:
U1
U0
U2
ArtSync
U2
U1
U0
ArtSync
U1
U3
U0
ArtSync
...
Why only 3 universes are sent between sync packets?
The time frame between the sync packet is about 40ms according to configured 25fps. When I don't get all 4 universes in one frame it makes a jerky picture of my LEDs. I don't have enabled Optimize option in the ArtNet Output setting in Lightjams.
Is it some ArtNET convention or I missed something in Lightjams settings?