summaryrefslogtreecommitdiffstats
path: root/lib/libshout-idjc/README
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2021-01-08 16:23:14 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2021-01-08 23:51:56 +0100
commitc844c8514308707d605602499b391ba14072433b (patch)
treebe94eb9392a68216f0946ace55a4d825c545a618 /lib/libshout-idjc/README
parent029b40539380119bcd80a28e53607b2530d1b548 (diff)
Renamed libshout folder to libshout-idjc
Diffstat (limited to 'lib/libshout-idjc/README')
-rw-r--r--lib/libshout-idjc/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/libshout-idjc/README b/lib/libshout-idjc/README
new file mode 100644
index 0000000000..785b3dbfde
--- /dev/null
+++ b/lib/libshout-idjc/README
@@ -0,0 +1,20 @@
+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.