2

I am using an UDP network receiver in a quartz composition, and I have noticed that UDP packets may get lost if more than one are received during the rendering of a frame. Is it possible to bufferize the UDP packets?

smokris
  • 11,740
  • 2
  • 39
  • 59
Maurice Perry
  • 32,610
  • 9
  • 70
  • 97

1 Answers1

0

No, as of 10.6, Quartz Composer's Network Receiver patch doesn't queue packets. You'd need to write your own network receiver patch in order to do so.

smokris
  • 11,740
  • 2
  • 39
  • 59