2007-02-24 16:12:54 -05:00
|
|
|
<!--
|
|
|
|
EXAMPLE: Ogg Vorbis playlist stream WITHOUT reencoding
|
|
|
|
|
|
|
|
This example streams a playlist that contains only Ogg Vorbis files. No
|
|
|
|
other file formats may be listed. Since ezstream will not be doing any
|
|
|
|
reencoding, the resulting stream format (quality/bitrate, samplerate,
|
|
|
|
channels) will be of the respective 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>
|
2009-07-22 16:19:38 -04:00
|
|
|
<!--
|
|
|
|
If a different user name than "source" should be used, set it in
|
|
|
|
<sourceuser/>:
|
|
|
|
-->
|
|
|
|
<!-- <sourceuser>mr_stream</sourceuser> -->
|
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>
|
2007-02-28 16:48:01 -05:00
|
|
|
<!-- For demonstrational purposes, explicitly set continuous streaming: -->
|
|
|
|
<stream_once>0</stream_once>
|
|
|
|
<!--
|
2007-02-24 16:12:54 -05:00
|
|
|
The following settings are used to describe your stream to the server.
|
|
|
|
It's up to you to make sure that the bitrate/quality/samplerate/channels
|
|
|
|
information matches up with your input stream files.
|
|
|
|
-->
|
|
|
|
<svrinfoname>My Stream</svrinfoname>
|
|
|
|
<svrinfourl>http://www.oddsock.org</svrinfourl>
|
2004-01-30 12:19:45 -05:00
|
|
|
<svrinfogenre>RockNRoll</svrinfogenre>
|
|
|
|
<svrinfodescription>This is a stream description</svrinfodescription>
|
2007-02-24 16:12:54 -05:00
|
|
|
<svrinfobitrate>96</svrinfobitrate>
|
|
|
|
<svrinfoquality>2.0</svrinfoquality>
|
2004-01-30 12:19:45 -05:00
|
|
|
<svrinfochannels>2</svrinfochannels>
|
|
|
|
<svrinfosamplerate>44100</svrinfosamplerate>
|
2007-02-24 16:12:54 -05:00
|
|
|
<!-- Allow the server to advertise the stream on a public YP directory: -->
|
|
|
|
<svrinfopublic>1</svrinfopublic>
|
2004-01-30 12:19:45 -05:00
|
|
|
</ezstream>
|