summaryrefslogtreecommitdiff
path: root/scripts/shairport-sync.conf
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-11-23 13:29:09 +0000
committerMike Brady <mikebrady@eircom.net>2018-11-23 13:29:09 +0000
commit093bf1dd46970a140a9199302bccb606930b0cf8 (patch)
tree0db6decd3cdd0a9d4a73a65ba807e2e9e2fda2b6 /scripts/shairport-sync.conf
parent3709ac8180a1c7ee9d8c3eaf02c385b06d48fbd9 (diff)
Rotate usage of UDP ports if a session is interrupted. Avoids out-of-date packets landing in a new session.
Diffstat (limited to 'scripts/shairport-sync.conf')
-rw-r--r--scripts/shairport-sync.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/shairport-sync.conf b/scripts/shairport-sync.conf
index 42c085b..55ac4cb 100644
--- a/scripts/shairport-sync.conf
+++ b/scripts/shairport-sync.conf
@@ -18,7 +18,7 @@ general =
// mdns_backend = "avahi"; // Run "shairport-sync -h" to get a list of all mdns_backends. The default is the first one.
// port = 5000; // Listen for service requests on this port
// udp_port_base = 6001; // start allocating UDP ports from this port number when needed
-// udp_port_range = 100; // look for free ports in this number of places, starting at the UDP port base. Allow at least 10, though only three are needed in a steady state.
+// udp_port_range = 10; // look for free ports in this number of places, starting at the UDP port base. Allow at least 10, though only three are needed in a steady state.
// drift_tolerance_in_seconds = 0.002; // allow a timing error of this number of seconds of drift away from exact synchronisation before attempting to correct it
// resync_threshold_in_seconds = 0.050; // a synchronisation error greater than this number of seconds will cause resynchronisation; 0 disables it
// ignore_volume_control = "no"; // set this to "yes" if you want the volume to be at 100% no matter what the source's volume control is set to.