tags:

views:

459

answers:

1

How to implement internet radio using java? Is there any Java APIs for this?

I want to make a internet radio using Android / java. But I am not getting any APIs how to connect or how to receive the channel information for streaming the audio.

Please help me how to create that same and provide some code/API for that.

+2  A: 

Cidero is a Internet Radio server implemented in Java. This should get you started.

Aaron Digulla