2005-01-04 19:38:09 -05:00
|
|
|
<!-- This example is for a input playlist that must contain
|
|
|
|
all MP3 files. ezstream will perform NO reencoding, and
|
|
|
|
the destination stream bitrate, channels, etc. will be those
|
|
|
|
of the input files -->
|
2004-01-30 12:19:45 -05:00
|
|
|
<ezstream>
|
2005-01-04 19:38:09 -05:00
|
|
|
<url>http://localhost:8000/stream</url>
|
2004-01-30 12:19:45 -05:00
|
|
|
<sourcepassword>hackme</sourcepassword>
|
|
|
|
<format>MP3</format>
|
2005-01-04 19:38:09 -05:00
|
|
|
<filename>playlist.m3u</filename>
|
2004-01-30 12:19:45 -05:00
|
|
|
<!-- The following settings are used to describe your stream
|
|
|
|
to the server. It's up to you to make sure the
|
|
|
|
bitrate/quality/samplerate/channels
|
|
|
|
match up to your input stream -->
|
|
|
|
<svrinfoname>My Stream</svrinfoname>
|
|
|
|
<svrinfourl>http://www.oddsock.org</svrinfourl>
|
|
|
|
<svrinfogenre>RockNRoll</svrinfogenre>
|
|
|
|
<svrinfodescription>This is a stream description</svrinfodescription>
|
|
|
|
<svrinfobitrate>128</svrinfobitrate>
|
|
|
|
<!-- Quality is only applicable to ogg vorbis streams -->
|
|
|
|
<!-- <svrinfoquality>1.0</svrinfoquality> -->
|
|
|
|
<svrinfochannels>2</svrinfochannels>
|
|
|
|
<svrinfosamplerate>44100</svrinfosamplerate>
|
|
|
|
<svrinfopublic>1</svrinfopublic>
|
|
|
|
</ezstream>
|