Go to file
openKylinBot 5a4f27a800 changed debian/source/format to native 2022-05-14 01:19:17 +08:00
debian changed debian/source/format to native 2022-05-14 01:19:17 +08:00
doc Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
examples Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
include Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
m4 Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
src Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
win32 Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
COPYING Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
INSTALL Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
Makefile.am Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
Makefile.in Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
NEWS Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
README Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
aclocal.m4 Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
compile Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
config.guess Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
config.h.in Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
config.sub Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
configure Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
configure.ac Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
depcomp Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
install-sh Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
libshout.ckport Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
ltmain.sh Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
missing Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00
shout.pc.in Import Upstream version 2.4.3 2022-05-14 01:19:14 +08:00

README

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.

Please refer to the api reference and example code to start learning how to 
use libshout in your own code.

Libshout is licensed under the LGPL.  Please see the COPYING file for details.

If you have any questions or comments, please visit us at 
http://www.icecast.org or email us at team@icecast.org.