]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Change sample values to numbers
authorMike Brady <mikebrady@eircom.net>
Sun, 29 May 2016 11:08:53 +0000 (12:08 +0100)
committerMike Brady <mikebrady@eircom.net>
Sun, 29 May 2016 11:08:53 +0000 (12:08 +0100)
Change `socket_port` and `socket_msglength` sample values to numbers, not strings

scripts/shairport-sync.conf

index 7d639f51b0a6eeab6fe70976fac837d7fa1c9d4f..647abf16ca1c4d94097610aae60d4a49ce4fc39a 100644 (file)
@@ -37,8 +37,8 @@ metadata =
 //     pipe_name = "/tmp/shairport-sync-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_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.
 };
 
 // Advanced parameters for controlling how a Shairport Sync runs