hello all,
i'm trying to setup a shoutcast v2 server. i want to stream from home a 256 aac+ stream and using sc_trans let my users select the appropriate encoding/bitrate.
in sc_serv.sc i have:
streamid_1=1
streampath_1=/aac-256.aac
streamid_2=2
streampath_2=/aac-128.aac
streamid_3=3
streampath_3=/mp3-256.pls
streamid_4=4
streampath_4=/listen.pls
in sc_trans.cfg i have:
encoder_1=aacp
bitrate_1=256000
encoder_2=aacp
bitrate_3=128000
encoder_3=mp3
bitrate_3=256000
encoder_4=mp3
bitrate_4=128000
outprotocol_1=3
serverip_1=127.0.0.1
serverport_1=30010
password_1=pass
streamid_1=1
of course, there is only one stream... what am i doing wrong ?
i'm trying to setup a shoutcast v2 server. i want to stream from home a 256 aac+ stream and using sc_trans let my users select the appropriate encoding/bitrate.
in sc_serv.sc i have:
streamid_1=1
streampath_1=/aac-256.aac
streamid_2=2
streampath_2=/aac-128.aac
streamid_3=3
streampath_3=/mp3-256.pls
streamid_4=4
streampath_4=/listen.pls
in sc_trans.cfg i have:
encoder_1=aacp
bitrate_1=256000
encoder_2=aacp
bitrate_3=128000
encoder_3=mp3
bitrate_3=256000
encoder_4=mp3
bitrate_4=128000
outprotocol_1=3
serverip_1=127.0.0.1
serverport_1=30010
password_1=pass
streamid_1=1
of course, there is only one stream... what am i doing wrong ?
Comment