]> gitweb.fluxo.info Git - puppet-mpd.git/commitdiff
FIFO output
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 9 Aug 2015 19:02:24 +0000 (16:02 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 9 Aug 2015 19:02:24 +0000 (16:02 -0300)
files/mpd.conf

index 193c06423e2721d98022fc6996637eba078ec285..52f2f020615b40c50c98f7cf09a3067fdfa4453c 100644 (file)
@@ -237,7 +237,7 @@ audio_output {
 #      sink            "remote_server_sink"    # optional
 #}
 #
-## Example "pipe" output:
+# An example of "pipe" output:
 #
 #audio_output {
 #      type            "pipe"
@@ -250,7 +250,14 @@ audio_output {
 #      format          "44100:16:2"
 #}
 #
-## An example of a null output (for no audio output):
+# An example of fifo output
+audio_output {
+    type   "fifo"
+    name   "My FIFO"
+    path   "/tmp/mpd.fifo"
+    format "44100:16:2"
+}
+# An example of a null output (for no audio output):
 #
 #audio_output {
 #      type            "null"