Open Prosperelucel opened 4 years ago
Did you set the port # in the module settings to 1280? (Default is 37297)
yes of course !
+1 for Mk4 support!
I tried setting the port to 1280 and also tried using both my local IP and localhost, but not joy.
I'm also trying this out with my MOTU 1248 and am not having any luck. The MOTU's web interface is reachable through my browser but Companion using its IP address and OSC UDP port isn't resulting in any actions. This is on Windows, network is set to 'Private' so the machine has full access to the LAN.
The correct "OSC UDP Port" can be found under "System Information" at the bottom of the "Device" menu item page. Cheers!
Not for me...
My mistake, I'm using the UltraLite AVB connected via ethernet. Sorry
Currently my workarround for MK4 is to use a custom modification of the generic http post request like this : https://imgur.com/rOXh4zt
I don't think the Ultralite MK4 supports OSC, only HTTP API. This module only uses OSC.
Hello there,
Do you have any idea for Ultralite MK5? I thought that it is not support OSC, we need to use http/websocket instead of CueMix5. Thanks.
Hello, I have a MOTU ULTRALITE Mk4 soundcard and I can't get it to work with the AVB module. I guess it's because we missing the "ID" of the device,I just can setup a IP and maybe we missing some "value". I can get to my audio mixer trough a web browser with this adress http://localhost:1280/0001f2fffe009a56/, UltraliteMK4 can use WEB API as well, I use some .bat this CURL to send JSON value and it's work.
Thanks for all