diff options
Diffstat (limited to 'templates/icecast2/ices-playlist.xml.j2')
-rw-r--r-- | templates/icecast2/ices-playlist.xml.j2 | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/templates/icecast2/ices-playlist.xml.j2 b/templates/icecast2/ices-playlist.xml.j2 deleted file mode 100644 index 89fc4c9..0000000 --- a/templates/icecast2/ices-playlist.xml.j2 +++ /dev/null @@ -1,44 +0,0 @@ -<?xml version="1.0"?> -<ices> - <background>1</background> - <logpath>/var/log/ices</logpath> - <logfile>ices.log</logfile> - <loglevel>4</loglevel> - <consolelog>1</consolelog> - - <!-- <pidfile>/home/ices/ices.pid</pidfile> --> - - <stream> - <metadata> - <name>Example stream name</name> - <genre>Example genre</genre> - <description>A short description of your stream</description> - </metadata> - - <input> - <module>playlist</module> - <param name="type">basic</param> - <param name="file">playlist.txt</param> - <param name="random">1</param> - <param name="restart-after-reread">0</param> - <param name="once">0</param> - </input> - - <instance> - <hostname>localhost</hostname> - <port>8000</port> - <password>{{ random_password }}</password> - <mount>/stream</mount> - <yp>0</yp> - <reconnectdelay>60</reconnectdelay> - <reconnectattempts>10</reconnectattempts> - <maxqueuelength>80</maxqueuelength> - - <!--<encode> - <nominal-bitrate>64000</nominal-bitrate> - <samplerate>44100</samplerate> - <channels>2</channels> - </encode>--> - </instance> - </stream> -</ices> |