EvanMartin Posted June 11, 2007 Share Posted June 11, 2007 I'm trying to make a web interface for my music server. Basically what it's going to do is list all the music files in a directory. Then when a song is clicked PHP executes a shell command, for example "sudo play /var/www/music/System Of A Down - BYOB.mp3" and my server plays the song. So far I've been trying system() and exec() but it do doesn’t seem to work. Any suggestions? Link to comment https://forums.phpfreaks.com/topic/55049-execute-ssh-command-via-php/ Share on other sites More sharing options...
Corona4456 Posted June 11, 2007 Share Posted June 11, 2007 If you are using amaroK you can just use their web interface app: http://www.kde-apps.org/content/show.php?content=31871 Or if using XMMS: http://www.joethielen.com/xmms-control/ Whatever player you are using, odds are there is a web interface implementation somewhere out there . Link to comment https://forums.phpfreaks.com/topic/55049-execute-ssh-command-via-php/#findComment-272128 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.