Skip to content Skip to sidebar Skip to footer

Streaming Mp3 While It Is Being Generated On The Server

I am trying to stream an mp3 via javascript/html5 or flash on my webserver. The javascript/html front end calls a script on the server which begins generating an mp3 file. I want t

Solution 1:

I don't have the exact solution, but you can try this http://learningsfromdotnet.blogspot.com/2011/11/playing-mp3-using-audio-tag-html-5-in.html.

I was trying to stream MP3 file from IIS server, had issue with Chrome because it makes a request with "Range" header. If you can make similar request with "Range" header and from server stream the piece of MP3, it might work.

Post a Comment for "Streaming Mp3 While It Is Being Generated On The Server"