Add sACN unicast target support

This commit is contained in:
Ian Gulliver
2026-01-27 14:45:45 -08:00
parent e45121c277
commit 9a673bcd23
2 changed files with 53 additions and 30 deletions

View File

@@ -5,9 +5,9 @@
# --artnet-listen=:6454 ArtNet listen address (empty to disable)
# --artnet-broadcast=auto Broadcast addresses (comma-separated, or 'auto')
# Target addresses for ArtNet output universes
# Each output universe needs a target IP (broadcast or unicast)
# ArtPoll discovery will be sent to all unique target addresses
# Target addresses for output universes
# ArtNet: target IP (broadcast or unicast), ArtPoll discovery sent to all
# sACN: unicast targets sent in addition to multicast
[[target]]
universe = "artnet:0.0.0"
address = "2.255.255.255"
@@ -16,6 +16,10 @@ address = "2.255.255.255"
universe = "artnet:0.0.5"
address = "10.50.255.255"
[[target]]
universe = "sacn:1"
address = "192.168.1.100"
# Address format:
# proto:universe[:channels]
#