Redirect jukebox output to fifo pipe (snapcast)

Hi!! I want to use subsonic with snapcast multi-room streamer (https://github.com/badaix/snapcast). Snapcast uses a named pipe allocated in "/tmp/snapfifo" which uses to distribute the audio over the network to the clients. I want to pipe the output of the jukebox to this pipe. I've modified the server, adding the line '-Djavax.sound.sampled.SourceDataLine=com.sun.media.sound.DirectAudioDeviceProvider' \ becouse is the only way for me to make jukebox mode working (ubuntu 16.10 linux machine with pulseaudio). I think there may be a way to use the pipe as a SourceDataLine, but I can't find how. Can someone help me? Thanks in advance.