Quote:
|
The intro file needs to be the same bandwidth as the stream.
|
Nope.
The intro file needs to be in the same samplerate and have the same number of channels as the target stream.
Check out the DNASs sc_serv.ini/conf configuration file for the section (default shown below and important piece in
bold):
code:
; IntroFile can specify a mp3 file that will be streamed to listeners right
; when they connect before they hear the live stream.
; Note that the intro file MUST be the same samplerate/channels as the
; live stream in order for this to work properly. Although bitrate CAN
; vary, you can use '%d' to specify the bitrate in the filename
; (i.e. C:\intro%d.mp3 would be C:\intro64.mp3 if you are casting at 64kbps).
; The default is no IntroFile
; IntroFile=c:\intro%d.mp3