Remote Volume

Adjust the PC volume from your mobile

View project on GitHub

Overview

Remote Volume is a small application to control the PC volume with your mobile phone (iPhone, Andriod).

On the mobile the interface looks like this:

main

In addition to master volume level you can send the following events:

  • [Previous], [Play/Pause], [Next] - media events
  • [Left arrow], [Space], [Right arrow] - key-presses

This allows to get basic control over the media playback on the PC.

Actually no application required on the phone, only on the PC, see details below.

The only requirement is PC and mobile need to be connected to the same WiFi network.

Step by step instruction below.

PC side

You need to download and unpack the binary wherever you prefer and run it. This should look something like this: image

On the first execution windows firewall might ask a permission to open the connection: image

Note: enable the local addreses and press “Allow access”.

Take a note on the port number and the IP address(es), this precious information will be required right away: image

In this case, 192.168.5.6:8000

Mobile side

The setup more or less the same for iPhone and Android users. You need to start the browser and open the ip-adress and the port, in this case 192.168.5.6:8000, should look like this:

safari

If everything works fine you will be able so see the app running already:

safari

Now you can create a home screen icon. Press “Share”, scroll down a bit and choose “Add to Home Screen”.

add home

Type any preferred name:

add home

thatsit

That’s it, you should see the volume icon on you home screen.

Download

Version 0.1 beta for Windows 10, 2022-11-07.

Troubleshooting

The moist common problem is windows firewall. In this case server the console does not show any interraction, just the “Listening…” message. On the mobile side you will see a blank screen.

To make sure you have allowed the connections to the volume application:

  • hit the start button
  • start typing “firewall”
  • select “Firewall & network protection”

image

Open the “Allow an app through firewall”:

image

In the list of applications find the “volume” and check the settings.

image

It should be allowed to communicate through private and public networks.

Report issues

To report issues or request features create a ticket on the projects github page.