gatorsmile Posted June 8, 2011 Share Posted June 8, 2011 I have a dedicated machine set up with an mp3 file and speakers running Ubuntu with Apache2 web server. Whenever someone connects to my webpage, I want the mp3 file to play via Banshee Media Player on my dedicated machine(not on the user's computer). I have tried using the exec() function in my index.php file with no success: <?php exec('banshee --play \"/var/www/song.mp3\"') ?> Any ideas on why this isn't working or how to make it work would be greatly appreciated. Link to comment https://forums.phpfreaks.com/topic/238820-play-mp3-server-side-on-connect/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.