Is this node available only in alpha?
https://github.com/vvvv/vvvv-sdk/blob/develop/vvvv45/src/nodes/plugins/Network/Sync.cs
I’ve implemented video sync routine in similar way lately and just stumbled upon the node.
Does it allow desync up to 1 sec? o.O
var doSeek = Math.Abs(streamDiff) > 1;