Video time event

Hi guys.
I try to made a video time event.
I Play a video with FileStream and try to send UDP commant when pass same time.
For example: 2 seconds, 5 seconds and 10 seconds.
I use a = (value) to set the moment correctly, and use the epsion pin to set a tolerance.
This tolerance it’s the time to set pin Do send in udp node.
Good, the problem is some time send one time the mesage, other not send…
I attach the patch.
I use the Hercules program to read the UDP string.

Thanks.

video time event 1.0.v4p (10.4 kB)

= is the wrong choice, as its never guaranteed that the time will occur. better us a > node and a TogEdge node.