IceS: Difference between revisions
Jump to navigation
Jump to search
Martin.leese (talk | contribs) m (Tidy (mostly caps)) |
Martin.leese (talk | contribs) m (Better Wikilinks) |
||
Line 4: | Line 4: | ||
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 == | ||
Line 17: | Line 17: | ||
* 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]). | * 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]. | 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]. | ||
[[Category:Icecast]] | [[Category:Icecast]] |
Revision as of 09:00, 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.