Is there a way to control volume of a remote system via ssh? we have a media center server and we want to remotely control the volume.
Asked
Active
Viewed 4,383 times
2 Answers
8
Thought it's not a command per-se, alsamixer
is great for this kind of thing. It's part of the alsa-utils package

Zanna
- 70,465

Jorge Castro
- 71,754
-
super awesome, thanks. that's what we've been looking for. – Jon Doe Dec 20 '10 at 03:57
1
You can also write a bash script using pacmd utility of PulseAudio sound system.
I have found an example script for you: pulsevol.sh

Qwerty
- 191