mirror of
https://git.lurk.org/repos/radio-looptober.git
synced 2024-12-22 20:40:32 +01:00
template config file for ezstream
This commit is contained in:
parent
48b9809cae
commit
f7e38733d9
23
stream_loooooops-config.xml.example
Normal file
23
stream_loooooops-config.xml.example
Normal file
@ -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…
Reference in New Issue
Block a user