2005-01-04 19:38:09 -05:00
|
|
|
<!-- This example is for a input playlist that must contain
|
|
|
|
all OggVorbis 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/vorbis.ogg</url>
|
2004-01-30 12:19:45 -05:00
|
|
|
<sourcepassword>hackme</sourcepassword>
|
2005-01-04 19:38:09 -05:00
|
|
|
<format>VORBIS</format>
|
|
|
|
<filename>playlist.m3u</filename>
|
2004-01-30 12:19:45 -05:00
|
|
|
<svrinfoname>My Stream</svrinfoname>
|
|
|
|
<svrinfourl>http://www.oddsock.org</svrinfourl>
|
|
|
|
<svrinfogenre>RockNRoll</svrinfogenre>
|
|
|
|
<svrinfodescription>This is a stream description</svrinfodescription>
|
|
|
|
<svrinfobitrate>192</svrinfobitrate>
|
|
|
|
<svrinfoquality>4.0</svrinfoquality>
|
|
|
|
<svrinfochannels>2</svrinfochannels>
|
|
|
|
<svrinfosamplerate>44100</svrinfosamplerate>
|
|
|
|
<svrinfopublic>1</svrinfopublic>
|
|
|
|
</ezstream>
|