Тема: icecast2 + статисктика[проблема]
Вроде искал в поиске но такую тему не нашел.
Раньше у меня стоял icecast2 на винде и всё было нормально, сейчас поставил его на линукс и теперь статистика выводится так:
Вся проблема что моунт /live при отключении не исчезает из статистики, а на винде исчезал. И из за этого при выдергивании инфы на php половину не выводит.Мб кто то сталкивался с этим и знает решение
конфиг:
<icecast>
<limits>
<clients>600</clients>
<sources>3</sources>
<queue-size>524288</queue-size>
<burst-size>65535</burst-size>
</limits>
<hostname>176.36.133.21</hostname>
<listen-socket>
<port>8000</port> <!-- Обычно 8000 -->
</listen-socket>
<fileserve>1</fileserve>
<paths>
<!-- basedir is only used if chroot is enabled -->
<basedir>/usr/share/icecast2</basedir>
<!-- Note that if <chroot> is turned on below, these paths must both
be relative to the new root, not the original root -->
<logdir>/var/log/icecast2</logdir>
<webroot>/usr/share/icecast2/web</webroot>
<adminroot>/usr/share/icecast2/admin</adminroot>
<alias source="/" dest="/index.html"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel>
</logging>
<mount>
<mount-name>/live</mount-name>
<max-listeners>600</max-listeners>
<fallback-mount>/non-stop</fallback-mount>
<fallback-override>1</fallback-override>
<charset>cp1251</charset>
</mount>
<mount>
<mount-name>/non-stop</mount-name>
<max-listeners>600</max-listeners>
<charset>cp1251</charset>
</mount>
</icecast>
Отредактировано [DJ]Dio (20-03-2012 17:27:26)