A library for communicating with and sending data to an icecast server https://www.icecast.org
Go to file
2024-01-06 05:46:06 +01:00
libshout-2.2.2-missing_lib.patch automatic version update by autodist [release 2.3.1-1mamba;Fri Aug 10 2012] 2024-01-06 05:46:06 +01:00
libshout.spec updated maintainer [release 2.4.5-2mamba;Tue Jan 04 2022] 2024-01-06 05:46:06 +01: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

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.