PDA

View Full Version : Diferent stream at the same server


manuelo
12th December 2001, 14:41
can i server diferent streams, like 4 or 2 in the same server?
I want to stream diferent music in the same server, but each stream in diferent port.

Thanks

tuner
12th December 2001, 20:54
You sure can! just copy the sc_serv.ini (win32) or sc_serv.conf (*nix) configuration file and name it to say sc_serv2.conf or sc_serv2.ini, then change the port and any other info and activate at command line
(*nix) terminal of shoutcast directory
./sc_serv server2.conf
(win32) from START / run
"C:\Program Files\SHOUTcast\sc_serv_gui.exe" "C:\Program Files\SHOUTcast\sc_serv.ini"

this will load the shoutcast server with the specified config.

See second block of text in config file

; If you want to manage multiple configurations, just copy
; this file to another name, and run sc_serv with that name
; such as:
; sc_serv.exe sc_leet.conf

l8rz