Тема: На всей маунтах проигрывается один плейлист (Isecast2 и Ices2).
Здравствуйте. Есть несколько маунтов с разными плейлистами, но на всех маунтах крутится только один плейлист (krolik.ogg). В чем может быть проблема? Все находится на vds. Ubuntu
icecast.xml
<icecast>
<location>Earth</location>
<admin>icemaster@localhost</admin>
<limits>
<clients>100</clients>
<sources>2</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>1</burst-on-connect>
<burst-size>65535</burst-size>
</limits>
<authentication>
<source-password>******</source-password>
<relay-password>******</relay-password>
<admin-user>admin</admin-user>
<admin-password>******</admin-password>
</authentication>
<hostname>localhost</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<fileserve>1</fileserve>
<paths>
<basedir>/usr/share/icecast2</basedir>
<logdir>/var/log/icecast2</logdir>
<webroot>/usr/share/icecast2/web</webroot>
<adminroot>/usr/share/icecast2/admin</adminroot>
<alias source="/" destination="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel>
<logsize>10000</logsize>
</logging>
<mount>
<mount-name>/example1.ogg</mount-name>
<password>******</password>
<max-listeners>100</max-listeners>
<charset>cp1251</charset>
<public>0</public>
<stream-name>SubwayFm non-stop stream</stream-name>
<stream-description>creative commons stream</stream-description>
<stream-url>localhost</stream-url>
<genre>Ambient</genre>
<bitrate>64</bitrate>
<type>audio/mpeg</type>
<subtype>ogg</subtype>
<hidden>0</hidden>
</mount>
<mount>
<mount-name>/teststream.ogg</mount-name>
<password>******</password>
<max-listeners>100</max-listeners>
<charset>cp1251</charset>
<public>0</public>
<stream-name>tech stream</stream-name>
<stream-description>tech stream</stream-description>
<stream-url>localhost</stream-url>
<genre>ANY</genre>
<bitrate>64</bitrate>
<type>audio/mpeg</type>
<subtype>ogg</subtype>
<hidden>0</hidden>
</mount>
<mount>
<mount-name>/krolik.ogg</mount-name>
<password>******</password>
<max-listeners>100</max-listeners>
<charset>cp1251</charset>
<public>0</public>
<stream-name>krolik stream</stream-name>
<stream-description>krolik stream</stream-description>
<stream-url>localhost</stream-url>
<genre>ANY</genre>
<bitrate>64</bitrate>
<type>audio/mpeg</type>
<subtype>ogg</subtype>
<hidden>0</hidden>
</mount>
</icecast>
ices-playlist.xml
<?xml version="1.0"?>
<ices>
<background>1</background>
<logpath>/var/log/ices</logpath>
<logfile>ices.log</logfile>
<loglevel>4</loglevel>
<consolelog>0</consolelog>
<stream>
<metadata>
<name>SubwayFm non-stop stream</name>
<genre>Ambient</genre>
<description>creative commons stream</description>
</metadata>
<input>
<module>playlist</module>
<param name="type">basic</param>
<param name="file">/etc/ices2/playlist.txt</param>
<param name="random">1</param>
<param name="restart-after-reread">1</param>
<param name="once">0</param>
</input>
<instance>
<hostname>localhost</hostname>
<port>8000</port>
<password>******</password>
<mount>/example1.ogg</mount>
<reconnectdelay>2</reconnectdelay>
<reconnectattempts>5</reconnectattempts>
<maxqueuelength>80</maxqueuelength>
<encode>
<nominal-bitrate>64000</nominal-bitrate>
<samplerate>44100</samplerate>
<channels>2</channels>
</encode>
</instance>
</stream>
<stream>
<metadata>
<name>SubwayFm TEST stream</name>
<genre>ANY</genre>
<description>tech stream</description>
</metadata>
<input>
<module>playlist</module>
<param name="type">basic</param>
<param name="file">/etc/ices2/testplaylist.txt</param>
<param name="random">1</param>
<param name="restart-after-reread">1</param>
<param name="once">0</param>
</input>
<instance>
<hostname>localhost</hostname>
<port>8000</port>
<password>******</password>
<mount>/teststream.ogg</mount>
<reconnectdelay>2</reconnectdelay>
<reconnectattempts>5</reconnectattempts>
<maxqueuelength>80</maxqueuelength>
<encode>
<nominal-bitrate>64000</nominal-bitrate>
<samplerate>44100</samplerate>
<channels>2</channels>
</encode>
</instance>
</stream>
<stream>
<metadata>
<name>krolik stream</name>
<genre>ANY</genre>
<description>krolik stream</description>
</metadata>
<input>
<module>playlist</module>
<param name="type">basic</param>
<param name="file">/etc/ices2/krolikplaylist.txt</param>
<param name="random">1</param>
<param name="restart-after-reread">1</param>
<param name="once">0</param>
</input>
<instance>
<hostname>localhost</hostname>
<port>8000</port>
<password>******</password>
<mount>/krolik.ogg</mount>
<reconnectdelay>2</reconnectdelay>
<reconnectattempts>5</reconnectattempts>
<maxqueuelength>80</maxqueuelength>
<encode>
<nominal-bitrate>64000</nominal-bitrate>
<samplerate>44100</samplerate>
<channels>2</channels>
</encode>
</instance>
</stream>
</ices>