2015-05-21 17:32:55 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
EXAMPLE: A valid configuration that contains the absolute minimum
|
|
|
|
|
|
|
|
This configuration streams Ogg Vorbis files as-is.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<ezstream>
|
|
|
|
|
2017-11-17 19:54:14 -05:00
|
|
|
<servers>
|
|
|
|
<server>
|
|
|
|
<hostname>127.0.0.1</hostname>
|
|
|
|
<password>hackme</password>
|
|
|
|
</server>
|
|
|
|
</servers>
|
2015-05-21 17:32:55 -04:00
|
|
|
|
2017-11-17 19:54:14 -05:00
|
|
|
<streams>
|
|
|
|
<stream>
|
|
|
|
<mountpoint>/stream.ogg</mountpoint>
|
|
|
|
<format>Vorbis</format>
|
|
|
|
</stream>
|
|
|
|
</streams>
|
2015-05-21 17:32:55 -04:00
|
|
|
|
|
|
|
<media>
|
|
|
|
<filename>playlist.m3u</filename>
|
|
|
|
</media>
|
|
|
|
|
|
|
|
</ezstream>
|