Icecast 看不到挂载点
Posted
技术标签:
【中文标题】Icecast 看不到挂载点【英文标题】:Icecast dont see mount point 【发布时间】:2013-09-13 14:24:26 【问题描述】:我在 icecast 2 中遇到了挂载点问题 以下是我的配置
<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 admin 中的空挂载点:
在开始 nicecast 后,我有 1 个挂载点,但它是一个空的“/”
我用什么:
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
【问题讨论】:
如果你在最后加上</icecast>
,这能解决问题吗?
不(我把它放在块代码之外,在实际配置中他是
您能否将整个配置放入您的问题中(用示例替换任何 IP 和密码)。
同样的问题。我的配置 - pastebin.com/QbRLWswc
【参考方案1】:
您好,您似乎在配置 Nicecast 时出错。您可能想阅读following guide。
请注意,Nicecast 有一个内置的 Icecast 服务器,请确保您没有使用这个服务器。也不是说 Nicecast 出于某种原因会杀死启动 Nicecast 的同一台机器上的任何正在运行的 Icecast 服务器。因此,您必须先启动 Nicecast,然后才能启动您的 Icecast 服务器。 (但是,在您禁用内置服务器后,这不应该再发生了) 我在使用某些版本的 Nicecast 时遇到的另一个问题是设置或至少一些设置(例如挂载点名称)只有在重新启动 Nicecast 后才会生效。
另外确保您的挂载点名称不是/
,因为这是一个不可能的挂载点名称(它与网络界面冲突)。
【讨论】:
技术上并非不可能,但相当不方便,需要一些额外的配置。所以我会在“高级用例,不适合初学者”下归档。【参考方案2】:在mount及以上path使用
<mount>
<mount-name>/myradio</mount-name>
<password>mypassword</password>
<public>1</public>
</mount>
然后在您的编码器中使用 /myradio 作为挂载点,使用 mypassword 作为密码
【讨论】:
以上是关于Icecast 看不到挂载点的主要内容,如果未能解决你的问题,请参考以下文章
这是一系列关于磁盘管理的命令有:fdisk,mkfs,mount,umount,swap还有开机自动挂载等!这次命令有点多博友们可以加以点赞收藏防止以后找不到,冲吧博友们,加油!整理不易点个关注呗