Icecast is a streaming mp3 audio server. Icecast provides nearly all the functionality of the Shoutcast server. It will accept encoding streams from encoders like winamp, shout and ices. It can also add itself to a directory server such as our own icecast.linuxpower.org or Nullsoft's yp.shoutcast.com.
Icecast is a streaming mp3 audio server. Icecast provides nearly all the functionality of the Shoutcast server. It will accept encoding streams from encoders like winamp, shout and ices. It can also add itself to a directory server such as our own icecast.linuxpower.org or Nullsoft's yp.shoutcast.com.
To install icecast, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install icecast
To see what files were installed by icecast, run:
port contents icecast
To later upgrade icecast, run:
sudo port selfupdate && sudo port upgrade icecast
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.