我正在尝试将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流。如何为shoutcast配置BUTT来做这件事?它无法在软件中指示流ID。我很感谢你帮助我获得这个第二个流连接。
Butt Config for connecting to stream 2 screenshot
只需要帮助配置BUTT连接到第二个流。
发布于 2019-02-13 02:13:43
该问题的解决方案是将流ID放在streampassword_2密码的末尾:
streamid_2=2
streampassword_2=mypassword:#2
streampath_2=radio随后,如果你有一个#3,4,5..您可以相应地将该数字添加到密码之后。
https://stackoverflow.com/questions/54620420
复制相似问题