Main Page/Stuff/Icecast instructions

From phurvitz
< Main Page‎ | Stuff
Revision as of 20:07, 4 October 2007 by Phil Hurvitz (talk | contribs)
Jump to: navigation, search

On gismo:

as root:

  su - iceuser
  cd /usr/local/icecast2
  icecast -c icecast.xml &
  exit

as phurvitz:

  icegenerator -f /home/phurvitz/icecast/icegenerator.conf.3 (or whatever icegenerator file)

the icegenerator file reading from an m3u file:

NAME=Gismo Streaming Server
IP=128.208.113.5
PORT=8000
# 2 - Icecast 2.0 (HTTP protocol compatible)
SERVER=2
SOURCE=source
PASSWORD=LUCINDA
FORMAT=1
RECURSIVE=1
DUMPFILE=
LOOP=1
SHUFFLE=0
BITRATE=48000
PUBLIC=0
METAUPDATE=5
MDFPATH=/mypath/global.mdf
LOG=2
LOGPATH=/var/log/icegenerator.log
DATAPORT=8796

#######################################################
MOUNT=/jobim
MP3PATH=m3u:/home/phurvitz/phmusic/j/Jobim/jobin.m3u
GENRE=Brasilian Jazz
DESCRIPTION=Home Radio
URL=http://gismo.gis.washington.edu:8000/jobim


the icegenerator file reading from contents of a directory recursively:

NAME=Gismo Streaming Server
IP=128.208.113.5
PORT=8000
# 2 - Icecast 2.0 (HTTP protocol compatible)
SERVER=2
SOURCE=source
PASSWORD=LUCINDA
FORMAT=1
RECURSIVE=1
DUMPFILE=
LOOP=1
SHUFFLE=1
BITRATE=48000
PUBLIC=0
METAUPDATE=5
MDFPATH=/mypath/global.mdf
LOG=2
LOGPATH=/home/phurvitz/icecast/logs/icegenerator.log
DATAPORT=8796

#######################################################
MOUNT=/test1
MP3PATH=pth:/home/phurvitz/phmusic
GENRE=All random
DESCRIPTION=Home Radio
URL=http://gismo.gis.washington.edu:8000/test1