2015-05-21 18:21:32 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
EXAMPLE: A valid configuration for video streaming with Ogg Theora
|
|
|
|
-->
|
|
|
|
|
|
|
|
<ezstream>
|
|
|
|
|
2017-11-17 19:54:14 -05:00
|
|
|
<servers>
|
|
|
|
<server>
|
|
|
|
<hostname>127.0.0.1</hostname>
|
|
|
|
<password>hackme</password>
|
|
|
|
</server>
|
|
|
|
</servers>
|
|
|
|
|
|
|
|
<streams>
|
|
|
|
<stream>
|
|
|
|
<mountpoint>/video.ogg</mountpoint>
|
2020-01-24 17:27:02 -05:00
|
|
|
<format>Ogg</format>
|
2020-01-15 16:56:05 -05:00
|
|
|
<!-- No encoder configured (see below). -->
|
2017-11-17 19:54:14 -05:00
|
|
|
</stream>
|
|
|
|
</streams>
|
2015-05-21 18:21:32 -04:00
|
|
|
|
2017-11-23 12:34:57 -05:00
|
|
|
<intakes>
|
|
|
|
<intake>
|
|
|
|
<filename>playlist.m3u</filename>
|
|
|
|
</intake>
|
|
|
|
</intakes>
|
2015-05-21 18:21:32 -04:00
|
|
|
|
|
|
|
<decoders>
|
|
|
|
<decoder>
|
|
|
|
<name>Theora-192x128</name>
|
2020-01-15 16:56:05 -05:00
|
|
|
<!--
|
|
|
|
Reencodes into Ogg Theora directly. The stream should be configured
|
|
|
|
without an encoder, so that the decoder output is passed through as-is.
|
|
|
|
-->
|
2015-05-21 18:21:32 -04:00
|
|
|
<program>ffmpeg2theora -x 192 -y 128 -a 0 -v 4 --title @M@ -o - @T@</program>
|
|
|
|
<file_ext>.avi</file_ext>
|
|
|
|
<file_ext>.mpg</file_ext>
|
|
|
|
</decoder>
|
|
|
|
</decoders>
|
|
|
|
|
|
|
|
</ezstream>
|