To my knowledge Apple does not sell a usb-c to HDMI (they resell Belkin)
I used a few different types
and I tried a few that I didn't not know the manufacturer
nothing changed via hdmi or Displaylink (Pluggable)
G
I'm not sure if this would be a solution for you, but you can send the OSC UDP Stream as a Broadcasting Message. Instead of the Unicast Address (e.g. 192.168.1.1 in subnet 255.255.255.0) you send it to the broadcasting Address 192.168.1.255. (If Subnet is 255.255.0.0 the Broadcast address is 192.168.255.255 accordingly).
This way the stream will be send to all IP Addresses in the same Subnet.
To separate the messages for the different clients, you could then change the OSC Addresses matching the different listeners. This way you could easily change on each device what it needs to know. Combined with a text formator actor, you could use the devices names instead of the IP Adresses and could be independent from them.
@chameau132 Sorry Works fine with Set Global / Get Global Value actor
@garret-linn to clarify my earlier question. What brand of converters are you using to get from usb c to hdmi. Are they all single purpose (just usbc to hdmi, no other ports) and apple branded?
Thanks for the report
I've never used a Loupedeck, but I'm a big fan of my Streamdeck (which I use every day). I like it for many of the same reasons, it's super easy to configure. I don't think I ever needed to hit the manual/documentation to figure out how to do anything; from launching webpages to triggering Isadora with OSC and from making pages to setting custom icons and text for different buttons, it was all just very apparent how to do it.
yeah I tried your request
"If you leave the 3 screens connected and active stages in Isadora but play the video on one screen does is still give the error. Can you try this for each screen (send a test signal via Isadora to the other screens)"
and sadly the same problems
nice thought though
G
@dusx Thank-you. I am always happy to hear about different ways of doing things incase one method does not suit the patch.
I am not sure what you need to send and in what format, but an older tutorial I write might be helpful to you.
see:Â Using data from web APIs in Isadora: part 1 (dusxproductions.com)