IceS: Difference between revisions
m (→ices2) |
m (Typo: rerecorded -> pre-recorded) |
||
(17 intermediate revisions by 11 users not shown) | |||
Line 1: | Line 1: | ||
IceS is a source client for [[Icecast]]. It supports reading live from audio devices or stdin or pre-recorded files from a playlist and send it to Icecast. Playlists can be updated on-the-fly. Also IceS is sometimes considered a reference implementation for Icecast source clients in general. It is maintained directly by the Icecast project. | |||
[[ | |||
== Versions == | |||
Currently stable releases as well as ongoing development happens on version 2.x. Historically there was a version 0.x sending MP3 streams. This version has been deprecated and is not supported any more. Version 2.x does support sending streams in [[Ogg]]/[[Vorbis]]. | |||
== Stable Releases == | |||
Stable releases can be found on the [http://icecast.org/ices/ IceS Website]. | |||
== Development == | == Development == | ||
=== ices2 === | |||
AT the moment, the source code is available at <code>https://git.xiph.org/icecast-ices.git</code>. But see also [[Icecast Server/Git workflow]] for details. | |||
=== ices0 === | === ices0 === | ||
For the latest version of ices0 have a look in the svn repository at <code>http://svn.xiph.org/icecast/trunk/ices0/</code>. Note that this is only kept for reference. | |||
[[ | [[Category:Icecast]] |
Latest revision as of 03:56, 22 January 2017
IceS is a source client for Icecast. It supports reading live from audio devices or stdin or pre-recorded files from a playlist and send it to Icecast. Playlists can be updated on-the-fly. Also IceS is sometimes considered a reference implementation for Icecast source clients in general. It is maintained directly by the Icecast project.
Versions
Currently stable releases as well as ongoing development happens on version 2.x. Historically there was a version 0.x sending MP3 streams. This version has been deprecated and is not supported any more. Version 2.x does support sending streams in Ogg/Vorbis.
Stable Releases
Stable releases can be found on the IceS Website.
Development
ices2
AT the moment, the source code is available at https://git.xiph.org/icecast-ices.git
. But see also Icecast Server/Git workflow for details.
ices0
For the latest version of ices0 have a look in the svn repository at http://svn.xiph.org/icecast/trunk/ices0/
. Note that this is only kept for reference.