Triode wrote: 
> Did you try with the -s option to set the server?  It should avoid udp
> if so.

That got it thanks! Without -s like you allude it was attempting to use
discovery (I think) and there was no UDP path for it over SSH. I tried
to sniff it for sure but started to go blind so tried it and it works.
Cheers. Superb product.

It was an artefact from Mika's comment on AUR squeezelite-git, my fault
though:
ExecStart=/usr/bin/squeezelite -n ${name} -m ${mac} -d
${logtype}=${loglevel} -f ${logfile} ${server} 

For anyone who needs it here is my related stripped down config for
secure remote SBS streaming:


/usr/lib/systemd/system/squeezelite.service

# Use explicit server call '-s' to avoid UDP discovery - allows SSH

EnvironmentFile=/etc/conf.d/squeezelite
ExecStart=/usr/bin/squeezelite -s ${server}

/etc/conf.d/squeezelite

# Using SSH -L tunnels requires localhost

server=localhost

# Using Shuttle (transparent proxy) requires absolute hostname

server=vortexbox


------------------------------------------------------------------------
toplard's Profile: http://forums.slimdevices.com/member.php?userid=61805
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to