Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working over ssh -X #75

Open
iconoclasthero opened this issue Apr 18, 2024 · 2 comments
Open

not working over ssh -X #75

iconoclasthero opened this issue Apr 18, 2024 · 2 comments

Comments

@iconoclasthero
Copy link

$ 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.

@iconoclasthero
Copy link
Author

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.

@iconoclasthero
Copy link
Author

iconoclasthero commented Apr 18, 2024

Hey, so I'm not sure what's wrong here...

$ 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant