From 85970dbc3bcc52ae43b3de073cdc426f61cc1a5b Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Sun, 24 Apr 2011 16:39:42 +0200 Subject: [PATCH] Switch to lame encoding for shoutcast --- mopidy/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mopidy/settings.py b/mopidy/settings.py index 7daa2257..7f41cf69 100644 --- a/mopidy/settings.py +++ b/mopidy/settings.py @@ -213,8 +213,8 @@ SHOUTCAST_MOUNT = u'/stream' #: #: Default:: #: -#: SHOUTCAST_ENCODER = u'vorbisenc ! oggmux' -SHOUTCAST_ENCODER = u'vorbisenc ! oggmux' +#: SHOUTCAST_ENCODER = u'lame mode=stereo bitrate=320' +SHOUTCAST_ENCODER = u'lame mode=stereo bitrate=320' #: Overrides to allow advanced setup of shoutcast. Using this settings implies #: that all other SHOUTCAST_* settings will be ignored.