Am trying to set the output IP (with UDP) to 192.168.1.255 so that any device on the network that's listening can hear the message - I'm broadcasting to port 1000. When I hit connect the thread shows in the log as starting OK, however when I try to send a message I get "sendto failed with error 13" which as far as I can see is "permission denied" - I can send the message from qlab, and send a message from oscWidgets to the device using its specific IP address.
Hello
Am trying to set the output IP (with UDP) to 192.168.1.255 so that any device on the network that's listening can hear the message - I'm broadcasting to port 1000. When I hit connect the thread shows in the log as starting OK, however when I try to send a message I get "sendto failed with error 13" which as far as I can see is "permission denied" - I can send the message from qlab, and send a message from oscWidgets to the device using its specific IP address.
I'm on a mac running latest OS etc.
Thanks!