Contact Info

info@radioserv.co.uk

info@radioserv.co.uk

Get Started
Recommended Services
Supported Scripts
WordPress
Hubspot
Joomla
Drupal
Wix
Shopify
Magento
Typeo3
View Categories

Obtaining your SSL (HTTPS) audio link

3 min read

Both our Shoutcast and Icecast hosting plans support a full-fledged SSL (HTTPS) proxy audio link. This link can be used in practically any website, audio player, application, game, etc that supports the MP3 format. It basically functions as a .mp3 file, but is a constant audio stream.

Our HTTPS Audio links are also unique in the fact that they do not have any ports like traditional Shoutcast/Icecast audio links, this is to prevent cases where a listener’s internet provider has blocked certain ports, so listening would not be possible for them if it had a port.

Our SSL audio links follow the following format:

https://login-hostname/proxy/username/mountpoint

Assembling your link simply requires you to fill in your accounts login-hostnameusername and mountpoint within the link provided above. We have included a table below that has an example for each parameter as well as a short explanation.

ParameterExplainationExample
login-hostnameThe hostname of your servercast5.my-control-panel.com
usernameThe username you use to login to your CentovaCast accountradioserv
mountpointThe mountpoint of your stream typically /stream for Shoutcast and /live for Icecast/stream

These example details assume the following:

    • Login-hostname = cast5.my-control-panel.com
    • Username = radioserv
    • mountpoint = /stream

    By using these example details, the SSL audio link for this user would be:

    https://cast5.my-control-panel.com/proxy/radioserv/stream

    The SSL link is always in MP3 format. This is because all major browsers have support for MP3. You can also use the SSL link in practically any audio player that supports MP3

    The HTTPS proxy link also supports metadata for both Shoutcast and Icecast. Metadata is useful if you would like to display certain stream statistics in an audio player, application or similar.

    Our SSL metadata links follow the following format:

    https://login-hostname/proxy/username/metadata-endpoint

    Info

    Do remember that you do not include a mountpoint (/stream) when assembling a metadata link.

    We’ll assume the following:

    ParameterExplainationExample
    login-hostnameThe hostname of your servercast5.my-control-panel.com
    usernameThe username you use to login to your CentovaCast accountradioserv
    Metadata-EndpointThe metadata endpoint you are trying to retrieve.stats
      • Login-hostname = cast5.my-control-panel.com
      • Username = radioserv
      • Metadata-Endpoint = stats

      By using these example details, the SSL metadata link for this user would be:

       

      https://cast5.my-control-panel.com/radioserv/stats

      Metadata Endpoint table list for Shoutcast

      Metadata EndpointExplanation
      statsRetrieves stream data in XML format, this includes titles, playlists, stream name, listener count, etc
      stats?json=1Retrieves stream data in JSON format, this includes titles, playlists, stream name, listener count, etc
      statisticsRetrieves stream data + server data, including server port, peak listeners, active streams, titles, playlists, etc
      currentsongRetrieves the current playing song

      Metadata Endpoint table list for Icecast

      Metadata EndpointExplanation
      status-json.xslRetrieves all stream data in JSON format, this includes titles, playlists, stream name, listener count, etc

      Powered by BetterDocs