IceS: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
(general updates: fixed links, removed obsolete infos.)
m (Typo: rerecorded -> pre-recorded)
 
(2 intermediate revisions by the same user 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 ==
[http://icecast.org/ices/ IceS Website]
Stable releases can be found on the [http://icecast.org/ices/ IceS Website].
 
IceS comes in two flavors:
* 2.x flavor, which supports sending an [[Ogg]] [[Vorbis]] stream to an Icecast server.
* 0.x flavor, which supports sending an MP3 stream to an Icecast server. '''This is deprecated.'''


== Development ==
== Development ==
=== ices2 ===
=== ices2 ===
AT the moment, the source code is available at <code><nowiki>https://git.xiph.org/icecast-ices.git</nowiki></code>. But see also [[Icecast Server/Git workflow]] for details.
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]]

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.