I'm currently working on the streaming front end for Trunk-Recorder to improve the over all interface that comes stock with it.
audioplayer.php. I've actually got a newer version of this running on my website, but I'm trying to make everything work well together. I'm looking at a much more wholistic solution from the config file, to the script it uses to upload information, to the web socket server that's now built into Trunk-Recorder for getting new information to the web front end. Ideally you'd only need to run `php -S 0.0.0.0:8080` on your computer, and get a web working player immediately.