Reputation: 845
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.
Upvotes: 2
Views: 5056
Reputation: 328536
Cidero is a Internet Radio server implemented in Java. This should get you started.
Update: The project seems to be down. I've found this github repo with a "cidero" project which seems to be the same but I'm not sure whether they are related: http://repo.or.cz/w/learning-java-upnp.git/tree/HEAD:/cidero
Upvotes: 3
Reputation: 707
Stumbled on this question through the related-questions side bar... Noticed that the cidero link was out of date. I just suggested an answer on a similar thread for use of Android's MediaPlayer object; How to play online radio in android
Upvotes: 2