How do you broadcast with Icecast?
Broadcast audio with Icecast2
- Install Icecast2.
- Edit Icecast2 configuration. Open the file /etc/icecast2/icecast.xml as root in an editor.
- Edit defaults. Open the /etc/default/icecast2 file as root in an editor.
- Start/Stop Icecast.
What is Liquidsoap Linux?
Liquidsoap is a powerful and flexible language for describing audio and video streams. It offers a rich collection of operators that you can combine at will, giving you more power than you need for creating or transforming streams.
What type of vulnerability is Icecast?
Icecast : Security Vulnerabilities
| # | CVE ID | Vulnerability Type(s) |
|---|---|---|
| 2 | CVE-2014-9018 | +Info |
| Icecast before 2.4.1 transmits the output of the on-connect script, which might allow remote attackers to obtain sensitive information, related to shared file descriptors. | ||
| 3 | CVE-2005-0838 | DoS Exec Code Overflow |
What port does Icecast use?
8000
You can also verify that Icecast is started by visiting the following URL http://localhost:8000/admin/stats.xsl on the machine running Icecast. Replace localhost with the correct hostname and adjust the port, if you aren’t using the default port 8000. You should be prompted for a username and password.
What is Icecast radio?
Icecast is a streaming media (audio/video) server which currently supports Ogg (Vorbis and Theora), Opus, WebM and MP3 streams. It can be used to create an Internet radio station or a privately running jukebox and many things in between. Icecast is distributed under the GNU GPL, version 2.
How do you install liquid soap?
- Install using OPAM. The recommended method to install liquidsoap is by using the OCaml Package Manager.
- Debian/Ubuntu. We generate debian and ubuntu packages automatically as part of our CI workflow.
- Docker. We provide production-ready docker images via Docker hub.
- Windows.
- Installing from source.
- Latest development version.