Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
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?