l 2 radio: stream now in stereo!
this also fixes the slowmotion playback issue
This commit is contained in:
parent
6b910af11a
commit
8d527f99be
|
@ -60,28 +60,20 @@ in {
|
||||||
musicDirectory = "/home/radio/the_playlist/music";
|
musicDirectory = "/home/radio/the_playlist/music";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
audio_output {
|
audio_output {
|
||||||
type "shout"
|
type "shout"
|
||||||
encoding "ogg"
|
encoding "ogg"
|
||||||
name "the_playlist"
|
name "the_playlist"
|
||||||
host "localhost"
|
host "localhost"
|
||||||
port "8000"
|
port "8000"
|
||||||
mount "/radio.ogg"
|
mount "/radio.ogg"
|
||||||
|
password "${source-password}"
|
||||||
|
bitrate "128"
|
||||||
|
|
||||||
# This is the source password in icecast.xml
|
format "44100:16:2"
|
||||||
password "${source-password}"
|
|
||||||
|
|
||||||
# Set either quality or bit rate
|
|
||||||
# quality "5.0"
|
|
||||||
bitrate "128"
|
|
||||||
|
|
||||||
format "44100:16:1"
|
|
||||||
|
|
||||||
# Optional Parameters
|
|
||||||
user "source"
|
|
||||||
# description "here is my long description"
|
|
||||||
genre "good music"
|
|
||||||
} # end of audio_output
|
|
||||||
|
|
||||||
|
user "source"
|
||||||
|
genre "good music"
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue