Jason Russell
Jason Russell

Reputation: 1236

Control Windows audio volume from PHP or web UI

I'd like to know if there is any way of changing the Windows system volume from a web site, either PHP or batch files being run by PHP or something like that.

I basically want to be able to change the volume of my Media server from a laptop or iPad, and preferably with PHP /batch/web, not an external application.

Any help or advice would be appreciated.

Upvotes: 1

Views: 2405

Answers (2)

ashurexm
ashurexm

Reputation: 6335

You could always run VNC on the machine you want to control and use a vnc client from the laptop, ipad, iphone, or a lot of other devices.

Upvotes: 0

Steffen
Steffen

Reputation: 2237

If your php is running on the server you want to control, you might try PHPs system and exec commands with a little command line utility like nircmd.

Upvotes: 3

Related Questions