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";
|
||||
extraConfig = ''
|
||||
audio_output {
|
||||
type "shout"
|
||||
encoding "ogg"
|
||||
name "the_playlist"
|
||||
host "localhost"
|
||||
port "8000"
|
||||
mount "/radio.ogg"
|
||||
type "shout"
|
||||
encoding "ogg"
|
||||
name "the_playlist"
|
||||
host "localhost"
|
||||
port "8000"
|
||||
mount "/radio.ogg"
|
||||
password "${source-password}"
|
||||
bitrate "128"
|
||||
|
||||
# This is the source password in icecast.xml
|
||||
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
|
||||
format "44100:16:2"
|
||||
|
||||
user "source"
|
||||
genre "good music"
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue