I'm looking to update the volume of a video over UDP. I've created the video with a UDP receive event that can parse out the variable but it has a massive delay between when I can send different levels and it only seems to adjust between off and full. I've successfully added in UDP commands to increment/decrement the volume so I'm sure that the UDP packets are getting in.
To test and debug, I followed this guide to confirm that the variable update was operating correctly: http://support.brightsign.biz/entries/23574663-How-do-I-display-a-UDP-message-using-a-Live-Text-state-
This testing informed me that there's a massive wait time required between UDP packets. I then found a different article (that I can't find again for some reason) that had me attempt to change the update interval to no avail.
The entire project is as simple as one video, always looping, that I need to adjust the volume in a somewhat reasonable timespan. Am I crazy in thinking that I should be able to accomplish this?