| View previous topic :: View next topic |
| Author |
Message |
r2k
Joined: 18 Nov 2009 Posts: 1
|
Posted: Wed Nov 18, 2009 3:03 pm Post subject: Intro on relay stream |
|
|
Hi folks,
i've tried the following:
we have a master icecast server which is for the normal users.
Now we have some special users which need an intro and afterwards, the should be moved to the normal stream.
So I created the following configuration on the "slave" server:
| Code: |
<relay>
<server>master.company.intra</server>
<port>8000</port>
<mount>/stream</mount>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>
|
Now i've tried to add an intro with
| Code: |
| <intro>/intro.mp3</intro> |
But this does no work.
When I create a second mountpoint with the intro, everything works.
my question:
is this possible? Are there some other solutions?
Best Regards
r2k |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Nov 18, 2009 4:28 pm Post subject: |
|
|
you cannot add the intro tags into any random place and expect it to work, intro is a <mount> setting and as such should belong under there. A relay is no different in that regard.
karl. |
|
| Back to top |
|
 |
Ant
Joined: 11 Jun 2008 Posts: 27 Location: Russia
|
Posted: Mon Dec 28, 2009 11:55 am Post subject: |
|
|
Hmm, i'am a little bit confused. And in documentation it's not very clear.
So we can't add any intro in case of only relayed stations?
Or i must for my relay sections create mount sections with mount name from relay section and place intro option there?
I have icecast that only relay other stations from network.
All i need at all with that newly coonected users hear my intro before station that they choose begins. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Dec 28, 2009 1:23 pm Post subject: |
|
|
The intro option relates to a stream, no matter where it comes from, so it belongs in a <mount> block. A <relay> block is there purely to tell icecast to get stream data from another server. There's nothing stopping you from having a <mount> block which applies settings to a stream from a relay.
karl. |
|
| Back to top |
|
 |
Ant
Joined: 11 Jun 2008 Posts: 27 Location: Russia
|
Posted: Tue Dec 29, 2009 10:37 am Post subject: |
|
|
Thanks  |
|
| Back to top |
|
 |
|