Displaying 1 result from an estimated 1 matches for "icecast_cfg".
2012 May 14
0
Help: Icecast running multiple times on Cent-OS
...of starting and stopping
# the
icecast multimedia streaming systen.
#
# chkconfig: - 85 15
#
description: icecast is a multimedia streaming daemon. It is used to
#
relay and offer multimedia streaming content.
# processname: icecast
#
pidfile: /var/run/icecast/icecast.pid
# config:
/usr/local/etc/icecast_cfg.xml
# Source function library.
.
/etc/rc.d/init.d/functions
[ -x /usr/local/bin/icecast ] || exit 0
#
See how we were called.
case "$1" in
start)
# Start daemon.
echo -n
$"Starting icecast streaming daemon: "
daemon "/usr/local/bin/icecast
-b -c /usr/local/etc/icecas...