SteffeyDev / atemOSC

Control ATEM video switchers over the network with OSC messages
http://www.atemosc.com
202 stars 32 forks source link

Multiple Feedback Devices #195

Closed Christoph111 closed 10 months ago

Christoph111 commented 3 years ago

hi Peter, as mentioned by email: can you implement send feedback from switcher to multiple OSC devices? I made a copy of the app and it works, but because the app reads its values when starting it is an unstable solution - and since you can connect only 5 times to same switch you will run out of numbers soon...so it´s mandatory that all connections are bundled together, so even if you connect 10 devices through atemOSC to the same mixer it uses only one connection.

Solution can be: add another 2 or 3 rows for feedback messages (or just a add more button)

feedback

Through this an easy tally system can be built by the way using touchOSC or whatever :-)

SteffeyDev commented 3 years ago

Until I have time to work on this, you can try setting the IP to 192.168.188.255 (assuming a /24), which will broadcast the messages to every device on the subnet.

SteffeyDev commented 10 months ago

I think using a broadcast address is the proper solution to this problem, assuming that is not blocked on the network level. Going to close this, open a support ticket on www.atemosc.com/support if there are any issues with this.