Added Vorbis 320kbps stream.
This commit is contained in:
parent
0e61fa549d
commit
4daa5e756f
1 changed files with 5 additions and 0 deletions
|
@ -87,6 +87,11 @@ output.icecast(%mp3,
|
|||
name=radio_name, description=radio_description, genre=radio_genre, url=radio_url_main,
|
||||
host=stream_address, port=stream_port, password=stream_password, mount="stream128.mp3",
|
||||
radio)
|
||||
output.icecast(%vorbis(samplerate=44100, channels=2, quality=0.9),
|
||||
encoding="UTF-8", protocol="http",
|
||||
name=radio_name, description=radio_description, genre=radio_genre, url=radio_url_main,
|
||||
host=stream_address, port=stream_port, password=stream_password, mount="stream320.ogg",
|
||||
radio)
|
||||
output.icecast(%vorbis(samplerate=44100, channels=2, quality=0.4),
|
||||
encoding="UTF-8", protocol="http",
|
||||
name=radio_name, description=radio_description, genre=radio_genre, url=radio_url_main,
|
||||
|
|
Loading…
Reference in a new issue