Page 1 of 1

Stream sound on the subsonic server

PostPosted: Thu Mar 03, 2016 1:17 pm
by benwa
Hi,

i want to make a sound server @home. The server is connected to an ampli and speakers.
How can i make the sound of subsonic going out of the machine where he is hosted. Not from the browser.
I want to click on a playlist or radiostream and hear it in the speakers connected to the subsonic server, not in the web browser, or app.

Is it possible ? And is my question clear ? :)

Thanks !

Re: Stream sound on the subsonic server

PostPosted: Thu Mar 03, 2016 1:52 pm
by mrfloppy
Play music directly on the server's audio hardware using the jukebox mode.
It is possible.
Look at the player settings. :wink:

Re: Stream sound on the subsonic server

PostPosted: Thu Mar 03, 2016 2:52 pm
by benwa
If you mean this :
Image
I already tried it. And it does not work.

EDIT : maybe it does not use the right output, but i don't think so, because when i use an integrated player in Subsonic the sound comes out from the normal sound card, and not from HDMI. Where can i check this ? I'm on Linux.

Re: Stream sound on the subsonic server

PostPosted: Fri Mar 04, 2016 6:08 am
by mrfloppy
You can add
Code: Select all
-Djavax.sound.sampled.SourceDataLine=#YOUR_AUDIODEVICE

to your Java start options to select your audio device.