How to extract Mp3 audio data from online stream

27 Feb 2011

Hey

I am trying to stream a audio stream from a online radio station and play it using MBED I am reading the online stream using the HTTPstream class and storing it inside a 512 bytes char array. However for debugging purposes whenever I print this data on serially on hyperterminal I am seeing html webpage data .However when I play the same link in media player its playing the Mp3 radio stream perfectly.

Can anyone help me in finding how to extract Mp3 data from this stream?