]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Use more conservative JACK client name (a simple token without whitespace).
authorJörn Nettingsmeier <nettings@luchtbeweging.nl>
Sat, 16 Feb 2019 02:05:05 +0000 (02:05 +0000)
committerJörn Nettingsmeier <nettings@luchtbeweging.nl>
Sat, 16 Feb 2019 02:05:05 +0000 (02:05 +0000)
audio_jack.c
scripts/shairport-sync.conf

index 5eb8f2852b1c2e85a7f192c3f75608422e1e8fed..1e848678b7b397488bdef87137560f3ae6cf415a 100644 (file)
@@ -179,7 +179,7 @@ int jack_init(__attribute__((unused)) int argc, __attribute__((unused)) char **a
   }
 
   if (config.jack_client_name == NULL)
-    config.jack_client_name = strdup("Shairport Sync");
+    config.jack_client_name = strdup("shairport-sync");
 
   jackbuf = jack_ringbuffer_create(buffer_size);
   if (jackbuf == NULL)
index c06c32e71e1e83e0057129af622d1e98a15dcfcb..dded929459f552b0816f3e99c86a2c6f853052b0 100644 (file)
@@ -108,7 +108,7 @@ pa =
 // Parameters for the "jack" JACK Audio Connection Kit backend.
 jack =
 {
-//     client_name = "Shairport Sync"; //Set this to the name of the client that should appear in "Connections" when Shairport Sync is active.
+//     client_name = "shairport-sync"; //Set this to the name of the client that should appear in "Connections" when Shairport Sync is active.
 };
 
 // Parameters for the "pipe" audio back end, a back end that directs raw CD-style audio output to a pipe. No interpolation is done.