From: Mike Brady Date: Tue, 31 May 2016 11:22:56 +0000 (+0100) Subject: Make `socket_msglength` a number not a string. X-Git-Tag: 2.8.4.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=713543f72be2c2bc043b8d76b5a9ba65cad11453;p=thirdparty%2Fshairport-sync.git Make `socket_msglength` a number not a string. --- diff --git a/scripts/shairport-sync.conf b/scripts/shairport-sync.conf index 86580634..05840df9 100644 --- a/scripts/shairport-sync.conf +++ b/scripts/shairport-sync.conf @@ -37,7 +37,7 @@ metadata = // pipe_timeout = 5000; // wait for this number of milliseconds for a blocked pipe to unblock before giving up // socket_address = "226.0.0.1"; // if set to a host name or IP address, UDP packets containing metadata will be sent to this address. May be a multicast address. "socket-port" must be non-zero and "enabled" must be set to yes" // socket_port = 5555; // if socket_address is set, the port to send UDP packets to -// socket_msglength = "65000"; // the maximum packet size for any UDP metadata. This will be clipped to be between 500 or 65000. The default is 500. +// socket_msglength = 65000; // the maximum packet size for any UDP metadata. This will be clipped to be between 500 or 65000. The default is 500. }; // Advanced parameters for controlling how a Shairport Sync runs