Intro file not playing on radio?

WBGS-Founder said:
I can't the intro file to play on the radio any Ideas?
Intro file (which defined in RadioBOSS under the Broadcasting settings) is played only when RB is conencted to a server. This is unlike Intro file which you define in Shoutcast, which plays to every listener when he starts to listen to a stream.
 
WBGS-Founder said:
How do I set that and can you add an option for that if possible?
If you want to setup Intro file for every listener, this is done through Shoutcast configuration file. Usually it's not recommended as Intro files sometimes cause Shoutcast to crash.
 
WBGS-Founder said:
What about icecast?
It's the same - you need to specify intro file in the configuration file.
Code:
<mount>
...
  <intro>/path/to/stream-intro.ogg</intro>
</mount>
 
Back
Top