aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/rtpmidi.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-04-11 18:40:39 +0200
committercbdev <cb@cbcdn.com>2020-04-11 18:40:39 +0200
commitb53092ac95fa25d0e6e4e4fc3de9531f43038c4f (patch)
tree8f0c94ca2aef6e1ad33ed1fe84bc18dd598ad9db /backends/rtpmidi.md
parentc52f3d7f48daaaed52277363beb8325e67d67469 (diff)
downloadmidimonster-b53092ac95fa25d0e6e4e4fc3de9531f43038c4f.tar.gz
midimonster-b53092ac95fa25d0e6e4e4fc3de9531f43038c4f.tar.bz2
midimonster-b53092ac95fa25d0e6e4e4fc3de9531f43038c4f.zip
Use local interface addresses for mDNS announce
Diffstat (limited to 'backends/rtpmidi.md')
-rw-r--r--backends/rtpmidi.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/backends/rtpmidi.md b/backends/rtpmidi.md
index 84a7cd6..d15c9b5 100644
--- a/backends/rtpmidi.md
+++ b/backends/rtpmidi.md
@@ -22,10 +22,11 @@ stream, which may lead to inconsistencies during playback.
#### Global configuration
-| Option | Example value | Default value | Description |
-|---------------|-----------------------|-----------------------|-----------------------|
-| `detect` | `on` | `off` | Output channel specifications for any events coming in on configured instances to help with configuration. |
-| `mdns-name` | `computer1` | none | mDNS hostname to announce (`<mdns-name>.local`). Apple-mode instances with `title` configuration will be announced via mDNS if set. |
+| Option | Example value | Default value | Description |
+|-----------------------|-----------------------|-----------------------|-----------------------|
+| `detect` | `on` | `off` | Output channel specifications for any events coming in on configured instances to help with configuration. |
+| `mdns-name` | `computer1` | none | mDNS hostname to announce (`<mdns-name>.local`). Apple-mode instances with `title` configuration will be announced via mDNS if set. |
+| `mdns-interface` | `wlan0` | none | Limit addresses announced via mDNS to this interface. On Windows, this is prefix-matched against the user-editable "friendly" interface name. |
#### Instance configuration