| View previous topic :: View next topic |
| Author |
Message |
gazzagood
Joined: 03 Sep 2008 Posts: 42
|
Posted: Sun Dec 14, 2008 2:28 pm Post subject: relaying authenticated streams |
|
|
how can this be done?
I know its possible, just not sure exactly how, i know howto relay shoutcast streams
Last edited by gazzagood on Sun Dec 14, 2008 4:43 pm; edited 1 time in total |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Dec 14, 2008 3:17 pm Post subject: |
|
|
it may depend on the authentication used but the most common is username/password combinations which can be specified by the <username> and <password> settings in <relay>
karl. |
|
| Back to top |
|
 |
gazzagood
Joined: 03 Sep 2008 Posts: 42
|
Posted: Sun Dec 14, 2008 3:54 pm Post subject: |
|
|
have you got an example config? as i currently use:
<relay>
<server>IP</server>
<port>PORT</port>
<mount>/</mount>
<local-mount>/example.nsv</local-mount>
<on-demand>0</on-demand>
</relay>
Regards |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Dec 14, 2008 4:44 pm Post subject: |
|
|
just add <username>.....</username> and similar for password to that list of tags
karl. |
|
| Back to top |
|
 |
gazzagood
Joined: 03 Sep 2008 Posts: 42
|
Posted: Sun Dec 14, 2008 5:00 pm Post subject: |
|
|
<relay>
<server>IP</server>
<port>8000</port>
<mount>/stream1.nsv</mount>
<local-mount>/flf8.nsv</local-mount>
<username>username</username>
<password>password</password>
<on-demand>0</on-demand>
</relay>
Does this look right?
as i have done this with the correct ip and username and pwrd but its not doing anything :S |
|
| Back to top |
|
 |
gazzagood
Joined: 03 Sep 2008 Posts: 42
|
Posted: Sun Dec 14, 2008 5:05 pm Post subject: |
|
|
ok its working!!
thanks! |
|
| Back to top |
|
 |
gazzagood
Joined: 03 Sep 2008 Posts: 42
|
Posted: Sun Dec 14, 2008 5:12 pm Post subject: |
|
|
another question?
How do you change the "undefined description"?
and is there anyway to force a stream title?
Thanks |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Dec 14, 2008 6:35 pm Post subject: |
|
|
the description is set by the source client, but you can set the description for YP/stats in icecast using a stream-description tag
karl. |
|
| Back to top |
|
 |
|