Added Vorbis 320kbps stream.

This commit is contained in:
Josh Washburne 2020-11-30 01:24:11 -05:00
parent 0e61fa549d
commit 4daa5e756f

View file

@ -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,