IceS: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
m (→‎Stable Releases: Corrected Website Link href and spelling)
m (Typo: rerecorded -> pre-recorded)
 
(7 intermediate revisions by 2 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 ==
[http://icecast.org/ices IceS Website]
Stable releases can be found on the [http://icecast.org/ices/ IceS Website].
 
Ices comes in two flavors,
* 0.x flavor which supports sending an MP3 stream to an icecast server
* 2.x flavor which supports sending an Ogg Vorbis stream to an icecast server.


== 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 hav 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.
 
=== ices2 ===
development of ices2 is split up into two branches right now.
 
* http://svn.xiph.org/icecast/trunk/ices here you find the latest version of the ices2.0 release
* http://svn.xiph.org/icecast/branches/kh/ices the kh branche of ices2 as several new features and depends on a [[http://svn.xiph.org/icecast/branches/kh/libshout modified version of libshout]].
 
one of the new features in ices2-kh is a new input plugin for [http://jackit.sf.net jack]. this way you can send a live ogg vorbis stream from any jack capable audio application.
 
[http://ices.reboot.fm/ some notes on using ices2 with jack]


[[Category:Xiph-related Software]]
[[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.