Browse Source

template config file for ezstream

main
ugrnm 2 years ago
parent
commit
f7e38733d9
  1. 23
      stream_loooooops-config.xml.example

23
stream_loooooops-config.xml.example

@ -0,0 +1,23 @@
<ezstream>
<servers>
<server>
<hostname>localhost</hostname>
<password>hackme</password>
<port>666</port>
</server>
</servers>
<streams>
<stream>
<mountpoint>/radio-looptober.mp3</mountpoint>
<format>MP3</format>
<stream_name>Radio Looooooptober</stream_name>
<stream_description>#LOOPTOBER #LOOPTOBER #LOOPTOBER</stream_description>
</stream>
</streams>
<intakes>
<intake>
<filename>playlist_loooooops.m3u</filename>
<shuffle>1</shuffle>
</intake>
</intakes>
</ezstream>
Loading…
Cancel
Save