]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update shairport-sync.conf 708/head
authorfumitti <fumitti@gmail.com>
Fri, 1 Jun 2018 05:57:46 +0000 (14:57 +0900)
committerGitHub <noreply@github.com>
Fri, 1 Jun 2018 05:57:46 +0000 (14:57 +0900)
remove mixed spaces

scripts/shairport-sync.conf

index 74cbb4ff9cb9191094ffeb333c3a3da07bd74699..2f7f1378db45cc96ce76d75842c351c8a4810358 100644 (file)
@@ -17,7 +17,7 @@ general =
 //     output_backend = "alsa"; // Run "shairport-sync -h" to get a list of all output_backends, e.g. "alsa", "pipe", "stdout". The default is the first one.
 //     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_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.
 //     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