I have a streaming media server that runs on port 80 that broadcast a live audio stream when I turn it on. How, with php, can I check to see if that stream is active and if so redirect to the url of the stream so users can listen.
I tried fopen but couldnt get it to work.
Thanks
S