@ddmng I'm using ffmpeg with output.external, like
```
output.external(
%wav(stereo=true, channels=2, samplesize=16, header=false),
"ffmpeg -f s16le -ar 44100 -ac 2 -i - <ffmepg details>")
```
I've found aac (i use fdk_aac) to be the most compatible stream for browsers.
```
%fdkaac(
bitrate=320,
afterburner=true,
aot="mpeg4_aac_lc",
transmux="adts",
)
```
--
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/588#issuecomment-453267145
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users