radioanonymous/icecast-ra
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This file describes new features added in this fork.
For original icecast README file refer to README.icecast-kh
* Automatic charset conversions for Russian language - works without any
additional settings. If you found error in charset conversions, please
report a bug and upload file with broken tags somewhere.
* Mounts status in json format as static files suitable to serve with any
web-server.
To activate this feature add parameter "jsonstatsdir" to icecast config
into section "paths" and make sure that specified directory exists and
writeable by icecast process.
Mount status files have following format:
{mount: "ices", title: "65Daysofstatic - Radio Protector", listeners: 0}
* Machine-friendly status page: /status-raw.xsl:
$ curl http://localhost:8000/status-raw.xsl
<?xml version="1.0" encoding="UTF-8"?>
<status>
<mount id="/ices">
<stream-title>Default stream name</stream-title>
<stream-description>Default description</stream-description>
<content-type>audio/mpeg</content-type>
<mount-start>Tue, 10 Jan 2012 22:25:06 +0400</mount-start>
<bitrate>128</bitrate>
<listeners>0</listeners>
<peak-listeners>0</peak-listeners>
<genre>Default genre</genre>
<server-url>http://www.icecast.org/</server-url>
<current-song>65Daysofstatic - Radio Protector</current-song>
</mount>
</status>