Skip to content
Snippets Groups Projects
Verified Commit 89695b44 authored by Ole Binder's avatar Ole Binder
Browse files

Chore: disable stream by default

parent 132d68b8
No related branches found
No related tags found
1 merge request!17Yaml configuration file
......@@ -34,11 +34,11 @@ audio:
- name: "default"
stream:
- enabled: true
- enabled: false
encoding: "ogg"
bitrate: "128"
channels: "2"
host: "192.168.1.154"
host: "your-stream.aura.radio"
port: 8000
mountpoint: "aura-radio.ogg"
user: "source"
......@@ -47,11 +47,11 @@ stream:
name: "AURA Radio"
genre: "music"
description: "Music from the community radio software suite"
- enabled: true
- enabled: false
encoding: "mp3"
bitrate: "128"
channels: "2"
host: "192.168.1.154"
host: "your-stream.aura.radio"
port: 8000
mountpoint: "aura-radio2.mp3"
user: "source"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment