Hi,
Thanks for the report.
The page here:
https://wiki.hydrogenaud.io/index.php?title=Fraunhofer_FDK_AAC#Recommended_Sampling_Rate_and_Bitrate_Combinations
suggests using `HE-AAC` for this combination of bitrate and samplerate. Could
you thus try this:
```
set("log.file.path", "/home/radio/liq.log")
set("log.file",true)
set("log.stdout",true)
set("log.level", 5)
play = playlist(mode="random", "/home/mydemo/user/8002/playlist/uyire.lst")
# default=fallback([play,live])
s=mksafe(play)
output.icecast(%fdkaac(bitrate=24,aot="mpeg2_he_aac"), icy_metadata="true",
host = "localhost", port=8002, password = "hackme", genre= "rock", name="Demo
Stream 24kbps", public=false, description="", url="localhost",mount = "1",s)
```
Thanks!
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/699#issuecomment-458194991
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users