| View previous topic :: View next topic |
| Author |
Message |
mj_martino
Joined: 15 Aug 2008 Posts: 21
|
Posted: Sun Apr 12, 2009 11:06 am Post subject: Problem is Intro [2.3.2-kh9] |
|
|
I using 2.3.2-kh9
Intro not working ....
Path is correct
log nothing show ;/
I try /intro2.mp3 not working and intro2.mp3 not working
All patch not work.. ehh
| Code: |
<mount>
<mount-name>/deepzone</mount-name>
<max-listeners>200</max-listeners>
<intro>/usr/local/share/icecast/web/intro2.mp3</intro>
<stream-name>Radio Deepzone - Glebia Dzwieku</stream-name>
<stream-description>Internetowe Niekomercyjne Radio Deepzone</stream-description
<stream-url>http://www.deepzone.pl/</stream-url>
<genre>Trance-House</genre>
<public>1</public>
<burst-size>65536</burst-size>
</mount>
|
Patch of my config
| Code: |
<paths>
<!-- basedir is only used if chroot is enabled -->
<basedir>/usr/local/share/icecast</basedir>
<!-- Note that if <chroot> is turned on below, these paths must both
be relative to the new root, not the original root -->
<logdir>/usr/local/var/log/icecast</logdir>
<webroot>/usr/local/share/icecast/web</webroot>
<adminroot>/usr/local/share/icecast/admin</adminroot>
<!-- <pidfile>/usr/local/share/icecast/icecast.pid</pidfile> -->
<!-- Aliases: treat requests for 'source' path as being for 'dest' path
May be made specific to a port or bound address using the "port"
and "bind-address" attributes.
-->
<!--
<alias source="/foo" dest="/bar"/>
-->
<!-- Aliases: can also be used for simple redirections as well,
this example will redirect all requests for http://server:port/ to
the status page
-->
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<!-- <playlistlog>playlist.log</playlistlog> -->
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsize>10000</logsize> <!-- Max size of a logfile -->
<!-- If logarchive is enabled (1), then when logsize is reached
the logfile will be moved to [error|access|playlist].log.DATESTAMP,
otherwise it will be moved to [error|access|playlist].log.old.
Default is non-archive mode (i.e. overwrite)
-->
<!-- <logarchive>1</logarchive> -->
</logging>
<security>
<chroot>0</chroot>
<changeowner>
<user>nobody</user>
<group>nogroup</group>
</changeowner>
</security>
</icecast> |
Yes. My file intro2.mp3 dir to /usr/local/share/icecast/web/intro2.mp3
Help ?
btw. reload config is not working.. I create new moutpoint .... reload cfg .. nothing to happen _________________ IC 2.3.2-kh9
Home site:
Radio DEEPZONE - NON-Commercial Music
Radio MIXZONE
Thanks for support Karl. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Apr 12, 2009 1:11 pm Post subject: |
|
|
try increasing the log level to 4 to get more info. the intro file is appended to webroot so you may have a very long path but even if the intro file doesn't play, at level 4 you should see the name being referenced.
Also note that changowner may affect your ability to read the xml as that user may not be allowed to read the xml anymore.
karl. |
|
| Back to top |
|
 |
mj_martino
Joined: 15 Aug 2008 Posts: 21
|
Posted: Sun Apr 12, 2009 3:00 pm Post subject: |
|
|
A change log level to 4 still nothing.. ;|
A use default patch
/usr/local/share/icecast/web/*.mp3
I check permission to icecast.xml is 666
<changeowner>
<user>nobody</user>
<group>nogroup</group>
</changeowner>
I change user to icecast2 and group icecast mayby this help
hmm btw.. killall -HUP icecast does not work.
When i use icecast 2.3.2 orginal killall -HUP icecast2 working allways _________________ IC 2.3.2-kh9
Home site:
Radio DEEPZONE - NON-Commercial Music
Radio MIXZONE
Thanks for support Karl. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Apr 12, 2009 7:08 pm Post subject: |
|
|
if nothing is logged then the mount details are not being read at all, maybe you have them commented out?
karl. |
|
| Back to top |
|
 |
|