IceS: Difference between revisions
Jump to navigation
Jump to search
Martin.leese (talk | contribs) m (Replaced Category:Xiph-related Software with Category:Icecast) |
Martin.leese (talk | contribs) m (Tidy (mostly caps)) |
||
Line 2: | Line 2: | ||
[http://icecast.org/ices IceS Website] | [http://icecast.org/ices IceS Website] | ||
Ices comes in two flavors | Ices comes in two flavors: | ||
* 0.x flavor which supports sending an MP3 stream to an icecast server | * 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. | * 2.x flavor, which supports sending an [[Ogg Vorbis]] stream to an icecast server. | ||
== Development == | == Development == | ||
=== ices0 === | === ices0 === | ||
For the latest version of ices0 hav a look in the svn repository at http://svn.xiph.org/icecast/trunk/ices0/ | |||
=== ices2 === | === ices2 === | ||
development of ices2 is split up into two branches | At the moment, the development of ices2 is split up into two branches: | ||
* http://svn.xiph.org/icecast/trunk/ices | * http://svn.xiph.org/icecast/trunk/ices for the latest version of the ices2.0 release. | ||
* http://svn.xiph.org/icecast/branches/kh/ices the kh | * http://svn.xiph.org/icecast/branches/kh/ices for the kh branch of ices2 containing several new features (depends on [http://svn.xiph.org/icecast/branches/kh/libshout a modified version of libshout]). | ||
One of the new features in ices2-kh is a new input plugin for [http://jackit.sf.net jack]. Using this you can send a live [[Ogg Vorbis]] stream from any jack capable audio application. Some notes on [http://ices.reboot.fm/ using ices2 with jack]. | |||
[http://ices.reboot.fm/ | |||
[[Category:Icecast]] | [[Category:Icecast]] |
Revision as of 08:58, 25 December 2015
Stable Releases
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
ices0
For the latest version of ices0 hav a look in the svn repository at http://svn.xiph.org/icecast/trunk/ices0/
ices2
At the moment, the development of ices2 is split up into two branches:
- http://svn.xiph.org/icecast/trunk/ices for the latest version of the ices2.0 release.
- http://svn.xiph.org/icecast/branches/kh/ices for the kh branch of ices2 containing several new features (depends on a modified version of libshout).
One of the new features in ices2-kh is a new input plugin for jack. Using this you can send a live Ogg Vorbis stream from any jack capable audio application. Some notes on using ices2 with jack.