I developing an online radio app. The app plays the streams by giving a url to to Player object:
player = javax.microedition.media.Manager.createPlayer(url)
How can I extract the metadata like song name and artist name from the stream? I am developing using BlackBerry OS 5.