| View previous topic :: View next topic |
| Author |
Message |
gazzagood
Joined: 03 Sep 2008 Posts: 42
|
Posted: Wed Sep 03, 2008 11:13 am Post subject: Shoutcast relaying HELP asap |
|
|
Hi,
I am trying to relay my stream - http://91.121.45.76:9080
here is my icecast script
<!-- This config file contains a minimal set of configurable parameters,
and mostly just contains the things you need to change. We created
this for those who got scared away from the rather large and heavily
commented icecast.xml.dist file. -->
<icecast>
<limits>
<sources>2</sources>
</limits>
<authentication>
<source-password>hackme</source-password>
<relay-password>hackme</relay-password>
<admin-user>admin</admin-user>
<admin-password>hackme</admin-password>
</authentication>
<hostname>localhost</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<mount>
<mount-name>/avfc.nsv</mount-name>
<authentication type="url">
<option name="listener_add" value="http://www.avfcforum.co.uk/amember/amember/plugins/protect/icecast/i.php?product_ids=1,2"/>
<option name="username" value="avfcforum"/>
<option name="password" value="jpofewopjfe"/>
<option name="auth_header" value="icecast-auth-user: 1"/>
</authentication>
</mount>
<relay>
<server>91.121.45.76</server>
<port>9080</port>
<mount>/</mount>
<local-mount>avfc.nsv</local-mount>
<on-demand>0</on-demand>
</relay>
<mount>
<mount-name>/flf8.nsv</mount-name>
<authentication type="url">
<option name="listener_add" value="http://www.freelivefooty.com/amember/amember/plugins/protect/icecast/i.php?product_ids=1,2"/>
<option name="username" value="avfcforum"/>
<option name="password" value="jpofewopjfe"/>
<option name="auth_header" value="icecast-auth-user: 1"/>
</authentication>
</mount>
<relay>
<server>91.121.45.76</server>
<port>9080</port>
<mount>/</mount>
<local-mount>flf8.nsv</local-mount>
<on-demand>0</on-demand>
</relay>
<fileserve>1</fileserve>
<paths>
<logdir>/etc/icecast2/logs</logdir>
<webroot>/etc/icecast2/web</webroot>
<adminroot>/etc/icecast2/admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
</logging>
</icecast>
What is wrong? it just doesnt relay the stream... |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Sep 03, 2008 1:08 pm Post subject: |
|
|
local-mount should be /avfc.nsv and /flf8.nsv and you'll also have to check whether mount for shoutcast is the right name for a nsv stream. For long enough it was something like /;stream.nsv. Again the log files will give clues
karl. |
|
| Back to top |
|
 |
gazzagood
Joined: 03 Sep 2008 Posts: 42
|
Posted: Wed Sep 03, 2008 3:32 pm Post subject: |
|
|
| got this working now! |
|
| Back to top |
|
 |
|