将BUTT连接到第二个广播流

时间:2019-02-10 19:57:55

标签: streaming shoutcast internet-radio

我正在尝试将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以进行广播?它无法在软件中指示流ID。我感谢获得第二个流连接的帮助。

Butt Screenshot

Shoutcast Server Screenshot

Butt Config for connecting to stream 2 screenshot

只需要帮助配置BUTT以连接到第二个流即可。

1 个答案:

答案 0 :(得分:0)

解决方案是将流ID放在streampassword_2的密码末尾:

 streamid_2=2
 streampassword_2=mypassword:#2
 streampath_2=radio

随后,如果您拥有#3,4,5 ..,则在密码之后相应地添加该数字。