i am trying to develop sort of internet radio application,i dont have any ideas of how to approach it.I surfed a lot,but i cant identify information 开发者_高级运维to lead me to the right direction.
While surfing i came to know abt, player that they use to access shoutcast broadcast on their BB?
I came to know abt this link
so guys any ideas,how can it be used for developing the application.So Hoping for some results
Taking a close look at the source code for the application you linked to is a great start in understanding how to do streaming audio on the BlackBerry. They implement a custom SourceStream and DataSource and use those to feed audio data from the network into a Player instance.
The best source for information is the BlackBerry Developer website. There, you can find guides such as the Audio and Video Playback guide, which goes over this in great detail including code samples.
精彩评论