Switch to lame encoding for shoutcast

This commit is contained in:
Thomas Adamcik 2011-04-24 16:39:42 +02:00
parent 44316c7cfc
commit 85970dbc3b

View File

@ -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.