I am trying to create a radio player, but i can't listen live stream.
The stream is mp3, but how can I read and play it.
Need a library, for playing mp3 stream?
Can you show sample code?
Thank you for your helping.
I am trying to create a radio player, but i can't listen live stream.
The stream is mp3, but how can I read and play it.
Need a library, for playing mp3 stream?
Can you show sample code?
Thank you for your helping.
I have done something similar. I had used Modernizr for playing MP3. This uses HTML5 internally.
Had some issue with Chrome but solved it. I have posted it on http://learningsfromdotnet.blogspot.com/2011/11/playing-mp3-using-audio-tag-html-5-in.html
Hope this helps.