Skip to content

protosrc/PaWebControl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

PaWebControl

PulseAudio Web Volume Control

A pavucontrol web interface.

ScreenShot

Requirements:

  • PHP web server
  • PulseAudio pactl command

Installation:

Setup a php web server on the computer you want to control PulseAudio and copy files inside.

Simplest way using standalone php web server:

$ php -S 0.0.0.0:8000 -t public_html/

Usage:

Point to IP:8000 of the web server with a web browser from any gadget on your lan.

  • Right checkbox = toggle mute
  • Drag&drop input-sink (green box) = move input-sink between sinks (white box)
  • Move slider = change volume (numeric % volum visible on textbox)

Blog (spanish): http://blog.siot.es/2014/02/pawebcontrol-interfaz-web-para.html

About

PulseAudio Web Volume Control

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 55.1%
  • PHP 36.6%
  • HTML 4.9%
  • CSS 3.4%