A library for communicating with and sending data to an icecast server https://www.icecast.org
Go to file
Automatic Build System 34b5e6e336 rebuilt to remove .la file [release 2.4.6-2mamba;Mon May 06 2024] 2024-05-07 10:57:32 +02:00
README.md automatic version update by autodist [release 2.4.5-1mamba;Sat Feb 13 2021] 2024-01-06 05:46:06 +01:00
libshout.spec rebuilt to remove .la file [release 2.4.6-2mamba;Mon May 06 2024] 2024-05-07 10:57:32 +02:00

README.md

libshout

Libshout is a library for communicating with and sending data to an icecast server. It handles the socket connection, the timing of the data, and prevents bad data from getting to the icecast server. With just a few lines of code, a programmer can easily turn any application into a streaming source for an icecast server. Libshout also allows developers who want a specific feature set (database access, request taking) to concentrate on that feature set, instead of worrying about how server communication works.