From 6f98f54c7395558bf63f8910ee3a59630a55c6b6 Mon Sep 17 00:00:00 2001 From: Johannes Pohl Date: Wed, 17 Aug 2016 12:39:23 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7f32236d..c7184b8b 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,8 @@ To test your mpd installation, you can add a radio station by #output = autoaudiosink output = audioresample ! audioconvert ! audio/x-raw,rate=48000,channels=2,format=S16LE ! wavenc ! filesink location=/tmp/snapfifo +Please make sure that the `snapfifo` is not created by Mopidy, as Mopidy will create a regular file `/tmp/snapfifo` instead of a fifo. This will cause Snapcast to play from the beginning if you pause Mopidy. Solution is to create the fifo manually with `mkfifo /tmp/snapfifo` or to start the Snapserver before Mopdy is started. + ###MPlayer setup Use `-novideo` and `-ao` to pipe MPlayer's audio output to the snapfifo: