1
0
mirror of https://git.lurk.org/repos/radio-looptober.git synced 2024-12-26 05:50:40 +01:00
radio-looptober-lurk/stream_loooooops-config.xml.example
2023-10-01 12:07:14 +02:00

31 lines
728 B
Plaintext

<ezstream>
<servers>
<server>
<hostname>localhost</hostname>
<password>hackme</password>
<port>666</port>
</server>
</servers>
<streams>
<stream>
<mountpoint>/radio-looptober.opus</mountpoint>
<format>Ogg</format>
<stream_name>Radio Looooooptober</stream_name>
<stream_description>#LOOPTOBER #LOOPTOBER #LOOPTOBER</stream_description>
</stream>
</streams>
<decoders>
<decoder>
<name>Opus</name>
<program>opusdec --rate 44100 @T@ -</program>
<file_ext>.opus</file_ext>
</decoder>
</decoders>
<intakes>
<intake>
<filename>playlist_loooooops.m3u</filename>
<shuffle>1</shuffle>
</intake>
</intakes>
</ezstream>