1
0
Fork 0

Revert to using OGG/FLAC for streaminginternet.

main
Icedream 2023-11-15 10:33:21 +01:00
parent 4dcf60e624
commit a0b814a9a8
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 2 additions and 8 deletions

View File

@ -95,12 +95,7 @@ setup_harbor_stream_api(internal_icecast(
id="out_a_int_flac",
mount="/outa/flac",
start=true,
%ffmpeg(
format="ogg",
%audio(
codec="flac",
),
),
%ogg(%flac),
a,
))
setup_harbor_stream_api(internal_icecast(
@ -198,8 +193,7 @@ if null.defined(streaminginternet_username) and null.defined(streaminginternet_p
description=null.get(stream_description),
password=null.get(streaminginternet_password),
start=true,
format="audio/flac",
%flac,
%ogg(%flac),
a,
))
end