Actions

Difference between revisions of "Integrating Feeds"

From The RadioReference Wiki

 
(7 intermediate revisions by 4 users not shown)
Line 15: Line 15:
 
== Live Audio API Mailing List ==
 
== Live Audio API Mailing List ==
  
Developers are encourage to join the Live Audio API Developer's Mailing list.  Announcements and support is provided on this mailing list:
+
Developers are encourage to join the [http://groups.yahoo.com/group/RR_LiveAudioAPI Live Audio API Developer's] Mailing list.  Announcements and support is provided there.
 
 
* http://groups.yahoo.com/group/RR_LiveAudioAPI
 
  
 
= Integrating Feeds in your Web Site =
 
= Integrating Feeds in your Web Site =
Line 33: Line 31:
 
== Displaying Your Feed Statistics on Your Site ==
 
== Displaying Your Feed Statistics on Your Site ==
  
You can display your feed's status and # of listeners by inserting the following script on your site:<br>
+
You can display your feed's listeners by inserting the following code on your site:<br>
  
<script language="JavaScript" src="http://api.radioreference.com/audio/listeners.php?feedId=####">
+
http://api.broadcastify.com/listeners/feed/####
</script>
 
 
   
 
   
  
 
where #### is the ID for your feed.
 
where #### is the ID for your feed.
  
This script will return the number of listeners you feed is serving if online. If offline, the script will return the string "Offline."
+
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:
 
You can find the feedID value for your feed on your feed owner's page:
Line 51: Line 48:
  
 
[[Category:Online Radios]]
 
[[Category:Online Radios]]
[[Category:FAQ]]
+
[[Category:Live Audio FAQ]]
[[Category:Live Audio Broadcasting]]
 

Latest revision as of 06:34, 19 November 2019

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