On Sun, Jun 7, 2020 at 8:08 PM mapple <a...@herr-der-mails.de> wrote:

> hi there i have try all day now to run liquidsoap bt it always fails
>
> %external(ffmpeg libfdk_aac -profile:a aac_he_v2 -b:a 60k),
>
This is an example line using FFmpeg as an external device that is working.
You could use this as a model, obviously replacing parts of it with what's
correct for your station.

output.icecast(description="Your Description Goes Here", genre="Your Genre
Goes Here", name="Your Station Name Goes Here", host="x.x.x.x", port=8000,
mount="mountpoint.aac", public=true,
url="http://your.full.url:port/mountpoint.aac";,
timeout=240.0, format="audio/aac", password="Your Password Goes Here",
%external(samplerate=48000, channels=2, process="ffmpeg -f s16le -ar 48000
-ac 2 -i pipe:0 -acodec libfdk_aac -vbr 5 -vn -af
dynaudnorm=g=19:m=70:r=1.0:c=1,aresample=192000,alimiter=limit=-4dB:attack=0.1:release=80,aresample=48000
-f adts pipe:1"), radio)

JW
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to