Blame README

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