diff options
author | Rodney Cobb <rdc@ktabic.co.uk> | 2010-05-12 23:30:41 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:30:41 +0200 |
commit | caac28b4d4e84c478d52c8e816b370e37f3fbb3d (patch) | |
tree | b64900fb4a35cba212a59c6e9da323b61b8573a6 /libraries/libshout/README | |
parent | e2c2b47e8830fe0624bead6c2bea3005be64e065 (diff) |
libraries/libshout: Added to 12.2 repository
Diffstat (limited to 'libraries/libshout/README')
-rw-r--r-- | libraries/libshout/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/libshout/README b/libraries/libshout/README new file mode 100644 index 000000000000..c3174ee6f678 --- /dev/null +++ b/libraries/libshout/README @@ -0,0 +1,12 @@ +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. + +Libshout is an optional dependency for mpd and has an optional requirement +for speex, both of which are available at SlackBuilds.org. |