Custom XML Configuration

As of version 2.12.3 it is possible to apply custom xml configurations to Icecast and Icecast KH stations from the Service Configuration -> Advanced tab. All directives entered here are merged into the icecast configuration file automatically. Please note that invalid configurations may prevent Icecast from starting.

This is currently only supported Icecast and Icecast KH, custom configuration support for SHOUTcast is coming soon.

Example

The example below will set the max-listener-duration on the first mount point. If there are multiple mount points then you can simply duplicate the <mount> directive for each mount point that exists.

<icecast>
  <mount>
    <max-listener-duration>43200</max-listener-duration>
  </mount>
</icecast>
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Delay between stream and listener/viewer

We are often asked why there is a delay between the stream source and the listener, this is due...

How to live stream with AutoDJ Fallback

Operating a live Icecast stream with an AutoDJ fallback is easy with the MediaCP. Icecast...

Media tracks or files placed directly in content is not detected

Media file information is processed and stored in the database which means that files placed in...

Now Playing Album Cover Art is missing

Icecast & Icecast KH services count all HTTP requests as connections against the service,...

Storage Limit Higher Than Configured

If you are configuring a service and find that after setting a specific storage limit that the...