I'm using Matt Gallagher's AudioStreamer to stream MP3's from my server. The URL i'm providing is a direct link to the MP3, but i've also tried using PHP to serve the MP3 and provide the accurate header information.
The problem I have is that the duration that AudioStreamer object provides changes, it starts of low and during the progress of the stream, it increases. How can I get the duration to be the exact entire duration of the audio file?
Sometimes it works, but more often than not it changes. Thanks for your help.