Help on Setup/Config

Steamcast is a stand alone server that combines the features of SHOUTcast and Icecast2 and more to make one mega awesome server.
Post Reply
AmatureDj
Posts: 3
Joined: Sat Jun 02, 2012 3:43 am

Help on Setup/Config

Post by AmatureDj »

Ok I would like to host 3 radio stations so i need the exact config file to work for the streamcast

...................
radio 1

all mounts for this radio
port
ip
user password
admin password
bitrate
limit users
yp channels
......................
radio 2


all mounts for this radio
port
ip
user password
admin password
bitrate
limit users
yp channels
.......................
Radio 3

all mounts for this radio
port
ip
user password
admin password
bitrate
limit users
yp channels

-------------------

Now does anyone have a set up that i can just copy and paste and put my own settings
AmatureDj
Posts: 3
Joined: Sat Jun 02, 2012 3:43 am

Re: Help on Setup/Config

Post by AmatureDj »

can anyone help?
User avatar
Max
Posts: 153
Joined: Fri Oct 21, 2011 1:39 am

Re: Help on Setup/Config

Post by Max »

All you have to do to define new Sources is duplicating the "Source Configuration" part of steamcast.conf.
AmatureDj
Posts: 3
Joined: Sat Jun 02, 2012 3:43 am

Re: Help on Setup/Config

Post by AmatureDj »

example such as what file?
User avatar
Max
Posts: 153
Joined: Fri Oct 21, 2011 1:39 am

Re: Help on Setup/Config

Post by Max »

Code: Select all

SourceMount=/stream1
SourceIP=123.123.123.1
SourcePublic=Default
SourceUser=MySource
SourcePass=mypass
SourceUserMax=100
SourceAvgBitrateLimit=128

SourceMount=/stream2
SourceIP=123.123.123.2
SourcePublic=Default
SourceUser=MySource
SourcePass=mypass
SourceUserMax=100
SourceAvgBitrateLimit=128

SourceMount=/stream3
SourceIP=123.123.123.3
SourcePublic=Default
SourceUser=MySource
SourcePass=mypass
SourceUserMax=100
SourceAvgBitrateLimit=128
Setting SourceIP on a mount makes it the default mount for that IP. All other mounts can still be accessed on any IP.
Post Reply