2

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.

Jorge Castro
  • 71,754
Jon Doe
  • 11,447

2 Answers2

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

alt text

Zanna
  • 70,465
Jorge Castro
  • 71,754
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