我正在尝试将BUTT连接到我的shoutcast服务器上的第二个流源。第一个流工作正常,因为Shoutcast Administration将其显示为流#1。它通过一台运行MIXXX的独立机器连接,工作正常。它还显示了流#2信息,因此我确认它是活动的。 (见截图)
这是我的sc_serv.conf文件:
password=xxxxxxxxxxxxx
requirestreamconfigs=1
streamadminpassword_1=xxxxxxxxxxxxx
streamid_1=1
streampassword_1=xxxxxxxxxxxxx
streampath_1=stream
streamid_2=2
streampassword_2=xxxxxxxxxxxxx
streampath_2=radio
logfile=logs/sc_serv_2.log
w3clog=logs/sc_w3c.log
banfile=control/sc_serv.ban
ripfile=control/sc_serv.rip
streamauthhash_1=xxxxxxxxxxxxx
我想将BUTT连接到streamid_2流。如何配置BUTT为shoutcast执行此操作?它无法在软件中指示流ID。我很感激获得第二个流连接的帮助。
Butt Config for connecting to stream 2 screenshot
只需要帮助配置BUTT以连接到第二个流。
解决方法是将流ID放在streampassword_2密码的末尾:
streamid_2=2
streampassword_2=mypassword:#2
streampath_2=radio
随后,如果你有一个#3,4,5 ..你相应地在密码后添加该数字。