tomkur13 / squeezelite

Automatically exported from code.google.com/p/squeezelite
Other
0 stars 0 forks source link

no way to specify pulseaudio server #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm running Squeezelite v0.9beta10.

There is no way to specify the pulseaudio server when using pulseaudio output 
via "-o pulse". Instead, the PULSE_SERVER environmental variable must be used 
as a workaround.

It would be useful if there was support for this with a separate flag or via -o 
pulse:hostname

Original issue reported on code.google.com by anotherj...@gmail.com on 25 Jan 2013 at 8:29

GoogleCodeExporter commented 8 years ago
I think you are going to need to use the environment variable as this is read 
direct by pulseaudio.  Squeezelite only sends it output to ALSA which will send 
to pulse audio if you set that as the output device.  It does not interact with 
pulse audio itself directly and so can't set any remote pulse audio server.

Original comment by trio...@btinternet.com on 25 Jan 2013 at 11:16