How to play binary MP3 stream with jQuery/Javascript? -
I'm getting a pure binary MP3 stream with an AJAX call. No headers, nothing just direct MP3 bits (actually what is actually a stream?)
I want to be able to play it in a web page (and if possible, Then provide it for download).
Is this possible? And what is the best way to do this?
If this is not possible, then what are some other ways to handle it?
You can play music with pure javascript, you can get that stream and play it in a flash player. Will need to pass.
Try it, though I'm not sure it can control the type of stream about which you are talking about. You have to do some research on what it can handle
Comments
Post a Comment