Hi,
2018-03-23 11:09 GMT-05:00 technic2radio.fr <[email protected]>:
>
> Hi,
>
> I'm trying to create a stream in aac + with liquidsoap and fdkaac on a
raspberry.
> here is my configuration file :
>
> #!/usr/bin/liquidsoap
>
> set("log.file.path", "/tmp/basic-radio.log")
>
> set("alsa.alsa_buffer", 3)
> stream = input.alsa(device="plughw:1,0",bufferize=true)
> output.icecast(%fdkaac(channels=2, samplerate=44100, bitrate=64,
afterburner=false, transmux="adts", sbr_mode=false),
> host = "xx.xx.xxx.xxx.",
> port = 8000,
> password = "xxxx",
> mount = "radio",
> name="Radio",
> genre="alternative",
> stream)
>
> it's works ! but when I add "aot="mpeg2_he_aac_v2"", it does not work.
Some FDK-AAC parameters are only valid in relations with each other. I
believe that for this one you need at least to lower bitrate to 32kbps.
You can find more documentation about these here: http://wiki.hydrogenaud.
io/index.php?title=Fraunhofer_FDK_AAC
Romain
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users