身份验证 url 在 Icecast 上不起作用

Authentication url not working on Icecast

未加载身份验证时出错。

[2015-04-07 13:44:22] EROR auth/get_authenticator Auth URL disabled

我看到了 github 个问题 (https://github.com/karlheyes/icecast-kh/issues/32)。 所以我安装了 curllib-devl,但是我发现了错误。

Centos 6.6 版(最终版)

<mount type="default">
</mount>
<mount type="normal">
  <mount-name>/ices</mount-name>
  <public>1</public>
  <authentication type="url">
    <option name="listener_add" value="http://localhost/hoge/web/app_dev.php/listener-joined" />
    <option name="listener_remove" value="http://localhost/hoge/web/app_dev.php/listener-left" />
  </authentication>
</mount>

EPEL 存储库中有适用于 CentOS 的官方 Icecast 2.4.1 软件包。 URL 身份验证将与这些一起正常工作。

http://dl.fedoraproject.org/pub/epel/6/x86_64/repoview/icecast.html

Generic instructions on enabling EPEL repositories

如果您是从源安装的,请确保先删除所有这些文件以避免混淆。通常它们被限制在 /usr/local,这使得这很容易。