首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Icecast看不到挂载点

Icecast看不到挂载点
EN

Stack Overflow用户
提问于 2013-09-13 14:24:26
回答 2查看 8.8K关注 0票数 2

我在icecast 2中的挂载点有问题,下面是我的配置

代码语言:javascript
复制
<icecast>
<limits>
    <clients>100</clients>
    <sources>20</sources>
    <threadpool>5</threadpool>
    <queue-size>524288</queue-size>
    <client-timeout>30</client-timeout>
    <header-timeout>15</header-timeout>
    <source-timeout>10</source-timeout>
    <burst-on-connect>10</burst-on-connect>
    <burst-size>65535</burst-size>
</limits>

<authentication>
    <source-password>admin</source-password>
    <relay-password>admin</relay-password>
    <admin-user>admin</admin-user>
    <admin-password>admin</admin-password>
</authentication>

<hostname>localhost</hostname>
<listen-socket>
    <port>8000</port>
</listen-socket>
<fileserve>1</fileserve>

<mount>
    <mount-name>/example-complex.ogg</mount-name>
    <max-listeners>100000</max-listeners>
    <dump-file>/tmp/dump-example1.ogg</dump-file>
    <fallback-mount>example2.ogg</fallback-mount>
</mount>



<paths>
<basedir>/opt/local/share/icecast</basedir>
<logdir>/opt/local/var/log/icecast</logdir>
<webroot>/opt/local/share/icecast/web</webroot>
<adminroot>/opt/local/share/icecast/admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>

<logging>
    <accesslog>access.log</accesslog>
    <errorlog>error.log</errorlog>
      <loglevel>3</loglevel>
      <logsize>10000</logsize>
</logging>

<security>
    <chroot>0</chroot>
    <changeowner>
        <user>djpasica</user>
        <group>admin</group>
    </changeowner>
</security>
</icecast>

结果是icecast管理中的一个空挂载点:

在开始nicecast之后,我有一个安装点,但是它是空的

我用的是:

代码语言:javascript
复制
icecast 2.3.2
nicecast 1.10.4
os: mac os x 10.7

nicecast config:Server Type: Icecast 2
Adress: localhost
Port: 8000
Mount Point: /example-complex.ogg
EN

回答 2

Stack Overflow用户

发布于 2015-04-26 12:38:20

嘿,看起来你在配置Nicecast时出错了。您可能需要阅读以下指南

请注意,Nicecast有内置的Icecast服务器,请确保您没有使用此服务器。也不是因为某种原因,Nicecast会杀死在启动Nicecast的同一台机器上运行的Icecast服务器。因此,您必须首先启动Nicecast,然后才启动您的Icecast服务器。(不过,在禁用内置服务器之后,这种情况不应该再发生)我在Nicecast的某些版本中遇到的另一个问题是,Settings或至少一些设置(比如Mountpoint名称)只在重新启动Nicecast之后才生效。

另外,确保您的挂载点名称是而不是 /,因为这是一个不可能的挂载点名称(它与web接口冲突)。

票数 1
EN

Stack Overflow用户

发布于 2018-03-08 21:34:53

挂载path之上使用

代码语言:javascript
复制
<mount>
    <mount-name>/myradio</mount-name>
    <password>mypassword</password>
    <public>1</public>
</mount>

然后在编码器中使用/myradio作为挂载点,使用mypassword作为密码。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/18788715

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档