【问题标题】:Connecting BUTT to a second shoutcast stream将 BUTT 连接到第二个广播流
【发布时间】:2019-07-04 08:22:30
【问题描述】:

我正在尝试将 BUTT 连接到我的直播服务器上的第二个流源。第一个流工作正常,因为 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 以连接到第二个流。

【问题讨论】:

  • 在 BUTT 中更改密码以指示 SID 有效。 examplemypassword:#2 其中#2 是stream_id,我必须包含井号。但是,我无法在我的 darkice.cfg 文件中设置该值。

标签: streaming shoutcast internet-radio


【解决方案1】:

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

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

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2015-11-21
    • 1970-01-01
    • 2021-04-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多