radio-looptober

somehow downloads looptober mp3 files and make a radio out of them
git clone https://git.lurk.org/repos/radio-looptober.git
Log | Files | Refs | README | LICENSE | TODO

commit 8ed2d5b62022cf7d5cc92f9cee9e90c5b2fea817
parent a5c476e05bb83f40ad975fcea2870cbbd44dfffb
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Sun Oct  1 12:07:14 +0200

new ezstream config for opus
Diffstat:
stream_loooooops-config.xml.example | 11+++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/stream_loooooops-config.xml.example b/stream_loooooops-config.xml.example
@@ -8,12 +8,19 @@
   </servers>
   <streams>
     <stream>
-      <mountpoint>/radio-looptober.mp3</mountpoint>
-      <format>MP3</format>
+      <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>