IceS: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
(Rewriting and structuring)
m (Typo: rerecorded -> pre-recorded)
 
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.
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 ==
== Versions ==

Latest revision as of 04: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.