I have an existing web application, created with PHP/MySQL, that connects to a streaming radio source from Live356.com. We have moved our service to Shoutcast and need to connect to a specific Shoutcast server instead of Live365. Currently the connection is made using some Javascript code from Live365, included in the player page. Now we need to connect to the Shoutcast stream, and read the stream details from the new server. The MySQL database has nothing to do with the stream connection di...