icecast
Streaming media server
Icecast is a streaming media server which currently supports Ogg (Vorbis and Theora), Opus, WebM and MP3 audio streams. It can be used to create an Internet radio station or a privately running jukebox and many things in between.
- Versions: 2.4.4
- Website: https://icecast.org/
- Licenses: GPL 2
- Package source: gnu/packages/xiph.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of icecast
as follows:
guix install icecast
Or install a particular version:
guix install icecast@2.4.4
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of icecast about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/icecast'><img src='https://packages.guix.gnu.org/packages/icecast/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/icecast/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/icecast)
Example Org:
[[https://packages.guix.gnu.org/packages/icecast][https://packages.guix.gnu.org/packages/icecast/badges/latest-version.svg]]