PDA

View Full Version : cannot get my intro to work!


dj_walkers
1st February 2003, 19:04
i have all my bitrates the same and everything but it wont work
anyone suggest something to try?

thanks

FesterHead
1st February 2003, 23:18
Did you remove the semi-colon from the front of the sc_serv.ini/conf line?

dj_walkers
2nd February 2003, 10:36
sorry about the double posting! it was an accident!
which line do i have to edit??
is it this one:-
; sc_serv.exe sc_leet.conf

Thanks

FesterHead
2nd February 2003, 17:22
Look in your sc_serv.ini/conf for the lines:

; 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


Change:
; IntroFile=YOUR_INTRO_FILE

To:
IntroFile=YOUR_INTRO_FILE

dj_walkers
2nd February 2003, 17:54
thanks alot!!!! i got it working :)