; NOTE: for any relative paths specified are relative to ; sc_serv and not to where the conf file is being stored log=1 ; here we will setup where the log and other related files ; will be stored. make sure that these folders exist else ; sc_serv will throw an error and will close itself down. logfile=/var/log/shoutcast/sc_serv.log ; we will make the logs save to the sc_serv2 directory banfile=/etc/shoutcast/sc_serv.ban ripfile=/etc/shoutcast/sc_serv.rip pidfile=/var/run/shoutcast/shoutcast.pid screenlog=1 w3cenable=1 w3clog=/var/log/shoutcast/sc_w3c.log shoutcastsourcedebug=1 SrcIP=ANY DestIP=ANY ; for testing we will make the server only work locally ; (i.e. localhost / 127.0.0.1) though if this is left out ; or set to publicserver=always then we attempt to make a ; connection to the YP for listing - do not forget to add ; in a 'streamauthhash' value for any public streams made publicserver=allways ; if you want to use a different port to use for any ; connections then you can use this option e.g. to use 80 ; otherwise port 8000 is used as the default to listen on. portbase=8002 ; password used by sc_trans or the Winamp dsp plug-in ; NOTE: remember to change this to something else password=pass_stream ; password used for accessing the administation pages ; NOTE: remember to change this to something else ; NOTE: this password should be different than the previous "password" directive adminpassword=password_admin maxuser=200 ; now we will specify the details of the stream we are going ; to serve which can be done as follows ;streamid=1 ;streampath=/point_de_montage ;streamauthhash=hash_fournit_par_shoutcast ; or ; it can be done like this which is how it needs to be done ; if you are going to provide multiple streams from sc_serv streamid_1=1 streampath_1=/point_de_montage_stream_1 streamauthhash_1=hash_fournit_par_shoutcast_stream_1 ;streamid_2=2 ;streampath_2=/test2.aac