You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ssh 192.168.1.3 pulsemixer
ERR: output is not a tty-like device
I would like to be able to use the ChUI over ssh -X. It looks like I can use the cli interface to push volume changes so maybe it's not so important, but it would be nice if there's some easy environmental variable that could be set.
The text was updated successfully, but these errors were encountered:
I can still see it being useful in some use cases and would prefer it to be available, but this seems to largely be obviated by using the remote server feature so if it's not an easy environmental variable fix, please just close this FR.
Not sure why the remote pulse appears to let anyone with its IP address control it (and I assume if I opened the port, it could be done from outside), but I guess I'll need to look into that.
$ echo ----; ip address show enp5s0|grep inet\ ; echo ----; grep server ~/.config/pulsemixer.cfg; \
echo ----; for i in 192.168.1.2 localhost 127.0.0.1; do \
echo "pulsemixer --server $i"; \pulsemixer --server "$i"; done
----
inet 192.168.1.2/24 brd 192.168.1.255 scope global noprefixroute enp5s0
----
server = 192.168.1.3
----
pulsemixer --server 192.168.1.2
Failed to connect to pulseaudio
pulsemixer --server localhost
Failed to connect to pulseaudio
pulsemixer --server 127.0.0.1
Failed to connect to pulseaudio
Local is 192.168.1.2, coded remote to 192.168.1.3 in pulsemixer.cfg, can't get it to override and use local pulse server...how do you do that?
I would like to be able to use the ChUI over ssh -X. It looks like I can use the cli interface to push volume changes so maybe it's not so important, but it would be nice if there's some easy environmental variable that could be set.
The text was updated successfully, but these errors were encountered: