We have a web service http://lullaby.shoresandbox.com/api/recordedsongs/stream/28 that streams an mp3 song. We are setting the following headers.
response.Content.Headers.Add("Content-Disposition", filename);
response.Content.Headers.Add("Content-Length", fileInfo.Length.ToString());
A sample URL from the web http://source.adminprotools.net/PartyBangaz/pbang019tk15.mp3 when opened in FireFox, the song is played and We could see the total duration of the song. But we are unable to see the total duration when we open our own song. Any help is greatly appreciated. We followed the link to stream a song.