rain0r / STFU

STFU for Android
http://hihn.org/stfu-android-application/
GNU General Public License v3.0
1 stars 1 forks source link

Direct connection to pulseaudio tcp port instead of ssh for Andorid pulseaudio volume control app #3

Open MurzNN opened 10 years ago

MurzNN commented 10 years ago

As I understand, at now STFU use ssh connection for contol Pulseaudio volume, so here is not short delay before click and result. Pulseaudo can work via tcp connection: http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Modules/#index22h3

So you can run pulseaudio control functions locally on Android that sends command to sever via tcp.

For pacmd you can setup Pulseaudio server IP via command like: export PULSE_SERVER=192.168.1.2:4000

rain0r commented 10 years ago

Would be great to have that since the remote problems issued in https://github.com/rain0r/STFU/issues/2