Not loading alternate configuration

Steamcast is a stand alone server that combines the features of SHOUTcast and Icecast2 and more to make one mega awesome server.
Post Reply
kadidle
Posts: 2
Joined: Tue Jan 23, 2007 5:48 am

Not loading alternate configuration

Post by kadidle »

I'm having problems loading an alternate configuration. When I start Steamcast I use the following:

Code: Select all

./steamcast kadidle.conf >> console.log
kadidle.conf is chmoded to 777 and can be read by any user, but when steamcast loads it ignores it and puts the following in the log:

Code: Select all

<01/23/2007@06:43:20> [serv] Configuration loaded from ./steamcast.conf
<01/23/2007@06:43:20> [serv] Mime types file loaded              
Am I missing something here? We are on a shared server, and a friend has the other stream, but I would prefer to have my config separate from his, thus the two servers.
User avatar
Jay
Will work for food (Administrator)
Posts: 3020
Joined: Mon Jan 14, 2002 12:48 am
Location: Next Door
Contact:

Post by Jay »

do

Code: Select all

./steamcast -c kadidle.conf >> console.log
- Jay
kadidle
Posts: 2
Joined: Tue Jan 23, 2007 5:48 am

Post by kadidle »

Doh! Jay, you da man. :)
Post Reply