| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Mon Dec 03, 2007 11:58 am Post subject: Command to start Icecast? |
|
|
I am used to Shoutcast, and am adding Icecast to my online radio offerings.
In Shoutcast, I telnet in and give as command ./sc_serv &, to start the server.
Is there a similar command for Icecast? I was able to untar and run the makefile to compile everything, but am now stuck. My webhost tells me everythign is properly installed, but that they do not offer anu additional assistance.
The official Icecast how to http://www.gnuware.com/icecast/ here in the forum does not state that there is a specific command, it just tells you to "start the server".
Any assistance is highly appreciated, many thanks!
Linux box, and will be using SAM to relay the stream. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Dec 03, 2007 5:20 pm Post subject: |
|
|
The general form of the command to start icecast is
/path/to/icecast -c /path/to/icecast.xml
obviously the actual locations of those can be determined by yourself. The above will leave the process in foreground so either use the -b parameter or get the shell to place it in the background with &
karl.
Last edited by karlH on Tue Mar 04, 2008 3:20 pm; edited 1 time in total |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Mon Dec 03, 2007 5:36 pm Post subject: |
|
|
icecast.xml.in?
I don't see a file with just the xml file extension.
Thanks! |
|
| Back to top |
|
 |
kozlov
Joined: 26 Sep 2006 Posts: 41 Location: Poland, Gdansk
|
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Tue Mar 04, 2008 2:31 pm Post subject: |
|
|
I have this same problem, unable to start icecast server. Cannot locate icecast.xml. Although, as said above I can find icecast.xml.in. I think our server is setup fine. But we're struggling to find out how to start the server?
We have the latest icecast installed
Any help would be appreciated. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Mar 04, 2008 3:17 pm Post subject: |
|
|
if you are using the source distribution then the .in files are templates, you should fine with the .dist files, which are created from those templates. Obviously you can tweak them as much as you want.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Wed Mar 05, 2008 9:51 pm Post subject: |
|
|
| Whats the command to start the icecast server on a linux platform |
|
| Back to top |
|
 |
|