Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find or search for FM radio streaming url?

I am trying to build mobile application for listening to FM radio online. Can any one help me where I can get the information about the streaming url for such FM so that I can make search based on my location or the location string.

Simply saying I want to find all the FM radio station's Streaming URL in specific location.

like image 999
Rajan Twanabashu Avatar asked Apr 03 '15 04:04

Rajan Twanabashu


People also ask

How do I find the radio stream URL for a station?

streamURL.link offers the stream URL for your desired radio station. Add the link to your media player like VLC, Windows Media Player, iTunes and more. Radio stream URL search engine SEARCH

Where can I listen to radio online?

At radio.net you will find over 30,000 radio stations from all over the world. Sit back and enjoy our wide range of radio programs, music and podcasts. Listening to radio online has never been easier. Use radio.net easily in your browser or download our free radio app on your smartphone.

Is there an online directory of radio stations?

yes radio are not online , but most of the FM station have there public address to listen there broadcasting. I want to know if there is a way to find these address. Ah, I understand... you're looking for a directory of internet radio stations? The SHOUTcast directory is still the largest, but won't contain everything. Thanks brad.

What is internet radio streaming?

Internet radio broadcasters use “streaming” to transmit their stations over the internet to their users. Listening to audio streams means that you don’t have to download every song and store it on your computer. Instead, your computer downloads small portions of data (usually in the MP3 or AAC formats) in a continuous stream, usually a ...


2 Answers

Refined Question: Radio Directory API

Here are the list of api which will gives your radio stations that can be listen through internet.

programmableweb

http://www.programmableweb.com/news/50000-radio-stations-one-api/2012/01/26

Dribble

https://dirble.com/developer/api

shoutcast

http://wiki.shoutcast.com/wiki/SHOUTcast_Radio_Directory_API

Thanks to Brad

like image 149
Rajan Twanabashu Avatar answered Oct 20 '22 17:10

Rajan Twanabashu


I've been looking into this in 2022, and wanted to share a potential option for others who are pulling their hair out.

https://www.npmjs.com/package/radio-browser-api

This API has actually turned out to be great! There is some management that needs to be done for dead streams still, and invalid urls, but overall it was a breeze to implement. I reccomend especially as a quick way to implement music into web applications.

like image 43
ekrenzin Avatar answered Oct 20 '22 19:10

ekrenzin