IceS: Difference between revisions
(Rewriting and structuring) |
|||
Line 1: | Line 1: | ||
IceS is a source client for [[Icecast]]. It supports reading live from audio devices or stdin or rerecorded 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 == | ||
[http://icecast.org/ices/ IceS Website] | Stable releases can be found on the [http://icecast.org/ices/ IceS Website]. | ||
== Development == | == Development == | ||
=== ices2 === | === ices2 === | ||
AT the moment, the source code is available at <code | 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 http://svn.xiph.org/icecast/trunk/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]] | [[Category:Icecast]] |
Revision as of 07:51, 27 December 2016
IceS is a source client for Icecast. It supports reading live from audio devices or stdin or rerecorded 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.