2017-03-30 08:44:09 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
EXAMPLE: A valid configuration that streams Vorbis input from STDIN as-is
|
|
|
|
|
|
|
|
This configuration streams Ogg Vorbis from standard input as-is.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<ezstream>
|
|
|
|
|
2017-11-17 19:54:14 -05:00
|
|
|
<servers>
|
|
|
|
<server>
|
|
|
|
<hostname>127.0.0.1</hostname>
|
|
|
|
<password>hackme</password>
|
|
|
|
</server>
|
|
|
|
</servers>
|
2017-03-30 08:44:09 -04:00
|
|
|
|
2017-11-17 19:54:14 -05:00
|
|
|
<streams>
|
|
|
|
<stream>
|
|
|
|
<mountpoint>/stream.ogg</mountpoint>
|
2020-01-24 17:27:02 -05:00
|
|
|
<format>Ogg</format>
|
2017-11-17 19:54:14 -05:00
|
|
|
</stream>
|
|
|
|
</streams>
|
2017-03-30 08:44:09 -04:00
|
|
|
|
2017-11-23 12:34:57 -05:00
|
|
|
<intakes>
|
|
|
|
<intake>
|
|
|
|
<type>stdin</type>
|
|
|
|
</intake>
|
|
|
|
</intakes>
|
2017-03-30 08:44:09 -04:00
|
|
|
|
|
|
|
</ezstream>
|