midimonster icon indicating copy to clipboard operation
midimonster copied to clipboard

sACN Multicast on Mac not receiving

Open sarahmva opened this issue 2 years ago • 4 comments

I have set up midimonster to convert sACN to ArtNet on a Mac. It does work perfectly when using Unicast directly to the Mac IP address. Unfortunately I could not get it to work for MultiCast. Search google shows that it should be able to receive Multicast and the Mac itself does receive Multicast when using sACNViewer. This shows that the network is working OK.

I am using v0.6-osx.

Is there maybe something wrong with my configuration?

Thanks!

[backend artnet]
bind = 192.168.###.100

[backend sacn]
bind = 192.168.###.100

[artnet art1]
universe = 9
destination = 255.255.255.255

[sacn sacn1]
universe = 9

[map]
sacn1.{1..512} > art1.{1..512}

sarahmva avatar Oct 19 '21 18:10 sarahmva

Hi @sarahmva, thanks for bringing this to our attention and your interest in making the MIDIMonster better :)

The configuration seems good so far, so I'll need to check into whether OSX might need some special handling for multicast input. I'll get back to you once I have more info :)

cbdevnet avatar Oct 19 '21 21:10 cbdevnet

Thank you. I forgot to mention the OSX version:

Mac OSX 11.6 Big Sur on Mac Mini 2020 with M1 processor.

Let me know if O can help or test / check anything.

sarahmva avatar Oct 20 '21 02:10 sarahmva

I've analyzed the situation and it seems I need to select the multicast interface differently when an explicit bind address is given. As a workaround, specifying the wildcard bind address 0.0.0.0 for the sACN backend should work :)

cbdevnet avatar Oct 21 '21 10:10 cbdevnet

Thank you so much for checking, this works for now. I need to test with multiple interfaces but it should work since I can bind the Artnet sending to a specific address.

sarahmva avatar Oct 21 '21 14:10 sarahmva