Find valid Radio Stream URL from Icecast or Shoutcast (pls m3u xspf)

Radio Forge Player support all Radio Streaming URLs, find valid Radio Streaming URL from Icecast / Shoutcast servers

Note: Make sure you have valid MP3 Radio Stream

Shoutcast V1 (http://shoutcast-server-ip:port/)
Shoutcast V2 (http://shoutcast-server-ip:port/streamname)
Icecast (http://icecast-server-ip:port/streamname)

Shoutcast V1

Go to URL http://shoutcast-server-ip:port/ then click on “Listen“, download .pls file http://shoutcast-server-ip:port/listen.pls, open it in any text editor to get Shoutcast V1 Streaming URL

shoutcast-v1

listen.pls


NumberOfEntries=1
File1=http://shoutcast-server-ip:port/

Shoutcast V2

Go to URL http://shoutcast-server-ip:port/ then click on “Listen” from Available Streams, say you clicked “Stream #1” download .pls file http://shoutcast-server-ip:port/listen.pls?sid=1, open it in any text editor to get Shoutcast V2 Streaming URL

shoutcast-v2

listen.pls


NumberOfEntries=1
File1=http://shoutcast-server-ip:port/stream/1/
Title1=Radio Title :: www.domain.com :: 24 Live
Length1=-1
Version=2

Icecast

Go to URL http://shoutcast-server-ip:port/ then click on “M3U or XSPF“, download .m3u or .xspf file http://shoutcast-server-ip:port/stream.m3u or http://shoutcast-server-ip:port/stream.xspf, open it in any text editor to get Icecast Streaming URL for RadioForge Players

icecast

stream.m3u

http://shoutcast-server-ip:port/stream

stream.xspf

<?xml version="1.0" encoding="UTF-8"?>
<playlist xmlns="http://xspf.org/ns/0/" version="1">
<title/>
<creator/>
<trackList>
<track>
<location>http://shoutcast-server-ip:port/stream</location>
<title></title>
<annotation>Stream Title: Radio Station
Stream Description: Radio Programs
Content Type:audio/mpeg
Bitrate: 128
Current Listeners: 1
Peak Listeners: 6
Stream Genre: Radio Community Station</annotation>
<info>www.domain.com</info>
</track>
</trackList>
</playlist>

 

Shoutcast.com

Go to URL https://www.shoutcast.com/, download any file .pls .m3u .xspf, open in text editor then find Radio Streaming URL

pls-m3u-xspf

Centova Cast

Posted in: HTML5, Icecast, Shoutcast