Actions

Integrating Feeds

From The RadioReference Wiki

Licensing Use of Live Audio Feeds

Use of the live audio feeds on RadioReference.com in commercial applications that are sold at a cost, such as mobile device applications, require a license from RadioReference.com. Licenses issued include access to the Live Audio Feed Catalog API as outlined below.

For more information on licensing the live audio components of RadioReference.com, please contact Lindsay Blanton via Email: lindsay (AT) RadioReference.com with the details of your application and contact information.

Live Audio Feed Catalog API

RadioReference provides a live audio feed catalog to licensed users. The API provides a real time interface into audio feed broadcast details, including feed statuses, mount points, broadcast servers, locations covered, and other details.

More information can be found on the Live Audio API section at:

Audio Feed Catalog API

Live Audio API Mailing List

Developers are encourage to join the Live Audio API Developer's Mailing list. Announcements and support is provided there.

Integrating Feeds in your Web Site

Embedding Your Audio Feed on Your Web Page

Feed broadcasters are allowed to embed their feeds in their own web pages, for free, provided they use ONLY the following process for doing so:

First, you need to apply for a domain key:

Your Account - API Configuration

Make sure the domain that you specify to be licensed is the domain you plan on embedding the feed. Once approved for a domain key, follow the instructions in the "Embed Feed in a Web page" section on your feed owner page to add the player.

Displaying Your Feed Statistics on Your Site

You can display your feed's listeners by inserting the following code on your site:

http://api.broadcastify.com/listeners/feed/####


where #### is the ID for your feed.

This will return the number of listeners you feed is serving online.

You can find the feedID value for your feed on your feed owner's page:

FeedIdProvider.gif


Return to Live Audio