**Describe the bug**
It works fine when output to icecast or shoutcast with mp3 but not with fdkaac. 
it simply throws "Floating point exception"

**To Reproduce**
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), icy_metadata="true", host = "localhost", 
port=8002, password = "hackme", genre= "rock", name="Demo Stream 24kbps", 
public=false, description="", url="localhost",mount = "1",s)


**Expected behavior**
Output to Icecast with Content Type: | audio/aacp

**Version details**
 - OS: Debian 9
 - Version 1.3.3

**Install method**
Installed via opam
opam install taglib mad lame vorbis cry samplerate liquidsoap.1.3.3
opam depext fdkaac
opam install fdkaac



-- 
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
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to