From 2139d8bba8620a194b980435a3093147f0de50cf Mon Sep 17 00:00:00 2001 From: Aaron McEwan Date: Sun, 12 Oct 2008 12:14:51 +0200 Subject: shout: make the protocol configurable Added configuration parameter "protocol" which lets the user choose from 3 shout protocols. This adds support for real shoutcast servers. --- doc/mpd.conf.5 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/mpd.conf.5') diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index 5a77d4944..9263b0865 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -382,8 +382,12 @@ for encoding. .TP .B encoding This specifies which output encoding to use. Should be either "ogg" -or "mp3". The default is "ogg". +or "mp3", "mp3" is needed for shoutcast streaming. The default is "ogg". .TP +.B protocol +This specifies the protocol that wil be used to connect to the +icecast/shoutcast server. The options are "shoutcast", "icecast1" and +"icecast2". The default is "icecast2". .B user This specifies the username to use when logging in to the icecast server. The default is "source". -- cgit v1.2.3