Blame README

Packit Service 102f81
libshout
Packit Service 102f81
--------
Packit Service 102f81
Packit Service 102f81
Libshout is a library for communicating with and sending data to an
Packit Service 102f81
icecast server.  It handles the socket connection, the timing of the
Packit Service 102f81
data, and prevents bad data from getting to the icecast server.
Packit Service 102f81
Packit Service 102f81
With just a few lines of code, a programmer can easily turn any application
Packit Service 102f81
into a streaming source for an icecast server.  Libshout also allows 
Packit Service 102f81
developers who want a specific feature set (database access, request taking)
Packit Service 102f81
to concentrate on that feature set, instead of worrying about how server
Packit Service 102f81
communication works.
Packit Service 102f81
Packit Service 102f81
Please refer to the api reference and example code to start learning how to 
Packit Service 102f81
use libshout in your own code.
Packit Service 102f81
Packit Service 102f81
Libshout is licensed under the LGPL.  Please see the COPYING file for details.
Packit Service 102f81
Packit Service 102f81
If you have any questions or comments, please visit us at 
Packit Service 102f81
http://www.icecast.org or email us at team@icecast.org.