How can I get Icecast stream metadata w/o frequent server requests?
I am running an Icecast server and using a custom audio player to receive the stream and display the currently playing title and artist. The method I am using--JavaScript and Json--makes a request to the server every 15 seconds so…