# icecast server host $host = 'server.name'; # icecast server port number $port = 8000; # icecast server admin password $admin_password = 'adminpw'; # template file $template = '/path/to/snap.tmpl'; # html output directory $outdir = '/path/to/htmlout';