fix(playout): explicit ogg vorbis icecast encoder
This commit is contained in:
parent
7f81915eb4
commit
ac8917e3fc
2 changed files with 6 additions and 6 deletions
|
@ -85,10 +85,10 @@
|
|||
url="https://libretime.org",
|
||||
on_connect=make_ouput_on_connect_handler("1"),
|
||||
on_error=make_ouput_on_error_handler("1"),
|
||||
%vorbis(
|
||||
%ogg(%vorbis(
|
||||
quality=0.8,
|
||||
channels=2
|
||||
),
|
||||
)),
|
||||
output_icecast_1_source,
|
||||
)
|
||||
|
||||
|
@ -205,10 +205,10 @@
|
|||
url="",
|
||||
on_connect=make_ouput_on_connect_handler("1"),
|
||||
on_error=make_ouput_on_error_handler("1"),
|
||||
%vorbis(
|
||||
%ogg(%vorbis(
|
||||
quality=0.8,
|
||||
channels=2
|
||||
),
|
||||
)),
|
||||
output_icecast_1_source,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue