With 1.12a, after switching to HDMI mode, squeelite does not start. I
think the reason is this:

1. switching to HDMI sets the options in /usr/local/sbin/config.cfg like
this:

Code:
--------------------
    ALSA_PARAMS="-a ::32:0"
--------------------

2. However, in /usr/local/etc/init.d/squeezelite_initd, another '-a' is
added:

Code:
--------------------
    if [[ X"" = X"$ALSA_PARAMS" ]]; then ALSA_PARAMS=""; else ALSA_PARAMS="-a 
$ALSA_PARAMS"; fi
--------------------

so the parameter should only be

Code:
--------------------
    ALSA_PARAMS="::32:0"
--------------------

You can fix the problem in the web interface after switching to HDMI,
then squeezelite does start, but I still don't get any signal out of
HDMI :(

Roman


------------------------------------------------------------------------
arkadi58's Profile: http://forums.slimdevices.com/member.php?userid=21158
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to